.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-eb0bfac:#00594A;--e-global-color-abd38f7:#E3064F;--e-global-color-c0177f2:#F9F9F9;--e-global-color-31e48eb:#000000;--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;}.elementor-kit-6 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;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* --- DEFAULT (TOP OF PAGE) --- */
.my-sticky-header {
    transition: all 0.3s ease;
    background: transparent;
}

/* Logo swap */
.my-sticky-header .logo-colored {
    display: none;
}

/* DEFAULT TEXT = WHITE ONLY */
.my-sticky-header .menu-item a,
.my-sticky-header nav a,
.my-sticky-header .menu a {
    color: #ffffff !important;
}

/* REMOVE pink from default active */
.my-sticky-header .menu-item.current-menu-item > a,
.my-sticky-header .menu-item.current_page_item > a {
    color: #ffffff !important;  /* force white at top */
}



/* ---------- HOVER ONLY (TOP) ---------- */
.my-sticky-header .menu-item a:hover,
.my-sticky-header nav a:hover,
.my-sticky-header .menu a:hover {
    color: #E3064F !important;
}



/* --- STICKY STATE --- */
.my-sticky-header.elementor-sticky--effects {
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

/* Swap logos */
.my-sticky-header.elementor-sticky--effects .logo-white {
    display: none;
}
.my-sticky-header.elementor-sticky--effects .logo-colored {
    display: block;
}

/* DEFAULT TEXT WHEN STICKY = BLACK */
.my-sticky-header.elementor-sticky--effects .menu-item a,
.my-sticky-header.elementor-sticky--effects nav a,
.my-sticky-header.elementor-sticky--effects .menu a {
    color: #000000 !important;
}

/* REMOVE pink from default active when sticky */
.my-sticky-header.elementor-sticky--effects .menu-item.current-menu-item > a,
.my-sticky-header.elementor-sticky--effects .menu-item.current_page_item > a {
    color: #000000 !important;  /* force black at sticky */
}



/* ---------- HOVER ONLY (STICKY) ---------- */
.my-sticky-header.elementor-sticky--effects .menu-item a:hover,
.my-sticky-header.elementor-sticky--effects nav a:hover,
.my-sticky-header.elementor-sticky--effects .menu a:hover {
    color: #E3064F !important;
}



/* ---------- ACTIVE LINK (CURRENT PAGE) ---------- */
.my-sticky-header .menu-item.current-menu-item > a:hover,
.my-sticky-header .menu-item.current_page_item > a:hover,
.my-sticky-header.elementor-sticky--effects .menu-item.current-menu-item > a:hover,
.my-sticky-header.elementor-sticky--effects .menu-item.current_page_item > a:hover {
    color: #E3064F !important;
}/* End custom CSS */