
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#about-us-29 {
  padding: 80px 0;
  background-color: #181818;
  color: #fff;
  position: relative;
}
#about-us-29 .section-title,
#about-us-29 .section-subtitle {
  text-align: center;
  margin-bottom: 60px;
}
#about-us-29 .content-block {
  position: relative;
  margin-bottom: 80px;
}
#about-us-29 .content-block.image-left {
  display: flex;
  align-items: center;
  padding-left: 10%;
}
#about-us-29 .content-block.image-left .image-wrapper {
  width: 40%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  overflow: hidden;
}
#about-us-29 .content-block.image-left img {
  width: 100%;
  height: auto;
  display: block;
}
#about-us-29 .content-block.image-left .text-wrapper {
  width: 50%;
  padding-left: 5%;
}
#about-us-29 .content-block.text-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 10%;
}
#about-us-29 .content-block.text-right .text-wrapper {
  width: 50%;
  padding-right: 5%;
  text-align: right;
}
#about-us-29 .content-block.text-right .highlight {
  color: #ffc107;
}
#about-us-29 .content-block.image-center-top {
  text-align: center;
  padding-top: 50px;
}
#about-us-29 .content-block.image-center-top .image-wrapper {
  width: 30%;
  margin: 0 auto 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  overflow: hidden;
}
#about-us-29 .content-block.image-center-top img {
  width: 100%;
  height: auto;
  display: block;
}
#about-us-29 .content-block.text-left-bottom {
  padding-left: 15%;
  padding-bottom: 80px;
}
#about-us-29 .content-block.text-left-bottom .text-wrapper {
  width: 60%;
}
#about-us-29 .content-block h3 {
  font-size: 2rem;
  color: #f8f9fa;
  margin-bottom: 15px;
}
#about-us-29 .content-block p {
  font-size: 1rem;
  line-height: 1.7;
  color: #ccc;
}
@media (max-width: 768px) {
  #about-us-29 .content-block {
    flex-direction: column !important;
    align-items: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
  }
  #about-us-29 .content-block .image-wrapper,
  #about-us-29 .content-block .text-wrapper {
    width: 80% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
}



#team-9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  background-color: #343a40;
}
#team-9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
}
#team-9 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#team-9 .cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
#team-9 .cta-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#team-9 .cta-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#team-9 .cta-buttons .btn {
  margin: 0.5rem 0.5rem;
  padding: 0.8rem 2rem;
  font-weight: 500;
}
#team-9 .cta-buttons .btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  #team-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  #team-9 .cta-title {
    font-size: 2.2rem;
  }
  #team-9 .cta-subtitle {
    font-size: 1.1rem;
  }
  #team-9 .cta-text {
    font-size: 1rem;
  }
  #team-9 .cta-buttons .btn {
    display: block;
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}



#timeline-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-14 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#timeline-14 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-14 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-14 .timeline-accordion-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#timeline-14 .accordion-item {
  margin-bottom: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem !important;
  overflow: hidden;
}
#timeline-14 .accordion-item:first-of-type {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
#timeline-14 .accordion-item:last-of-type {
  margin-bottom: 0;
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
#timeline-14 .accordion-header {
}
#timeline-14 .accordion-button {
  font-weight: 600;
  font-size: 1.15rem;
  color: #343a40;
  background-color: #ffffff;
  box-shadow: none !important;
  padding: 1rem 1.25rem;
}
#timeline-14 .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background-color: #f8f9fa;
}
#timeline-14 .accordion-button .header-icon {
  margin-right: 0.75rem;
  font-size: 1.1em;
  opacity: 0.8;
}
#timeline-14 .accordion-button:not(.collapsed) .header-icon {
}
#timeline-14 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%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;
}
#timeline-14 .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);
}
#timeline-14 .accordion-body {
  padding: 1.5rem 1.75rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #495057;
}
#timeline-14 .accordion-body ul {
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#timeline-14 .accordion-body h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#timeline-14 .accordion-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-14 .section-title {
    font-size: 2.1rem;
  }
  #timeline-14 .accordion-button {
    font-size: 1.05rem;
    padding: 0.9rem 1rem;
  }
  #timeline-14 .accordion-body {
    padding: 1.25rem;
  }
}



#faq-9 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-9 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-9 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-9 .faq-item {
  margin-bottom: 30px;
}
#faq-9 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#faq-9 .faq-answer {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}
#faq-9 .progress {
  height: 10px;
  background-color: #e9ecef;
  border-radius: 5px;
}
#faq-9 .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #17a2b8;
  border-radius: 5px;
  transition: width 1s ease-in-out;
}


