
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



#overview-9 {
  overflow: hidden;
  background-color: #f8f9fa;
}
#overview-9 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
#overview-9 .timeline-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}
#overview-9 .timeline-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--bs-primary);
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#overview-9 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
#overview-9 .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #ffffff;
  border: 4px solid var(--bs-primary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
#overview-9 .timeline-item.left {
  left: 0;
  padding-right: 30px;
}
#overview-9 .timeline-item.right {
  left: 50%;
  padding-left: 30px;
}
#overview-9 .timeline-item.left::after {
  right: -10px;
}
#overview-9 .timeline-item.right::after {
  left: -10px;
}
#overview-9 .timeline-content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
#overview-9 .timeline-item.right .timeline-content {
  text-align: left;
}
#overview-9 .timeline-item.left .timeline-content {
  text-align: right;
}
#overview-9 .timeline-content .timeline-icon {
  font-size: 1.5rem;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
}
#overview-9 .timeline-content .timeline-date {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
  margin-bottom: 0.25rem;
}
#overview-9 .timeline-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
#overview-9 .timeline-content p {
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #overview-9 .timeline-container::after {
    left: 31px;
  }
  #overview-9 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  #overview-9 .timeline-item.left,
  #overview-9 .timeline-item.right {
    left: 0%;
    text-align: left;
  }
  #overview-9 .timeline-item::after {
    left: 21px;
  }
  #overview-9 .timeline-item.right::after {
    left: 21px;
  }
  #overview-9 .timeline-content {
    text-align: left !important;
  }
}



#text-block-17 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-17 .container {
  max-width: 850px;
}
#text-block-17 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 30px;
  text-align: center;
}
#text-block-17 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-17 .divider-image-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
#text-block-17 .divider-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
#text-block-17 .image-caption {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
  text-align: center;
}
#text-block-17 .paragraphs-after {
  margin-top: 40px;
}
#text-block-17 .paragraphs-after .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-17 {
    padding: 60px 0;
  }
  #text-block-17 .text-heading {
    font-size: 2rem;
  }
  #text-block-17 .text-paragraph {
    font-size: 1rem;
    text-align: left;
  }
  #text-block-17 .divider-image-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #text-block-17 .paragraphs-after {
    margin-top: 30px;
  }
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  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-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


