﻿/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/*@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);*/

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;  
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button1 {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 1px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.header_bg {
    width: 100%;
    float: left;
    background: #efefef !important;
}

.bg-light {
    background-color: transparent !important;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 10px;
    font-size: 16px;
    color: #282827;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #e42e0c;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e42e0c;
}

span.padding5 {
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
}

.navbar-brand {
    margin: px;
    float: right;
}

.navbar {
    padding: 15px 200px;
}

.user_icon {
    padding-right: 15px;
}

.login_bt {
    width: 100px;
}

    .login_bt ul {
        margin: 0px;
        padding: 0px;
    }

    .login_bt li a {
        float: right;
        font-size: 16px;
        color: #282827;
        text-transform: uppercase;
        margin: 0px 5px;
        border-radius: 5px;
        font-weight: bold;
    }

        .login_bt li a:hover {
            color: #e42e0c;
        }


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;

}

.banner_taital {
    width: 100%;
    font-size: 50px;
    color: #262625;
    font-weight: bold;
}

.banner_text {
    width: 100%;
    font-size: 16px;
    color: #262625;
    float: left;
    margin: 0px;
}

/* banner section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #363636;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #fefefd;
    text-transform: uppercase;
}

.dummy_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #838382;
    margin: 0px;
}


.footer_menu {
    width: 100%;
    float: left;
}

    .footer_menu ul {
        margin: 0px;
        padding: 0px;
    }

    .footer_menu li a {
        font-size: 16px;
        color: #838382;
    }

    .footer_menu li.active a {
        color: #fefefd;
    }

    .footer_menu li a:hover {
        color: #fefefd;
    }

.social_icon {
    width: 100%;
    float: left;
}

    .social_icon ul {
        margin: 0px;
        padding: 0px;
    }

    .social_icon li {
    }

        .social_icon li a {
            padding: 5px 0px;
            color: #838382;
            border-radius: 100%;
            font-size: 16px;
            margin-right: 5px;
            width: 50px;
            text-align: center;
            margin-top: 10px;
        }

            .social_icon li a:hover {
                color: #ffffff;
            }

.padding_15 {
    padding-right: 10px;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 10px;
    border-radius: 4px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 20px;
}

    .subscribe_bt a {
        width: 100%;
        float: left;
        color: #fefefd;
        font-size: 16px;
        padding: 10px 0px;
        background-color: #e42e0c;
        text-transform: uppercase;
        text-align: center;
        border-radius: 4px;
    }

        .subscribe_bt a:hover {
            color: #252525;
            background-color: #ffffff;
        }


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #363636;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    margin-left: 0px;
}

    .copyright_text a {
        color: #fefefd;
    }

        .copyright_text a:hover {
            color: #e42e0c;
        }

/* copyright section end */

/* select box section start */

.select_box_section {
    width: 100%;
    float: left;
}

.select_box_main {
    width: 100%;
    height: auto;
    padding: 40px 0px;
}

.md-outline.select-wrapper + label {
    top: .5em !important;
    z-index: 2 !important;
}

.nice-select {
    width: 100%;
    background-color: transparent !important;
    border: 0px;
    box-shadow: 0px 0px 30px 0px #eaeaea !important;
}

span.current {
    color: #1a1a1a;
}

.nice-select:after {
    width: 10px;
    height: 10px;
}

.nice-select {
    color: #1a1a1a;
    font-size: 18px;
}

.search_btn {
    width: 170px;
    float: left;
    padding-top: 20px;
}

    .search_btn a {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #fefefd;
        background-color: #e42e0c;
        padding: 10px;
        text-align: center;
    }

        .search_btn a:hover {
            color: #ffffff;
            background-color: #252525;
        }


/* select box section end */

/* services section start */

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #302f2f;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #262625;
    margin: 0px;
}

.services_section ul {
    margin-bottom: 0px;
    float: left;
}

    .services_section ul .nav-link {
        color: #262625;
        padding: 12px 0px;
        width: 145px;
        font-weight: bold;
        position: relative;
        font-size: 16px;
    }

        .services_section ul .nav-link:hover {
            color: #e42e0c;
        }

        .services_section ul .nav-link.active {
            color: #e42e0c;
        }

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 0px;
    position: relative;
}

