
#text-block-11 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
}
#text-block-11 .container {
  max-width: 1140px;
}
#text-block-11 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 60px;
}
#text-block-11 .text-columns-row {
}
#text-block-11 .text-column-alternating {
  padding: 35px 30px;
  height: 100%;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
  text-align: center;
}
#text-block-11 .text-column-alternating:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#text-block-11 .column-icon i {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--icon-color, #0d6efd);
  display: inline-block;
}
#text-block-11 .column-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}
#text-block-11 .column-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555e68;
  opacity: 0.9;
}
@media (max-width: 991.98px) {
  #text-block-11 .column-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-11 {
    padding: 60px 0;
  }
  #text-block-11 .section-title-main {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  #text-block-11 .text-column-alternating {
    margin-bottom: 20px;
  }
  #text-block-11 .col:last-child .text-column-alternating {
    margin-bottom: 0;
  }
}



#features-8 {
  padding: 80px 0;
  background-color: #eef2f3;
  text-align: center;
}
#features-8 .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
#features-8 .section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}
#features-8 .feature-item {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-8 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#features-8 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-8 .feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#features-8 .feature-description {
  font-size: 16px;
  color: #777;
}



#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-16 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-16.has-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  z-index: 1;
}
#call-to-action-16 .container {
  position: relative;
  z-index: 2;
}
#call-to-action-16:not(.has-bg-image) {
}
#call-to-action-16:not(.has-bg-image) .cta-subtext {
}
#call-to-action-16 .cta-headline {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-16 .cta-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}
#call-to-action-16 .cta-buttons .btn {
  margin: 0.5rem;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-width: 2px;
}
#call-to-action-16 .cta-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#call-to-action-16 .cta-buttons .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-16 .cta-content,
  #call-to-action-16 .cta-buttons {
    text-align: center;
  }
  #call-to-action-16 .cta-headline {
    font-size: 1.8rem;
  }
  #call-to-action-16 .cta-subtext {
    font-size: 1rem;
  }
  #call-to-action-16 .cta-buttons {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #call-to-action-16 .cta-buttons .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}


