.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#E8C8F0;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.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 */html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* ── 1. SMOOTH SCROLLING + RENDERING BASE ── */
html {
  scroll-behavior: SMOOTH;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

/* ── 2. GPU ACCELERATION — ANIMATED ELEMENTS ── */
.elementor-animation-fade,
.elementor-animation-fadeIn,
.elementor-animation-fadeInUp,
.elementor-animation-fadeInDown,
.elementor-animation-fadeInLeft,
.elementor-animation-fadeInRight,
.elementor-animation-slideInUp,
.elementor-animation-slideInDown,
.elementor-animation-zoomIn,
.elementor-animation-bounceIn,
.animated {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.animated.animation-done {
  will-change: auto;
}

/* ── 3. PREMIUM CUBIC-BEZIER EASING ── */
.elementor-widget-container *,
.elementor-section *,
.e-con * {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* ── 4. HOVER LIFT — TRANSFORM ONLY ── */
.elementor-widget-image:hover img,
.elementor-widget-image-box:hover,
.elementor-widget-testimonial:hover {
  transform: translateY(-4px) translateZ(0);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* ── 5. PARALLAX GPU ── */
.elementor-section.elementor-section-stretched,
[data-settings*="parallax"],
.elementor-motion-effects-container {
  transform: translateZ(0);
  will-change: transform;
}

/* ── 6. BUTTON & LINK HOVER ── */
.elementor-button,
.elementor-button-wrapper a,
a {
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* ── 7. IMAGE GPU ── */
img {
  image-rendering: auto;
  transform: translateZ(0);
}

/* ── 8. POPUP PERFORMANCE ── */
.elementor-popup-modal .dialog-widget-content {
  transform: translateZ(0);
  will-change: transform, opacity;
}

/* ── 9. MOBILE ── */
@media (max-width: 767px) {
  [style*="backdrop-filter"] {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }
  [data-settings*="parallax"],
  .elementor-motion-effects-container {
    transform: none !important;
    will-change: auto !important;
  }
  .elementor-widget-image-box,
  .elementor-widget-testimonial,
  .elementor-widget-counter {
    box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
  }
}/* End custom CSS */