﻿body {
    font-family: "Open Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    background-color: #fff;
    margin: 0;
}

.nav-link {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

    .nav-link:hover {
        color: #aa0332;
    }

.nav-item .active {
    color: #aa0332;
}
.navbar-nav .dropdown-menu {
    background-color: #aa0332;
    border: 1px solid #aa0332;
}
.navbar-nav .dropdown-menu:hover {
    background-color:#fff;
    
}
.dropdown-item {
    color: #fff !important;
    text-transform:uppercase;
}
.navbar-nav .dropdown-menu:hover .dropdown-item {
    color: #aa0332 !important;
    text-transform: uppercase;
    background:#fff;
    transition:0.2s ease-in-out;
}

    .OnlineOrderBtn .nav-link {
        color: #fff;
    }

    .OnlineOrderBtn {
        text-transform: uppercase;
        background-color: #aa0332;
        color: #fff;
        border-radius: 9px;
        border: 1px solid #aa0332;
        padding: 3px 7px;
        width: max-content;
    }


        .OnlineOrderBtn:hover {
            padding: 3px 7px;
            text-transform: uppercase;
            background-color: #fff;
            color: #aa0332;
            border-radius: 9px;
            border: 1px solid #aa0332;
            transition: 0.3s ease-in-out
        }

            .OnlineOrderBtn:hover .nav-link {
                color: #aa0332;
            }

    .navbar-dark .navbar-toggler-icon {
        filter: invert(1) brightness(1);
    }

    .footerdiv1 {
        background-image: url(../Images/Dive.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .floatingcart {
        position: fixed;
        Right: 8px;
        top: 300px;
        z-index: 1021;
        border-radius: 50%;
        background: #aa0332;
        padding: 20px;
        border: 2px solid #fff;
        scale: 0.9;
    }

    .cart-item-number {
        background: #fad65c;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        color: #000;
        display: block;
        position: absolute;
        top: 11px !important;
        right: 11px !important;
        font-weight: bold;
        font-size: 14px;
    }

    .bottomCart {
        color: #fff;
        position: fixed;
        bottom: 5px;
        background-color: #aa0332;
        border: 2px solid #fff;
        height: 47px;
        width: 100%;
        border-radius: 0px;
        z-index: 2;
        display: none;
        justify-content: center;
        padding: 2px;
        left: 0;
    }

    @media (max-width: 991.98px) {
        .bottomCart {
            display: block;
        }

        .cart-item-number {
            background: none;
            height: auto;
            width: auto;
            top: 0px !important;
            color: #fff;
            left: 3px !important;
            display: inline-block;
            position: relative;
            font-weight: bold;
            font-size: 24px;
        }

        .Carttext {
            font-size: 18px;
            color: white;
        }

        #floatingCart {
            display: none !important;
        }
    }

    .OrderingHeroSection {
        position: relative;
        background: url("../Images/Ordering.jpg") center center/cover no-repeat;
        min-height: 520px;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .OrderingHeroSection::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255,255,255,.78); /* Low-opacity white overlay */
        }

    .OrderingOverlay {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 700px;
        padding: 40px 30px;
    }

    .OrderTitle {
        color: #aa0332;
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .OrderingImg img {
        width: 120px;
        margin-bottom: 25px;
    }

    .textContent {
        font-size: 20px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 35px;
    }

    .OrderingLink {
        display: inline-block;
        padding: 12px 34px;
        background-color: #fff;
        color: #aa0332;
        text-decoration: none;
        border-radius: 30px;
        border: 1px solid #aa0332;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: .3s ease;
    }

        .OrderingLink:hover {
            background: #aa0332;
            color: #fff;
            border-color: #aa0332;
        }

    @media (max-width:768px) {

        .OrderingHeroSection {
            min-height: 430px;
        }

        .OrderTitle {
            font-size: 30px;
        }

        .OrderingImg img {
            width: 90px;
        }

        .textContent {
            font-size: 17px;
        }

        .OrderingOverlay {
            padding: 30px 20px;
        }
    }

    .MenuCardOdd {
        background-color: #aa0332;
        color: #fff;
    }

    .MenuCardEven {
        background-color: #000;
        color: #fff;
    }

    .img-head {
        color: #fff;
        font-weight: 800;
        text-decoration: none;
    }

    a {
        text-decoration: none !important;
    }

    .MenuCardOdd a, .MenuCardEven a {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .floating {
        position: absolute;
        object-fit: cover;
        z-index: -1;
    }

    .RestaurantName {
        color: #aa0332;
    }

    .AboutPara {
        font-size: clamp(18px,3vw,20px);
    }

    .AboutTitle {
        margin-top: 80px;
    }

    @media (max-width:1024px) {
        .AboutTitle {
            margin-top: 30px;
        }

        .floating {
            display: none;
        }
    }

    #part1, #part2, #part3, #part4 {
        padding: 0;
    }

    .HomePageGalleryContainer {
        overflow: hidden;
        position: relative;
    }

        .HomePageGalleryContainer img {
            padding-top: 0px !important;
            width: 100%;
        }

    #content-footer-bottom-pp {
        background-color: #aa0332;
    }

    button.back-to-top {
        margin: 0 !important;
        padding: 0 !important;
        background: #fff;
        height: 0px;
        width: 0px;
        overflow: hidden;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        color: transparent;
        clear: both;
        visibility: hidden;
        position: fixed;
        cursor: pointer;
        display: block;
        border: none;
        right: 50px;
        bottom: 150px;
        font-size: 0px;
        outline: 0 !important;
        z-index: 2;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        button.back-to-top:hover,
        button.back-to-top:active,
        button.back-to-top:focus {
            outline: 0 !important;
        }

        button.back-to-top::before,
        button.back-to-top::after {
            content: "";
            display: block;
            vertical-align: middle;
            border-bottom: solid 10px #092441;
            border-left: solid 10px transparent;
            line-height: 0;
            border-right: solid 10px transparent;
            height: 0;
            margin: 19px auto 0;
            width: 0;
            border-radius: 20px;
            visibility: hidden;
        }

        button.back-to-top.show::after,
        button.back-to-top.show::before {
            visibility: visible;
        }

        button.back-to-top::after {
            border-bottom-color: cornflowerblue;
            position: relative;
            top: -24px;
        }

        button.back-to-top.show {
            display: block;
            background: #fff;
            color: #00ab6c;
            font-size: 25px;
            right: 25px;
            bottom: 50px;
            height: 50px;
            width: 50px;
            visibility: visible;
            box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        }

            button.back-to-top.show:active {
                box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
                -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
                -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            }

    .form-check-input:checked {
        background-color: #aa0332;
        border-color: #aa0332;
    }

    #myTabContent {
        display: block !important;
    }

    .GalleryImgTxtBox img {
        border-radius: 30px;
        border: 4px solid #fff;
        height: 100%;
        width: 100%;
    }

        .GalleryImgTxtBox img:hover {
            transform: translate(0px, 0px) scale(1.04);
            transition: 0.3s ease-in-out;
        }

    .popup-nav-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2em;
        color: white;
        text-decoration: none;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        z-index: 1055;
        display: block;
        cursor: pointer;
    }

        .popup-nav-button.left {
            left: 10px;
        }

        .popup-nav-button.right {
            right: 10px;
        }
    /* ============================
   HEADER - Desktop / Mobile Nav
   ============================ */
    .BgHeader {
        background-color: #fff;
    }

    .offcanvas-mobile-menu {
        background-color: #fff;
    }


   

    .HeaderContactSocial {
        display: flex;
        align-items: center;
        gap: 18px;
        white-space: nowrap;
    }

        .HeaderContactSocial p {
            margin: 0;
            font-size: 15px;
        }

    .SocialIconCircle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: #000;
        color: #fff;
        transition: background-color .3s ease;
    }

        .SocialIconCircle svg {
            width: 16px;
            height: 16px;
            fill: #fff;
        }

        .SocialIconCircle:hover {
            background-color: #aa0332;
        }

    .HeaderSocialWrap {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    /* ============================
   SLIDER - Promo boxes & tagline
   ============================ */
    .HomeSliderWrap {
        position: relative;
    }

    .SliderPromoStack {
        position: absolute;
        top: 20px;
        right: 0px;
        z-index: 10;
        display: flex;
        flex-direction: column;
        gap: 8px;
        max-width: 220px;
    }

    .SliderPromoBox {
        background-color: #aa0332;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        padding: 10px 16px;
        line-height: 1.3;
        clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%);
    }

    .SliderTaglineBanner {
        position: absolute;
        left: 0;
        bottom: 30px;
        z-index: 10;
        background-color: #aa0332;
        color: #fff;
        font-style: italic;
        font-size: 26px;
        padding: 14px 40px 14px 20px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
    }

    @media (max-width: 991.98px) {
        .SliderPromoStack {
            max-width: 160px;
            top: 10px;
            right: 0px;
        }

        .SliderPromoBox {
            font-size: 11px;
            padding: 6px 10px;
        }

        .SliderTaglineBanner {
            font-size: 16px;
            padding: 8px 25px 8px 12px;
            bottom: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .SliderPromoStack {
            display: none;
        }

        .SliderTaglineBanner {
            font-size: 13px;
            padding: 6px 18px 6px 10px;
        }
    }

    .InfoBarSection {
        background-color: #111;
    }

    .divFooterHeading img {
        width: 40px;
       
    }

    .divFooterHeading h3 {
        font-weight: 700;
        margin-top: 10px;
    }

    .divFooterHeading2 {
        font-weight: 600;
        margin-bottom: 2px;
    }

    @media (max-width: 767.98px) {
        .footerRow > div {
            margin-bottom: 30px;
        }

            .footerRow > div:last-child {
                margin-bottom: 0;
            }
    }
    /* ============================
   TASTE THE LEGEND - split section
   ============================ */
    .TasteLegendSection {
        background-color: #fff;
    }

    .TasteLegendImgCol {
        padding: 0;
    }

        .TasteLegendImgCol img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            min-height: 350px;
        }

    .TasteLegendTextCol {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 991.98px) {
        .TasteLegendImgCol img {
            min-height: 260px;
        }

        .OrderTitle {
            font-size: 32px;
        }
    }

    .galleryouterdiv {
        background: #000;
        width: 100%;
    }

    .socialImage {
        background-image: url(../Images/Social-Logo.png);
        background-repeat: no-repeat;
        height: 41px;
        width: 41px;
    }

    .socialImage3 {
        background-image: url(../Images/Social-Logo.png);
        background-repeat: no-repeat;
        height: 41px;
        width: 41px;
        margin-left: 2px;
    }

    #divFacebook {
        background-position: 0px 0px;
    }

        #divFacebook:hover {
            background-position: 0px -50px;
            transition: 0.3s ease-in-out;
        }

    #divInstagram {
        background-position: -50px 0px;
    }

        #divInstagram:hover {
            background-position: -50px -50px;
            transition: 0.3s ease-in-out;
        }

@media (max-width: 768px) {
    .footerdiv1, .footerdiv2 {
        background-image:none;
    }
    
}
    @media (max-width: 992px) {
        .dropdown-item {
            text-align: center;
        }

        .HeaderContactSocial {
            display: block;
        }

        .HeaderSocialWrap {
            justify-content: center;
            margin-top: 10px;
        }

        .nav-link {
            text-align: center;
        }
        .OnlineOrderBtn {
            margin-top:5px;
        }
    }