.elementor-kit-6{--e-global-color-primary:#119CC2;--e-global-color-secondary:#154954;--e-global-color-text:#222222;--e-global-color-accent:#E9E8E5;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Epilogue";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Philosopher";--e-global-typography-accent-font-weight:500;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* FONT STYLING AND SPACING
/* ===== ROOT & BODY (unchanged) ===== */
:root {
  font-size: 18px;
}

body {
  font-size: clamp(1rem, 0.85rem + 0.75vw, 1.25rem);
  line-height: 1.75; /* body stays fixed luxurious – you said it's perfect */
}

/* ===== FULLY FLUID HEADINGS – size + line-height both responsive ===== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* Your approved scaling curve – untouched */
h1 {
  font-size:   clamp(2.2rem,   0.7rem + 4.4vw,   4.2rem);
  line-height: clamp(1.05,    0.9 + 0.4vw,     1.18);   /* tight on mobile → airy on big screens */
}

h2 {
  font-size:   clamp(1.76rem,  0.56rem + 3.52vw, 3.36rem);
  line-height: clamp(1.08,    0.9 + 0.35vw,    1.22);
}

h3 {
  font-size:   clamp(1.408rem, 0.4rem + 2.816vw, 2.3rem);
  line-height: clamp(1.10,    0.9 + 0.40vw,    1.46);
}

h4 {
  font-size:   clamp(1.12rem, 0.358rem + 2.253vw, 2rem);
  line-height: clamp(1.14,    0.95 + 0.25vw,   1.30);
}

/* ===== ELEMENTOR INHERITANCE ===== */
p, li, ul, ol, blockquote, figcaption, .elementor-text-editor {
  font-size: inherit;
  line-height: inherit;
}


@media (max-width: 767px) {
  ul {
    padding-inline-start: 20px !important;
  }
}


/* FROSTED GLASS EFFECT */

/* Frosted glass - base style (add class "frosted-glass" to any container) */
.frosted-glass {
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(10px) saturate(120%);
  overflow: hidden;
  backdrop-clip: padding-box;
  will-change: backdrop-filter;
}

/* Optional: reduce blur on small devices for performance */
@media (max-width: 800px) {
  .frosted-glass {
    -webkit-backdrop-filter: blur(6px) saturate(115%);
    backdrop-filter: blur(6px) saturate(115%);
  }
}


/* Grow button on hover with CSS class "grow-button" */
.grow-button {
  transition: transform 0.3s ease-in-out;
}

.grow-button:hover {
  transform: scale(1.1);
}

/* Button grow loop animation */
.loop-grow-button {
  transition: transform 1s ease-in-out;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(0.95); }
  50% { transform: scale(1.05); }
}


/* Prevent horizontal scroll on mobile */
html, body {
  overflow-x: hidden;
  width: 100%;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  overflow-x: hidden !important;
}

/* Lenis Smooth Scrolling */

html {
  scroll-behavior: auto !important;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}/* End custom CSS */