  :root {
        --sage: #8da593;
        --pink: #d08d8e;
        --sage-dark: #6c8474;
    }

    body {
        font-family: 'Inter', sans-serif;
        background-color: #fff;
    }

    /* .navBorder{
    border: 1px solid #000000;
    padding: 5px 12px;
    border-radius: 20px;
    width: 60%;
} */
    .nav-link {
        font-size: 16px;
        font-weight: 500;
    }

    .navbar {
        background: transparent !important;
        opacity: 0.7;
    }

    .heroSection-background {
        /* background-image: url(./elements/homeBG.png); */
        background-image: url(./elements/sliderbanner.png);
        height: 90vh;
        background-repeat: no-repeat;
        background-position-x: right;
        object-fit: contain;
        background-size: contain;

    }

    .navBorder {
        background-color: #ffffff;
        /* clean white pill */
        /* border: 1px solid #000;
        padding: 6px 14px;
        border-radius: 30px;
        width: 80%;
        margin: 0 auto;
        position: fixed;
        top: 1; */
    border: 1px solid #000;
    padding: 6px 14px;
    border-radius: 30px;
    /* width: 55%; */
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    }

    .background-color {
        padding: 15px;
        border-radius: 12px;
        height: 180px;
    }

    .Beef {
        background-color: #a3c4bc;
    }

    .Fries {
        background-color: #e3b8b8;
    }

    .Wings {
        background-color: #a3c4bc;
    }

    .Dips {
        background-color: #e3b8b8;
    }

    .Chicken {
        background-color: #e3b8b8;
    }

    .Tenders {
        background-color: #a3c4bc;
    }

    .Drinks {
        background-color: #e3b8b8;
    }

    .Deals {
        background-color: #a3c4bc;
    }

    .fw-black {
        font-weight: 900;
    }

    .x-small {
        font-size: 0.75rem;
    }

    /* Hero Section */
    .hero-image-grid {
        height: 100%;
        min-height: 550px;
        margin-left: 20px;
        /* clip-path: ellipse(110% 100% at 50% 0%); */
    }
