.elementor-kit-24370{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e521824:#6EC1E4;--e-global-color-5163c83:#0B0F2E;--e-global-color-e19a0b2:#4A4A4A;--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-24370 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);}@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 *//* ===== TOP ANNOUNCEMENT BAR ===== */
.top-announcement{
    background: linear-gradient(90deg, #a9d9ea 0%, #9ccfe4 100%);
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.92);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    position: relative;
    z-index: 20;
}

/* ===== OUTER HEADER WRAPPER ===== */
.hero-header-wrap{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
}

.hero-header-wrap > .e-con-inner,
.hero-header-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== SINGLE MAIN GLASS HEADER ===== */
.hero-glass-header{
    position: relative;
    width: min(1320px, calc(100% - 64px));
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 18px 10px 22px;
    border-radius: 999px;
    overflow: hidden;

    background:
        radial-gradient(circle at 34% 50%, rgba(135, 220, 255, 0.18) 0%, rgba(135, 220, 255, 0.08) 18%, rgba(135, 220, 255, 0) 38%),
        linear-gradient(90deg, rgba(6, 12, 28, 0.78) 0%, rgba(18, 34, 58, 0.52) 30%, rgba(9, 18, 37, 0.40) 52%, rgba(6, 12, 28, 0.76) 100%);

    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);

    border: 1px solid rgba(255,255,255,0.20);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        0 10px 30px rgba(0,0,0,0.22);
}

.hero-glass-header::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

.hero-glass-header::after{
    content: "";
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 26px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(117,210,245,0.20) 0%, rgba(117,210,245,0.08) 40%, rgba(117,210,245,0) 75%);
    filter: blur(10px);
    pointer-events: none;
}

/* ===== LOGO ===== */
.hero-logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.hero-logo img{
    max-height: 40px;
    width: auto;
    display: block;
}

/* ===== RIGHT SIDE AREA ===== */
.hero-nav-area{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    flex: 1;
}

/* ===== MENU ===== */
.hero-nav-menu .menu,
.hero-nav-menu ul,
.hero-nav-menu .elementor-nav-menu{
    display: flex;
    align-items: center;
    gap: 52px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-nav-menu a,
.hero-nav-menu .elementor-item{
    color: rgba(255,255,255,0.96) !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 0 !important;
    transition: all .25s ease;
}

.hero-nav-menu a:hover,
.hero-nav-menu .elementor-item:hover,
.hero-nav-menu .current-menu-item > a,
.hero-nav-menu .current_page_item > a{
    color: #ffffff !important;
}

/* ===== CONTACT BUTTON ===== */
.hero-contact-btn .elementor-button,
.hero-contact-btn a.elementor-button{
    min-height: 52px;
    padding: 0 32px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, #97d9ef 0%, #7fc9e4 100%);
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 8px 18px rgba(76,176,216,0.18);
    transition: all .25s ease;
}

.hero-contact-btn .elementor-button:hover,
.hero-contact-btn a.elementor-button:hover{
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.20),
        0 10px 22px rgba(76,176,216,0.22);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px){
    .hero-header-wrap{
        top: 30px;
    }

    .hero-glass-header{
        width: calc(100% - 32px);
        min-height: 70px;
        padding: 10px 14px 10px 18px;
    }

    .hero-nav-area{
        gap: 20px;
    }

    .hero-nav-menu .menu,
    .hero-nav-menu ul,
    .hero-nav-menu .elementor-nav-menu{
        gap: 28px;
    }

    .hero-nav-menu a,
    .hero-nav-menu .elementor-item{
        font-size: 16px;
    }

    .hero-contact-btn .elementor-button,
    .hero-contact-btn a.elementor-button{
        min-height: 48px;
        padding: 0 24px;
        font-size: 16px;
    }
}


/* =========================
   DESKTOP / BASE IMPROVEMENTS
========================= */
.hero-glass-header{
    isolation: isolate;
}

.hero-nav-area{
    min-width: 0;
}

.hero-nav-menu{
    display: flex;
    align-items: center;
}

