
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



#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;
  }
}



#team-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#team-15 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-15 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-15 .team-list-columns {
  column-gap: 2.5rem;
}
#team-15 .member-list-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#team-15 .member-list-item:last-child {
  border-bottom: none;
}
#team-15 .member-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.1rem;
}
#team-15 .member-role {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #team-15 .team-list-columns {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  #team-15 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #team-15 .section-title {
    font-size: 1.9rem;
  }
  #team-15 .team-list-columns {
    column-count: 1;
  }
  #team-15 .member-list-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}



#awards-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-2 .certificate-card {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#awards-2 .certificate-thumbnail {
  text-align: center;
  background-color: #f8f9fa;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-2 .certificate-thumbnail img {
  max-width: 100%;
  max-height: 220px;
  height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #ced4da;
}
#awards-2 .certificate-card-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#awards-2 .certificate-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}
#awards-2 .certificate-details {
  margin-top: auto;
}
#awards-2 .issuing-body,
#awards-2 .certificate-date {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-2 .issuing-body strong,
#awards-2 .certificate-date strong {
  color: #495057;
  font-weight: 500;
}
#awards-2 .certificate-link {
  margin-top: 1rem;
}
#awards-2 .certificate-link a {
  font-size: 0.9rem;
  font-weight: 500;
}
#awards-2 .certificate-link i {
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  #awards-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-2 .section-title {
    font-size: 2.1rem;
  }
  #awards-2 .certificate-card-body {
    padding: 1.25rem;
  }
  #awards-2 .certificate-name {
    font-size: 1rem;
  }
}



#press-mentions-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-6 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-6 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-6 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-6 .award-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-6 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.5rem rgba(var(--bs-primary-rgb), 0.1);
  border-color: rgba(var(--bs-primary-rgb), 0.5);
}
#press-mentions-6 .award-icon i {
  font-size: 3rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#press-mentions-6 .award-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#press-mentions-6 .awarded-by {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
#press-mentions-6 .awarded-by-logo img {
  height: 25px;
  width: auto;
  max-width: 80px;
  margin-right: 0.75rem;
  filter: grayscale(100%);
  opacity: 0.7;
}
#press-mentions-6 .award-description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  flex-grow: 1;
}
#press-mentions-6 .award-link {
  margin-top: auto;
}
#press-mentions-6 .award-link a {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#press-mentions-6 .award-link a:hover {
  text-decoration: underline;
}
#press-mentions-6 .award-link i {
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-6 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-6 .award-card {
    padding: 1.5rem;
  }
  #press-mentions-6 .award-name {
    font-size: 1.2rem;
  }
}



#why-choose-us-29 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#why-choose-us-29 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-29 .section-main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #1f3b64;
}
#why-choose-us-29 .section-main-subtitle {
  font-size: 1.1rem;
  color: #52667a;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
#why-choose-us-29 .case-studies-intro {
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us-29 .case-study-snippet-item {
  background-color: #f8faff;
  border: 1px solid #e0e9f5;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
#why-choose-us-29 .case-study-snippet-item:last-child {
  margin-bottom: 0;
}
#why-choose-us-29 .client-name-header {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
}
#why-choose-us-29 .case-study-segment {
  margin-bottom: 20px;
}
#why-choose-us-29 .segment-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}
#why-choose-us-29 .segment-title i {
  margin-right: 8px;
  opacity: 0.7;
}
#why-choose-us-29 .segment-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.8;
  text-align: justify;
}
#why-choose-us-29 .testimonial-quote-snippet {
  font-size: 1rem;
  font-style: italic;
  color: #0056b3;
  padding: 15px;
  background-color: #e7f3ff;
  border-left: 4px solid #0056b3;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 0 4px 4px 0;
}
#why-choose-us-29 .testimonial-quote-snippet::before {
  content: "\201C";
  font-size: 2em;
  line-height: 0;
  margin-right: 5px;
  vertical-align: -0.3em;
}
#why-choose-us-29 .case-study-link a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.2s ease;
}
#why-choose-us-29 .case-study-link a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#why-choose-us-29 .case-study-link a i {
  margin-left: 5px;
}


