
#hero-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 6rem 0 5rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-20 .hero-overlay-20 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-20 .container {
  position: relative;
  z-index: 2;
}
#hero-20 .hero-content-wrapper-20 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
#hero-20 .hero-title-20 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-20 .hero-subtitle-20 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-20 .hero-cta-button-20 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-20 .hero-cta-button-20:hover {
  transform: translateY(-2px);
}
#hero-20 .hero-logos-wrapper-20 {
  margin-top: 3.5rem;
}
#hero-20 .logos-title-20 {
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#hero-20 .logos-list-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
#hero-20 .hero-logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  transition: filter 0.3s ease;
}
#hero-20 .hero-logo-item a:hover img,
#hero-20 .hero-logo-item img:hover {
  filter: none;
}
@media (max-width: 767.98px) {
  #hero-20 {
    min-height: 70vh;
    padding: 4rem 0 3rem 0;
  }
  #hero-20 .hero-content-wrapper-20 {
    margin-bottom: 2.5rem;
  }
  #hero-20 .hero-title-20 {
    font-size: 2.3rem;
  }
  #hero-20 .hero-subtitle-20 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-20 .hero-logos-wrapper-20 {
    margin-top: 3rem;
  }
  #hero-20 .logos-list-20 {
    gap: 1.5rem;
  }
  #hero-20 .hero-logo-item img {
    max-height: 30px;
  }
}



#about-us-9 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-9 .split-container {
  display: flex;
  gap: 30px;
}
#about-us-9 .main-content {
  flex: 2;
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
#about-us-9 .sidebar-content {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
}
#about-us-9 .sidebar-content h4 {
  margin-top: 0;
  color: #007bff;
}
#about-us-9 .sidebar-content p {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  #about-us-9 .split-container {
    flex-direction: column;
  }
}



#team-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#team-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-2 .leader-card {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.06);
  height: 100%;
}
#team-2 .leader-image {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}
#team-2 .leader-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#team-2 .leader-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#team-2 .leader-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#team-2 .leader-role {
  font-size: 1rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 1rem;
}
#team-2 .leader-bio {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  max-width: 450px;
}
#team-2 .leader-social-links {
  margin-top: auto;
}
#team-2 .leader-social-links a {
  display: inline-block;
  color: #6c757d;
  margin: 0 0.5rem;
  font-size: 1.2rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
#team-2 .leader-social-links a:hover {
  color: var(--bs-primary);
  transform: scale(1.1);
}
@media (min-width: 768px) {
  #team-2 .leader-card {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  #team-2 .leader-image {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  #team-2 .leader-image img {
    width: 150px;
    height: 150px;
  }
  #team-2 .leader-info {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  #team-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-2 .section-title {
    font-size: 2.1rem;
  }
  #team-2 .leader-card {
    padding: 1.5rem;
  }
  #team-2 .leader-name {
    font-size: 1.3rem;
  }
}



#timeline-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-6 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#timeline-6 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-6 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-6 .timeline-list-minimal {
  list-style: none;
  padding-left: 0;
  max-width: 700px;
  margin: 0 auto;
}
#timeline-6 .timeline-list-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #f1f1f1;
}
#timeline-6 .timeline-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#timeline-6 .item-icon {
  flex-shrink: 0;
  width: 40px;
  text-align: center;
  margin-right: 1rem;
  margin-top: 2px;
}
#timeline-6 .item-icon i {
  font-size: 1.3rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#timeline-6 .item-content {
  flex-grow: 1;
}
#timeline-6 .item-date {
  font-weight: 600;
  font-size: 0.95rem;
  color: #343a40;
  display: block;
  margin-bottom: 0.25rem;
}
#timeline-6 .item-text {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #timeline-6 .section-title {
    font-size: 1.9rem;
  }
  #timeline-6 .timeline-list-item {
    padding: 0.8rem 0;
  }
  #timeline-6 .item-icon {
    width: 30px;
    margin-right: 0.75rem;
  }
  #timeline-6 .item-icon i {
    font-size: 1.1rem;
  }
}



#awards-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-4 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-4 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-4 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-4 .timeline-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#awards-4 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #dee2e6;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#awards-4 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 3rem;
}
#awards-4 .timeline-item:last-child {
  margin-bottom: 0;
}
#awards-4 .timeline-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12.5px;
  background-color: #f8f9fa;
  border: 4px solid var(--bs-primary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 3px #f8f9fa;
}
#awards-4 .timeline-left {
  left: 0;
  padding-right: 30px;
}
#awards-4 .timeline-left::after {
  left: -12.5px;
}
#awards-4 .timeline-right {
  left: 50%;
  padding-left: 70px;
}
#awards-4 .timeline-right::after {
  left: -12.5px;
}
#awards-4 .timeline-content {
  padding: 20px 25px;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
#awards-4 .timeline-date {
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.9rem;
}
#awards-4 .timeline-item-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--bs-primary);
}
#awards-4 .timeline-item-title i {
  margin-right: 0.5rem;
  font-size: 1em;
  opacity: 0.8;
}
#awards-4 .timeline-item-awarded-by {
  font-style: italic;
  color: #495057;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}
#awards-4 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.6;
}
#awards-4 .timeline-item-link a {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#awards-4 .timeline-item-link a:hover {
  text-decoration: underline;
}
#awards-4 .timeline-item-link i {
  margin-left: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  #awards-4 .timeline-wrapper::after {
    left: 31px;
  }
  #awards-4 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
    margin-bottom: 2rem;
  }
  #awards-4 .timeline-left::after,
  #awards-4 .timeline-right::after {
    left: 18px;
  }
  #awards-4 .timeline-left,
  #awards-4 .timeline-right {
    left: 0%;
  }
  #awards-4 .timeline-content {
    padding: 15px 20px;
  }
  #awards-4 .timeline-item-title {
    font-size: 1.1rem;
  }
}



#why-choose-us-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#why-choose-us-11 .section-header {
  margin-bottom: 3rem;
}
#why-choose-us-11 .section-header h2 {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#why-choose-us-11 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#why-choose-us-11 .feature-item-wrapper {
  height: 100%;
}
#why-choose-us-11 .feature-item {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#why-choose-us-11 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#why-choose-us-11 .feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  display: inline-block;
}
#why-choose-us-11 .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#why-choose-us-11 .feature-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  #why-choose-us-11 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #why-choose-us-11 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-11 .feature-item {
    padding: 1.5rem;
  }
}



#call-to-action-16 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-16.has-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  z-index: 1;
}
#call-to-action-16 .container {
  position: relative;
  z-index: 2;
}
#call-to-action-16:not(.has-bg-image) {
}
#call-to-action-16:not(.has-bg-image) .cta-subtext {
}
#call-to-action-16 .cta-headline {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-16 .cta-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}
#call-to-action-16 .cta-buttons .btn {
  margin: 0.5rem;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-width: 2px;
}
#call-to-action-16 .cta-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#call-to-action-16 .cta-buttons .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-16 .cta-content,
  #call-to-action-16 .cta-buttons {
    text-align: center;
  }
  #call-to-action-16 .cta-headline {
    font-size: 1.8rem;
  }
  #call-to-action-16 .cta-subtext {
    font-size: 1rem;
  }
  #call-to-action-16 .cta-buttons {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #call-to-action-16 .cta-buttons .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}


