body {
    font-family: ArialArial, sans-serif;; 
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    margin: auto;
}

h1, h2, h3 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; /* Changing font of headings */
}

p {
    font-size: 16px; /* Reduced font size of paragraphs */
}

.dropdown-menu {
    display: none;
    overflow: hidden;
    height: 0;
    transition: height 0.9s ease; 
  }
  
  .ld-dropdown-menu:hover .dropdown-menu {
    display: block;
    height: auto; 
  }

.job-details {
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .job-details h2.job-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .job-details h3.job-location {
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
  }
  
  .job-details p.job-info {
    font-size: 16px;
    color: #888;
    margin-bottom: 5px;
  }
  
  .about-us,
  .job-responsibilities,
  .job-requirements,
  .what-we-offer,
  .how-to-apply,
  .contact-information {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .about-us h3.section-title,
  .job-responsibilities h3.section-title,
  .job-requirements h3.section-title,
  .what-we-offer h3.section-title,
  .how-to-apply h3.section-title,
  .contact-information h3.section-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .about-us p,
  .job-responsibilities ul,
  .job-requirements ul,
  .what-we-offer ul,
  .how-to-apply p,
  .contact-information p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
  }
  
  .about-us p a.link,
  .how-to-apply p a.link,
  .contact-information p a.link {
    color: #007bff;
    text-decoration: none;
  }
  
  .about-us p a.link:hover,
  .how-to-apply p a.link:hover,
  .contact-information p a.link:hover {
    text-decoration: underline;
  }
  
/*footer*/
.ld-fancy-heading .heading-container {
  display: flex;  
  align-items: center;
  justify-content: center; 
  white-space: nowrap;  
  text-align: center;
}

.ld-fancy-heading .switch-text, 
.ld-fancy-heading .collab-text, 
.ld-fancy-heading .lqd-highlight-txt {
  font-size: 46px; 
  color: #FFFFFF;
}

.ld-fancy-heading .collab-text {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .ld-fancy-heading .heading-container {
    flex-direction: column; 
    align-items: center; 
  }

  .ld-fancy-heading .switch-text, 
  .ld-fancy-heading .collab-text, 
  .ld-fancy-heading .lqd-highlight-txt {
    font-size: 32px; 
  }
  
  .ld-fancy-heading .btn {
    display: block;
    margin: 20px auto; 
    text-align: center; 
    width: fit-content; 
  }
}

@media (max-width: 768px) {
  .ld-fancy-heading .switch-text, 
  .ld-fancy-heading .collab-text, 
  .ld-fancy-heading .lqd-highlight-txt {
    font-size: 28px; 
  }
}

@media (max-width: 480px) {
  .ld-fancy-heading .switch-text, 
  .ld-fancy-heading .collab-text, 
  .ld-fancy-heading .lqd-highlight-txt {
    font-size: 22px; 
  }
}

@media (max-width: 250px) {
  .ld-fancy-heading .switch-text, 
  .ld-fancy-heading .collab-text, 
  .ld-fancy-heading .lqd-highlight-txt {
    font-size: 16px; 
  }
}

.ld-fancy-heading .btn {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  margin: 20px auto; 
}
