
#content-block-21 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#content-block-21 .section-header {
  margin-bottom: 2rem;
  text-align: center;
}
#content-block-21 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#content-block-21 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-21 .carousel {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#content-block-21 .carousel-inner {
  border-radius: 0.5rem;
}
#content-block-21 .carousel-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#content-block-21 .carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  bottom: 1.25rem;
  left: 5%;
  right: 5%;
}
#content-block-21 .carousel-caption h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#content-block-21 .carousel-caption p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.4;
}
#content-block-21 .carousel-control-prev-icon,
#content-block-21 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 0.75rem;
  background-size: 50% 50%;
}
#content-block-21 .carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
}
#content-block-21 .carousel-indicators .active {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  #content-block-21 .carousel-caption {
    padding: 0.5rem 0.75rem;
  }
  #content-block-21 .carousel-caption h5 {
    font-size: 1rem;
  }
  #content-block-21 .carousel-caption p {
    font-size: 0.85rem;
  }
}



#text-block-7 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
  overflow: hidden;
}
#text-block-7 .container {
  max-width: 1140px;
}
#text-block-7 .section-title-optional {
  font-size: 1.1rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-7 .text-heading {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
  line-height: 1.3;
}
#text-block-7 .text-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-7 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-7 .side-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  #text-block-7 .text-heading {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-7 {
    padding: 50px 0;
  }
  #text-block-7 .text-heading {
    font-size: 1.8rem;
    margin-top: 15px;
  }
  #text-block-7 .side-image {
    margin-top: 30px;
  }
  #text-block-7 .text-paragraph {
    font-size: 0.95rem;
  }
}



#faq-15 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#faq-15 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-15 .faq-expand-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
#faq-15 .faq-card-header button {
  width: 100%;
  text-align: left;
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  color: #212529;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: background-color 0.2s ease;
  box-shadow: none !important;
}
#faq-15 .faq-card-header button:hover {
  background-color: #f8f9fa;
}
#faq-15 .faq-card-header button:not(.collapsed) {
  color: #0d6efd;
  background-color: #f0f7ff;
  border-bottom-color: transparent;
}
#faq-15 .faq-card-header button::after {
  content: "\\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 0.9em;
  color: #6c757d;
}
#faq-15 .faq-card-header button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
  color: #0d6efd;
}
#faq-15 .faq-card-body-collapse .card-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-15 .faq-card-body-collapse .card-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


