.elementor-kit-6{--e-global-color-primary:#CB0767;--e-global-color-secondary:#E8C6D2;--e-global-color-text:#5C2676;--e-global-color-accent:#CC0033;--e-global-color-2600618:#EC681F;--e-global-color-ab89f62:#EF80B1;--e-global-color-3e35296:#52C3F1;--e-global-color-b366c01:#F6D7BE;--e-global-color-2359378:#EDD7E4;--e-global-color-f1b8d4c:#C6B9D2;--e-global-color-09d779b:#DBEDFB;--e-global-color-f8551e0:#FFFFFF;--e-global-typography-primary-font-family:"futura-pt";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"futura-pt";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"futura-pt";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"futura-pt";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"futura-pt", Sans-serif;font-size:18px;font-weight:700;text-transform:lowercase;color:var( --e-global-color-f8551e0 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:5px 5px 5px 5px;padding:10px 20px 10px 20px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-f8551e0 );color:var( --e-global-color-primary );border-style:solid;border-width:2px 2px 2px 2px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-size:56px;font-weight:700;line-height:1.15em;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-size:36px;font-weight:700;line-height:1.2em;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-size:28px;font-weight:700;line-height:1.3em;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-size:22px;font-weight:700;line-height:1.4em;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-size:18px;line-height:1.5em;}.elementor-kit-6 h6{color:var( --e-global-color-text );font-size:16px;font-weight:700;line-height:1.7em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1190px;}.e-con{--container-max-width:1190px;--container-default-padding-top:50px;--container-default-padding-right:25px;--container-default-padding-bottom:50px;--container-default-padding-left:25px;}.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-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:22px;}.elementor-kit-6 h4{font-size:18px;}.elementor-kit-6 h5{font-size:16px;}.elementor-kit-6 h6{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide default page titles site-wide */
.page h1.entry-title,
.page .elementor-page-title {
  display: none !important;
}

/* ── HEADER BASE ───────────────────────────────────────── */
.header-sticky{
  position: absolute;              /* overlay hero at top */
  top: 0; left: 0; right: 0;
  background: transparent;
  z-index: 9999;
  transition:
    background-color .28s ease,
    padding .28s ease,
    box-shadow .28s ease,
    opacity .22s ease,
    transform .26s ease;
  will-change: transform, opacity;
}

/* When Elementor toggles sticky effects */
.elementor-sticky--effects.elementor-sticky--active .header-sticky,
.elementor-sticky--effects .header-sticky.elementor-sticky--active{
  position: fixed;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Visual style once past threshold */
.header-sticky.scrolled{
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

/* Keep transparent at top */
.header-sticky.is-at-top{
  background: transparent;
  box-shadow: none;
}

/* ── AUTO-HIDE ANIMATION ───────────────────────────────── */
.header-sticky.is-hidden{
  transform: translateY(-14px);
  opacity: 0;
  pointer-events: none;  /* don’t catch clicks while hidden */
}

/* (Optional) smoother feel when showing */
.header-sticky:not(.is-hidden){
  transform: translateY(0);
  opacity: 1;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce){
  .header-sticky{ transition: none; }
}

/* ── LOGO SHRINK EFFECT ───────────────────────────────── */
.header-sticky .site-logo img{
  max-height: 200px;
  height: auto; width: auto;
  transition: max-height .4s ease;
}
.header-sticky.scrolled .site-logo img{
  max-height: 110px; /* target after ~200px scroll */
}

/* ── MENU COLOR SWITCH (optional) ─────────────────────── */
.header-sticky:not(.scrolled) .elementor-nav-menu a{ color:#ffffff; }
.header-sticky.scrolled .elementor-nav-menu a{ color:#333333; }
.header-sticky .elementor-nav-menu a:hover{ opacity:.8; }

/* Ensure no child widgets force a background */
.header-sticky .elementor-container,
.header-sticky .elementor-widget,
.header-sticky .elementor-column{ background: transparent !important; }/* End custom CSS */