.food_img {
    width: 100%;
    float: left;
    min-height: 95px;
}

.food_text {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #343434;
    font-weight: bold;
    margin-top: 30px;
}

.more_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #343434;
    margin: 0px 0px 0px 0px;
}

.read_bt {
    width: 170px;
    float: left;
    margin-top: 30px;
}

    .read_bt a {
        width: 100%;
        float: left;
        padding: 8px 10px;
        color: #fefefd;
        background-color: #e42e0c;
        text-align: center;
        font-size: 18px;
    }


        .read_bt a:hover {
            color: #fefefd;
            background-color: #252525;
        }

.services_section_2::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 180px;
    background-image: url(../images/img-5.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: -120px;
    top: 170px;
}

.services_section_2::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 180px;
    background-image: url(../images/img-6.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: -120px;
    top: 170px;
}

/* services section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
    background-image: url(../images/about-bg.png);
    height: auto;
    background-size: 100%;
}

.about_img {
    width: 100%;
    float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 10px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fefefd;
    margin: 0px;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 30px;
}

    .readmore_bt a {
        width: 100%;
        float: left;
        padding: 8px 10px;
        color: #292928;
        background-color: #fefefd;
        text-align: center;
        font-size: 18px;
    }

        .readmore_bt a:hover {
            color: #fefefd;
            background-color: #292928;
        }

/* about section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.blog_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #262625;
    text-align: center;
    margin: 0px;
}

.blog_section_2 {
    width: 100%;
    float: left;
}

.blog_section_2 {
    width: 100%;
    float: left;
}

.blog_box {
    width: 100%;
    float: left;
    background-color: transparent;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
}

    .blog_box:hover {
        background-color: #ffffff;
        box-shadow: 0px 0px 20px 0px;
    }

    .blog_box.active {
        background-color: #ffffff;
        box-shadow: 0px 0px 20px 0px;
    }

    .blog_box:hover .burger_text {
        color: #e42e0c;
    }

.burger_text.active {
    color: #e42e0c;
}

.blog_img {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 110px;
}

.burger_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #292929;
    font-weight: bold;
    padding-top: 10px;
}

.date_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #302f2f;
    padding: 0px;
    font-weight: bold;
}

.time_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #302f2f;
    padding: 0px;
    font-weight: bold;
}

.lorem_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 20px 0px 0px 0px;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

    .seemore_bt a {
        width: 100%;
        float: left;
        padding: 8px 10px;
        color: #fefefd;
        background-color: #e42e0c;
        text-align: center;
        font-size: 18px;
        margin-top: 30px;
    }

        .seemore_bt a:hover {
            color: #fefefd;
            background-color: #252525;
        }

/* blog section end */

/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 140px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #e42e0c;
    text-align: center;
    font-weight: bold;
    padding: 0px;
}

.testimonial_taital_2 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #272727;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial_section_2 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.client_box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 20px #f5f5f5;
    height: auto;
    padding: 0px 50px 50px 50px;
    position: relative;
}

.client_img {
    width: 87%;
    float: left;
    text-align: center;
    position: absolute;
    top: -80px;
}

.client_name_text {
    width: 100%;
    font-size: 30px;
    color: #1d1c1c;
    text-align: center;
    font-weight: bold;
    padding-top: 120px;
}

.long_text {
    width: 100%;
    font-size: 20px;
    color: #e07c06;
    text-align: center;
}

.client_text {
    width: 100%;
    font-size: 16px;
    color: #1d1c1c;
    text-align: center;
    margin: 0px;
}

.carousel-indicators .active {
    background-color: #fff;
    border: 4px solid #000;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #e42e0c;
    border-radius: 100px;
}

.carousel-indicators {
    bottom: -50px;
}

/* testimonial section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 50%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2e2e2d;
    border: 0px;
    background-color: #efefef;
    padding: 11px 20px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

input.mail_text::placeholder {
    color: #2e2e2d;
}

.massage-bt {
    color: #2e2e2d;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #efefef;
    padding: 40px 20px 0px 20px;
    border: 0px;
    height: 110px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

textarea#comment.massage-bt::placeholder {
    color: #2e2e2d;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

    .send_bt a {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #fefefd;
        background-color: #f01c1c;
        padding: 10px;
        margin-top: 20px;
        display: block;
        border-radius: 40px;
    }

        .send_bt a:hover {
            color: #161616;
            background-color: #efefef;
        }

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}


/* contact section end */

.margin_top90 {
    margin-top: 90px;
}



/* Overlay (background) */
.popup-overlay {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    background: rgba(0, 0, 0, 0.6);
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Popup content */
.popup-content {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    max-width: 90vw;
    max-height: 90vh;
}

    .popup-content img {
        max-width: 100%;
        max-height: 80vh;
        display: block;
    }

/* Close button */
.close-btn {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    border: none;
    background: transparent;
}



button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background: red;
    display: block;
    margin: 0 auto;
}

button-addcart {
    padding: 1px 2px;
    font-size: 12px;
    cursor: pointer;
    background: transparent;
    display: block;
    /*  margin: 0 auto; */
}

.more-menu-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.more-menu-btn {
    background-color: #4a6fa5;
    color: white;
    padding: 12px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
}

    .more-menu-btn:hover {
        background-color: #3a5a85;
        color: #fff;
    }

/* Center the whole section */
/* Center the whole section */
.page-center {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding: 0 15px; /* mobile padding */
}

