
#hero-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0 8rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#hero-12 .container {
  position: relative;
}
#hero-12 .hero-content-wrapper-12 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-12 .hero-title-12 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-12 .hero-subtitle-12 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
#hero-12 .hero-cta-button-12 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-12 .hero-cta-button-12:hover {
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  #hero-12 {
    min-height: 60vh;
    padding: 4rem 0 6rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  #hero-12 .hero-title-12 {
    font-size: 2.4rem;
  }
  #hero-12 .hero-subtitle-12 {
    font-size: 1.1rem;
  }
}



#overview-18 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
#overview-18:not([style*="background-image"]) {
  background-color: #6c757d;
}
#overview-18 .container-fluid {
  padding: 0;
}
#overview-18 .content-panel-wrapper {
}
#overview-18 .scrollable-panel {
  background-color: var(--panel-bg-color, rgba(255, 255, 255, 0.95));
  color: var(--panel-text-color, #333);
  padding: 2rem;
  border-radius: 0.5rem;
  max-height: 75vh;
  overflow-y: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
#overview-18 .scrollable-panel::-webkit-scrollbar {
  width: 8px;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#overview-18 .scrollable-panel .panel-header .section-heading {
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-18 .scrollable-panel .panel-header .lead {
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
#overview-18 .scrollable-panel .content-detail-block {
  margin-bottom: 1.5rem;
}
#overview-18 .scrollable-panel .content-detail-block:last-child {
  margin-bottom: 0;
}
#overview-18 .scrollable-panel .content-detail-block h5 {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
#overview-18 .scrollable-panel .content-detail-block p {
  line-height: 1.7;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#overview-18 .scrollable-panel .cta-wrapper {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #overview-18 {
    min-height: auto;
    background-attachment: scroll;
    padding: 4rem 0;
    display: block;
  }
  #overview-18 .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  #overview-18 .scrollable-panel {
    max-height: none;
    overflow-y: visible;
    margin-top: 0;
  }
  #overview-18 .content-panel-wrapper {
    margin: 0 auto;
  }
}



#content-block-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-16 .content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#content-block-16 .content-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content-block-16 .content-text h2,
#content-block-16 .content-text h3 {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
#content-block-16 .content-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
#content-block-16 .content-text p:last-child {
  margin-bottom: 0;
}
#content-block-16 .content-text h5 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #495057;
}
#content-block-16 .content-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#content-block-16 .content-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #6c757d;
  font-size: 0.95rem;
}
#content-block-16 .content-text ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0.15em;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  #content-block-16 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-block-16 .content-image {
    margin-bottom: 2rem;
    text-align: center;
  }
  #content-block-16 .content-text h2,
  #content-block-16 .content-text h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  #content-block-16 .content-text {
    text-align: center;
  }
  #content-block-16 .content-text ul {
    display: inline-block;
    text-align: left;
  }
}



#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-25 {
  padding: 50px 0; 
  overflow: hidden;
  background-color: {{ $data['features-25']['bg_color'] ?? '#ffffff' }};
}
#features-25 .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #343a40;
}
#features-25 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 20px);
}
#features-25 .section-title p {
  margin-bottom: 40px; 
  color: #6c757d;
  font-size: 15px;
}
#features-25 .minimal-feature-item {
  display: flex;
  align-items: center;
  padding: 10px 0; 
  transition: color 0.3s ease;
}
#features-25 .minimal-feature-item:hover {
   color: var(--bs-primary, #0d6efd);
}
#features-25 .minimal-feature-icon {
  margin-right: 12px;
}
#features-25 .minimal-feature-icon i {
  font-size: 20px; 
  color: var(--bs-primary, #0d6efd);
  width: 25px; 
  text-align: center;
  transition: transform 0.3s ease;
}
#features-25 .minimal-feature-item:hover .minimal-feature-icon i {
    transform: scale(1.1); 
}
#features-25 .minimal-feature-title {
  font-size: 17px; 
  font-weight: 500;
  color: #495057; 
  transition: color 0.3s ease;
}
#features-25 .minimal-feature-item:hover .minimal-feature-title {
   color: var(--bs-primary, #0d6efd); 
}
@media (min-width: 768px) {
/* #features-25 .row > * {
    flex: 0 0 auto;
    width: 50%;
  } */
}
@media (min-width: 992px) {
/* #features-25 .row > * {
     flex: 0 0 auto;
     width: 33.33333%;
   } */
}
@media (max-width: 767.98px) {
  #features-25 .section-title h2 {
    font-size: 26px;
  }
   #features-25 .minimal-feature-title {
     font-size: 16px;
   }
}



#faq-24 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-24 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-24 .faq-tabs-nav {
  margin-bottom: 2.5rem;
  border-bottom-color: #dee2e6;
  justify-content: center;
}
#faq-24 .faq-tabs-nav .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #dee2e6;
  border-bottom-width: 2px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#faq-24 .faq-tabs-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-tabs-nav .nav-link:hover {
  color: #0d6efd;
  border-color: transparent transparent #adb5bd;
}
#faq-24 .faq-tabs-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent transparent #0d6efd;
}
#faq-24 .faq-tabs-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .faq-pills-nav {
  margin-bottom: 2.5rem;
  justify-content: center;
}
#faq-24 .faq-pills-nav .nav-link {
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-radius: 50rem;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0.3rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#faq-24 .faq-pills-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-pills-nav .nav-link:hover {
  background-color: #dee2e6;
  color: #000;
}
#faq-24 .faq-pills-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #0d6efd;
}
#faq-24 .faq-pills-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .tab-content {
}
#faq-24 .tab-pane .faq-item-in-tab {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #eee;
}
#faq-24 .tab-pane .faq-item-in-tab:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#faq-24 .faq-question-in-tab {
  font-weight: 600;
  font-size: 1.1rem;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#faq-24 .faq-answer-in-tab {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}



#call-to-action-10 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#call-to-action-10 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-10 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-10 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #2575fc;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-10 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #2575fc;
}
@media (max-width: 767.98px) {
  #call-to-action-10 h2 {
    font-size: 28px;
  }
  #call-to-action-10 p {
    font-size: 16px;
  }
}