.bg-white {
    --tw-bg-opacity: 0 !important;
    /* background-color: transparent !important; */
}
.navbar-nav{
    align-items: center;
}
    .sm\:ml-6 {
        margin-left: 0rem !important;
    }
    .slant-col {
        flex: 1;
        /* transform: skewX(-10deg); */
        margin-right: -25px;
        /* Overlap effect */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        color: white;
        text-align: center;
        --mask:
            radial-gradient(91.92px at 50% calc(100% - 130px), #000 99%, #0000 101%) calc(50% - 130px) 0/260px 100%,
            radial-gradient(91.92px at 50% calc(100% + 65px), #0000 99%, #000 101%) 50% calc(100% - 65px)/260px 100% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }

    .slant-col2 {
        flex: 1;
        /* transform: skewX(-10deg); */
        margin-right: -25px;
        /* Overlap effect */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        color: white;
        text-align: center;
        --mask:
            radial-gradient(91.92px at 50% calc(100% - 130px), #000 99%, #0000 101%) calc(50% - 130px) 0/260px 100%,
            radial-gradient(91.92px at 50% calc(100% + 65px), #0000 99%, #000 101%) 50% calc(100% - 65px)/260px 100% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }

    .slant-col3 {
        flex: 1;
        /* transform: skewX(-10deg); */
        margin-right: -25px;
        /* Overlap effect */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        color: white;
        text-align: center;
        --mask:
            radial-gradient(91.92px at 50% calc(100% - 130px), #000 99%, #0000 101%) calc(50% - 130px) 0/260px 100%,
            radial-gradient(91.92px at 50% calc(100% + 65px), #0000 99%, #000 101%) 50% calc(100% - 65px)/260px 100% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }

    .slant-content {
        /* transform: skewX(10deg); */
        max-width: 200px;
    }

    .slant-content h6 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .slant-content img {
        width: 100%;
        margin-top: 20px;
        filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.2));
    }

    .bg-sage {
        background-color: var(--sage);
    }

    .bg-pink {
        background-color: var(--pink);
    }

    .bg-sage-dark {
        background-color: var(--sage-dark);
    }

    /* Custom Divider (Pill shape) */
    .custom-divider {
        border: 1px solid #e0e0e0;
        border-radius: 50px;
        padding: 6px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        max-width: 70%;
        margin: 0 auto;
    }

    .custom-dividerr {
        border: 1px solid #e0e0e0;
        border-radius: 50px;
        padding: 6px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        max-width: 60%;
        margin: 0 auto;
    }

    .divider-logo {
        font-weight: 900;
        font-size: 1.2rem;
    }

    .divider-text {
        font-weight: 800;
        font-size: 22px;
        letter-spacing: 1px;
        color: #333;
    }

    .divider-icon {
        background: #000;
        color: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.6rem;
    }

    /* Category Cards */
    .category-card {
        border-radius: 15px;
        padding: 30px 15px;
        color: white;
        height: 100%;
        transition: transform 0.3s ease;
    }

    .category-card:hover {
        transform: translateY(-10px);
    }

    .category-card img {
        width: 80%;
        /* margin-bottom: 15px; */
        object-fit: contain;
    }

    /* Footer Section */
    .footer-section {
        /* background: linear-gradient(180deg, #ffffff 0%, var(--pink) 25%); */
        background-image: url('../elements/footerbanner.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
        /* padding-top: 12rem !important; */
    }

    .location-icon {
        color: white;
        opacity: 0.9;
    }

    .display-3 {
        font-size: 80px !important;
    }

    .text-secondary {
        /* color: #000 !important; */
        font-size: 24px;
        font-weight: 500;
    }

    .strong {
        font-weight: 900;
        color: #000 !important;
    }

    .logoNine {
        height: 30px;
    }

    .social-linksImg {
        height: 40px;
    }

    .addressDiv {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }

    .footerLogoImage {
        height: 35px !important;
    }

    .logoImage {
        height: 35px;
    }

    .heroMainDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        /* text-align: center; */
        flex-direction: column;
        height: 100%;
    }

    @media (max-width: 1024px) {
            .navBorder {
                width: 95% !important;
            }
            .heroMainDiv{
                margin-top: 60px;
            }
    }


    @media (max-width: 1200px) {
        .navBorder {
            width: 80%;
            margin: 0 auto;
        }

        .display-3 {
            font-size: 58px !important;
        }

        .background-color {
            height: 130px;
        }

    }

    /* Mobile Optimization */
    @media (max-width: 991px) {
        .cartIcon img{
            width: 5% !important;
        }
        .hero-image-grid {
            flex-direction: column;
            clip-path: none;
            margin-left: 0;
        }
        .hero-image{
            display: none;
        }
            .display-3 {
        font-size: 36px !important;
    }
    .text-secondary {

    font-size: 18px; 
}
.heroTxt {
    padding: 0px !important;
}
.heroMainDiv {
    /* height: 130%; */
    margin: 60px 0px;
}
.fs-5 {
    font-size: 1rem !important;
}
    

        .slant-col {
            transform: none;
            margin-right: 0;
            margin-bottom: -1px;
        }

        .slant-content {
            transform: none;
            padding: 40px 0;
        }

        .hero-section .display-3 {
            font-size: 2.5rem;
            text-align: center;
        }

        .hero-section .d-flex {
            justify-content: center;
        }

        .hero-section p {
            text-align: center;

            /* margin: 0 auto 20px; */
        }

        .heroSection-content {
            align-items: center;
            /* background-color: #ffffff;
            border: 1px solid #000;
            padding: 6px 14px;
            border-radius: 30px;
            opacity: 0.2;
            padding-left: 10px !important; */
        }

        .background-color {
            height: 100px;
        }

        .category-card {
            padding: 15px 15px;
        }

        .heroSection-background {
            height: auto;
        }

        .content-Container {
            margin-top: 550px;
        }

        .navbar-collapse{
            background-color: white !important;
            opacity: 1 !important;
        }
    }

    @media (max-width: 576px) {
/* .hero-row{
    display: none;
} */
.exploreTxt{
    margin-top: 20px;
}
        .category-card {
        margin: 0 auto;
        width: 90%;
    }
    .category-card img {
    width: 40%;
}
        .content-Container {
            margin-top: 250px;
        }

        .display-3 {
            font-size: 42px !important;
        }

        .custom-divider {
            max-width: 100%;
        }

        .custom-dividerr {
            max-width: 95%;
        }

        .divider-text {
            font-size: 20px;
        }

        .background-color {
            height: 110px;
        }

        .navBorder {
            width: 95%;
        }

        .footerLogoImage,
        .social-linksImg {
            height: 25px !important;
        }
    }

    @media (max-width: 400px) {
        .content-Container {
            margin-top: 195px;
        }

        .heroSection-content {
            padding: 3rem 0rem !important;
        }

        .logoImage {
            height: 25px;
        }

        .divider-text {
            font-size: 14px;
        }

        .background-color {
            height: 75px;
        }

        

    }
    /* .footerLogo{
        height: 300px;
        width: 400px;
        background-color: #a3c4bc;
    } */
    .FooterCol____imgDiv{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }