/* HEADER CSS */
#header_sticky li#menu-item-1576 a {
    color: #B5282B !important;
}
.e-n-tabs-heading {
    position: sticky;
    height: max-content;
    top: 90px;
}
#header_sticky {
/*     position: absolute;
    top: 0;
    left: 0;
    width: 100%; */
    height: 90px;            
    background: #ffffff;        
    transition: all 0.3s ease;
    z-index: 9;
}

/* STICKY STATE */
#header_sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    animation: slideDown 0.35s ease-out;
}

/* SLIDE DOWN EFFECT (same as before) */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


/* PARAGRAPH EXTRA MARGIN ==== */
p {
    margin: 0;
}

/* Home Page CSS Starts */
.group_traning_sec {
    position: relative;
}

.group_traning_sec::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 70%;
    background: #CEA770;
    z-index: 0;
}

/* TABER CSS */
.taber_box .e-n-tabs-heading {
    margin-top: 114px;
}

/* Banner */
.bnner_sec .htslider-slider .slick-dots {
    bottom: 7% !important;
}

/* Slider Dishes CSS Starts */
.our_chefs_sec .premium-adv-carousel__item-image {
    background: #121414;
    flex-direction: column-reverse !important;
    transition: 0.3s ease;
}

.our_chefs_sec .premium-adv-carousel__media-title {
    color: #FDFDFD;
    text-align: center;
    font-family: Anton !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    text-transform: uppercase;
    margin: 0 !important;
    transition: 0.3s ease;
}

.our_chefs_sec img.premium-adv-carousel__item-img {
    width: 282px !important;
    aspect-ratio: 282/277 !important;
    margin-top: 34px;
}

.our_chefs_sec .premium-adv-carousel__media-wrap {
    width: 100% !important;
 height: 100% !important;
}

.our_chefs_sec .premium-adv-carousel__media-info-wrap {
    padding: 0px !important;
}

.our_chefs_sec .premium-adv-carousel__item-image:hover {
    background: #CEA770;
}

.our_chefs_sec .premium-adv-carousel__item-image:hover .premium-adv-carousel__media-title {
    color: #000101 !important; 
}

/* Ends */

/* MENU SLIDER CSS */
.our_menu_sec .owl-content {
    padding: 17px 10px 10px 10px;
    background: #CEA770;
    width: 76%;
    margin: 0 auto !important;
    color: #141414;
    text-align: center;
    font-family: Anton;
    font-size: 22px;
    font-style: normal !important;
    font-weight: 400;
    line-height: 34px !important;
    text-transform: uppercase;
    position: relative;
    top: -78px;
}

.our_menu_sec .owl-content span {
    color: var(--bg-color, #141414);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 34px; 
    text-transform: uppercase;
}


/* Ends */

/* Blog CSS */
.blog_sec .hfe-post-content {
    padding: 25px 0px 0px 0px !important;
}

.blog_sec .hfe-post-title {
    color: #FFF;
    font-family: Anton;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 34px !important;
    text-transform: uppercase;
}

.blog_sec .hfe-post-title a {
    text-decoration: none;
}
/* Ends */
@media screen and (max-width:1024px) {
    .group_traning_sec::after {
        display: none;
    }
}

@media screen and (max-width:768px) {
	.e-n-tabs-heading {
    position: static;

}
    div#gallery-1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .e-n-tabs.e-activated {
        display: block;
    }

    .e-n-tabs button {
        width: 100%;
        display: block !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .e-n-tabs button span {
        display: block !important;
        padding: 0px !important;
        width: max-content;
    }


    .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100%;
        max-width: 100%;
        align-items: center;
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 12px !important;
    }

    /*=====Scrollbar Styling=====*/

    /* Chrome, Edge, Safari */
    .e-n-tabs-heading::-webkit-scrollbar {
        height: 5px;
    }

    .e-n-tabs-heading::-webkit-scrollbar-track {
        background: #b5282b;
        border-radius: 10px;
    }

    .e-n-tabs-heading::-webkit-scrollbar-thumb {
        background: #b5282b;
        border-radius: 10px;
    }

    .e-n-tabs-heading::-webkit-scrollbar-thumb:hover {
        background: #b5282b;
    }

    /* Firefox */
    .e-n-tabs-heading {
        scrollbar-width: thin;
        scrollbar-color: #b5282b #b5282b;
    }


    /* Each tab item */
    .e-n-tabs-heading>* {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],
    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
        background: #cea770 !important;
        padding: 10px 15px !important;
        border-radius: 30px;
    }

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],
    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
        background: #b5282b !important;
        color: #fff;
        padding: 10px 15px !important;
        border-radius: 30px;
    }

    /* Hide scrollbar (optional) */
    .e-n-tabs-heading::-webkit-scrollbar {
        display: none;
    }

    .e-n-tabs.e-activated {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
	.taber_box .e-n-tabs-heading {
    margin-top: 0px;
}
	
	/* Slider Dishes CSS Starts */
.our_chefs_sec .premium-adv-carousel__media-title {
    font-size: 26px !important;
    line-height: 36px !important;
}
}

/* Popup CSS */
.popup-wraper {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    bottom: 0;
    background: #00000066;
	display:none;
 
}