
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#about-us-14 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-14 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-14 .split-container {
  display: flex;
  gap: 30px;
}
#about-us-14 .story-content,
#about-us-14 .vision-content {
  flex: 1;
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  #about-us-14 .split-container {
    flex-direction: column;
  }
}



#timeline-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-2 .timeline-horizontal-row {
  position: relative;
}
/*
#timeline-2 .timeline-horizontal-row::before {
    content: '';
    position: absolute;
    top: 60px; // Position relative to icon/year top
    left: 5%; // Start after first item padding
    right: 5%; // End before last item padding
    height: 4px;
    background-color: var(--bs-primary);
    opacity: 0.3;
    z-index: 1;
}
*/
#timeline-2 .milestone-column {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
#timeline-2 .milestone-column::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 4px solid var(--bs-primary);
  border-radius: 50%;
  z-index: 3;
}
#timeline-2 .milestone-icon {
  margin-bottom: 0.75rem;
}
#timeline-2 .milestone-icon i {
  font-size: 2rem;
  color: var(--bs-primary);
}
#timeline-2 .milestone-year {
  font-size: 1.3rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#timeline-2 .milestone-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
}
#timeline-2 .milestone-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #timeline-2 .section-title {
    font-size: 2.1rem;
  }
  #timeline-2 .timeline-horizontal-row::before {
    display: none;
  }
  #timeline-2 .milestone-column {
    border-bottom: 1px dashed #dee2e6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  #timeline-2 .row > div:last-child .milestone-column {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #timeline-2 .milestone-column::before {
    display: none;
  }
}



#team-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-3 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-3 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-3 .team-member-item {
  text-align: center;
  margin-bottom: 1.5rem;
}
#team-3 .member-photo {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1.5rem auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 3px solid #ffffff;
}
#team-3 .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#team-3 .team-member-item:hover .member-photo img {
  transform: scale(1.1);
}
#team-3 .member-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-3 .member-role {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#team-3 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
#team-3 .member-social-links a:hover {
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  #team-3 .member-photo {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767.98px) {
  #team-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-3 .section-title {
    font-size: 2.1rem;
  }
  #team-3 .member-photo {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
  }
  #team-3 .member-name {
    font-size: 1.1rem;
  }
}



#awards-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-17 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-17 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-17 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#awards-17 .column-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--bs-primary);
  display: inline-block;
}
#awards-17 .awards-list {
  list-style: none;
  padding-left: 0;
}
#awards-17 .award-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#awards-17 .award-item:last-child {
  margin-bottom: 0;
}
#awards-17 .award-visual {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #eee;
}
#awards-17 .award-visual img {
  max-height: 45px;
  max-width: 100%;
  width: auto;
}
#awards-17 .award-visual i {
  font-size: 2rem;
  color: var(--bs-primary);
}
#awards-17 .award-name {
  font-weight: 500;
  color: #495057;
  font-size: 1rem;
}
#awards-17 .testimonial-item {
  margin-bottom: 2rem;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  border-left: 4px solid var(--bs-primary);
}
#awards-17 .testimonial-item:last-child {
  margin-bottom: 0;
}
#awards-17 .testimonial-quote {
  font-style: italic;
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.7;
  position: relative;
}
#awards-17 .testimonial-author {
  font-weight: 600;
  color: #343a40;
  font-size: 0.95rem;
}
#awards-17 .testimonial-role {
  font-size: 0.85rem;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #awards-17 .column-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  #awards-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-17 .section-title {
    font-size: 2.1rem;
  }
  #awards-17 .awards-column,
  #awards-17 .testimonials-column {
    text-align: center;
  }
  #awards-17 .awards-column {
    margin-bottom: 3rem;
  }
  #awards-17 .column-title {
    display: inline-block;
  }
  #awards-17 .award-item {
    flex-direction: column;
    text-align: center;
  }
  #awards-17 .award-visual {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  #awards-17 .testimonial-item {
    text-align: center;
  }
}



#faq-3 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#faq-3 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-3 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-3 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
}
#faq-3 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#faq-3 .accordion-button {
  background-color: #e2e6ea;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-3 .accordion-button:hover {
  background-color: #d6d8db;
}
#faq-3 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#call-to-action-21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-multi-image-content h2 {
  font-weight: 700;
  color: #1e293b;
}
.cta-multi-image-content p {
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-multi-image-content .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-multi-image-content .btn i {
  margin-right: 8px;
}
.cta-multi-image-grid {
}
.cta-multi-image-item {
  transition: transform 0.3s ease;
}
.cta-multi-image-item:hover {
  transform: translateY(-5px);
}
.cta-multi-image-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .cta-multi-image-content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .cta-multi-image-grid .row {
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .cta-multi-image-img {
    max-height: 60px;
  }
}


