/*
 *  custom style
*/

/* Default sticky header style */
.header-sec.elementor-sticky {
    transition: transform 0.3s ease-in-out;
}

/* Short header (visible state) */
.header-sec.elementor-sticky.header-widget-shortheader {
    --e-con-transform-translateY: 0px !important;
}

/* Tall header (hidden when sticky) */
.header-sec.elementor-sticky.header-widget-tallheader {
    --e-con-transform-translateY: -200px !important;
}

.meta-occassions .elementor-carousel-image{
    height: 920px;
}

@media (max-width: 1440px){
    .meta-occassions .elementor-carousel-image{
        height: 600px;
    }
}

@media (max-width:  1024px){
    .meta-occassions .elementor-carousel-image{
        height: 450px;
    }
}

@media (max-width: 767px){
    .meta-occassions .elementor-carousel-image{
        height: 400px;
    }
}