
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#overview-1 {
  overflow: hidden;
}
#overview-1 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-1 .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  aspect-ratio: 16/9;
}
#overview-1 .overview-features-list {
  list-style: none;
  padding-left: 0;
}
#overview-1 .overview-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
#overview-1 .overview-feature-icon {
  font-size: 1.5rem;
  color: var(--bs-primary);
  margin-right: 1rem;
  width: 2rem;
  text-align: center;
  flex-shrink: 0;
}
#overview-1 .overview-feature-text h5 {
  margin-bottom: 0.25rem;
  font-weight: 600;
}
#overview-1 .overview-feature-text p {
  margin-bottom: 0;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #overview-1 .overview-image {
    margin-bottom: 2rem;
  }
  #overview-1 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#text-block-18 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f1f3f5);
  color: var(--text-color, #212529);
}
#text-block-18 .container {
  max-width: 800px;
}
#text-block-18 .section-title-optional {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-18 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #212529);
  margin-bottom: 25px;
  line-height: 1.3;
}
#text-block-18 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  opacity: 0.95;
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-18 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-18 .cta-button-area {
  margin-top: 40px;
}
#text-block-18 .cta-button-area .btn {
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 500;
  margin: 5px 8px;
  min-width: 160px;
  transition: all 0.3s ease;
  border-radius: 6px;
}
#text-block-18 .cta-button-area .btn-lg {
  padding: 14px 35px;
  font-size: 1.1rem;
  min-width: 200px;
}
#text-block-18 .cta-button-area .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #text-block-18 {
    padding: 60px 0;
  }
  #text-block-18 .text-heading {
    font-size: 2rem;
  }
  #text-block-18 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-18 .cta-button-area .btn {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    max-width: 300px;
    width: 100%;
  }
  #text-block-18 .cta-button-area .btn:first-child {
    margin-top: 0 !important;
  }
}



#features-19 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-19']['bg_color'] ?? '#ffffff' }};
}
#features-19 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-19 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-19 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-19 .feature-list-item {
  display: flex;
  align-items: flex-start; 
  margin-bottom: 40px; 
}
#features-19 .feature-list-item:last-child {
  margin-bottom: 0;
}
#features-19 .feature-list-icon {
  flex-shrink: 0;
  width: 64px; 
  height: 64px; 
  background: var(--bs-primary-light, #e7f1ff); 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; 
  margin-right: 25px; 
}
#features-19 .feature-list-icon i {
  color: var(--bs-primary, #0d6efd);
  font-size: 28px; 
  line-height: 0; 
}
#features-19 .feature-list-content h4 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
  color: #343a40;
}
#features-19 .feature-list-content p {
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 0; 
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #features-19 .section-title h2 {
    font-size: 28px;
  }
  #features-19 .feature-list-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  #features-19 .feature-list-icon i {
    font-size: 22px;
  }
   #features-19 .feature-list-content h4 {
     font-size: 18px;
   }
   #features-19 .feature-list-content p {
     font-size: 15px;
   }
}
@media (max-width: 575.98px) {
    #features-19 .feature-list-item {
      flex-direction: column; 
      align-items: center; 
      text-align: center;
    }
    #features-19 .feature-list-icon {
      margin-right: 0;
      margin-bottom: 15px; 
    }
}



#faq-26 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #212529;
}
#faq-26::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#faq-26 .container {
  position: relative;
  z-index: 2;
}
#faq-26 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#faq-26 .faq-content-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
#faq-26 .faq-minimal-item {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#faq-26 .faq-minimal-item:last-child {
  border-bottom: none;
}
#faq-26 .faq-minimal-question {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
#faq-26 .faq-minimal-answer {
  line-height: 1.7;
  margin-bottom: 0;
  opacity: 0.9;
}
#faq-26 .accordion-item {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-26 .accordion-button {
  font-weight: 600;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
  background-color: transparent;
}
#faq-26 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: rgba(231, 241, 255, 0.8);
}
#faq-26 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-26 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-26 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
#faq-26 .accordion-body p:last-child {
  margin-bottom: 0;
}