/* Beautiful card container */
.grid-container {
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

/* GridView styling */
.styled-grid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    table-layout: auto;
}

    /* Header row */
    .styled-grid th {
        background: linear-gradient(90deg, #4a6fa5, #6fa3d6);
        color: white;
        padding: 12px;
        font-weight: 600;
        border: none;
        font-size: 1.2rem;
        text-align: left;
    }

    /* Data rows */
    .styled-grid td {
        padding: 12px;
        border-bottom: 1px solid #e6e6e6;
        font-size: 1.1rem;
    }

    /* Hover effect */
    .styled-grid tr:hover td {
        background: #f7faff;
    }

/* CATEGORY HEADER */
.category-header {
    background: linear-gradient(90deg, #e8eef7, #f5f8fc);
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 8px;
    margin-top: 18px;
    font-size: 16px;
    color: #2c3e50;
    border-left: 5px solid #4a6fa5;
}

/* BRAND HEADER */
.brand-header {
    background: #f9fbfe;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 8px;
    font-size: 14px;
    color: #34495e;
    border-left: 4px solid #6fa3d6;
}

/* Quantity box */
.qtyBox {
    width: 60px !important;
    text-align: center;
}

/* Responsive tweaks */
@media (max-width: 768px) {

    .grid-container {
        padding: 15px;
    }

    .styled-grid th,
    .styled-grid td {
        font-size: 1rem;
        padding: 10px;
    }

    .qtyBox {
        width: 50px !important;
    }

    /* Make table scrollable on small screens */
    .styled-grid {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {

    .styled-grid th,
    .styled-grid td {
        font-size: 0.9rem;
        padding: 8px;
    }

    .qtyBox {
        width: 45px !important;
    }

    .grid-container {
        padding: 12px;
    }
}

/*============================================flip book style=============================================*/

* {
    box-sizing: border-box;
}

.book {
    position: relative;
    display: flex;
    margin: auto;
    width: 40cqmin;
    /*1* let pointer event go trough pages of lower Z than .book */
    pointer-events: none;
    transform-style: preserve-3d;
    transition: translate 1s;
    translate: calc(min(var(--c), 1) * 50%) 0%;
    /* Incline on the X axis for pages preview */
    rotate: 1 0 0 30deg;

}
header, .navbar, #header, .top-menu {
    position: relative;
    z-index: 9999;
}

.page {
    /* PS: Don't go below thickness 0.5 or the pages might transpare */
    --thickness: 1;
    flex: none;
    display: flex;
    width: 100%;
    font-size: 2cqmin;
    /*1* allow pointer events on pages */
    pointer-events: all;
    user-select: none;
    transform-style: preserve-3d;
    transform-origin: left center;
    transition: transform 1s, rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
    translate: calc(var(--i) * -100%) 0px 0px;
    transform: translateZ( calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
    rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}

.front,
.back {
    position: relative;
    flex: none;
    width: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    /* Fix backface visibility Firefox: */
    translate: 0px;
}

.back {
    translate: -100% 0;
    rotate: 0 1 0 180deg;
}


/* That's it. Your FlipBook customization styles: */

.book {
    counter-reset: page -1;

    & a {
        color: inherit;
    }
}

.page {
    box-shadow: 0 8px 20px #00000015;
}

.front,
.back {
    display: flex;
    flex-flow: column wrap;
    /*    justify-content: space-between;
*/ padding: 2em;
    border: 1px solid #0002;
    align-items: center;
    background: linear-gradient(to bottom, #fffdf9, #f9f3eb);

    &:has(img) {
        padding-top: 10px;
        align-items: center;
    }



    &::after {
        position: absolute;
        bottom: 1em;
        counter-increment: page;
        content: counter(page) ".";
        font-size: 0.8em;
    }
}

.cover {
    &::after {
        content: "";
    }
}

.front {
    &::after {
        right: 1em;
    }

    background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
    border-radius: .1em .5em .5em .1em;
}

.back {
    &::after {
        left: 1em;
    }

    background-image: linear-gradient(to right, #f7f7f7 80%, #eee 100%);
    border-radius: .5em .1em .1em .5em;
}

/* Soft pastel background */
.cover {
    position: relative;
    background: linear-gradient(135deg, #fffdf7 0%, #f9f3eb 40%, #f3e7d8 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 8px;
    overflow: hidden;
}
    /* Food image overlay */
    .cover::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/Images/Biryani-.jpg'); /* your food image */
        background-size: cover;
        background-position: center;
        opacity: 0.18; /* soft, elegant */
        filter: blur(2px);
    }
    /* Soft vignette for premium look */
    .cover::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle, transparent 40%, rgba(0,0,0,0.15));
        pointer-events: none;
    }

/* Center container */
.cover-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

/* Gold foil title */
.cover-title {
    font-family: "Playfair Display", serif;
    font-size: 3em;
    font-weight: 700;
    background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 2px;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cover-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    color: #8a5a2e;
    margin: 0;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.cover-tagline {
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    color: #6b4e2e;
    margin-top: 5px;
    text-align: center;
    position: relative;
    z-index: 2;
}


/* Logo */
.cover-logo {
    width: 160px;
    height: auto;
    margin: 10px 0;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.cover-logo {
    width: 160px;
    height: auto;
    margin: 10px 0;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
    border-radius: 8px;
    position: relative;
    z-index: 2;
}



.menu-item {
    padding-top: 0px;
    border-bottom: 2px dotted #d4b48c;
}

/* ITEM IMAGE */
.item-img {
    width: 90%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 10px #00000020;
}



/* BEAUTIFUL DOTTED DIVIDER AFTER IMAGE */
.image-divider {
    width: 70%;
    border-bottom: 2px dotted #d4b48c;
    margin-top: 8px;
}



/* UNIT + PRICE LINE */
.unit-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.5em;
    padding: 3px 0;
    border-bottom: 1px dotted #c9a27e;
}


/* DESCRIPTION */
.desc {
    width: 90%;
    font-size: 0.95em;
    color: #555;
    text-align: center;
    line-height: 1.45;
    margin: 5px 0 10px 0;
    white-space: normal !important;
    overflow: visible !important;
}



/* CATEGORY TITLE */
.category-title {
    font-family: "Playfair Display", serif;
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 1px;
    margin: 0;
}

/* ITEM NAME */
.item-name {
    font-family: "Poppins", sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}

.page-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
    gap: 12px;
}
.front::after, .back::after {
    position: absolute;
    bottom: 10px;
    font-size: 0.8em;
    color: #8a5a2e;
    opacity: 0.8;
}

.front::after {
    right: 15px;
}

.back::after {
    left: 15px;
}

.add-cart-btn {
    background: #8a5a2e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.9em;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    pointer-events: auto;
}

    .add-cart-btn:hover {
        background: #a06c3a;
    }



/*******************************************************************************************************/
/*.nav-item.order-now a {
    font-weight: 700;
    color: #d9534f !important;*/ /* premium red highlight */
/*animation: pulseGlow 1.5s infinite ease-in-out;
}*/

@keyframes pulseGlow {
    0% {
        text-shadow: 0 0 5px rgba(217, 83, 79, 0.6);
        opacity: 1;
    }

    50% {
        text-shadow: 0 0 15px rgba(217, 83, 79, 1);
        opacity: 0.7;
    }

    100% {
        text-shadow: 0 0 5px rgba(217, 83, 79, 0.6);
        opacity: 1;
    }
}
/* Bounce animation */
.order-now a {
    animation: bounce 1.6s ease-in-out infinite;
    display: inline-block; /* ensures transform works properly */
    color: #d9534f !important;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}





/*****************************************************************************************************************/

.cart-count {
    background: red;
    color: white;
    padding: 2px 6px;
    border-radius: 10%;
    font-size: 12px;
    margin-left: 4px;
}

/**************************Order Now book******************************************************/


.book_OrderNow {
    position: relative;
    display: flex;
    margin: auto;
    width: min(200px);
    /*1* let pointer event go trough pages of lower Z than .book */
    pointer-events: none;
    transform-style: preserve-3d;
    transition: translate 1s;
    translate: calc(min(var(--c), 1) * 50%) 0%;
    /* Incline on the X axis for pages preview */
    rotate: 1 0 0 30deg;
}
.page_OrderNow {
    /* PS: Don't go below thickness 0.5 or the pages might transpare */
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 08px;
    overflow: hidden;
    --thickness: 1;
    flex: none;
    display: flex;
    width: 100%;
    font-size: clamp(10px, 0.5vw, 10px);
    /*1* allow pointer events on pages */
    pointer-events: all;
    user-select: none;
    transform-style: preserve-3d;
    transform-origin: left center;
    transition: transform 1s, rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
    translate: calc(var(--i) * -100%) 0px 0px;
    transform: translateZ( calc((var(--c) - var(--i) - 1) * calc(var(--thickness) * .23cqmin)));
    rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}

.front_OrderNow,
.back_OrderNow {
    position: relative;
    flex: none;
    width: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    /* Fix backface visibility Firefox: */
    translate: 0px;
    padding: 1.2em;
}

.back_OrderNow {
    translate: 100% 0;
    rotate: 0 1 0 180deg;
}
/* That's it. Your FlipBook customization styles: */

.book_OrderNow {
    counter-reset: page -1;

    & a_OrderNow {
        color: inherit;
    }
}

.page_OrderNow {
    box-shadow: 0em .5em 1em -.2em #00000020;
}

.front_OrderNow,
.back_OrderNow {
    display: flex;
    flex-flow: column wrap;
/*    justify-content: space-between;
*/    padding: 2em;
    border: 2px solid #0002;

    &:has(img) {
        padding: 0;
    }


    &::after {
        position: absolute;
        bottom: 1em;
        counter-increment: page;
        content: counter(page) ".";
        font-size: 0.8em;
    }
}

.cover_OrderNow {
    &::after {
        content: "";
    }
}

.front_OrderNow {
    &::after {
        right: 1em;
    }

    background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
    border-radius: .1em .5em .5em .1em;
}

.book_OrderNow.no-anim .page {
    transition: none !important;
}

@media (max-width: 100%) {
    .book_OrderNow {
        width: 95vw;
    }

    .front_OrderNow, .back_OrderNow {
        padding: 0.8em;
    }
}


.page_OrderNow .front_OrderNow,
.page_OrderNow .back_OrderNow {
    max-width: 100%;
    overflow-x: hidden;
}

.menu-item_OrderNow,
.menu-grid_OrderNow,
.menu-section_OrderNow {
    max-width: 100%;
    overflow: hidden;
}

img_OrderNow {
    max-width: 100%;
    height: auto;
}






/*===============================================flip book style end==============================================*/
.menu-item_OrderNow {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.item-name_OrderNow {
    font-family: "Poppins", sans-serif;
    font-size: 100%;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}
.item-description_OrderNow {
    font-family: "Poppins", sans-serif;
    font-size: 06px;
    font-weight: 100;
    color: #333;
    margin: 0;
    text-align: center;
}
.item-img_OrderNow {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
}

.item-info_OrderNow {
/*    flex: 1;
*/    display: flex;
    flex-direction: column;
    font-size:100%;
    align-items:center;
}

.unit-line_OrderNow {
    font-family: "Poppins", sans-serif;
    font-size: 08px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}

.unit-dots_OrderNow {
/*    flex: 1;
*/    border-bottom: 1px dotted #bbb;
    margin: 0 6px;
    font-size: 08px;
}



.page-number_OrderNow {
    position: absolute;
    bottom: 12px;
    right: 20px;
    font-size: 100%;
    color: #b07a45;
}


@media (max-width: 768px) {
    #flipbook_OrderNow .page_OrderNow {
        transform: scale(0.85);
        width: 118%;
    }
}



.flipbook-wrapper_OrderNow {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; /* centers horizontally */
    padding-top: 10px; /* pushes flipbook BELOW header */
    display: flex;
    justify-content: center; /* centers the flipbook */
    position: relative;
    z-index: 1;
}

#flipbook_OrderNow {
    margin: 0 auto;
}

html_OrderNow, body_OrderNow {
    height: 100%;
    margin: 0;
    padding: 0;
}

body_OrderNow {
    display: flex;
    flex-direction: column;
}

form_OrderNow {
    flex: 1; /* allows content to push footer down */
    display: flex;
    flex-direction: column;
}

.menu-section_OrderNow {
    margin: 40px auto;
    max-width: 600px;
}

.category-title_OrderNow {
    font-size: 1.6rem;
    font-weight: 700;
    color: #b37a2a;
    text-transform: uppercase;
    letter-spacing: 1px;
text-align:center;
}

.menu-card_OrderNow {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.2s ease;
    background: #fff;
}

    .menu-card_OrderNow:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }

.menu-img_OrderNow {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.item-title_OrderNow {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.size-btn_OrderNow {
    min-width: 120px;
}
.cover-page_OrderNow {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #ffe9d6, #fff5ec);
    border-radius: 10px;
    box-shadow: inset 0 0 0 6px #d4a24c;
    position: relative;
    overflow: hidden; /* prevents bleed */
}

    /* Soft vignette */
    .cover-page_OrderNow::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 10px;
        pointer-events: none;
        box-shadow: inset 0 0 120px rgba(0,0,0,0.25);
        z-index: 1;
    }

    /* Watermark */
    .cover-page_OrderNow::before {
        content: "URA";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 200px;
        font-weight: bold;
        color: rgba(196, 122, 61, 0.08);
        pointer-events: none;
        z-index: 0;
    }

/* Title with gold shimmer */
.cover-title_OrderNow {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #c47a3d, #f7d08a, #c47a3d);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shimmer 3s linear infinite;
    z-index: 2;
}

@keyframes shimmer {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

/* Center logo */
.cover-logo_OrderNow {
    max-height: 100%;
    width: auto;
    z-index: 2;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}

/* Subtitle */
.cover-subtitle_OrderNow {
    font-size: 22px;
    color: #8a5a2f;
    text-align: center;
    z-index: 2;
}

/* Signature */
.cover-signature_OrderNow {
    font-size: 18px;
    color: #b07a45;
    font-style: italic;
    text-align: center;
    z-index: 2;
}

.page_OrderNow:not(.cover-page_OrderNow):not(.back-cover_OrderNow)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 8px;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.25), transparent);
    pointer-events: none;
}

/*************************************************login.aspx********************************************/
/* Full‑height center alignment */
.login-wrapper {
    min-height: 10vh;
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-top: 10px;
    display: flex;
}

/* Card responsiveness */
.login-card {
    width: 100%;
    max-width: 420px;
    border-radius: 12px;
}

/* Mobile spacing */
@media (max-width: 576px) {
    .login-card {
        padding: 10px;
    }
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
/*******************************************************************************************************/