
#hero-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



#about-us-11 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#about-us-11 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-11 .awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
#about-us-11 .award-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-11 .award-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}
#about-us-11 .award-card h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #007bff;
}
#about-us-11 .award-card p {
  font-size: 0.95rem;
  color: #555;
}
#about-us-11 .statistics {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
#about-us-11 .stat {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
}
#about-us-11 .stat-label {
  font-size: 1rem;
  color: #555;
}



#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;
  }
}



#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-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#awards-7 .container {
  max-width: 850px;
}
#awards-7 .featured-award-box {
  text-align: center;
  padding: 2.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
}
#awards-7 .award-visual {
  margin-bottom: 2rem;
}
#awards-7 .award-visual img {
  max-height: 100px;
  max-width: 250px;
  width: auto;
}
#awards-7 .award-visual i {
  color: var(--bs-primary);
  opacity: 0.9;
}
#awards-7 .award-name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#awards-7 .awarded-by {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-7 .award-year {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1.5rem;
}
#awards-7 .award-description {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-7 .award-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  margin-top: 2rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#awards-7 .quote-author {
  display: block;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 500;
  color: #6c757d;
  margin-top: 0.5rem;
}
#awards-7 .award-link {
  margin-top: 2rem;
}
#awards-7 .award-link a {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #awards-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-7 .featured-award-box {
    padding: 2rem;
  }
  #awards-7 .award-name {
    font-size: 1.8rem;
  }
  #awards-7 .award-description {
    font-size: 1rem;
  }
  #awards-7 .award-quote {
    font-size: 1rem;
  }
}



#faq-18 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-18 .faq-visual-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#faq-18 .faq-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#faq-18 .faq-contact-block {
  background-color: #f8f9fa;
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
  width: 100%;
}
#faq-18 .faq-contact-block h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
#faq-18 .faq-contact-block p {
  color: #495057;
  margin-bottom: 1.5rem;
}
#faq-18 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-18 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-18 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-18 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}
#faq-18 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#faq-18 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-18 .accordion-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #faq-18 .faq-visual-column {
    margin-bottom: 3rem;
  }
}



#call-to-action-11 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
#call-to-action-11 .left-col,
#call-to-action-11 .right-col {
  flex: 1 1 50%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  text-align: left;
}
#call-to-action-11 .left-col {
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-11 .left-col h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-11 .left-col p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-11 .left-col .btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-11 .left-col .btn:hover {
  background-color: #0056b3;
  color: #fff;
}
#call-to-action-11 .right-col {
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #call-to-action-11 {
    flex-direction: column;
  }
  #call-to-action-11 .left-col,
  #call-to-action-11 .right-col {
    flex: 1 1 100%;
    min-height: auto;
  }
  #call-to-action-11 .left-col {
    text-align: center;
  }
}


