
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#about-us-22 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#about-us-22 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-22 .section-subtitle {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}
#about-us-22 .highlight-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  clear: both;
}
#about-us-22 .highlight-item.left .image-col {
  float: left;
  width: 45%;
  margin-right: 30px;
}
#about-us-22 .highlight-item.left .text-col {
  float: left;
  width: 55%;
}
#about-us-22 .highlight-item.right {
  flex-direction: row-reverse;
}
#about-us-22 .highlight-item.right .image-col {
  float: right;
  width: 45%;
  margin-left: 30px;
}
#about-us-22 .highlight-item.right .text-col {
  float: right;
  width: 55%;
  text-align: right;
}
#about-us-22 .image-col img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#about-us-22 .text-col h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}
#about-us-22 .text-col p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #about-us-22 .highlight-item {
    flex-direction: column;
    align-items: stretch;
  }
  #about-us-22 .highlight-item .image-col,
  #about-us-22 .highlight-item .text-col {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left !important;
  }
  #about-us-22 .highlight-item .image-col {
    margin-bottom: 20px;
  }
}



#timeline-16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-16 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-16 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-16 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-16 .timeline-cards-wrapper {
  max-width: 850px;
  margin: 0 auto;
}
#timeline-16 .timeline-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
#timeline-16 .timeline-card:last-child {
  margin-bottom: 0;
}
#timeline-16 .card-header {
  padding: 1rem 1.5rem;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#timeline-16 .header-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#timeline-16 .header-icon i {
  font-size: 1.4rem;
  color: var(--bs-primary);
}
#timeline-16 .header-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0;
}
#timeline-16 .header-date {
  font-size: 1rem;
  font-weight: 700;
  color: #495057;
}
#timeline-16 .card-body {
  padding: 1.5rem 1.75rem;
}
#timeline-16 .card-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
#timeline-16 .card-image {
  margin-top: 1.25rem;
}
#timeline-16 .card-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  border: 1px solid #eee;
}
@media (max-width: 767.98px) {
  #timeline-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-16 .section-title {
    font-size: 2.1rem;
  }
  #timeline-16 .card-header {
    padding: 0.8rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #timeline-16 .header-title {
    font-size: 1.1rem;
  }
  #timeline-16 .header-date {
    font-size: 0.9rem;
  }
  #timeline-16 .card-body {
    padding: 1.25rem;
  }
}



#content-block-2 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-2 .row {
  display: flex;
  gap: 30px;
  align-items: center;
}
#content-block-2 .image-column {
  flex: 1;
}
#content-block-2 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#content-block-2 .text-column {
  flex: 2;
}
#content-block-2 .text-column h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#content-block-2 .text-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 768px) {
  #content-block-2 .row {
    flex-direction: column;
  }
}



#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-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-18.bg-gradient {
  background: linear-gradient(
    135deg,
    var(--cta18-bg-start, #0d6efd),
    var(--cta18-bg-end, #6f42c1)
  );
}
#call-to-action-18.bg-solid {
  background-color: var(--cta18-bg-start, #f8f9fa);
  color: #212529;
}
#call-to-action-18.bg-solid .cta-simple-subtext {
  color: #6c757d;
}
#call-to-action-18.bg-solid .cta-simple-button .btn-primary {
}
.cta-simple-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-simple-headline {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-simple-headline {
    font-size: 2.8rem;
  }
}
.cta-simple-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-simple-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-simple-button .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-simple-button .btn i {
  margin-right: 8px;
}


