
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: none;
  border-radius: 4px;
}



#overview-7 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
#overview-7 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#overview-7 .content-column {
  position: relative;
  z-index: 2;
  padding-left: 1rem;
}
#overview-7 .image-column {
  position: relative;
  z-index: 1;
}
#overview-7 .overview-image-wrapper {
  position: relative;
}
#overview-7 .overview-image {
  max-width: 115%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: block;
}
#overview-7 .section-heading {
  margin-bottom: 1rem;
}
#overview-7 .lead {
  margin-bottom: 1.5rem;
}
#overview-7 .feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
#overview-7 .feature-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  color: #343a40;
}
#overview-7 .feature-list li i {
  color: var(--bs-success);
  margin-right: 0.75rem;
  font-size: 1.1rem;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#overview-7 .animated-fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: var(--animation-delay, 0s);
}
#overview-7 .section-heading {
  --animation-delay: 0.1s;
}
#overview-7 .lead {
  --animation-delay: 0.2s;
}
#overview-7 .feature-list li:nth-child(1) {
  --animation-delay: 0.3s;
}
#overview-7 .feature-list li:nth-child(2) {
  --animation-delay: 0.4s;
}
#overview-7 .feature-list li:nth-child(3) {
  --animation-delay: 0.5s;
}
#overview-7 .feature-list li:nth-child(4) {
  --animation-delay: 0.6s;
}
#overview-7 .btn {
  --animation-delay: 0.7s;
}
#overview-7 .overview-image {
  --animation-delay: 0.2s;
  animation: fadeInUp 0.8s ease-out forwards;
}
@media (max-width: 991.98px) {
  #overview-7 .overview-image {
    max-width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  #overview-7 .image-column {
    order: 2;
  }
  #overview-7 .content-column {
    order: 1;
    padding-left: 0;
  }
  #overview-7 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#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;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Zigzag Rows === */
.zigzag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.zigzag-row.visible {
  opacity: 1;
  transform: translateY(0);
}
.zigzag-row .zigzag-image,
.zigzag-row .zigzag-content {
  flex: 1 1 50%;
  padding: 15px;
}
.zigzag-row:nth-child(even) {
  flex-direction: row-reverse;
}

/* Image styling */
.zigzag-image img {
  width: 100%;
  border-radius: 0.5rem;
  display: block;
}

/* Content styling */
.zigzag-content h5 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.zigzag-content .meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}
.zigzag-content .meta i {
  margin-right: 6px;
}
.zigzag-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.25rem;
}
.zigzag-content .btn-readmore {
  font-size: 0.9rem;
}

/* === Responsive === */
@media (max-width: 767.98px) {
  .zigzag-row {
    flex-direction: column !important;
  }
  .zigzag-image,
  .zigzag-content {
    flex: 1 1 100%;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#content-block-27 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#content-block-27 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-27 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-27 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-27 .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}
#content-block-27 .info-item-icon {
  font-size: 1.75rem;
  color: var(--bs-primary, #0d6efd);
  margin-right: 1rem;
  min-width: 1.5em;
  text-align: center;
  margin-top: 0.1em;
}
#content-block-27 .info-item-content {
  flex-grow: 1;
}
#content-block-27 .info-item-content h5 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #495057;
}
#content-block-27 .info-item-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #content-block-27 .info-item {
    margin-bottom: 0;
  }
}



#how-it-works-16 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-16 .section-title-container {
  margin-bottom: 40px;
}
#how-it-works-16 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-16 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-16 .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 30px;
  justify-content: center;
}
#how-it-works-16 .nav-tabs .nav-item {
  margin-bottom: -2px;
}
#how-it-works-16 .nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease-in-out;
}
#how-it-works-16 .nav-tabs .nav-link:hover,
#how-it-works-16 .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #0d6efd;
  background-color: #f8f9fa;
}
#how-it-works-16 .nav-tabs .nav-link.active {
  color: #0d6efd;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
#how-it-works-16 .tab-content > .tab-pane {
  padding: 25px 15px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}
#how-it-works-16 .tab-pane-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  float: left;
  margin-right: 20px;
}
#how-it-works-16 .tab-pane-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-16 .tab-pane-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #how-it-works-16 .nav-tabs {
    flex-direction: column;
    border-bottom: none;
  }
  #how-it-works-16 .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  #how-it-works-16 .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 5px;
    text-align: left;
  }
  #how-it-works-16 .nav-tabs .nav-link.active {
    border-color: #0d6efd;
    background-color: #e7f0ff;
  }
  #how-it-works-16 .tab-content > .tab-pane {
    border-radius: 0.25rem;
  }
  #how-it-works-16 .tab-pane-icon {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #how-it-works-16 .tab-pane-title {
    font-size: 1.5rem;
  }
}



#faq-22 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-22 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-22 .faq-alternating-block {
  margin-bottom: 5rem;
}
#faq-22 .faq-alternating-block:last-child {
  margin-bottom: 0;
}
#faq-22 .faq-alternating-block:nth-child(even) {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 15px;
}
#faq-22 .faq-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
}
#faq-22 .faq-content-col h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#faq-22 .faq-content-col p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
#faq-22 .faq-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq-22 .faq-alternating-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  #faq-22 .faq-alternating-block {
    margin-bottom: 3rem;
  }
  #faq-22 .faq-image-col {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #faq-22 .faq-content-col {
    order: 2 !important;
    text-align: center;
  }
  #faq-22 .faq-content-col p {
    text-align: left;
  }
  #faq-22 .faq-alternating-image {
    max-width: 80%;
  }
  #faq-22 .faq-alternating-block:nth-child(even) {
    padding: 2rem 1rem;
  }
}



#why-choose-us-8 {
  position: relative;
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#why-choose-us-8 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#why-choose-us-8 .feature-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#why-choose-us-8 .feature-box .reason-item {
  margin-bottom: 20px;
}
#why-choose-us-8 .feature-box .reason-item i {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 10px;
}
#why-choose-us-8 .feature-box .reason-item h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#why-choose-us-8 .feature-box .reason-item p {
  margin: 0;
  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;
  }
}



#call-to-action-5 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#call-to-action-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#call-to-action-5 .content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.5s ease;
}
#call-to-action-5 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fadeIn 1.2s ease;
}
#call-to-action-5 p {
  font-size: 1.4rem;
  margin-bottom: 30px;
  animation: fadeIn 1.4s ease;
}
#call-to-action-5 .btn {
  background-color: #28a745;
  color: #fff;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s;
  animation: fadeInUp 1.6s ease;
}
#call-to-action-5 .btn:hover {
  transform: scale(1.1);
  background-color: #218838;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


