
#hero-19 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-19 .hero-overlay-19 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-19 .container {
  position: relative;
  z-index: 2;
}
#hero-19 .hero-content-wrapper-19 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#hero-19 .hero-title-19 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-19 .hero-subtitle-19 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
#hero-19 .app-buttons-wrapper-19 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-19 .app-store-button img,
#hero-19 .google-play-button img {
  height: 45px;
  width: auto;
  transition: transform 0.2s ease;
}
#hero-19 .app-store-button img:hover,
#hero-19 .google-play-button img:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-19 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-19 .hero-title-19 {
    font-size: 2.3rem;
  }
  #hero-19 .hero-subtitle-19 {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  #hero-19 .app-store-button img,
  #hero-19 .google-play-button img {
    height: 40px;
  }
}



#overview-16 {
  position: relative;
  overflow: hidden;
}
#overview-16 .split-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
}
#overview-16 .split-background-container .split-bg-image,
#overview-16 .split-background-container .split-bg-color {
  width: 50%;
  height: 100%;
}
#overview-16 .split-background-container .split-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#overview-16[data-image-side="right"] .split-bg-image {
  order: 2;
}
#overview-16[data-image-side="right"] .split-bg-color {
  order: 1;
}
#overview-16[data-image-side="left"] .split-bg-image {
  order: 1;
}
#overview-16[data-image-side="left"] .split-bg-color {
  order: 2;
}
#overview-16 .container {
  position: relative;
  z-index: 1;
  color: var(--text-color, #333);
}
#overview-16 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#overview-16 .content-wrapper {
  max-width: 580px;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  margin-left: 0;
  margin-right: auto;
}
#overview-16[data-image-side="left"] .content-wrapper {
  margin-left: auto;
  margin-right: 0;
}
#overview-16 .content-wrapper .section-heading {
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-16 .content-wrapper .lead {
  color: inherit;
  opacity: 0.9;
  margin-bottom: 2rem;
}
#overview-16 .content-detail-block {
  margin-bottom: 1.8rem;
}
#overview-16 .content-detail-block:last-child {
  margin-bottom: 0;
}
#overview-16 .content-detail-block h5 {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--bs-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
#overview-16 .content-detail-block h5 i {
  margin-right: 0.75rem;
  opacity: 0.8;
}
#overview-16 .content-detail-block p {
  line-height: 1.7;
  color: inherit;
  opacity: 0.95;
  margin-bottom: 0;
}
#overview-16 .content-wrapper .btn {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  #overview-16 .split-background-container {
    flex-direction: column;
  }
  #overview-16 .split-background-container .split-bg-image,
  #overview-16 .split-background-container .split-bg-color {
    width: 100%;
    height: 50%;
  }
  #overview-16 .split-background-container .split-bg-image {
    order: 1 !important;
  }
  #overview-16 .split-background-container .split-bg-color {
    order: 2 !important;
  }
  #overview-16 .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 90%;
  }
  #overview-16 .overview-section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  #overview-16 .content-wrapper {
    padding: 1.5rem;
  }
}



#content-block-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#content-block-6 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#content-block-6 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-6 .section-hero p {
  font-size: 1.2rem;
}
#content-block-6 .content-body {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
}



#text-block-26 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-26 .container {
  max-width: 900px;
}
#text-block-26 .aligned-heading-wrapper {
  margin-bottom: 30px;
}
#text-block-26 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 15px;
  display: block;
}
#text-block-26 .divider-aligned {
  height: 3px;
  width: 120px;
  background-color: var(--divider-color, #6c757d);
}
#text-block-26 .divider-aligned.divider-start {
  margin-right: auto;
  margin-left: 0;
}
#text-block-26 .divider-aligned.divider-end {
  margin-left: auto;
  margin-right: 0;
}
#text-block-26 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
  text-align: left;
}
#text-block-26 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-26 {
    padding: 60px 0;
  }
  #text-block-26 .aligned-heading-wrapper {
    text-align: center !important;
    margin-bottom: 30px;
  }
  #text-block-26 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-26 .divider-aligned {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100px;
  }
  #text-block-26 .text-paragraph {
    font-size: 1rem;
  }
}



#text-block-4 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-4 .container {
  max-width: 960px;
}
#text-block-4 .section-title-optional {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-4 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-4 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-4 .list-heading-optional {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-top: 40px;
  margin-bottom: 25px;
}
#text-block-4 .icon-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
#text-block-4 .icon-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color, #495057);
}
#text-block-4 .icon-list-item i {
  font-size: 1.2rem;
  color: var(--icon-color, #17a2b8);
  margin-right: 12px;
  margin-top: 0.2em;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
#text-block-4 .icon-list-item span {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 2;
    column-gap: 30px;
  }
  #text-block-4 .icon-list.list-cols-2 .icon-list-item {
    break-inside: avoid;
  }
}
@media (max-width: 767.98px) {
  #text-block-4 {
    padding: 60px 0;
  }
  #text-block-4 .text-heading {
    font-size: 2rem;
  }
  #text-block-4 .text-paragraph,
  #text-block-4 .icon-list-item {
    font-size: 0.95rem;
  }
  #text-block-4 .list-heading-optional {
    font-size: 1.25rem;
  }
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 1;
  }
}



#faq-14 {
  padding: 60px 0;
}
#faq-14 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-14 .faq-sidebar {
  position: sticky;
  top: 80px;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
#faq-14 .faq-sidebar .nav-link {
  color: #495057;
  padding: 0.6rem 1rem;
  border-left: 3px solid transparent;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
#faq-14 .faq-sidebar .nav-link:hover {
  color: #0d6efd;
  background-color: #f1f5f9;
  border-left-color: #cfe2ff;
}
#faq-14 .faq-sidebar .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: #e7f1ff;
  border-left-color: #0d6efd;
}
#faq-14 .faq-content-area {
}
#faq-14 .faq-content-item {
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
#faq-14 .faq-content-item h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.8rem;
}
#faq-14 .faq-content-item p {
  color: #495057;
  line-height: 1.7;
}
#faq-14 .faq-content-item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #faq-14 .faq-sidebar {
    position: static;
    height: auto;
    margin-bottom: 2rem;
    overflow-y: visible;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
  }
  #faq-14 .faq-sidebar .nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  #faq-14 .faq-sidebar .nav-link {
    border-left: none;
    border-bottom: 3px solid transparent;
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
  #faq-14 .faq-sidebar .nav-link.active {
    border-left-color: transparent;
    border-bottom-color: #0d6efd;
    background-color: transparent;
  }
  #faq-14 .faq-sidebar .nav-link:hover {
    border-left-color: transparent;
    border-bottom-color: #cfe2ff;
    background-color: transparent;
  }
}



#call-to-action-22 {
  padding: 4rem 0;
  overflow: hidden;
  color: #ffffff;
}
.cta-urgent {
}
.cta-urgent-icon i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
.cta-urgent-headline {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-urgent-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-urgent-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.cta-urgent-button .btn:hover {
  transform: scale(1.05);
}
.cta-urgent-button .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-22 {
    padding: 3rem 0;
  }
  .cta-urgent-icon i {
    font-size: 3rem;
  }
  .cta-urgent-headline {
    font-size: 1.9rem;
  }
  .cta-urgent-subtext {
    font-size: 1rem;
  }
}


