.elementor-kit-5{--e-global-color-primary:#146CBC;--e-global-color-secondary:#59A6B3;--e-global-color-text:#051B2E;--e-global-color-accent:#051B2E;--e-global-typography-primary-font-family:"Red Hat Text";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Hind";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Hind";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Hind";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:normal;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Tahoma", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Poppins", Sans-serif;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* For the open map widget */
.open-user-map {
  border-radius: 20px;
  overflow: hidden;
}



/* For all button icons to move on the right on hover */
.elementor-kit-5 .elementor-button-icon {
  transition: transform 0.3s ease;
}

.elementor-kit-5:hover .elementor-button-icon {
  transform: translateX(5px); /* Moves the icon 5px to the right */
}



/* ===== Responsive Sticky Section Stacking ===== */

/* Main container for stacking sections */
.what-to-expect {
  display: flex;
  flex-direction: column;
  gap: 2rem; /* optional spacing between stacked sections */
}

/* ===== Base header offset (for desktop range 1201–1366) ===== */
:root {
  --header-offset: 12rem; /* ~96px, base offset */
}

/* Mobile Portrait ≤ 767px */
@media (max-width: 767px) {
  :root {
    --header-offset: 8rem; /* ~64px */
  }
}

/* Mobile Landscape 768–880px */
@media (min-width: 768px) and (max-width: 880px) {
  :root {
    --header-offset: 8rem; /* ~72px */
  }
}

/* Tablet Portrait 881–1024px */
@media (min-width: 881px) and (max-width: 1024px) {
  :root {
    --header-offset: 8rem; /* ~80px */
  }
}

/* Tablet Landscape 1025–1200px */
@media (min-width: 1025px) and (max-width: 1200px) {
  :root {
    --header-offset: 8rem; /* ~88px */
  }
}

/* Laptop 1201–1366px */
@media (min-width: 1201px) and (max-width: 1366px) {
  :root {
    --header-offset: 8rem; /* ~96px */
  }
}

/* Widescreen 1367–2400px */
@media (min-width: 1367px) and (max-width: 2400px) {
  :root {
    --header-offset: 8rem; /* ~112px */
  }
}

/* ===== Sticky Sections ===== */
.treatment,
.results,
.recovery {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2; /* keeps sections above background, below header */
  background: #fff; /* prevents overlap flicker */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Individual stacking offsets using relative spacing */
.treatment {
  top: calc(var(--header-offset) + 0rem);
}

.results {
  top: calc(var(--header-offset) + 3rem);
}

.recovery {
  top: calc(var(--header-offset) + 6rem);
}/* End custom CSS */