/* Elementor menu toggle clean setup */
.hero-nav-menu .elementor-menu-toggle{
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    min-height: auto !important;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px){
    .hero-header-wrap{
        top: 30px;
    }

    .hero-glass-header{
        width: calc(100% - 32px);
        min-height: 70px;
        padding: 10px 14px 10px 18px;
    }

    .hero-nav-area{
        gap: 18px;
    }

    .hero-nav-menu .menu,
    .hero-nav-menu ul,
    .hero-nav-menu .elementor-nav-menu{
        gap: 24px;
    }

    .hero-nav-menu a,
    .hero-nav-menu .elementor-item{
        font-size: 16px;
    }

    .hero-contact-btn .elementor-button,
    .hero-contact-btn a.elementor-button{
        min-height: 46px;
        padding: 0 22px;
        font-size: 16px;
    }
}

/* =========================
   MOBILE HEADER HARD FIX
========================= */
@media (max-width: 767px){

    .hero-header-wrap{
        top: 52px !important;
        left: 0 !important;
        width: 100% !important;
        padding: 0 12px !important;
        box-sizing: border-box !important;
    }

    .hero-header-wrap > .e-con-inner{
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .hero-glass-header{
        width: calc(100% - 8px) !important;
        max-width: none !important;
        height: 64px !important;
        min-height: 64px !important;
        max-height: 64px !important;
        padding: 0 10px 0 16px !important;
        margin: 0 auto !important;

        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;

        border-radius: 999px !important;
        overflow: hidden !important;
        position: relative !important;
        box-sizing: border-box !important;

        background:
            radial-gradient(circle at 38% 50%, rgba(135,220,255,0.14) 0%, rgba(135,220,255,0.06) 18%, rgba(135,220,255,0) 42%),
            linear-gradient(90deg, rgba(5,10,24,0.92) 0%, rgba(18,34,58,0.72) 40%, rgba(8,16,32,0.92) 100%) !important;
    }

    .hero-glass-header::before{
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        border-radius: inherit !important;
        pointer-events: none !important;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06) !important;
    }

    .hero-glass-header::after{
        display: none !important;
    }

    /* kill Elementor stretching inside header */
    .hero-glass-header > .elementor-element,
    .hero-glass-header > .e-con,
    .hero-glass-header > .e-con-inner,
    .hero-glass-header .elementor-widget,
    .hero-glass-header .elementor-widget-container{
        min-height: 0 !important;
        height: auto !important;
        max-height: none !important;
        align-self: center !important;
    }

    .hero-logo{
        order: 1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        max-width: calc(100% - 68px) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .hero-logo img{
        display: block !important;
        max-height: 28px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-nav-area{
        order: 2 !important;
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .hero-contact-btn{
        display: none !important;
    }

    .hero-nav-menu{
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        position: relative !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* hide desktop menu completely */
    .hero-nav-menu .elementor-nav-menu--main,
    .hero-nav-menu .elementor-nav-menu__container:not(.elementor-nav-menu--dropdown),
    .hero-nav-menu .menu,
    .hero-nav-menu > ul{
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .hero-nav-menu .elementor-menu-toggle{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        max-width: 48px !important;
        max-height: 48px !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 50% !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        flex-shrink: 0 !important;
        z-index: 3 !important;

        background: linear-gradient(180deg, #a8d7ec 0%, #8fc8e3 100%) !important;
        border: 1px solid rgba(255,255,255,0.20) !important;
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.18),
            0 6px 16px rgba(76,176,216,0.22) !important;
    }

    .hero-nav-menu .elementor-menu-toggle i,
    .hero-nav-menu .elementor-menu-toggle svg{
        color: #fff !important;
        fill: #fff !important;
        width: 20px !important;
        height: 20px !important;
        font-size: 20px !important;
    }

    .hero-nav-menu .elementor-nav-menu--dropdown,
    .hero-nav-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
        display: none !important;
        position: absolute !important;
        top: calc(100% + 10px) !important;
        right: 0 !important;
        left: auto !important;
        width: 220px !important;
        margin: 0 !important;
        padding: 8px !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        background: linear-gradient(180deg, rgba(8,16,32,0.96) 0%, rgba(12,24,44,0.94) 100%) !important;
        border: 1px solid rgba(255,255,255,0.14) !important;
        box-shadow: 0 20px 44px rgba(0,0,0,0.38) !important;
        z-index: 99999 !important;
    }

    .hero-nav-menu .elementor-menu-toggle[aria-expanded="true"] + .elementor-nav-menu--dropdown,
    .hero-nav-menu .elementor-menu-toggle[aria-expanded="true"] + .elementor-nav-menu__container.elementor-nav-menu--dropdown,
    .hero-nav-menu .elementor-nav-menu--dropdown.elementor-nav-menu--dropdown-open,
    .hero-nav-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown.elementor-nav-menu--dropdown-open{
        display: block !important;
    }

    .hero-nav-menu .elementor-nav-menu--dropdown ul,
    .hero-nav-menu .elementor-nav-menu--dropdown .elementor-nav-menu{
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .hero-nav-menu .elementor-nav-menu--dropdown a,
    .hero-nav-menu .elementor-nav-menu--dropdown .elementor-item{
        display: flex !important;
        align-items: center !important;
        color: rgba(255,255,255,0.90) !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        padding: 13px 14px !important;
        border-radius: 12px !important;
        background: transparent !important;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.07) !important;
        line-height: 1.2 !important;
    }
}


/* =========================================
   FORCE FIX FOR BROKEN ELEMENTOR CAROUSEL
========================================= */

/* widget wrapper */
.health-carousel{
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
}

/* main track */
.health-carousel .swiper,
.health-carousel .elementor-swiper,
.health-carousel .swiper-container{
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

/* force row layout on frontend */
.health-carousel .swiper-wrapper{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 24px !important;
    transform: translate3d(0,0,0) !important;
    width: 100% !important;
    height: auto !important;
}

/* force each slide to behave like a card column */
.health-carousel .swiper-slide{
    display: block !important;
    flex: 0 0 calc(25% - 18px) !important;
    width: calc(25% - 18px) !important;
    max-width: calc(25% - 18px) !important;
    min-width: calc(25% - 18px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    margin: 0 !important;
}

/* make inner slide content fill */
.health-carousel .swiper-slide > *,
.health-carousel .swiper-slide .e-con,
.health-carousel .swiper-slide .elementor-element{
    width: 100% !important;
    box-sizing: border-box !important;
}

/* keep cards visible */
.health-carousel .swiper-slide .e-con{
    overflow: hidden !important;
}

/* HIDE BROKEN ARROWS COMPLETELY */
.health-carousel .swiper-button-prev,
.health-carousel .swiper-button-next,
.health-carousel .elementor-swiper-button,
.health-carousel .swiper-pagination{
    display: none !important;
}

/* tablet */
@media (max-width: 1024px){
    .health-carousel .swiper-wrapper{
        gap: 18px !important;
    }

    .health-carousel .swiper-slide{
        flex: 0 0 calc(50% - 9px) !important;
        width: calc(50% - 9px) !important;
        max-width: calc(50% - 9px) !important;
        min-width: calc(50% - 9px) !important;
    }
}



/* mobile */
@media (max-width: 767px){
    .health-carousel .swiper-wrapper{
        gap: 14px !important;
    }

    .health-carousel .swiper-slide{
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

.testimonial-carousel .swiper-slide{
    flex: 0 0 calc(33.333% - 16px) !important;
    width: calc(33.333% - 16px) !important;
    max-width: calc(33.333% - 16px) !important;
    min-width: calc(33.333% - 16px) !important;
}

@media (max-width: 1024px){
    .testimonial-carousel .swiper-slide{
        flex: 0 0 calc(50% - 9px) !important;
        width: calc(50% - 9px) !important;
        max-width: calc(50% - 9px) !important;
        min-width: calc(50% - 9px) !important;
    }
}

@media (max-width: 767px){
    .testimonial-carousel .swiper-slide{
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}/* End custom CSS */