﻿body {
    font-family: 'Poppins-Regular' !important;
    overflow-x: hidden;
    margin-bottom: -20px !important;
    bottom: 0;
    text-align: center;
    color: #000;
    font-size: 14px;
}
   
/*#region Font-Configuration*/
@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Barlow/Barlow-Regular.ttf");
}
@font-face {
    font-family: "BR Hendrix";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BRHendrix-Regular.otf")
}
@font-face {
    font-family: "BR Hendrix-SemiBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BRHendrix-SemiBold.otf")
}
@font-face {
    font-family: "Birds of Paradise-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Birds-of-Paradise-Regular.ttf")
}
@font-face {
    font-family: "Poppins-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
    font-family: "Poppins-SemiBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: "Poppins-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
    font-family: "Poppins-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Barlow-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Barlow-Bold.ttf");
}

@font-face {
    font-family: "Barlow-Black";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Barlow-Black.ttf");
}

@font-face {
    font-family: "Barlow-ExtraBold";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Barlow-ExtraBold.ttf");
}


@font-face {
    font-family: "josefinSans-Medium";
    font-style: normal;
    src: url("../fonts/josefinSans-Medium.ttf") format('truetype');
}

@font-face {
    font-family: "josefinSans-SemiBold";
    font-style: normal;
    src: url("../fonts/josefinSans-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: "josefinSans-Regular";
    font-style: normal;
    src: url("../fonts/JosefinSans-Regular.ttf");
}

@font-face {
    font-family: "josefinSans-Light";
    font-style: normal;
    src: url("../fonts/josefinSans-Light.ttf");
}

@font-face {
    font-family: "josefinSans-Bold";
    font-style: normal;
    src: url("../fonts/josefinSans-Bold.ttf");
}

@font-face {
    font-family: "cataneo BT";
    font-style: normal;
    src: url("../fonts/cataneobt.ttf");
}

@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    src: url("../fonts/segoeuithis.ttf")
}

@font-face {
    font-family: "aulyars";
    font-style: normal;
    src: url("../fonts/Aulyars Regular.otf")
}

/*#endregion*/

/*#region font family*/
.font-regular {
    font-family: 'Poppins-Regular';
}

.font-bold {
    font-family: "Poppins-SemiBold";
}

.font-black {
    font-family: "Barlow-Black";
}
.fw-bold {
    font-family: "Poppins-SemiBold";
}
.font-exbold {
    font-family: "Barlow-ExtraBold";
}
/*#endregion*/
/*for positioning*/
.absolute {
    position:absolute;
}
.relative {
    position:relative;
}
.bg-crimson-red {
    background: #960202;
}
.text-crimson-red {
    color: #960202;
}

.bg-cylindrical {
    background: #C39a34;
}
.text-cylindrical {
    color: #C39a34;
}
.text-black {
    color:black;
}
.bg-black {
    background: #000;
}
/*end*/
/*#region custome bootstrap media query classes*/
@media (max-width:1455px) {
    .d-clg-none {
        display: none !important;
    }
}

@media (max-width:1720px) {
    .d-clg-none2 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .col-cmd-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media(max-width:1007px) {
    .footerdiv2, .footerdiv3

{
    background-image: none !important;
}
    @media (max-width: 768px) {
        .sm-centered {
            text-align:center;
            justify-content:center;
        }
        .sm-centered-flex {
            align-items: center;
            display: flex;
            flex-direction: column;
            text-align:center;
        }
    }

#TestimonialTxt1 {
    border-right: 0px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none !important;
}

.ServicesCards:first-child::before, .ServicesCards:nth-child(2)::before{
    display: none;
}

}
/*#endregion*/

/*#region font color*/
.text-pink {
    color: #006b33;
}

.text-light-gray {
    color: #00000082 !important;
}

.text-orange {
    color: #E25E26;
}

.text-green {
    color: #186f16;
}
.red {
    color:#a91a16;
}
.grey {
    color:#6c6b69;
}
/*#endregion*/

/*#region bg color*/
.bg-light-pink {
    background-color: #FFF6FB;
}

.bg-orange {
    background: #E25E26;
}

.bg-light-grey {
    background: #00000030;
}

.bg-yellow {
    background-color: #FDBE3F;
}

.bg-pink {
    background-color: #FDBE3F;
}

.bg-green {
    background-color: #006b33;
}

.bg-grey {
    background-color: #5e645eb8;
}

.bg-none {
    background: none !important;
}

.bg-pink-1 {
    background-color: #F6008F;
}

.testimonial-bg {
    /*background: #f1f1f1 !important;*/
}
/*#endregion*/

/*#region font size*/
.fs-6 {
    font-size: 15px !important;
}

.fs-7 {
    font-size: 17px;
}

.fs-8 {
    font-size: 20px;
}

.fs-9 {
    font-size: 25px !important;
    font-weight: bold !important;
}

.fs-10 {
    font-size: 3rem;
    font-weight: bold;
}

/*#endregion*/

/*#region custom border*/
.border-right-0 {
    border-right: 0;
}

.border-right-1 {
    border-right: 1px solid;
}

.border-right-2 {
    border-right: 2px solid;
}

.border-right-3 {
    border-right: 3px solid;
}
/*#endregion*/

/*#region width*/
.w-30 {
    width: 44% !important;
}

.w-90 {
    width: 90% !important;
}

.w-85 {
    width: 85% !important;
}
/*#endregion*/

/*#region margin*/
.mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.p-6 {
    padding: 5rem;
}

.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

@media only screen and (max-width:576px) {
    .me-smc-0 {
        margin-right: 0px !important;
    }
}
/*#endregion*/

/*#region padding*/
.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
/*#endregion*/

/*#region for custom toast*/
.custom-toast {
    border-bottom: 10px solid #A32123 !important;
    font-family:Poppins-Regular;
}

.toast-close-button {
    color: red !important;
    top: 0;
    margin-top: 0;
    position: absolute !important;
    right: 8px !important;

}

    .toast-close-button:hover {
        color: #000 !important;
    }
/*#endregion*/
/*#region master page header css start*/

.ff-mwb.active {
    color: #007bff; /* Change to desired color */
    font-weight: bold;
}

.navbar-toggler-icon {
    background-image: none !important;
}

.fixed-nav {
    position: fixed;
    box-shadow: 0 -5px 25px 0px #7b7b7b;
    -moz-box-shadow: 0 -5px 25px 0px #7b7b7b;
    -webkit-box-shadow: 0 -5px 25px 0px #7b7b7b;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.fixed-nav-hidden {
    display: none !important;
}

.fixed-top-margin {
    margin-top: 200px;
}


.whitebar {
    border-radius: 1px;
    display: block;
    height: 6px;
    margin-top: 4px;
    width: 34px;
    background-color: #ea232a;
}

#SubMenu {
    width: 184px;
    display: none;
    position: absolute;
    background: #ea232a;
    padding: 0px 0px;
    z-index: 333;
    top: 67%;
}

.SubMenuUlList {
    list-style: none;
    padding: 0px 0px;
}

.SubMenuList {
    padding: 6px 12px;
}

.SubMenuUlList .SubMenuList:hover {
    background-color: #ea232a;
    border: solid 1px #ea232a;
}


.SubMenuUlList .SubMenuList {
    position: relative;
    /* padding: 10px 15px;*/
    color: white;
    background: linear-gradient(to right, #fff 50%, #ea232a 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease;
    cursor: pointer;
    border: solid 1px #ea232a;
}

    .SubMenuUlList .SubMenuList:hover {
        background-position: left bottom;
    }





.SubMenuList .SubMenuLink {
    text-decoration: none;
    color: white;
    text-align:left;
}

.SubMenuUlList .SubMenuList:hover .SubMenuLink {
    color: #ea232a;
}

#navbar-Nav #nav-item-7:hover #SubMenu {
    display: block;
}

/*#region collapse btn start*/
button#collapseBtn {
    position: absolute;
    right: 0px;
    bottom: 38px;
}
/*#endregion*/

#nav-item-7:hover #SubMenu {
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ea232a !important;
    background: #fff;
    /* border-radius: 18px;*/
    /* padding: 6px 13px;*/
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: #ea232a !important;
        background: #fff;
        /*border-radius: 18px;*/
        /* padding: 6px 13px;*/
    }

.CartImg {
    cursor: pointer;
}
/*#endregion*/

/*#region services section start*/
.circle-image-container {
    position: relative;
    width: 200px; 
    height: 200px; 
    border-radius: 50%;
    overflow: hidden;
}

.circle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    background-image: url(../images/services.png);
    background-size: 400%;
    background-repeat: no-repeat;
}
.logo1 {
    background-position: 0% 0%; 
}
.logo2 {
    background-position: 100% 0%;
}
.logo3 {
    background-position: 66% 0%;
}
.serviceBlock {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
    padding: 2rem;
    border-radius: 4%;
    transition: all 0.3s ease-in-out;
}
    .serviceBlock:hover {
        background: #ffffff;
        cursor: pointer;
    }
        .serviceBlock:hover .custom-button {
            background-color: #006b33;
            color: #f4f1ea;
        }
.blockmg {
    margin-top:4rem;
}
/*#endregion*/
/*#region abountus*/
#aboutus .HomePageMenuImgBox {
    height: 15rem;
    width: 24rem;
    /*border: 2px solid black;*/
    background: url("../images/Home/BG-03.png") no-repeat;
    background-position: 0px 0px;
    position: absolute;
}

#readmore a {
    text-decoration: none;
    color: white;
}

#aboutus #HomePageMenuImgBox2 {
    float: right;
    right: 0px;
    background: url("../images/Home/BG-04.png") no-repeat;
}
/*#endregion*/

/*#region HomePageMenu*/
#HomePageMenu .MenuNavBtn {
    width: 24px;
    height: 24px;
    background: url(../images/Nex-Prv-Arrow.jpg) no-repeat;
    background-position: 1px 3px;
    /* border: 1px solid black; */
    cursor: pointer;
}

#HomePageMenu #MenuNavBtn2 {
    background-position: -21px 3px;
}

#HomePageMenu #MenuNavBtn1:hover {
    background-position: 1px -19px;
}

#HomePageMenu #MenuNavBtn2:hover {
    background-position: -21px -19px;
}
.MenuItemPrice {
    float: right;
    text-align: right;
    margin-bottom: 15px;
}
.datamenu .MenuItemPrice {
    text-align: left;
}
#HomePageMenu .MenuItemPrice {
    margin-top: 16px;
    font-size: 20px;
}

#HomePageMenu .MenuItemHeading {
    font-size: 22px;
}

#HomePageMenu .MenuItemBox:hover {
    cursor: pointer;
    border: 1px solid #FDBE3F !important;
}

#HomePageMenu .HomePageMenuNav {
    width: 16px;
    height: 18px;
    background: url(/images/Dots.jpg) no-repeat;
    background-position: 2px 3px;
    cursor: pointer;
}

    #HomePageMenu .HomePageMenuNav:hover {
        background-position: -12px 3px;
    }

    #HomePageMenu .HomePageMenuNav:active {
        background-position: -12px 3px;
    }

    #HomePageMenu .HomePageMenuNav:visited {
        background-position: -12px 3px;
    }

#HomePageMenu .HomePageMenuNavLink:hover {
}

    #HomePageMenu .HomePageMenuNavLink:hover a {
        color: #FDBE3F !important;
    }

#HomePageMenu #myTab .HomePageMenuNavLink .nav-link.active {
    color: #FDBE3F !important;
    background: none !important;
}

#HomePageMenu .HomePageMenuImgBox {
    height: 19rem;
    width: 15rem;
    background: url("../images/Home/BG-03.png") no-repeat;
    background-position: 0px 0px;
    position: absolute;
}

#HomePageMenu #HomePageMenuImgBox1 {
    float: left;
    left: 0px;
    margin-top: 3rem;
}

#HomePageMenu #HomePageMenuImgBox3 {
    float: right;
    right: 0px;
    background: url(../images/Home/BG-05.png) no-repeat;
    height: 13rem;
    width: 10rem;
    margin-top: 7rem;
}

.HomePageMenuBlock {
    height: 430px !important;
    overflow: hidden;
}

#HomePageMenu #myTab.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ea232a !important;
}

/*#endregion*/
/*#region catering section*/
#Catering .bg-img-promo {
    background: url("../images/Home/promo-bg-img.jpg") no-repeat;
    background-size: cover;
}

.user-input-wrp {
    position: relative;
    margin-bottom: 8px;
}
.CatDpdowm::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #fff;
}

    .user-input-wrp span.floating-label {
        position: absolute;
        left: 1px;
        top: 23px;
        color: #000;
        pointer-events: none;
        transition: 0.5s ease all;
    }

.user-input-wrp .inputText:focus {
    border-color: #A32123;
    border-width: medium medium 1.5px;
}

.user-input-wrp input:focus ~ .floating-label {
    top: 0px;
    left: 0px;
    opacity: 1;
    color: #A32123;
}

.user-input-wrp input:not(:focus):valid ~ .floating-label {
    top: 0px;
    left: 0px;
    opacity: 1;
    color: #A32123;
}

input[type=radio] {
    appearance: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 1px solid #A32123;
    border-radius: 50%;
    background-clip: content-box;
    padding: 2px;
}

    input[type=radio]:checked {
        background-color: #A32123;
        border: 2px solid #A32123;
    }

.inputText {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #ADADAD;
    background: none;
    color:#000;
    font-family:Poppins-Regular;
}

.K-radio {
    position: relative;
}

.btn-light {
    background-color: #606060;
    border-color: #606060;
    color: white;
    box-shadow: none;
}

    .btn-light:hover, .btn-light:focus {
        color: #ffffff;
        border-color: #000;
        background-color: #000;
        box-shadow: none;
    }

.CateringInqTxtBox {
    line-height: 1.8;
    margin: 19px 0px;
}
/*#endregion*/

/*#region testiomonial section*/
/*#Testimonial .TestimonialNav {
    width: 16px;
    height: 18px;
    background: url(../images/Dots.jpg) no-repeat;
    background-position: 2px 3px;
    cursor: pointer;
}

    #Testimonial .TestimonialNav:hover {
        background-position: -12px 3px;
    }

    #Testimonial .TestimonialNav:active {
        background-position: -12px 3px;
    }

    #Testimonial .TestimonialNav:visited {
        background-position: -12px 3px;
    }

#TestimonialTxt1 {
    margin-bottom: -18px;
    border-right: 4px solid;
}

#Testimonial {
    background: url(../images/Testimonial-BG.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#TestimonialsInner .carousel-control-next, #TestimonialsInner .carousel-control-prev {
    opacity: 1 !important;
}

    #TestimonialsInner .carousel-control-next:hover, #TestimonialsInner .carousel-control-prev:hover {
        opacity: 0.5 !important;
    }

#TestimonialsInner .carousel-control-prev-icon {
    position: absolute;
    left: -420px;
    top: 33px;
    background: url(../images/TestimonialsArrow.png) no-repeat;
    background-position: 1px 1px;
    width: 52px;
    height: 52px;
}

#TestimonialsInner .carousel-control-next-icon {
    right: -45px;
    position: absolute;
    top: 33px;
    background: url(../images/TestimonialsArrow.png) no-repeat;
    background-position: -61px 1px;
    width: 52px;
    height: 52px;
}*/
/*#endregion*/
/*#region footer section */
#MasterPageFooter {
    position: relative;
}
.socialFooter {
/*margin-top:-133px;*/
}
.Follow {
    font-size: 20px;
}

.FBinner {
    font-size: 16px;
}

.pagefooter {
    padding: 51px;
}

#MasterPageFooter .FooterSocialIcon {
    width: 41px;
    height: 41px;
    background: url("./images/social-media-icon.png") no-repeat;
    background-position: 3px 2px;
    cursor: pointer;
}

.FaFax {
    width: 19px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    height: 22px;
    background-image: url(../Images/ftrFax.png);
}

.FaPhone {
    background: url(../Images/ftrPhone.png);
    width: 19px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 8px;
}

.FaMap {
    background: url(../Images/ftrLocation.png);
    width: 25px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    height: 68px;
}

.footerleft .fa {
    width: 19px;
}

#MasterPageFooter #Instagram {
    background-position: -39px 2px;
}

#MasterPageFooter #Twitter {
    background-position: -96px 2px;
}

div#MasterPageFooter {
    font-size: 12px;
    vertical-align: top;
}

.ConnactIcon {
    background: url(../Images/Footer-SocialMedia.png) no-repeat;
    width: 56px;
    height: 56px;
}

    .ConnactIcon:hover {
        transition: 0.5s all ease-in-out;
    }

.connectInner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ConnectTitle {
    padding-top: 55px !important;
}

.HomeTitle {
    font-family: Poppins-Medium;
    font-size: 45px;
    color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

#Insta {
    background-position: -259px 0px;
}
    #Insta:hover {
        background-position: -259px -64px;
    }
#Whatsapp {
    background-position: -325px 0px;
}
#Whatsapp:hover {
    background-position: -325px -65px;
}


#GOneC:hover {
    background-position: 0px -65px;
}

#FaceBook {
    background-position: -65px 0px;
}

    #FaceBook:hover {
        background-position: -65px -65px;
    }

ConnactIcon::before {
    padding: 20px;
}

.iconWrapper {
    padding: 0 20px; /* Add padding between the icons */
}
/*#region Hover*/
#MasterPageFooter #Facebook:hover {
    background-position: 3px -38px;
}

#MasterPageFooter #Instagram:hover {
    background-position: -39px -38px;
}

#MasterPageFooter #Twitter:hover {
    background-position: -97px -47px;
}

.business-hours-img {
    background-image: url(./Images/business-hours-img.jpg);
    background-repeat: no-repeat;
    width: 20.1rem;
    height: 22.3rem;
    padding: 15px;
    outline: 1px solid #E0E0DE;
    outline-offset: -16px;
}
/*#endregion*/

/*#endregion*/

/*#region About us page*/

/*#region About us page testimonial*/
.testimonial-seperator {
    border-left: 4px solid #FDBE3F;
}
.carousel-indicators {
       margin: 0;
    flex-direction: row;
    width: fit-content;
    left: 50%;
    /* top: 50%; */
    transform: translateX(-50%);
    /* right: 0%; */
}
    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 50px;
        height: 5px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        margin-bottom: 5px;
        cursor: pointer;
         background-color: #fff !important;
        /*background-image: url(../images/Slider/Dots.png);
        background-position: -2px -20px;
        background-clip: padding-box;*/
        border: 0;
        /*border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;*/
        opacity:1;
        border-radius: 10px;
        transition: opacity .6s ease;
        margin-top:5px;
    }

    .carousel-indicators .active {
        height: 5px;
        /*background-position: -2px -2px;*/
        background-color : #A26B95 !important;
        /*border-radius: 63%;*/
    }
/*#endregion*/

/*#endregion*/

/*#region menu page*/
.MenuPageBavbarBlock {
    border-bottom: 1px solid lightgray;
}

.MenuSearch {
    height: auto;
    width: 34px;
    min-width: 19px;
    background: url(../images/Search.png) no-repeat;
    background-position: 14px 9px;
    width: 20%;
    float: left;
    border-radius: 45px;
    border: 1px solid #d3d3d3;
    background-size: 21px;
    padding: 9px;
    filter: brightness(0) invert(1);
}

    .MenuSearch:focus-within {
        background: none;
    }

        .MenuSearch:focus-within input::placeholder {
            color: transparent;
        }

.blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}

.MenuPageSliderImages {
    width: 100%;
}

.AdvSrcIcon {
    height: auto;
    width: 34px;
    min-width: 19px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    width: 34%;
    background-size: 19px;
}

.MenuPageNavbar {
    border-right: 1px solid #d3d3d3;
    align-items: center;
    text-align: center;
    position: relative;
}

/*#OrderTypesBox::before {
    height: 12px;
    width: 12px;
    content: "";
    border-top: 1px solid #d3d3d3;
    border-bottom: 0px;
    border-left: 1px solid;
    border-right: 0px;
    transform: rotate(45deg);*/
    /* float: left; */
    /*top: -6px;
    position: absolute;
    background: white;
    float: left;
    left: 25px;
    color: #d3d3d3;
}*/

/*#OrderTypeDropdown:focus-visible {
    outline: 0px;
}*/

/*#OrderTypeDropdown {
    appearance: none;
}*/

input[type="search"]::placeholder {
    color: #000;
    text-align: center;
    left: 5px;
}

/*#OrderTypesBox {
    display: flex;
    justify-content: center;
    border-radius: 19px;
    border: 1px solid #d3d3d3;
    position: absolute;
    margin-top: 100px;
    z-index: 1111;
    float: left;
    padding: 6px;
    text-align: center;
    background: white;
}*/

/*.OrderTypes {
    border-radius: 28px;
    background-color: #092441;
    margin: 5px 3px;
    cursor: pointer;
    width: 112px;
    position: relative;
    padding: 8px;
    font-family: josefinSans-Regular;
}*/

    /*.OrderTypes label {
        cursor: pointer;
        z-index: 90;
        line-height: 1.8em;
    }*/

    /*  .OrderTypes label,
    .OrderTypes input {
        display: block;
        position: absolute;
        top: 3px;
        left: 24px;
        right: 0;
        bottom: 0;
    }*/


   /* .OrderTypes input[type=radio] {
        opacity: 0.011;
        z-index: 100;
        margin: 0;
        appearance: none;
        display: none;
    }

    .OrderTypes:hover {
        background-color: #5ea1ee;
        color: #ffffff;
    }

    .OrderTypes:has(input[type="radio"]:checked) {
        background-color: #5ea1ee;
        color: #ffffff;
    }*/

.AdvSrcTxt p {
    margin: 8px 0px;
    display:none;
}

.MenuNavSeperator {
    height: 34px;
    width: 1px;
    background: url(./images/seprator.jpg) no-repeat;
    background-position: 0px 6px;
    padding: 0px;
}

.MenuCtgContainer {
    margin: 20px 0px;
}

.MenuCtgDropdown {
    width: 100%;
    border: none;
    outline: none;
}

.ReOrdIndexes {
    width: 26px;
    border: 1px solid lightgray;
    border-radius: 50%;
    text-align: center;
    margin: 0px 4px;
    cursor: pointer;
    background: #D7D7D7;
    border-color: #D7D7D7;
}

    .ReOrdIndexes:hover {
        background-color: #FDBE3F;
        color: #ffffff;
    }

.PtrlImg {
    object-fit: contain;
}

.PtrlMenuTxt {
    line-height: 1;
    margin: 0px;
}

.PtrlMenuTxtBox {
    background: url(../images/PrintableMenu.png) no-repeat;
    width: 40px;
    height: 50px;
    background-position: center center;
    background-size: 84%;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

.asapmenu {
    border-radius: 45px;
    border: 1px solid #d3d3d3;
    display: flex;
    overflow: hidden;
}

.CommonHeading u {
    text-decoration: none;
    font-size: 20px;
    color: #ea232a;
    font-family: 'Poppins-Medium';
}
.SubCategoryName u {
}
#Ctg2 {
    background-color: #F1F1F1;
}

.Heading1 {
    font-size: 5rem;
}
#MainMenuPageContainer {
   /* background: #092441;*/
}
    #MainMenuPageContainer .MenuBoxinner {
        border-radius: 8px;
        transition: all 0.3s;
        border: solid 1px #dee2e6;
        height: 100%;
    }
        #MainMenuPageContainer .MenuBoxinner:hover {
            cursor: pointer;
            border-color: #ea232a;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        #MainMenuPageContainer .MenuBoxinner:hover .AddButton {
            color: #ffffff;
            background: #ea232a;
            border-color: #ea232a;
            border-radius: 8px;
        }
        #MainMenuPageContainer .MenuBoxinner:hover #MenuItemButtonImg {
            background-image: url(../images/Plus.png);
            filter: invert(1);
            /*filter: unset;*/
        }
        #MainMenuPageContainer .MenuBoxinner:hover #MenuItemButtonSeperator {
            background-image: url(../images/Seperator_Red.jpg);
            /*filter: unset;*/
        }
        #MainMenuPageContainer .MenuBoxinner:hover
.OrderSelectionControl,
.RestaurantEnableMessageContainer {
    background: #092441;
}
        #MainMenuPageContainer .MenuBoxinner:hover .AddButton{
            color:#fff;
        }
/*#endregion*/
/*#region gallery page*/
#GalleryPageSliderImage4 {
    height: 100%;
    object-fit: cover;
}

#GalleryPageSliderImage14 {
    height: 100%;
    object-fit: cover;
}

#GalleryPageSliderImage2 {
    margin-top: 18px;
}

#GalleryPageSliderImage12 {
    margin-top: 18px;
}

img#GalleryPageSliderImage5 {
    height: 229px;
    width: 100%;
    object-fit: cover;
}

img#GalleryPageSliderImage8 {
    height: 229px;
    width: 100%;
    object-fit: cover;
}

div#GalleryImgTxtBox16 {
    height: 100%;
}
.GalleryImgTxtBox {
    cursor:pointer;
    max-height: 400px;
}
.GalleryImgTxtBox:has(.videocontrol) {
  /* styles that apply only when a video is inside */
  height:350px;
  position:relative;
   max-height:350px;
}
.GalleryImgTxtBox:has(.videocontrol) video {
      position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

    .GalleryImgTxtBox img {
        border-radius: 30px;
        border: 4px solid #fff;
    }
        .GalleryImgTxtBox img:hover {
            border: 4px solid #ea232a;
        }

img#GalleryPageSliderImage16 {
    height: 100%;
    object-fit: cover;
}

img#GalleryPageSliderImage18 {
    margin-top: 18px;
}

.GalleryInnerBox {
    margin: 10px 0px;
}

#GalleryImgTxtBox4 {
    height: 100%;
}

#GalleryImgTxtBox14 {
    height: 100%;
}

.GalleryImgTxt {
    background-color: #0000009e;
    color: white;
    font-weight: bold;
    padding: 6px 7px 6px 6px;
    position: absolute;
    width: 120px;
    text-align: center;
    bottom: 47rem;
    display: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ea232a !important;
    color: #fff !important;
}
#GalleryContainer .nav-link:hover {
    color: #fff;
    background-color: #ea232a;
}
#myTab li {
    width: auto;
}
/*#endregion*/
/*#region contactus page*/
.ContactInfoContainer {
    background-color: #A32123 !important;
    color: #fff;
}

.ContactIcons:hover {
    transform: scale(1.2);
    transition: 2s;
}

.RestaurantBusinessHours {
    background-color: #323232;
}

.CloseDay {
    background-color: #ffffff;
    color: #186f16 !important;
}
/*#endregion*/

/*#region advance search*/
.AdvSearchSideBar, .AdvSearchSideBarMobile {
    width: 309px;
    border: 1px solid lightgray;
    position: absolute;
    float: left;
    left: -147%;
    background-color: #ffffff;
    z-index: 3;
    transition: 2s all;
    padding: 0px 7px;
    z-index: 1111;
}

.AdvSearchSideBarMob {
    background: url(../images/searchMob.png) no-repeat;
    width: 100%;
    padding: 14px;
    background-position: 0px 13px;
    display:none;
}

.ReSeparator {
    border-right: 1px solid #d3d3d3;
    width: 0px;
}

.AdvSearchSideBar.active, .AdvSearchSideBarMobile.active {
    left: 0px;
    transition: 0.8s all;
}

#AdvSearchSideBar .row {
    margin-left: 0px;
    margin-right: 0px;
}

.PriceFilterBox {
    width: 70px;
}

#PriceFilter {
    display: flex;
}

#PriceSeperator {
    width: 10px;
    background-color: #919191;
    height: 2px;
    margin-top: auto;
    margin-left: 3px;
    margin-bottom: auto;
    margin-right: 3px;
    border-radius: 28px;
}

#RatingBox {
    display: flex;
}

.RatingInrBox2 {
    width: 50px;
    border: 1px solid lightgray;
    padding: 3px 0px;
    background-color: whitesmoke;
}

.AdvSrcCloseBtn {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    padding: 0px;
    width: 30px;
}

.AdvSrcCancleBtnImg {
    margin: 0px 6px;
}

#MenuPageNavbarAdvSrc {
    cursor: pointer;
}

.ReOrderIMg {
    background: url(../images/reorder.png);
    height: 22px;
    width: 23px;
    top: 10px;
    background-position: 23px;
    background-size: 22px;
    position: relative;
    filter: brightness(0) invert(1);
}
.ReOrderHeading a {
    text-decoration:none;
    color:#424242B3;
}
#selectedOrderType {
    color:white;
}
.MenuCategorieslinks {
    background:transparent;
}
#AdvSubmit {
    background-color: #FDBE3F;
    color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    outline: none;
    border-color: #FDBE3F;
    margin-left: -5px;
    border: 2px solid #FDBE3F;
    padding: 5px;
}

#Advsearch {
    width: -webkit-fill-available;
    outline: none;
    border: none;
}

#AdvSearchIcon {
    width: 36px;
    height: 30px;
    vertical-align: bottom;
    background: url(./images/asearch.jpg) no-repeat;
    background-position: center;
    border: 1px solid #d3d3d3;
    border-end-start-radius: 20px;
    border-start-start-radius: 20px;
    display: inline-block;
    margin-right: -5px;
    padding: 18px;
    border-right-color: white;
}

.CheckBoxTxt {
    margin-left: 10px;
    font-family:Poppins-Regular;
}

.AdvSrcSearchBar input[type=text] {
    border: 1px solid;
}

#AdvsearchBox {
    display: inline-block;
    width: 10rem;
    padding: 5px 0px;
    border: 1px solid #d3d3d3;
    border-left-color: white;
}

.PriceInrBox {
    margin: 0px 6px;
}

.GoBtn {
    background-color: #FDBE3F;
    padding-top: 3px;
    padding-left: 10px;
    border-radius: 3px;
    padding-right: 9px;
    outline: none;
    border: 1px solid #FDBE3F;
}

.AdvSrcBtns {
    margin: 0px 4px;
}

.CheckBox {
    margin-bottom: 6px;
}

/*#endregion*/

/*#region Pop-Ups*/
#AllPopUps.AllPopUpsBox {
    height: 0px;
    position: absolute;
    top: 25%;
    /* left: 12%; */
    width: 100%;
}

    #AllPopUps.AllPopUpsBox.active {
        width: 100%;
        height: 100% !important;
        z-index: 33333333;
        position: absolute;
        top: 0px;
        background-color: #0000007d;
    }
/*#region popup 1*/
.PopUps {
    /*width: 485px;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 36%;
    position: absolute;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    transition: 1s all;*/
    width: fit-content;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 25%;
    /* left: 36%; */
    position: relative;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    margin: auto;
    transition: 1s all;
}

    .PopUps.active {
        transform: scale(1);
    }

.PopUpOrderTypes {
    border-radius: 51px;
    background-color: #939191;
    margin: 7px 3px;
    padding: 5px 14px;
    cursor: pointer;
    width: 131px;
    text-align: center;
    color: white;
}

    .PopUpOrderTypes:hover {
        background-color: #D83298;
    }
.PopUpOrderTypeText {
    color: #A32123;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 5px;
    text-align: left;
    padding-left: 0;
    font-size:16px;
}
.PopUpcancleImg {
    float: right;
    cursor: pointer;
}

.PopUpsBtns {
    background: transparent;
    outline: none;
    border: none;
    color: #ffffff;
}
/*#endregion*/

/*#region popup 2*/
.PopUps2 {
    /*width: 485px;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 36%;
    position: absolute;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    transition: 1s all;*/
    width: fit-content;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 23%;
    /* left: 36%; */
    position: relative;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    transition: 1s all;
    margin: auto;
}

    .PopUps2.active {
        transform: scale(1);
    }

#PopUpsBtn2 {
    width: inherit;
}

#CtnBtn1 {
    width: 100%;
    border-radius: 6px;
}
/*#endregion*/

/*#region popup 3*/
.PopUps3 {
    /*width: 591px;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 36%;
    position: absolute;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    transition: 1s all;*/
    width: fit-content;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 0%;
    /* left: 36%; */
    position: relative;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    margin: auto;
    transform: scale(0);
    transition: 1s all;
}

    .PopUps3.active {
        transform: scale(1);
    }

#PopUpsBtn3 {
    width: inherit;
}

#SignUpBtn1 {
    width: 100%;
    border-radius: 6px;
}
/*#endregion*/

/*#endregion*/

/*#region view cart*/
#ViewCartContainer .row{
    /*margin: 0 !important*/
}
#EmptyCart,
#AddItem {
    background: transparent;
    border: none;
    color: #A32123;
    text-decoration: underline;
}
#AddItem,
.EmptyAndAddSep{
    display:none;
}
.EmptyAndAddSep {
    color:#A32123;
    padding: 0 5px;
}
#CheckoutPageContainer #AddItem,
#CheckoutPageContainer .EmptyAndAddSep {
    display:block;
}
#CheckoutPageContainer .EmptyAndAddDiv {
        justify-content: end !important;
}
.EditItemQtnBtn {
background:transparent;
border:0;
}
/*.ViewCartContainers {
    border: 2px solid #cdbebe;
    position: fixed;
    top: 0px;
    display: none;
    right: 0;
    width: 32rem;
    transition: 1s ease-in-out all;
    z-index: 3333;
}

    .ViewCartContainers.active {
        display: block;
    }

#OverlayViewCart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}*/

.CartCloseBtn {
    cursor: pointer;
}

.DltItemBtn {
    width: 27px;
    outline: none;
    border: none;
    background: transparent;
}

.DcrItemQtnBtn, .IcrItemQtnBtn, .EdtItemBtn {
    width: 17px;
    outline: none;
    border: none;
    padding: 0px;
    background: transparent;
    margin: 0px 4px;
}

.ItemQtn {
    width: 26px;
    height: 19px;
    vertical-align: middle;
    border: none;
    outline: none;
    text-align: center;
}

/*#region custom scrollbar*/

/* width */
body::-webkit-scrollbar {
    width: 10px;
    background: grey;
    height:6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #D6D6D6;
    border: 6px solid white;
    height: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    height: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*#endregion*/


.ItemDescription {
}
.itemDes {
}
.QuanName {
}
.OfferTxt {
    font-size: 12px;
}

.OfferBtn {
    border: none;
    outline: none;
    width: 49px;
    height: 26px;
    font-size: 13px;
    font-weight: bold;
}

.AddOfferBtn {
    margin-left: 8px;
}

.CheckOutBtn {
    border: none;
    outline: none;
    background-color: #A32123;
}
.ECtext {
    font-family: Poppins-Medium;
    color: #A32123;
}
.CartHeading {
    font-family: 'Poppins-Medium';
}
#ViewCartContent {
    max-height: 534px;
    /*overflow-y: scroll;*/
}
/*#endregion*/

/*#region custom scrollbar*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*#endregion*/
#divContainer {
    clear: both;
    width: 950px;
    margin: 0px auto 0px;
    padding-top: 228px;
    padding-bottom: 15px;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.CategoryStyle {
    width: 100%;
    display: inline-table;
    text-align: left;
    background: transparent;
    border: 2px solid #fff;
    z-index: 1;
    overflow-y: scroll;
    position: relative;
}

    .CategoryStyle a,
     .CategoryStyle .MenuItem{
        text-decoration: none;
        color: #666;
        padding-left: 7px;
        padding-right: 7px;
        display: inherit;
         height:100%;
    }

    .CategoryStyle .category {
        float: left;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 8px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        width: 100%;
        padding: 10px;
        color: #fff;
        font-family:josefinSans-Regular;
    }

        .CategoryStyle .category:hover {
            background-color: #5ea1ee;
            color: #fff;
            border-color: #5ea1ee;
        }

#categoriesDropDown.hidden {
    display: none; /* Hidden when the class is added */
}

.events {
    pointer-events: none;
}


.m-image {
    width: 100px;
    height: 100px;
    border-radius: 30%;
    border: 1px solid #5c5b5b;
}

.MenuItemBox {
    margin-top: 10px;
    height:100%;
}

.MenuItemPrice, .MenuItemHeading {
    font-size: 18px;
    color: #000;
}
.CateringMenu .MenuItemPrice {
    font-size: 18px;
    text-align: left;
}

@media (max-width:768px) {
    .MenuItemPrice, .MenuItemHeading {
    }
        .CateringMenu .MenuItemPrice {
        }
    #MenuItemInfo1 span {
    }
}
@media (max-width:576px) {
    .CateringMenu .MenuItemPrice {
    }
}
.MenuItemInfo1 {
    font-size: 15px;
}

.MenuItemPrice {
    color:#000;
}

.collapse-arrow {
    border-top: 0;
    border-bottom: 7px solid #fff;
    display: block;
}

#filter_users {
    width: 100%;
    padding: 10px;
}

#users-list {
    margin: 0;
    padding: 0;
}

    #users-list li {
        list-style: none;
        padding: 10px;
        margin: 5px 0;
        border: 1px solid #e4e4e4;
    }

.disabled-link {
    pointer-events: none;
}
/*#region for header changes*/
.overlayMobile {
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 111111;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    display: none;
}
.webHeader {
    background: #ea232a;
    padding: 10px 0;
    padding-bottom: 9px;
}
.webheader {
    /* margin-bottom: 32px;*/
}
.divWholeContainer {
}
.Header {
    /* box-shadow: 0 -5px 25px 0px #7b7b7b;
    -moz-box-shadow: 0 -5px 25px 0px #7b7b7b;
    -webkit-box-shadow: 0 -5px 25px 0px #7b7b7b;*/
    top: 0;
    width: 100%;
    z-index: 1000;
}
    .Header .navbar {
        position:initial;
    }

.divPhone {
    display: inline-flex;
}
.headerAdd {
    background: url(../images/Header-Icon.png)no-repeat;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 5px;
}
.headerPhone {
    background: url(../images/Icon/Header/Call.png)no-repeat;
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 10px;
}
.top {
    top:0;
}
/* The navigation menu links */
.overlayMobile a {
    text-decoration: none;
    font-size: 21px;
    color: #000;
    display: block;
    transition: 0.3s;
    text-align: center;
    margin: 0 auto;
    font-family: Poppins-Regular;
}

.overlayMobile-content {
    margin-top: 60px;
}

#SubMenuMob a {
    font-size: 16px;
}
/* When you mouse over the navigation links, change their color */
.overlayMobile a:hover {
    color: #fe0103;
}

/* Position and style the close button (top right corner) */
.overlayMobile .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#navbar {
    transition: margin-left .5s;
    padding: 20px;
}
.navMob li {
    border-bottom: solid 1px #ccc;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .overlayMobile {
        padding-top: 15px;
    }

        .overlayMobile a {
            font-size: 18px;
        }
}

#navbar-Nav {
    gap: 35px;
}

#navbar-Navright {
    gap: 36px;
}

/*.HeaderOrderButton {
    background: #FDBE3F;
    border-radius: 5px;
}

    .HeaderOrderButton a {
        text-decoration: none;
        color: black;
    }*/

.nav-item {
    list-style: none;
    font-family:Poppins-Regular;
}

#navbarTogglerDemo03 {
    padding-top: 30px;
    padding-bottom: 10px;
}

#filter_users {
    display: none;
}
.HeaderAddress {
    padding-left: 25px;
    background: url(../images/location.png);
    background-size: 18px 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: fit-content;
    font-family: Poppins-Regular;
    font-size:16px;
}
.HeaderAddress a {
    color:white;
}
    .HeaderAddress a:hover {
        color: white;
    }
.HeaderSocial {
    width: fit-content;
    gap: 15px;
}
.HeaderAddBar {
   /* margin: 10px 0;*/
   /* margin-bottom:0px;*/
    justify-content: end;
}
/*#endregion*/
/*#region Added by namrata for menu page design*/
.MenuCategorieslinks {
    width: 100%;
    float: left;
    display: block;
/*    background: white;*/
    text-align: left;
    cursor: pointer;
    color: #fff;
    position: relative;
    border: none;
    font-family:josefinSans-Regular;
}

.CatLinkMob {
    background: #5ea1ee;
    padding: 5px 36px;
    border-radius: 17px;
    width: 100px;
    background-image: url(../images/spoon.png);
    background-repeat: no-repeat;
    background-position: 15px 7px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    animation: slideIn 0.5s ease;
}

#MobileCatOverlay {
    background-color: #000;
    opacity: 0.75;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
    opacity: 0.5;
}

    #MobileCatOverlay:target .popupCat {
        animation: popup 0.7s;
    }

.mobileMenu {
    position: fixed;
    right: 0;
    margin-bottom: 50px;
    bottom: 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 11111 !important;
    transform: translateX(-50%);
    background-color: #f1f1f1;
    /* padding: 10px; */
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobileCategory {
    position: fixed;
    z-index: 1111;
    bottom: 63px;
    left: 0;
    right: 0;
    height: 300px;
    overflow-y: scroll;
    border-radius: 31px;
    margin: 0px 30px 0px 30px;
    transition: opacity 0.3s ease, transform 0.3s ease, height 0s 0.3s;
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#myDIV::-webkit-scrollbar {
    width: 0px !important;
}

.mobileCategory .CategoryStyle .category, .mobileCategory .CategoryStyle {
    border: 0px;
    background: #F4F0E9;
    color: #5ea1ee;
}

#myDIVt {
}

.mobileCategory #categories {
    border: 2px solid #FDBE3F;
    border-radius: 10px;
}

.calIcon {
    background: url(../images/cal.png);
    height: 23px;
    width: 23px;
    top: 7px;
    display: block;
    position: relative;
}
.masterPageNavbarLi {
    display:flex;
    align-items:center;
}
    .masterPageNavbarLi a, .masterPageNavbarLink {
        text-decoration: none;
        color: black;
        letter-spacing: 0px;
        font-size: 16px;
        display: flex;
        font-family: Poppins-Medium;
        text-transform: none;
    }

.arrow-downOrder {
    right: 0px !important;
}

#OrderTypeDropdown option {
}

.arrow-down, .arrow-downOrder {
    right: -6px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    float: left;
    content: "";
    color: white;
    position: relative;
    float: right;
}

.AdvSearchSideBarMain {
    position: absolute;
    background: #E25E26;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 31px;
    color: white;
    /* width: 6%; */
    z-index: 11;
    min-width: 6%;
}

.collapse-arrow {
    border-top: 3px solid #fff;
    border-bottom: 0px;
    border-left: 3px solid;
    border-right: 0px;
    top: 6px;
}

label[for="OrderTypeDelivery"] {
}

#MNavSrc {
    width: 35px;
}

.divheaderlist {
    display: flex;
}
/*#endregion*/
/*#region for media query of mobile and tablet*/
@media screen and (max-width: 767px) {
    .divHeaderLogo {
        display: none;
    }

    .HeaderAddBar {
        padding: 0px !important;
    }

    .footerdiv2, .footerdiv3 {
        background-image: none !important;
    }

    .MainTitle {
        font-size: 25px !important;
    }

    /*.ViewCartContainers {
        width: 89%;
    }*/
}
@media screen and (max-width: 1199px) {
    #ViewCartContainer {
        margin-top:25px;
    }
}
    @media screen and (max-width: 768px) {
        .divHeaderLogo {
            display: none;
        }

        #TestimonialTxt1 {
            border-right: 0px;
        }

        .blockmg {
            margin: 0;
        }

        #tdAnnouncementTitle {
            display: flex;
            flex-direction: column;
            width: 100% !important;
        }

        #tblAnnouncementTitle tr {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }

    @media screen and (min-width: 992px) and (max-width: 1094px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 15px;
        }
    }

    @media screen and (max-width:992px) {
        .MenuPageNavbar {
            border-right: 0px !important;
            border-bottom: 0px !important;
        }

        .MenuPageBavbarBlock {
            border-bottom: 0px !important;
        }

        #CheckoutPageContainer .MenuCategorieslinks {
            border-radius: 45px;
            border: 1px solid #d3d3d3;
            PADDING: 10PX 20PX !IMPORTANT;
        }
    }

    @media screen and (max-width:767px) {


        #CheckoutPageContainer .MenuCategorieslinks {
            WIDTH: 35% !IMPORTANT;
        }
    }

    @media screen and (max-width:767px) {


        #CheckoutPageContainer .MenuCategorieslinks {
            WIDTH: 35% !IMPORTANT;
        }
    }

    @media screen and (max-width:500px) {
        #CheckoutPageContainer .MenuCategorieslinks {
            WIDTH: 50% !IMPORTANT;
            PADDING: 7PX 12PX !IMPORTANT;
        }
    }

    @media screen and (min-width: 1094px) and (max-width: 1240px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 15px;
        }
    }

    /*#endregion*/
    /*#region for footer*/
    .footerTitleL, .FooterTitle {
        font-size: 22px;
        font-family: "OpenSans-Bold";
        /* text-align: center; */
        color: #fff;
    }

    .footerdiv2, .footerdiv3 {
        background-image: url(../Images/Footer-Seprator.jpg);
        background-repeat: no-repeat;
    }

    .footerTitleL u, .FooterTitle u {
        border-bottom: 0px solid white;
        text-decoration: none;
    }

    .footerListUpper {
        position: relative;
        width: 300px;
        margin: 0 auto;
    }

    .FooterSubBut {
        position: absolute;
        right: 22px;
        margin-top: 6px;
        background: #C60607;
        color: white;
        border: 0px;
        padding: 10px;
        width: 31%;
        border-radius: 3px;
    }

    .footerInput::placeholder {
        color: black;
        font-style: italic;
    }

    .footerList .column {
        display: grid;
    }

    .footerList {
        font-size: 16px;
        padding-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* gap: 10px; */
        text-transform: uppercase;
        font-family: OpenSans-Regular;
    }

    .footerListUpper .nav-item::before {
        height: 11px;
        width: 11px;
        border-top: 3px solid;
        border-right: 3px solid;
        transform: rotate(45deg);
        float: left;
        /* border-radius: 10px; */
        margin-top: 15px;
        margin-right: 10px;
        content: "";
        color: white;
    }

    .footerList ul {
    }

    .footerList a {
        text-align: left;
        color: #fff !important;
        text-decoration: none;
        list-style: none;
        padding-top: 10px;
    }

    .footerleft {
        color: #fff;
        font-family: OpenSans-Regular;
    }

    .pagefooter {
        padding-top: 30px;
        padding-bottom: 23px;
    }

    #FooterLogo img {
        background-repeat: no-repeat;
        width: 171px;
        background-size: 100%;
        margin: 0 auto;
    }

    .contactusContent {
        font-size: 17px;
    }

    .ftrPhone {
        font-size: 17px;
        display: flex;
        justify-content: center;
    }

    .divSocialMedia {
        float: left;
        padding: 10px;
    }

    .DivSocialLogos {
        display: inline-block;
        padding: 10px 0px;
    }

    .ContentI {
        text-align: center;
        width: 100%;
        line-height: 1.6;
    }


    /*#endregion*/
    /*#region for datetimepicker*/
    .k-input-inner {
        right: 0px;
        left: 24px;
        top: 0px;
        color: white !important;
    }

    .MNavSe {
        color: white !important;
    }

    .k-input, .k-picker {
        display: table-row-group !important;
    }

    .k-datetimepicker {
        border-color: transparent !important;
        color: #000 !important;
        font-size: 15px !important;
        box-shadow: 0px !important;
    }

    .k-input-solid {
        background: none !important;
    }

        .k-input-solid:focus, .k-input-solid.k-focus {
            box-shadow: none !important;
        }

    .k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link, .k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
        background-color: #00000080 !important;
    }

    .k-time-header .k-time-now:hover, .k-time-selector-header .k-time-now:hover, .k-button-flat-primary, .k-time-header .k-time-now, .k-time-selector-header .k-time-now {
        color: #00000080 !important;
    }

    .k-button-solid-base.k-selected, .k-button-solid-primary {
        border-color: #00000080 !important;
        color: white;
        background-color: #00000080 !important
    }

    .k-icon {
        visibility: hidden;
        background: transparent;
    }

    .k-datetimepicker > .k-input-button {
        background: url(../images/cal.png);
        height: 23px;
        width: 23px;
        top: 3px;
        display: block;
        background-position: 22px;
        position: absolute;
        filter: brightness(0) invert(1);
    }

        .k-datetimepicker > .k-input-button:hover {
            background-color: transparent !important;
        }
    /*#endregion*/
    /*#region for itemdetailpage*/
    .ItemDetail {
        /*font-family: OpenSans-Regular;*/
    }

    #Option-content {
        display: none;
        padding: 7px;
        border: 1px solid #d4d4d4;
        border-top: 0px;
        font-family: 'Poppins-Regular';
        text-align: start;
        color:black;
    }

.itemName {
    text-align: left;
    color: #A32123;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
}

    .sizecodeI {
        display: none;
    }

    .itemPageButton {
        gap: 10px;
    }

#totalPrice {
    border: none;
    background: transparent;
    color: #A32123;
    font-size: 22px;
    font-family: Poppins-Medium;
}

    .itemPQ {
    }

#numberDropdown {
    padding: 7px;
    border-radius: 10px;
    font-family: Poppins-Medium;
}

    .IQuan {
        float: left;
        text-align: left;
        padding-bottom: 5px;
        color: #1c1c1c;
    }
    @media (max-width: 425px) {
    .IQuan {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
        #numberDropdown {
            padding: 7px 0;
        }
}
.SubmitItem, .deleteItem {
    padding: 9px 9px 9px 9px;
    width: 50%;
    margin: auto;
    background-color: #A32123;
    color: #ffffff;
    border: 1px solid #A32123;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins-Medium';
}

    .SubmitItem:hover {
        background-color: #fff;
        border: 1px solid #A32123;
        color: #A32123;
    }

    .deleteItem {
        background-color: #d4d4d4;
        border: 2px solid #d4d4d4;
        color: #000;
    }

        .deleteItem:hover {
            background-color: #fff;
            border: 2px solid #A32123;
            color: #A32123;
        }

    .HeaderItem {
        color: #000;
        padding: 10px;
        text-align: left;
        position: relative;
        background-color: #eee !important;
        border: 1px solid #d4d4d4;
        display: flex;
    }

    #iconItem {
        width: 28px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

    .OpenDiv {
        display: block !important;
    }

    .icon-expanded {
        background: url(../images/id-collapse-icon.png)no-repeat;
    }

    .icon-collapsed {
        background: url(../images/id-expand-icon.png)no-repeat;
    }

    .spText textarea {
        height: 70px !important;
        width: 100% !important;
        padding: 6px !important;
        border-radius: 0 !important;
        border: 1px solid #e2e2e2 !important;
        box-shadow: none !important;
        font-family: Poppins-Regular;
    }

    .sp {
        width: 100%;
        float: left;
        text-align: left;
        padding-bottom: 5px;
        font-family: Poppins-Medium;
        color:black;
    }

    .itemthumb {
    }

    #quantitydropdownid {
        width: 50px;
    }

    .itemQuan {
        display: flex;
    }
    /*#endregion*/
    .itemImgUrl {
        display: none;
    }

    .imgMenuThumb {
        border-radius: 20px;
    }
    /*#region for cart*/
#NavCart {
    /*position: relative;
        border-radius: 8px;*/
    position: fixed;
    right: 19px;
    top: 50%;
    padding: 13px 12px;
    background: #FE0103;
    background-color: #FE0103;
    border-radius: 16px;
    margin-right: 15px;
    box-shadow: #FE0103 0px 0px 5px 1px;
}

.cart-item-number {
    background: #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    display: block;
    position: absolute;
    top: -10px;
    right: -7px;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 6px;
}

#MNavCart {
    position: relative;
    background-color: #ea232a;
    padding: 11px;
    border-radius: 8px;
    margin-right: 15px;
}

.MCount {
    top: -11px;
    right: -6px;
}
    /*#endregion*/
    /*#region for checkout*/
    .checkoutCart .cartInner {
        /*box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;*/
    }
.cartInner,
.processBtnOuterDiv {
    /*padding-left: 0px !important;
     padding-right: 0px !important;*/
}
#Ord-Plc-Btn {
    border: 2px solid #A32123;
    border-radius: 3px;
    background: #A32123;
    font-family: Poppins-SemiBold;
}

    .OrderSettingPanel .k-disabled {
        display: none;
    }

    .OrderSettingPanel .k-datetimepicker {
        border-color: transparent !important;
        color: black !important;
        font-size: 15px !important;
    }

    #CheckoutPageContainer .ViewCartTitle {
        display: none;
    }

.checkoutCart .ViewCartContainers.active {
    display: block !important;
    transform: none !important;
    border-radius: 0px 0 5px 5px;
}
.checkoutCart .SidebarBox,
.checkoutCart .ItemNameBox {
    /*width: 100% !important;*/
}
#checkoutCart {
    border: 1px solid #ddd !important;
    border-radius: 0 0 5px 5px;
}
.checkoutCartAddressDetail {
    border: 1px solid #ddd !important;
    border-bottom: 0 !important;
    border-radius: 5px 5px 0 0;
}
/* General button styling */
.btn-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 8px 12px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    position: relative;
}

        .btn-radio::before {
            content: "";
            width: 16px;
            height: 16px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
            display: inline-block;
            position: relative;
            transition: border-color 0.3s;
        }

        .btn-radio::after {
            content: "";
            width: 11px;
            height: 11px;
            background-color: #fff;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 22%;
            transform: translate(-50%, -50%) scale(1);
            transition: background-color 0.3s, transform 0.3s;
        }

    #btnCredit::after {
        left: 21% !important;
    }

.btn-radio.active::before {
    border-color: #A32123;
}

.btn-radio.active::after {
    background-color: #A32123;
    transform: translate(-50%, -50%) scale(0.7);
}

.btn-radio:hover::before {
    border-color: #A32123;
}

    .btn-radio.active span {
        /*font-weight: bold;*/
        color: #000;
        font-family:Poppins-Regular;
    }

    /* Optional styling for buttons */
    .button-group {
        display: flex;
    }

        .button-group input[type="radio"] {
            display: none;
            /* Hide the radio buttons */
        }

        .button-group label {
            padding: 9px;
            background-color: rgba(221, 210, 210, 0.521);
            border-radius: 10%;
            cursor: pointer;
            color: black;
            display: flex;
            justify-content: center;
            font-family:Poppins-Regular;
        }

        .button-group input[type="radio"]:checked + label {
            background-color: #A32123;
            color: white;
            /* Change background color when selected */
        }

    .btn-primary {
        background-color: transparent !important;
        border-color: #09800a !important;
        box-shadow: none !important;
    }

        .btn-primary:focus, .btn-primary:hover {
            /*background-color: #E25E26 !important;
        border-color: #E25E26 !important;*/
            color: white !important;
        }

    input[type="date"]:hover {
        /* Highlight border on hover */
        background-color: transparent; /* Subtle background change */
    }

    .hidden {
        display: none;
    }

    .tipContainer {
        width: inherit;
        width: 100px;
    }

    /*#endregion*/
    /*#region for invoice*/
    .divinvoiceLogo {
       /* width: 130px;*/
       max-width:125px;
    }
     @media (max-width: 768px) {
        .divinvoiceLogo {
       /* width: 130px;*/
       max-width:80px;
        }
    }
    .bg-secondary {
        background: rgb(111 112 113 / 92%) !important;
    }

.invoiceHeaderBG {
    background: #ea232a !important;
}
    .orderInfo th {
        /*padding: 0.26rem !important;*/
    }

    .Invoice .table > :not(caption) > * > * {
        background-color: none;
        border-bottom-width: 0px;
    }
    /*#endregion*/
    .web {
        display: flex !important;
    }
    /*#region for loading screen css*/
    #loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url(../images/loading.gif) 50% 50% no-repeat #ffffff21;
        background-size: 70px 70px
    }
    /*#ednregion*/
    .fade-out {
        opacity: 0;
        transition: opacity 1s ease-in-out; /* Adjust duration and easing as needed */
    }

    #toast-container {
        display: none;
    }

    .html5-video-player .video-stream {
        width: 100% !important;
        left: 0px !important;
    }
    /*#region homepage service section*/
    /*.SerImg {
    background: url(../Images/Services.jpg);
    height: 175px;
    background-repeat: no-repeat;
    width: 175px;
    margin: 0px auto;
}

.ServicesCards:first-child::before, .ServicesCards:nth-child(2)::before{
    content: "";
    position: absolute;
    width: 1px;
    top: 24px;
    height: 100%;
    right: 0px;
    background-image: url(../images/SepratorSER.jpg);
}

.ServicesCards:hover {
    color: #E25E26;
}
.ServicesCards .btn {
    Padding: 10px !important;
    Color: #fff;
    border: 1px solid white !important;
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 15px;
  
    background: #E25E26 !important;
    color:white !important;
    font-weight:bold;
}

    .ServicesCards:hover .btn-primary {
        background-color: #E25E26 !important;
        color: white !important;
    }

#SImg1:hover {
    background-position: 0px -187px;
}

.card:hover #SImg1 {
    background-position: 0px -187px;
}

#SImg2 {
    background-position: -739px 0px;
}

    #SImg2:hover {
        background-position: -739px -187px;
    }

.card:hover #SImg2 {
    background-position: -739px -187px;
}

#SImg3 {
    background-position: -374px 0px;
}

    #SImg3:hover {
        background-position: -374px -187px;
    }

.card:hover #SImg3 {
    background-position: -374px -187px;
}

#SImg4 {
    background-position: -560px 0px;
}

    #SImg4:hover {
        background-position: -560px -187px;
    }

.card:hover #SImg4 {
    background-position: -560px -187px;
}*/
    /*#endregion*/
    /*#region*/
    #divAnnouncementTitleContainer {
        clear: both;
        text-align: left;
        padding: 10px 20px 15px;
        background-color: #f9f9f9;
        border: 1px solid #d9d9d9;
        display: block;
        text-decoration: none;
        margin-bottom: 10px;
        width: 100%;
    }

        #divAnnouncementTitleContainer:hover {
            border: 1px solid #ccc;
        }

    #tblAnnouncementTitle {
        width: 100%;
    }

    #tdAnnouncementTitle {
        vertical-align: top;
        text-align: left;
        width: 500px;
    }

    .lblAnnouncementTitle {
        font-size: 16px;
        color: #006b33;
        text-decoration: none;
        font-family: 'Barlow-Bold';
    }

        .lblAnnouncementTitle:hover {
            text-decoration: underline;
        }

    .lblAnnouncementDescription {
        font-size: 14px;
        color: #000;
        text-decoration: none;
    }

    .lnkAnnouncement {
        text-decoration: none;
    }

    .lblAnnouncementTiming {
        font-size: 13px;
        color: #5a5a5a;
        font-weight: bold;
    }

    .imgAnnouncement {
        width: 250px;
        height: 150px;
    }

    #divAnnouncementImageAndDescriptionContainer {
        padding-top: 5px;
    }

    .divAnnouncementTiming {
        width: 100%;
        background-image: url(../Images/Timings.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 35px;
        min-height: 20px;
        background-size: 19px;
        background-position: 3px 6px;
    }

    #divAnnouncementDescriptionContainer {
        height: 110px;
        overflow: hidden;
    }

    #divAnnouncementContainer,
    #divPastAnnouncementContainer {
        text-align: left;
    }

    .tdAnnouncementImage {
        display: none;
    }

    #divAnnouncementNavigationContainer {
        margin-left: 10px;
        margin-right: 10px;
        background-color: #f9f9f9;
        border: 1px solid #d9d9d9;
    }

    #divPastAnnouncementTitle,
    #divAnnouncementTitle {
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 12px;
        color: #5a5a5a;
        font-size: 18px;
    }

    #tblAnnouncementItemTemplate {
        width: 100%;
    }

    #tdAnnouncementImage {
        text-align: center;
        vertical-align: top;
        width: 250px;
    }

    #tdAnnouncementContent {
        text-align: left;
        vertical-align: top;
        width: 100%;
    }

    .eventsIcon {
        background-image: url("../Images/EventsDisplayBoard.png");
        background-repeat: no-repeat;
        color: White;
        font-weight: bold;
        height: 120px;
        padding-right: 25px;
        width: 125px;
    }

    #divAnnouncementDescriptionContainer img {
        max-height: 110px;
        max-width: 120px;
    }

    #tdAnnouncementIconImage {
        vertical-align: top;
        text-align: center;
        width: 140px;
        padding-top: 10px;
    }

    .lblDate,
    .lblYear {
        font-weight: normal;
        font-size: 12px;
        font-family: Verdana;
        text-align: center;
        color: #000;
        float: left;
        width: 100%;
        padding-top: 3px;
        line-height: 1.6;
    }

    .hlnkViewMore {
        text-decoration: none;
        color: #620f19;
    }

    .lblMonth {
        font-weight: bold;
        font-size: 14px;
        font-family: Verdana;
        text-align: center;
        padding-bottom: 12px;
        color: #fff;
        float: left;
        width: 100%;
        padding-top: 20px;
    }
    /*#endregion*/
    /*for custom button*/
.custom-button {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: Poppins-Medium;
    border: 1px solid #c7c7c7;
    background-color: #c7c7c7;
    max-width: 200px;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

        /* Hover effect */
    .custom-button:hover {
        background-color: #FFF;
        color: #A32123;
        border: 1px solid #A32123;
    }

.custom-button-reverse {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-family: Poppins-Medium;
    border: 1px solid #A32123;
    background-color: #A32123;
    /*max-width: 110px;*/
    max-width: 200px;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

        /* Hover effect */
    .custom-button-reverse:hover {
        background-color: #FFF;
        color: #A32123;
    }
    /*end custom button*/
    /* menu category Carousel */
    .category-card {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding: 2rem;
        display: flex;
        align-items: center;
        background: none;
        transition: all 0.3s ease-in-out;
        border: none;
        border-radius: 4%;
        /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    }

        .category-card img {
            height: 150px;
            width: 150px;
            object-fit: cover;
            border: 1px solid #959595;
            border-radius: 50%;
            padding: 2px;
        }

        .category-card:hover {
            background: #FFF2F2;
        }
        .category-card:hover .caption{
                color: #212121;
        }   
    .category-card {
        width: 100% !important;
        height:100% !important;
    }
@media (max-width: 1199px) {

    .carousel-item {
        flex: 0 0 33.33% !important; /* 3 items visible */
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
      }
       #HomePageGalleryWrapper .carousel-item {

        padding: 0px;
      }
}
@media (max-width: 992px) {
    .carousel-item {
        flex: 0 0 33.33% !important; /* 3 items visible */
        
      }
}
@media (max-width: 992px) {
    .carousel-item {
        flex: 0 0 50% !important; /* 2 items visible */
      }
}
@media (max-width: 600px) {
    .carousel-item {
        flex: 0 0 100% !important; /* 1 items visible */
      }
}
.stackingBtn {
    max-width: fit-content;
    color: #ea232a;
    font-family: Poppins-SemiBold;
    border-color: #ea232a;
    background: transparent;
    padding: 10px 15px;
}
    .stackingBtn:hover {
        color: #fff;
        font-family: Poppins-SemiBold;
        border-color: #ea232a;
        background: #ea232a;
        padding: 10px 15px;
    }
/* end */
/*start testimonial swiper*/
.swiper {
    width: 100%;
    /*overflow: hidden;*/
}

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .testimonial-block {
        width: 90%;
        background-color: #f8f9fa;
        color: #333;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 360px;
        margin: 0rem 2rem;
    }

    .swiper-pagination-bullet {
        background-color: #999;
        opacity: 1;
        transition: background-color 0.3s ease;
    }

    .swiper-pagination {
        position: initial !important;
        margin-top: 1rem;
    }

    .swiper-pagination-bullet-active {
        background-color: #007bff;
    }

    .TestContent {
        text-align: left;
    }

    @media (min-width: 768px) {
        .swiper-slide {
            width: 50%;
        }
    }

    @media (min-width: 1200px) {
        .swiper-slide {
            width: 25%;
        }
    }

    .testimonialuser {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #scrollableMenu {
        padding: 1rem 0;
    }

        #scrollableMenu a {
            text-decoration: none;
            color: #212121;
        }

    .swiper {
        overflow: visible; /* Ensure the next slide is partially visible */
    }

    .swiper-slide {
        transition: transform 0.25s ease; /* Smooth transition for sliding */
    }



    @media (min-width: 768px) {
    }

    @media (min-width: 1200px) {
    }

    /*end testimonial swiper*/
    /*background images*/
    .bg1 {
        top: 0;
    }

        .bg1 img {
            width: 12vw;
        }

    .bg2 {
        top: 0;
        right: 16px;
    }

        .bg2 img {
            width: 12vw;
        }

    .bg3 {
        bottom: -3rem;
        left: 16px;
    }

        .bg3 img {
            width: 10vw;
        }

    .bg4 {
        bottom: -3rem;
        right: 16px;
    }

        .bg4 img {
            width: 10vw;
        }
    /*end*/

    /*added by alkesh for scroll to top*/
    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: 75px;
        font-size: 0px;
        outline: 0 !important;
        z-index: 99;
        -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 #fe0103;
            border-left: solid 10px transparent;
            line-height: 0;
            border-right: solid 10px transparent;
            height: 0;
            margin: 18px 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: #fff;
            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);
            }
    /*end by alkesh*/
    /*added alkesh for eventpage*/
    .event-body {
        background: floralwhite;
    }

    .event-month {
        text-align: center;
        font-size: 24px;
        font-weight: 600;
    }

    .calender {
        background: burlywood;
    }

    .news-description:not(:has(img)),
    .news-description:not(:has(img)) {
        height: 250px;
        overflow: hidden;
    }

    .events-card-past, .events-card-upcoming {
        cursor: pointer;
    }
    /*end added by alkesh*/



    /*DBK - Started by Dhruvil*/


    #HomePageGalleryOuterWrapper {
        position: relative;
        /*height: 100vh;*/
        z-index: 1;
        transform-origin: center;
        background-image: url(../Images/Slider/Slide-BG-Design.jpg);
        background-repeat: repeat-x;
        background-position-y: bottom;
        background-size: contain;
    }


.HeaderMenuImg {
    position: relative;
    /*height: 100vh;*/
    z-index: 1;
    transform-origin: center;
    background-image: url(../Images/Slider/MenuSlide-BG-Design.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
    background-size: contain;
    --bs-gutter-x: 0;
}

    @keyframes fadeInGlow {
        0% {
            opacity: 0;
            transform: scale(0.95);
            box-shadow: 0 0 0px rgba(255, 0, 0, 0.0);
        }

        50% {
            opacity: 0.7;
            transform: scale(1.02);
            box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
        }

        100% {
            opacity: 1;
            transform: scale(1);
            box-shadow: 0 0 0px rgba(255, 0, 0, 0);
        }
    }

    .slider-title {
        font-size: 4rem;
        line-height: 1.2;
        margin: 0;
        color: #fff;
        font-family: 'cataneo BT';
    }

    .title-2 {
        color: #c39a34;
    }

    .slider-subtext {
        font-size: 1.3rem;
        color: #fff;
        font-family: josefinSans-Medium;
    }



    /*Home page about*/

    /*#region About us*/

    #divHomeAboutOutterWrapper {
        margin-top: 3% !important;
        position: relative;
        margin-bottom: 1% !important;
        z-index: 1;
        padding: 0px;
    }

        #divHomeAboutOutterWrapper::before {
            content: "";
            position: absolute;
            top: -14px;
            z-index: -1;
            left: 0px;
            width: 100%;
            height: 105%;
            border: 1px solid #ff492f;
        }

    #divHomeCaterOutterWrapper {
        position: relative;
        z-index: 0;
        background-color: #960202;
        top: -75px;
        overflow: hidden;
    }

    .divHomewelcomeInnerDiv {
        margin-top: 75px;
    }

    #extraimggallery1 img {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        z-index: -1;
        left: 0;
    }

    #extraimggallery2 img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        z-index: -1;
    }

    #divHomeAboutContent img {
        margin: -50px 0px;
    }

    .CaterHeaderText {
        font-family: 'Poppins-Bold';
        color: #002518;
        text-align: left;
        width: 75%;
        font-size: 36px;
    }

    #homecatercontent {
        text-align: left;
        color: #002518;
        margin-bottom: 2rem;
        width: 89%;
        font-size: 14px;
    }

    @media (max-width:992px) {
        #homecatercontent {
            text-align: center;
            color: #002518;
            margin-bottom: 2rem;
            width: 100% !important;
            font-size: 14px;
        }

        .CaterHeaderText {
            font-family: 'Poppins-Bold';
            color: #002518;
            text-align: center;
            width: 100% !important;
            font-size: 28px;
        }
    }

    @media (max-width:768px) {
        #homecatercontent {
            text-align: center;
            color: #002518;
            margin-bottom: 2rem;
            width: 100% !important;
            font-size: 12px;
        }

        .CaterHeaderText {
            font-family: 'Poppins-Bold';
            color: #002518;
            text-align: center;
            width: 100% !important;
            font-size: 24px;
        }
    }

    @media (max-width:568px) {
        #homecatercontent {
            text-align: center;
            color: #002518;
            margin-bottom: 2rem;
            width: 100% !important;
            font-size: 12px;
        }

        .CaterHeaderText {
            font-family: 'Poppins-Bold';
            color: #002518;
            text-align: center;
            width: 100% !important;
            font-size: 22px;
        }
    }

    .divCaterbutton {
        text-align: left;
        margin-top: 8px;
    }

    #divHomeAboutContent {
    }

    .flex-column {
        flex-direction: column;
    }

    .AboutHeaderText {
        text-transform: uppercase;
        font-family: 'Poppins';
        font-size: 30px;
        font-weight: bold;
        color: #ffffff;
        text-align: left;
    }

    .homeaboutcontent {
        padding-top: 20px;
        line-height: 1.6;
        text-align: left;
        font-family: 'Poppins';
        color: #ffffff;
    }

    .divHomebutton {
        margin-top: 7%;
        text-align: left;
        margin-bottom: 7%;
    }

    .satelite-button-home {
        background: #ff492f;
        /*border: 1px solid #ff492f;*/
        color: #fff;
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 3%;
        padding: 9px 30px;
        border-radius: 50px;
        position: relative;
        z-index: 1;
    }

    .divHomebutton .satelite-button-home {
        background: transparent !important;
    }

        .divHomebutton .satelite-button-home:hover {
            color: #fff !important;
        }

        .divHomebutton .satelite-button-home::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            left: 2px;
            top: 17px;
            /* background-color: #ff492f; */
            border: solid #ff492f;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 4px;
            transform: rotate(138deg);
            z-index: -1;
            transition: 0.4s all;
        }

        .divHomebutton .satelite-button-home::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            right: 2px;
            top: 17px;
            /* background-color: #ff492f; */
            border: solid #ff492f;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 4px;
            transform: rotate(-48deg);
            z-index: -1;
            transition: 0.4s all;
        }

        .divHomebutton .satelite-button-home:hover::before, .divHomebutton .satelite-button-home:hover::after {
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            right: 0px;
            background-color: #ff492f;
            border: none;
            padding: 0px;
            transform: rotate(0deg);
            border-radius: 50px;
        }

    @media (max-width: 992px) {
        #divHomeAboutContent img {
            margin: 0px 0px;
            z-index: 1;
            position: relative;
        }

        #extraimggallery1 img, #extraimggallery2 img {
            opacity: 0.1;
        }

        #extraimgservice1 img, #extraimgservice2 img {
            opacity: 0.1;
        }
    }

    @media (max-width: 768px) {
        #divHomeAboutContent {
            flex-direction: column;
            align-items: center;
        }

        .CaterHeaderText {
            text-align: center;
        }

        #homecatercontent {
            text-align: center;
        }

        .divCaterbutton {
            text-align: center;
            margin-bottom: 3rem;
        }

        #divTestimonialWrapperOuter {
            flex-direction: column;
        }

        @media only screen and (max-width:992px) {
            #divTestimonialOutterWrapper {
                flex-direction: column;
                justify-content: center;
            }
        }

        .CommanHeaderText {
            text-align: center !important;
        }

        #extraimgservice1 img {
            opacity: 0.03;
        }

        #extraimgservice2 img {
            display: none;
        }

        #extraimggallery3 img, #extraimggallery4 img {
            opacity: 0.03;
        }
    }

    @media (max-width: 1200px) {
        #extraimggallery3 img, #extraimggallery4 img {
            opacity: 0.1;
        }
    }

    #homepagegalleryslider .swiper {
        width: 100%;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        z-index: unset !important;
    }

    #homepagegalleryslider .swiper-slide {
        background-position: center;
        background-size: cover;
        /*width: 400.333px !important;*/
        /*width: 444.333px !important;*/
        /* height: 300px !important; */
        transition-duration: 0.5s;
    }

        #homepagegalleryslider .swiper-slide img {
            display: block;
            width: 100%;
            width: 264px;
            height: 285px;
            margin: 0 0;
        }

    #homepagegalleryslider .swiper-slide-active {
        transform: scale(1.15) !important;
        /*margin-right:50px !important;*/
        /* margin-left:3%;*/
    }

    .swiper-slide-active img {
        /*margin-right: 8.5% !important;*/
    }

    .GalleryHeaderTitle {
        font-size: 50px;
        font-family: GothamNarrow-Medium;
    }

    #homepagegalleryslider .swiper-button-prev {
        left: -14px !important;
        height: 49px !important;
        width: 45px !important;
    }

    #homepagegalleryslider .swiper-button-next {
        left: auto !important;
        right: -24px !important;
        height: 49px !important;
        width: 45px !important;
    }

    /*@media (max-width:768px) {
    #homepagegalleryslider .swiper-slide-prev img {
        margin-left: 150px !important;
    }
}*/
    #homepagegalleryslider .swiper-slide-active img {
        margin-left: 14% !important;
    }

    @media (max-width:1024px) {
        #homepagegalleryslider .swiper-slide-active img {
            margin-left: 16% !important;
        }
    }

    @media (max-width:992px) {
        #homepagegalleryslider .swiper-slide-active img {
            margin-left: 20% !important;
        }
    }

    @media (max-width:425px) {
        #homepagegalleryslider .swiper-slide-active img {
            margin-left: 20% !important;
        }
    }

    #homepagegalleryslider .swiper-slide-next img {
        /*margin-right:0 !important;*/
    }

    #homepagegalleryslider .active-swiper-slide {
        position: absolute;
        border: 2px solid #fff;
        width: 384px;
        height: 384px;
        z-index: 2;
        display: block;
        /* margin-left:2.64%;*/
    }



    #homepagegalleryslider {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 3rem 0rem 5rem 0rem;
    }


    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        /*background-image:url('../Images/Next_Previous.png') !important;*/
        height: 0px !important;
        background-repeat: no-repeat;
        background-position: -12px -20px !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        /*background-image:url('../Images/Next_Previous.png') !important;*/
        height: 0px !important;
        background-repeat: no-repeat;
        background-position: 12px -20px !important;
        display: none;
    }

        .swiper-button-prev::after, .swiper-button-next::after {
            content: "" !important;
        }

    .swiper-button-prev {
        /*left: var(--swiper-navigation-left-offset,33.7%) !important;*/
        background-image: url('../Images/HomePage/GalleryNextPrivios.png') !important;
        width: 49px !important;
        height: 49px !important;
        /*background: #0F1724;*/
        background-size: auto !important;
        background-position: -1px -222px !important;
        margin-left: -6px;
        background-color: #002518;
        border-radius: 50%;
    }

    .swiper-button-next {
        /*right: var(--swiper-navigation-right-offset,33.7%) !important;*/
        background-image: url('../Images/Home/GalleryNextPrivios.png') !important;
        width: 49px !important;
        height: 49px !important;
        /*background: #0F1724;*/
        background-size: auto !important;
        background-position: -54px -222px !important;
        /*left:62.5% !important;*/
        background-color: #002518;
        border-radius: 50%;
    }

        .swiper-button-next:hover .swiper-button-box, .swiper-button-prev:hover #swiper-button-box2 {
            transform: scale(1.06);
        }

    .swiper-button-box {
        background: url(../images/Arrows.png) no-repeat;
        background-position: -33.8px center;
        background-size: contain;
        width: 32px !important;
        height: 32px !important;
        transition: 0.3s all;
        background-size: 66px;
        border-radius: 50%;
    }

    #swiper-button-box2 {
        background: url(../images/Arrows.png) no-repeat;
        background-position: -1.47px center;
        background-size: contain;
        width: 32px !important;
        height: 32px !important;
        transition: 0.3s all;
        background-size: 69px;
        border-radius: 50%;
    }

    @media only screen and (max-width:1500px) {
        #homepagegalleryslider .swiper-slide-prev img {
            margin-left: 170px !important;
        }

        #homepagegalleryslider .swiper-slide-next img {
            margin-left: -75px !important;
        }
    }

    @media only screen and (max-width:1024px) {
        #homepagegalleryslider .swiper-slide-next img {
            margin-left: 0px !important;
        }

        #homepagegalleryslider .swiper-slide img {
            width: 230px;
            height: 300px;
        }

        #homepagegalleryslider .active-swiper-slide {
            width: 316px;
            height: 404px;
        }

        #homepagegalleryslider .swiper-slide-prev img {
            margin-left: 170px !important;
        }
    }

    @media only screen and (max-width:992px) {
        #homepagegalleryslider .swiper-slide-next img {
            margin-left: -105px !important;
        }

        #homepagegalleryslider .swiper-slide img {
            width: 200px;
            height: 260px;
        }

        #homepagegalleryslider .active-swiper-slide {
            width: 285px !important;
            height: 350px !important;
        }

        #homepagegalleryslider .swiper-slide-prev img {
            margin-left: 255px !important;
        }
    }

    #Gallery-title {
        font-family: 'Poppins-Bold';
        color: #b0c7ad;
    }

    #divInnerGalleryWrapper {
        position: relative;
    }

    #extraimggallery3 img {
        position: absolute;
        top: 30%;
        width: 150px;
        left: 0;
    }

    #extraimggallery4 img {
        position: absolute;
        top: 30%;
        width: 150px;
        right: 0;
    }

    @media only screen and (max-width:767px) {
    }

    .OurServiceHeader {
        margin-bottom: 0px;
    }

    #divServiceInnerWrapperLeft {
        float: left;
        /*width: 500px;*/
        height: 506px;
        background: url(../Images/Service_Image.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .divServiceInnerWrapperRight a {
        text-decoration: none;
        color: #000000;
    }

        .divServiceInnerWrapperRight a:hover {
            text-decoration: none;
            color: #000000;
        }

    .ServiceBoxIcon {
        background-image: url(../Images/Services_Icon.jpg);
        background-repeat: no-repeat;
        margin: 0 auto;
        height: 90px;
        width: 90px;
        float: left;
        -webkit-transition: transform 1s ease;
        -moz-transition: transform 1s ease;
        -ms-transition: transform 1s ease;
        -o-transition: transform 1s ease;
        transition: transform 1s ease;
    }

    #ServiceCommanHeaderText:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        border-bottom: 4px solid #000;
    }

    .serviceHeader {
        color: #494949;
        font-family: 'Avenir LT Std 55 Roman';
        font-weight: bold;
        font-size: 30px;
    }

        .serviceHeader p {
            color: #494949;
            font-family: 'Avenir LT Std 55 Roman';
            font-weight: bold;
            font-size: 30px;
        }

    #ServiceBoxIcon1 {
        height: 75px;
        width: 95px;
        background-position: 15px 0px;
    }

    #ServiceBoxIcon2 {
        height: 75px;
        width: 95px;
        background-position: -75px 0px;
    }

    #ServiceBoxIcon3 {
        height: 75px;
        width: 95px;
        background-position: -170px 0px;
    }

    .ServiceBoxWrapper {
        font-family: 'Avenir LT Std 55 Roman';
        padding: 45px 0px 0px 5px;
    }

        .ServiceBoxWrapper:hover {
            color: #ed7d31;
        }

            .ServiceBoxWrapper:hover .serviceHeader {
                color: #ed7d31;
            }

    #ServiceBoxWrapper1:hover #ServiceBoxIcon1 {
        background-position: 15px -78px;
    }

    #ServiceBoxWrapper2:hover #ServiceBoxIcon2 {
        background-position: -75px -78px;
    }

    #ServiceBoxWrapper3:hover #ServiceBoxIcon3 {
        background-position: -170px -78px;
    }

    @media only screen and (max-width: 1026px) {
        #divServiceInnerWrapperLeft {
            display: none;
        }
    }

    #divHomeServices {
        margin-bottom: 6rem;
    }

    #row1 .ServicesImgBox {
        width: 81px;
        height: 81px;
        background: url(../Images/Services-Icon.png) no-repeat;
        transition: background-position 1s;
    }

    #ServicesImgBox1 {
        background-position: 0px 0px;
    }

    #ServicesImgBox2 {
        background-position: -87px 0px !important;
    }

    #ServicesImgBox3 {
        background-position: -168px 0px !important;
    }

    .card-body {
        position: relative;
        /* bottom: 20px; */
        padding: 0px 1px;
        padding-top: 1rem;
        font-family: 'Poppins-Medium';
    }

        .card-body .ServicesBtn {
            font-family: 'Poppins' !important;
            font-size: 14px !important;
            font-weight: 500 !important;
        }

    .card-text {
        font-size: 14px;
        padding: 40px 0px;
        font-family: 'Poppins';
    }

    #row1 {
        display: flex !important;
        justify-content: space-evenly !important;
    }

    .ServicesCards {
        position: relative !important;
        z-index: 1;
        padding: 30px 15px;
        transition: 0.5s all;
        width: 300px !important;
        cursor: pointer;
        color: #ffffff;
        border-radius: 20px;
        border: 1px solid #b0c7ad;
    }

        .ServicesCards:hover {
            background-color: #b0c7ad;
        }

            .ServicesCards:hover .ServicesImgBox, .ServicesCards:hover #ServicesImgBox2, .ServicesCards:hover #ServicesImgBox3, .ServicesCards:hover #ServicesImgBox4 {
                background-position-y: -90px !important;
            }

    .card-title {
        font-size: 27px;
        font-family: 'Poppins-Bold';
        margin-bottom: 0px;
        margin-top: 21px;
        color: #212121;
    }
.stackingTitle {
    font-size: 40px;
    font-family: 'Poppins-Bold';
    color: #000;
}
.stackingSubTitle {
    font-size: 40px;
    font-family: 'Poppins-Bold';
    color: #000;
}
.popularDishesContentContainer {
    position: relative;
}
.stackingTopLeftOuterDiv {
    position:relative;
    z-index:1;
}
.stackingTopLeftInnerDiv {
    position: absolute;
    top: 0;
    animation: float 3s ease-in-out infinite;
}
    .stackingTopLeftInnerDiv img {
        width: 60%;
        float: left;
       
    }
    .PopularDishcarousel-control.left {
    position: absolute;
    left: -30px;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: none !important;
}

.PopularDishcarousel-control.right {
    position: absolute;
    right: -70px !important;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: none !important;
}
.leftIcon {
    transform: rotate(180deg);
}
@keyframes float {
    0%, 100% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(3%);
    }
}
@media only screen and (max-width: 1199px) {
    .stackingTitle {
        font-size: 44px;
    }
    .stackingSubTitle {
        font-size: 42px;
    }
    .stackingTopLeftInnerDiv img {
        width: 60%;
        float: left;
    }
}
@media only screen and (max-width: 991px) {
    .stackingTitle {
        font-size: 40px;
    }
    .stackingSubTitle {
        font-size: 38px;
    }
    .stackingTopLeftInnerDiv img {
        width: 55%;
        float: left;
    }
}
@media only screen and (max-width: 768px) {
    .stackingTopLeftInnerDiv img {
        width: 45%;
        float: left;
    }
}
@media only screen and (max-width: 660px) {
    .stackingTopLeftInnerDiv img {
        width: 27%;
        float: left;
    }
}
@media only screen and (max-width: 767px) {
    .stackingTitle {
        font-size: 32px;
    }
    .stackingSubTitle {
        font-size: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .PopularDishcarousel-control.left {
        left: 8px;
    }
    .PopularDishcarousel-control.right {
        right: -40px !important;
    }
}
@media only screen and (max-width: 567px) {
    .stackingTitle {
        font-size: 26px;
    }
    .stackingSubTitle {
        font-size: 24px;
    }
    .stackingTopLeftInnerDiv img {
        width: 27%;
        float: left;
    }
}
.ServicesCards:hover .card-title, .ServicesCards:hover .card-text {
    color: #002518;
}

    .ServicesBtn {
        border-radius: 0px !important;
        padding: 6px 18px !important;
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
        font-weight: bold !important;
        position: relative;
        z-index: 3;
        font-size: 18px !important;
        transition: 0.4s all;
    }

    .ServicesCards:hover .ServicesBtn {
        color: #ffffff !important;
        background-color: #002518;
        box-shadow: 0px 11px 20px -4px #0f172491;
        transform: translatey(-6px);
    }

    #divServicesBlock {
        position: relative;
    }

    #extraimgservice1 img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: auto;
    }

    #extraimgservice2 img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: auto;
    }

    .testimonial-text, .testimonial-auther, .testimonial-location {
        text-align: center;
        font-size: 16px;
        background: transparent;
        font-family: Roboto;
        letter-spacing: 1px;
        color: #333;
    }

    .testimonial-auther {
        padding-top: 15px;
        color: #c75c28;
    }

    /*#TestimonialSection {
        padding: 1rem 0px 2rem 0px;
        background: url("../Images/Testimonial-BG.jpg") no-repeat;
        background-position: top center;
        background-position: right;
        background-size: contain;
    }*/

    /* #divTestimonialWrapper .bx-wrapper {
        -moz-box-shadow: 0 0 0px #ccc !important;
        -webkit-box-shadow: 0 0 0px #ccc !important;
        box-shadow: 0 0 0px #ccc !important;
        border: 1px solid #b0c7ad !important;
        background: #b0c7ad;
        margin-bottom: 0px !important;
        width: 100%;
        height: auto !important;
    }*/

    /*#testimonialBox2 .bx-wrapper {
        background: transparent !important;
        border-color: #ffffff !important;
    }*/

    /* #divTestimonialsOuter .bx-viewport {
        margin-top: 5rem;
        margin-left: 20px;
    }

    #divTestimonialWrapper {
        padding: 32px 0px 25px 0px;
        width: 100%;
    }

    .divTestimonialIcon {
        background: url(../images/Testimonial-Icon-01.png) no-repeat;
        height: 90px;
        border-radius: 100%;
        background-position: 0px;
        width: 66px;
        margin: -53px auto;
        margin-left: 46px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        z-index: 3;
    }

    #divTestimonialIcon2 {
        background-position: -67px;
    }

    #divTestimonialWrapper .bx-wrapper {
        position: inherit !important;
        padding: 0px 0px 0px 0px;
    }*/

    /*@media (max-width: 425px) {
        #divTestimonialsOuter .bx-viewport {
            margin-left: 0px !important;
            margin-top: 6rem;
        }
    }

    .bx-wrapper .bx-viewport {
        left: 8px !important;
        height: 233px !important;
    }

    #divTestimonialsOuter .bx-viewport .bxslider li {
        height: 193px !important;
    }

    #homeReviewText {
        font-family: 'Poppins';
        color: #002518;
        font-size: 16px;
        text-align: left;
    }

    .homeReviewDetail {
        text-align: left;
        width: 100%;
        padding: 3px 19px 20px 0px;
        color: #002518;
        font-size: 20px;
        font-family: 'Poppins';
    }

    #divTestimonialsOuter .bx-viewport .bxslider2 li {
        height: 193px !important;
    }

    .bx-controls.bx-has-pager.bx-has-controls-direction {
        padding: 0px 0px 9px 0px;*/
    /* display: none;*/
    /*}

    #divTestimonialOutterWrapper {
        margin-bottom: 0%;
        display: flex;
        flex-direction: column;*/
    /* justify-content: center; */
    /*align-items: center;
    }*/

    #divTestimonialInnerWrapper2 {
    }

    #testiBtnContainer {
        margin-top: 7%;
        text-align: center;
        margin-bottom: 7%;
    }

    #testiHeading .CommanHeaderText {
        text-align: center;
        padding: 8px 0px 0px 0px !important;
    }

    .testimonial-button-home {
        color: #fff;
        text-align: center;
        padding: 9px 30px;
        border-radius: 50px;
        border: 1px solid;
        transition: background-color 0.3s ease;
    }

        .testimonial-button-home:hover {
            color: #002518;
            border: 1px solid;
            background: #b0c7ad;
            box-shadow: 0px 11px 20px -4px #0f172491;
            transform: translatey(-6px);
        }

    #testiHeading {
    }

    @media (max-width: 768px) {


        .text-column, .slider-subtext {
        }
    }

    .swiper-slide-active img {
        /*width:100% !important;*/
    }
    /*End home page about*/

    /*#region Master Page Footer Starts Here ***/
    /* Footer V3 */

    div#MasterFooterOutterWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem 0rem 1rem 0rem;
        font-size: 15px;
        font-weight: bold;
    }

    #divFooter {
        font-size: 12px;
        background: #1c1c1c;
        vertical-align: top;
        margin-top: -15px;
    }

    #divPhoneNumber {
        line-height: 25px;
    }

    #PageFooter {
        text-align: left;
        color: #fff;
        overflow: hidden;
        background:#000;
    }

        #PageFooter a {
            text-decoration: none;
            color: #fff;
            outline: none;
            border: 0;
            transition: 0.5s all;
        }

    #divFooterLeft {
        float: left;
        text-align: left;
    }

    #divMasterPageFooter {
        color: #333;
        text-align: left;
        line-height: 1.6;
    }


    #divFooterMiddle {
    }

    #divFooterMenu {
        float: left;
        padding-bottom: 5px;
    }

    #divMasterPageFooterLink {
    }

    #divCreditCard {
    }

    #divFooterRight {
        text-align: right;
    }

    #divMasterPageCompanyName {
    }

    .CompanyLink {
        transition: 0.5s all;
        color: #092440;
    }

        .CompanyLink:hover {
            color: #000 !important;
        }

    a {
        text-decoration: none;
    }

    .privacypolicy {
    }

    a.privacypolicy {
    }

        a.privacypolicy:hover {
        }

    /*****************Footer Quick Links*****************/
    #divMasterPageFooterQuickLinks {
        padding: 15px;
        font-family: "OpenSans-Regular";
        font-size: 16px;
        color: #fff;
    }

        #divMasterPageFooterQuickLinks h2 {
            text-transform: uppercase;
            font-size: 24px;
            margin: 0 0 5px;
        }

        #divMasterPageFooterQuickLinks a:hover {
            text-decoration: underline;
            color: #fff !important;
        }
    /**********************************/

    /********* Ends Footer V3******/

    .site-footer.footer-v3 .footer-logo {
        width: 16.6666666667%;
    }

    .site-footer.footer-v3 .footer-logo {
        margin: 0;
    }

    .site-footer.footer-v3 .footer-logo, .site-footer.footer-v3 .footer-menu, .site-footer.footer-v3 .footer-social-icons {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

        .site-footer.footer-v3 .footer-menu ul, .site-footer.footer-v3 ul.footer-menu {
            padding: 0;
            margin: 0;
            list-style: none;
            font-size: .938em;
            display: inline-block;
            text-align: center;
        }


    .site-footer.footer-v3 .footer-menu {
        width: 66.6666666667%;
    }

    .site-footer.footer-v3 {
        background-color: #b0c7ad !important;
        color: #002518 !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -21px;
    }

        .site-footer.footer-v3 .footer-menu ul, .site-footer.footer-v3 ul.footer-menu {
            line-height: 2.5;
        }

            .site-footer.footer-v3 .footer-menu ul > li, .site-footer.footer-v3 ul.footer-menu > li {
                display: inline-block;
            }

                .site-footer.footer-v3 ul.footer-menu > li a {
                    display: inline-block;
                    color: #ffffff !important;
                }

    .site-footer {
        background-color: #f3f3f3;
        color: #999;
        padding: 1.618em 0 3.706325903em;
    }

    .col-full, .container, .woocommerce-breadcrumb {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}


    #PageFooter a {
        /*font-size: 1.2em !important;*/
    }

    #PageFooter #menu-footer-menu span {
        font-size: 16px !important;
        font-family: 'Poppins' !important;
    }

.site-footer.footer-v3 .footer-row {
    border-bottom: 1px solid #ffffff !important;
}

    .footerpolicy {
        font-size: 1.2em !important;
        padding: 0px 7px !important;
        color: #ffffff;
    }

    .phone-number a {
        color: #2d2b2d;
        text-decoration: none;
    }

    .header-phone-numbers .phone-number {
        font-weight: 600;
        color: #fff;
        font-size: 2em;
        line-height: 1;
        letter-spacing: -.01em;
        display: block;
    }

    .header-phone-numbers .header-phone-numbers-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-v1 .header-phone-numbers {
        padding-left: 0;
        padding-right: 40px;
    }

    .header-v1 .header-info-wrapper {
        padding: 0;
        display: flex;
    }

    .header-v1 .header-info-wrapper, .header-v1 .header-phone-numbers, .header-v1 .main-navigation, .header-v1 .site-branding, .header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-phone-numbers .intro-text, .header-phone-numbers .select-city-phone-numbers {
        display: inline-block;
        font-size: 1.1em;
        line-height: 1;
        vertical-align: middle;
        letter-spacing: -.025em;
        padding-bottom: 6px;
    }

    .header-phone-numbers .intro-text {
        color: #000000;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }

    .primary-navigation .menu .nav-menu > li > a, .primary-navigation .menu > li > a {
        color: #000;
    }

    .header-v1 .primary-navigation .menu ul.nav-menu > li > a::before, .header-v1 .primary-navigation .menu > li > a::before {
        content: " ";
        display: block;
        height: 2px;
        width: 42px;
        margin: 0 auto;
        margin-top: 6px;
        background-color: #ffae00;
        visibility: hidden;
        bottom: 14px;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
    }
    /*.nav li span:hover {
    content: " ";
    display: block;
    height: 2px;
    width: 42px;
    margin: 0 auto;
    margin-top: 6px;
    background-color: #ffae00;
    visibility: hidden;
    bottom: 14px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}*/
    #Contact-Us1 {
        display: none;
    }

    @media (min-width: 768px) {
        .site-header {
            padding-top: 2.617924em;
        }
    }

    .main-navigation ul li.focus > a, .main-navigation ul li:hover > a {
        color: #d62827;
    }

    /*.nav #navigation ul#navigation > li > a::before, .nav > #navigation > li > a::before {
    content: " ";
    display: block;
    height: 2px;
    width: 42px;
    margin: 0 auto;
    margin-top: 6px;
    background-color: #ffae00;
    visibility: hidden;
    bottom: -12px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}*/

    .nav ul#navigation > li:hover > a::before, .nav #navigation ul#navigation > li:hover > a::before {
        visibility: visible;
    }

    .button {
        background-color: #ffcc33; /* Green */
        border: none;
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
    }

    .button-yellow {
        background-color: #ffcc33;
        color: white;
        border: 2px solid #ffcc33;
    }

        .button-yellow:hover {
            background-color: white;
            color: black;
        }

    a.button {
        text-decoration: none !important;
    }

    .viewcartaspx > #divContainer, .ordercheckoutaspx > #divContainer {
        margin-top: 2%;
    }

    .phone-number a:focus, a:hover {
        color: #23527c;
        text-decoration: none !important;
    }

    #orderCheckout {
        padding-bottom: 2%;
    }

    .tcGrandTotalText, .tcGrandTotalValue {
        color: #000;
    }

    @media (max-width:767px) {
        .footer-logo, .footer-menu {
            width: 100% !important;
        }

        .site-footer.footer-v3 .footer-logo, .site-footer.footer-v3 .footer-menu, .site-footer.footer-v3 .footer-social-icons {
            float: none;
            position: inherit;
            padding: 0px !important;
        }

        .NavXcart-template {
            left: 0px !important;
            width: 230px;
        }
    }

    .admindashboardaspx #divContainer {
        width: 80%;
        margin: auto;
        padding: 15px 0px;
    }

    .itemprice {
        text-align: right;
    }

    #ctl00_ContentPlaceHolder1_ItemDetailsPanelControl_ItemQuantityValue {
        margin-left: 10px;
    }

    .TCPromoCodeValue {
        padding: 10px;
    }


    .divFooterHeading {
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        font-family: FuturaCondensed;
    }

    .divFooterHeadingSeperator {
        background-image: url(../Images/footerheaderseperator.jpg);
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        padding-top: 1px;
        margin-top: 10px;
    }

#divFooterBottom {
    background-color: #ea232a;
    height: auto;
    font-size: 13px;
    /* padding: 10px 0px 0px 0px;*/
}


    .divSocialMedia {
        margin-right: 20px;
    }

    .socialImage {
        background-image: url(../Images/Social-Logo.png);
        background-repeat: no-repeat;
        height: 63px;
        width: 63px;
        transition: 0.5s all;
    }

    .DivSocialLogos {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #divFacebook {
        background-position: 0px -65px;
    }

    #divTwitter {
        background-position: -163px 0px;
    }

    #divGoogle {
        background-position: -107px 0px;
    }

    #divInstagram {
        background-position: -68px -65px;
    }

    .divSocialMedia:hover #divFacebook {
        background-position: 0px 0px;
    }

    .divSocialMedia:hover #divTwitter {
        background-position: -163px -55px;
    }

    .divSocialMedia:hover #divInstagram {
        background-position: -68px 0px;
    }

    .FooterLink {
        color: #092440;
    }

        .FooterLink a:hover {
            color: #fff !important;
        }

#MasterPageFooter2 {
    padding: 7px 0px;
    background-color: #A00E11;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'SegoeUI';
}

.account_link:hover {
    color: #306db3 !important;
}

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
       /* padding-left: 15px;
        padding-right: 15px;*/
    }

    @media only screen and (max-width:992px) {

        /*#region home page*/

        /*#region services*/

        #row1 {
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .ServicesCards {
            bottom: 0px;
            margin-top: 22px;
        }

        #divHomeServices {
            margin: 20px 0px 50px 0px;
        }

        /*#endregion*/

        /*#region testimonials*/

        div#testimonialBox2 {
            margin-top: 113px;
        }

        #divTestimonialsOuter .divTestimonialIcon {
            position: relative;
            margin-left: auto;
            margin-right: auto;
        }

        /*#endregion*/

        /*#region app section*/
        #AppHeaderTextBox .CommanHeaderText, #AppSectioncontent {
            text-align: center;
        }

        #divAppBtnContainer {
            justify-content: center;
        }

        .FanctionalityList {
            margin: auto;
        }

        #divAppContentWrapper {
            margin-top: 0rem !important;
        }
        /*#endregion*/

        /*#region footer*/

        #MasterPageFooter2 {
            flex-direction: column;
        }

        /*#endregion*/

        /*#endregion*/

    }

    @media only screen and (max-width:768px) {
        #divTestimonialOutterWrapper {
            flex-direction: column;
            justify-content: center;
        }
    }

    @media only screen and (max-width:576px) {
        #divJITPromo #divSpecialPromo img {
            width: 259px !important;
            flex-direction: column;
            justify-content: center;
        }

        #divAppBtnContainer {
            flex-direction: column;
        }
    }


    .bx-controls.bx-has-pager.bx-has-controls-direction {
        padding: 0px 0px 0px 0px;
    }

    #divTestimonialWrapperOuter {
        align-items: center;
        justify-content:center;
    }

        #divTestimonialWrapperOuter h1 {
            padding: 30px 0px 30px 0px;
        }

   /* #divTestimonialWrapper .bx-wrapper {
        -moz-box-shadow: 0 0 0px #ccc !important;
        -webkit-box-shadow: 0 0 0px #ccc !important;
        box-shadow: 0 0 0px #ccc !important;
        border: 1px solid #b0c7ad !important;
        margin-bottom: 0px !important;
        width: 100%;
        height: auto !important;
    }*/

    #testimonialBox2 #homeReviewText, #testimonialBox2 .homeReviewDetail {
        color: #ffffff;
    }

    .homeReviewWrapper {
        /*float: right;*/
        margin: 0 auto;
        width: 100% !important;
    }

    .homeReviewText {
        text-align: center;
        color: #636363;
        font-family: "Segoe UI";
        font-size: 15px;
        line-height: 1.7;
        margin: 0px 0px 0px -40px;
        float: none;
    }

    .homeReviewDetail {
        text-align: center;
        width: 100%;
        /* float: left; */
        padding: 20px 36px 20px 0px;
    }

    .homeReviewAuthor {
        width: 950px;
        margin: 0px 0px 0px -35px;
        text-align: center;
        font-family: "Segoe UI";
        font-size: 17px;
        font-weight: bold;
        color: #636363;
    }

    #divTestimonialWrapper .bx-wrapper {
        /* max-width: 1000px !important; */
        position: inherit !important;
        /*padding: 10px 0px 10px 0px;*/
        margin-left: auto;
        margin-right: auto;

    }


        #divTestimonialWrapper .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
            position: inherit;
            /* bottom: -23px; */
            /* width: auto; */
            /* float: none; */
            /* right: 0px; */
            /* margin: 0 auto; */
        }

        #divTestimonialWrapper .bx-wrapper .bx-pager {
            display: block !important;
            padding-top: 0px;
        }

    .bx-wrapper .bx-pager.bx-default-pager a {
        /* background-color: #fff !important; */
        text-indent: -9999px;
        display: block;
        width: 15px !important;
        height: 15px !important;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        border-radius: 15px !important;
        border: 0px solid #fff !important;
        /* display: none; */
    }


    /*.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #30632B !important;
        display: block;
    }*/
    .bx-wrapper {
        width: 100%;
        /*margin-left:-15px !important;*/
    }

        .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
            background: #c39a34 !important;
            display: block;
        }

    /*Before Quotes Display*/
    .homeReviewText::before {
        content: "\"";
        font-size: 15px;
        font-family: "OpenSans-Regular";
        /*position: relative;*/
        top: 14px;
        display: none;
    }
    /*After Quotes Display*/
    .homeReviewText::after {
        content: "\"";
        font-size: 15px;
        font-family: "OpenSans-Regular";
        /*position: relative;*/
        top: 27px;
        display: none;
    }
    /***************Display Bullest***************/
    #divTestimonialWrapper .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: center;
        width: 100%;
        display: block;
        /*display: none;*/
    }

    /*.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}*/

    #HomePageGalleryWrapper .swiper-button-next, #HomePageGalleryWrapper .swiper-button-prev {
        display: none !important;
    }

    #divTestimonialWrapper .bx-wrapper .bx-prev {
        /* left: -30px !important; */
        background: url(../Images/TestimonialNextPrivios.jpg) no-repeat 0 0px !important;
        float: left;
        position: relative;
        height: 38px;
        width: 38px;
        top: -110px;
        left: -55px !important;
        /*display: none;*/
    }

        #divTestimonialWrapper .bx-wrapper .bx-prev:hover {
            background: url(../Images/TestimonialNextPrivios.jpg) no-repeat 0px -45px !important;
            /*display: none;*/
        }

    #divTestimonialWrapper .bx-wrapper .bx-next {
        /*right: -30px !important;*/
        background: url(../Images/TestimonialNextPrivios.jpg) no-repeat -45px 0px !important;
        float: right;
        position: relative;
        height: 38px;
        width: 38px;
        top: -110px;
        right: -55px;
        /*display: none;*/
    }

        #divTestimonialWrapper .bx-wrapper .bx-next:hover {
            background: url(../Images/TestimonialNextPrivios.jpg) no-repeat -45px -45px !important;
            /*display: none;*/
        }

    @media (max-width:1320px) and (min-width:992px) {
        #extraimgservice1 img, #extraimgservice2 img {
            opacity: 0.2;
        }
    }

    .CommanHeaderText {
        text-align: center;
        font-family: 'Poppins';
        font-size: 37px;
        padding: 0px 0px 30px 0px;
        margin: 0 auto;
        font-weight: bold;
        color: #b0c7ad !important;
    }

    #menu-item-1469 span, #menu-item-1468 span, #menu-item-1467 span {
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }

    #menu-item-1465 {
        display: block;
    }

    #menu-item-1469 span, #menu-item-1468 span, #menu-item-1467 span {
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }

    .font-lightgreen {
        color: #b0c7ad !important;
    }

    .menuorder {
        background-color: #b0c7ad;
        padding: 10px 10px 10px 10px;
        border-radius: 50px;
        font-family: 'BR Hendrix';
        font-weight: bold;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        z-index: 1;
        animation: blink-bg 1.5s infinite alternate;
        font-size: 14px;
        transition: background-color 1s ease-in, 1s ease-in-out;
        text-transform: capitalize;
    }

        .menuorder::before {
            content: "";
            /*position: absolute;*/
            width: 10px;
            height: 10px;
            border-radius: 50px;
            background-color: #ff492f;
            top: 19px;
            left: -2px;
            z-index: -1;
            transition: 0.4s all;
        }

        .menuorder:hover::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50px;
            background-color: #7d996f;
            top: 0px;
            left: 0px;
            z-index: -1;
        }

    @keyframes blink-bg {
        0% {
            background-color: #b0c7ad;
            color: #000;
        }

        50% {
            background-color: #b0c7ad;
            color: #000;
        }

        100% {
            background-color: #ff0000;
            color: #fff;
        }
    }


    .top-20 {
        top: 20px !important;
    }

    .text-lightgreen {
        color: #b0c7ad !important;
    }

    @keyframes flipInY {
        0% {
            transform: perspective(800px) rotateY(90deg);
            opacity: 0;
        }

        100% {
            transform: perspective(800px) rotateY(0deg);
            opacity: 1;
        }
    }

    .carousel-item {
       /* height: 430px;*/
    }

    @media (max-width:1200px) {
        .carousel-item {
            /*height: 400px;*/
        }

        .slider-title {
            font-size: 3rem;
        }

        .slider-subtext {
            font-size: 2rem;
        }
    }

    @media (max-width:992px) {
       
        .carousel-item {
           /* height: 320px;*/
        }

        .slider-title {
            font-size: 35px;
        }

        .slider-subtext {
            font-size: 16px;
        }
        .slider-onlineBtn, .slider-tableBtn {
            font-size: 14px !important;
        }
        
    }

    @media (max-width:768px) {
        .carousel-inner {
            top: 0 !important;
        }
        .carousel-item {
            /*height: 260px;*/
        }

        .slider-title {
            font-size: 26px;
            text-align: left;
        }

        .slider-subtext {
            font-size: 12px;
            text-align: left;
        }
        .slider-onlineBtn, .slider-tableBtn {
            font-size: 10px !important;
        }
        .slider-button {
            width: fit-content !important;
        }
    }

    @media (max-width:510px) {
        .carousel-item {
           /* height: 195px;*/
        }
        .slider-title {
            font-size: 20px;
            text-align: left;
        }

        .slider-subtext {
            font-size: 10px;
            text-align: left;
        }

        .slider-onlineBtn, .slider-tableBtn {
            font-size: 10px !important;
        }

        .slider-button {
            width: fit-content !important;
        }
    }

    @media (max-width:428px) {
        .carousel-item {
            /*height: 165px;*/
        }
        .slider-title {
            font-size: 18px;
            text-align: left;
        }

        .slider-subtext {
            font-size: 10px;
            text-align: left;
        }

        .slider-onlineBtn, .slider-tableBtn {
            /*font-size: 8px !important;*/
            padding: 6px !important;
            padding-bottom: 3px !important;
        }

        .slider-button {
            width: fit-content !important;
            margin-top: 0px !important;
        }
    }
@media (max-width:375px) {
  

    .slider-title {
        font-size: 16px;
        text-align: left;
    }

    .slider-subtext {
        font-size: 8px;
        text-align: left;
    }

    .slider-onlineBtn, .slider-tableBtn {
        font-size: 8px !important;
        padding: 6px !important;
        padding-bottom: 3px !important;
    }

    .slider-button {
        width: fit-content !important;
        margin-top: 0px !important;
    }
}   

    .footer-contact {
        font-size: 1rem;
        font-weight: 500;
        flex-wrap: wrap;
        gap: 10px;
        color: #000;
        border-bottom: 1px solid #006b33;
        font-family: Poppins-Bold;
    }

        .footer-contact .footer-item {
            padding: 5px 10px;
        }

            .footer-contact .footer-item a {
                color: #000;
                text-decoration: none;
                transition: color 0.3s ease;
                font-family: Poppins-Bold;
            }

                .footer-contact .footer-item a:hover {
                    color: #ffcc00; /* or brand color */
                }

        .footer-contact .footer-separator {
            font-size: 1.2em;
            color: #002518;
            padding: 0 5px;
        }

    /* Responsive: Stack items on very small screens */
    @media (max-width: 575.98px) {
        .footer-contact {
            flex-direction: column;
            gap: 5px;
        }

            .footer-contact .footer-separator {
                display: none;
            }
    }

    .maillink a {
        color: #000 !important;
        font-family: Poppins-Bold;
    }

    .gallery-frame {
        height: 440px;
        width: 330px;
        border: 1px solid white;
        position: absolute;
        left: 50%;
    }

    .swiper-slide-prev, .swiper-slide-next {
    }

    .swiper-slide-active {
        /*zoom: 1.1;*/
    }


    #homepagegalleryslider .swiper {
        width: 100%;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        z-index: unset !important;
    }

    #homepagegalleryslider .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 391.333px !important;
        /* height: 300px !important; */
        transition-duration: 0.5s;
    }

        #homepagegalleryslider .swiper-slide img {
            display: block;
            width: 100%;
            width: 250px;
            height: 320px;
            margin: auto;
        }

    #homepagegalleryslider .swiper-slide-active {
        transform: scale(1.1) !important;
        /*margin-right:50px !important;*/
    }

    .swiper-slide-active img {
        /*margin-right: 8.5% !important;*/
    }

    .GalleryHeaderTitle {
        font-size: 50px;
        font-family: GothamNarrow-Medium;
    }

    #homepagegalleryslider .swiper-button-prev {
        left: -14px !important;
        height: 49px !important;
        width: 45px !important;
    }

    #homepagegalleryslider .swiper-button-next {
        left: auto !important;
        right: -24px !important;
        height: 49px !important;
        width: 45px !important;
    }

    #homepagegalleryslider .swiper-slide-prev img {
        /*margin-right:0 !important;*/
    }

    #homepagegalleryslider .swiper-slide-next img {
        /*margin-right:0 !important;*/
        margin-left: 10px
    }

    #homepagegalleryslider .active-swiper-slide {
        position: absolute;
        border: 2px solid #fff;
        width: 350px;
        height: 430px;
        z-index: 2;
        display: block;
    }



    #homepagegalleryslider {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 3rem 0rem 3rem 0rem;
    }


    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        /*background-image:url('../Images/Next_Previous.png') !important;*/
        height: 0px !important;
        background-repeat: no-repeat;
        background-position: -12px -20px !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        /*background-image:url('../Images/Next_Previous.png') !important;*/
        height: 0px !important;
        background-repeat: no-repeat;
        background-position: 12px -20px !important;
        display: none;
    }

        .swiper-button-prev::after, .swiper-button-next::after {
            content: "" !important;
        }

    .swiper-button-prev {
        /*left: var(--swiper-navigation-left-offset,33.7%) !important;*/
        background-image: url('../Images/HomePage/GalleryNextPrivios.png') !important;
        width: 49px !important;
        height: 49px !important;
        /*background: #0F1724;*/
        background-size: auto !important;
        background-position: -1px -222px !important;
        margin-left: -6px;
        background-color: #002518;
        border-radius: 50%;
    }

    .swiper-button-next {
        /*right: var(--swiper-navigation-right-offset,33.7%) !important;*/
        background-image: url('../Images/HomePage/GalleryNextPrivios.png') !important;
        width: 49px !important;
        height: 49px !important;
        /*background: #0F1724;*/
        background-size: auto !important;
        background-position: -54px -222px !important;
        /*left:62.5% !important;*/
        background-color: #002518;
        border-radius: 50%;
    }

        .swiper-button-next:hover .swiper-button-box, .swiper-button-prev:hover #swiper-button-box2 {
            transform: scale(1.06);
        }

    .swiper-button-box {
        background: url(../Images/Arrows.png) no-repeat;
        background-position: -33.8px center;
        background-size: contain;
        width: 32px !important;
        height: 32px !important;
        transition: 0.3s all;
        background-size: 66px;
        border-radius: 50%;
    }

    #swiper-button-box2 {
        background: url(../Images/Arrows.png) no-repeat;
        background-position: -1.47px center;
        background-size: contain;
        width: 32px !important;
        height: 32px !important;
        transition: 0.3s all;
        background-size: 69px;
        border-radius: 50%;
    }

    @media only screen and (max-width:1200px) {
    }

    @media only screen and (max-width:1024px) {
        #homepagegalleryslider .swiper-slide-next img {
            margin-left: -55px !important;
        }

        #homepagegalleryslider .swiper-slide img {
            width: 230px;
            height: 300px;
        }

        #homepagegalleryslider .active-swiper-slide {
            width: 316px;
            height: 404px;
        }

        #homepagegalleryslider .swiper-slide-prev img {
            margin-left: 170px !important;
        }
    }

    @media only screen and (max-width:992px) {
        #homepagegalleryslider .swiper-slide-next img {
            margin-left: -105px !important;
        }

        #homepagegalleryslider .swiper-slide img {
            width: 200px;
            height: 260px;
        }

        #homepagegalleryslider .active-swiper-slide {
            width: 268px;
            height: 340px;
        }

        #homepagegalleryslider .swiper-slide-prev img {
            margin-left: 255px !important;
        }
    }

    #Gallery-title {
        font-family: 'Poppins-Bold';
        color: #b0c7ad;
    }

    #divInnerGalleryWrapper {
        position: relative;
    }

    #extraimggallery3 img {
        position: absolute;
        top: 30%;
        width: 150px;
    }

    #extraimggallery4 img {
        position: absolute;
        top: 30%;
        width: 150px;
        right: 0;
    }

    @media only screen and (max-width:767px) {
    }
@keyframes rotateIn {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(330deg);
    }
}

.popup-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background-color: rgba(0,0,0,0.5);*/
    color: #333;
    border: none;
    font-size: 2rem;
    padding: 10px 16px;
    cursor: pointer;
    z-index: 1050;
    transition: background-color 0.3s;
}

    .popup-nav-button:hover {
        color:black;
    }

    .popup-nav-button.left {
        left: 10px;
    }

    .popup-nav-button.right {
        right: 10px;
    }



    /* .swiper-slide-next {
    margin-right: 180px !important;
}
.swiper-slide-active {
    margin-right: 180px !important;
}*/

    /* #endregion Master Page Footer Ends Here */
    /*Default Styles*/

    /*Ended*/

    /*Ended by Dhruvil*/

/*Added by mahir*/
@media only screen and (max-width:1399px) and (min-width:1200px) {
    .masterPageNavbarLi a,
    .masterPageNavbarLink {
        font-size: 16px;
    }
    .masterPageNavbarLink {
        /*height:40px;*/
    }
    .HeaderLogoImg {
        /* width: 288px !important;*/
    }
    #navbar-Nav {
    gap: 25px;
    }
}
.carousel-inner {
    top:0px;
}
.slider-button {
   
}
.sliderBtnOuterDiv {
    margin-top: 30px;
    margin-bottom: 25px;
}
.slider-onlineBtn {
    color: #092440;
    font-family: josefinSans-Medium;
    border: 1px solid #fff;
    padding: 10px;
    padding-bottom: 6px;
    font-size: 20px;
    transition: all .6s ease-out;
    background: #fff;
}
    .slider-onlineBtn:hover {
        background: #306db3;
        color: #fff;
    }

.slider-tableBtn {
    color: #ffffc5;
    font-family: josefinSans-Medium;
    border: 1px solid #fff;
    padding: 10px;
    padding-bottom: 6px;
    font-size: 20px;
    transition: all .6s ease-out;
    background: #306db3;
}
    .slider-tableBtn:hover {
        background: #fff;
        color: #306db3;
    }
.slider-button {
    margin-top: 20px;
}

.Goldenborder {
    background: url("../Images/Border.jpg");
    height: 4px;

}
@media only screen and (max-width:992px){
    .WelcomeOuterDiv {
      
    }
}
@media only screen and (max-width:768px) {
    #HomePageGalleryOuterWrapper .aboutContent {
        position:relative;
        top:-10px !important;
    }
    .WelcomeOuterDiv {

    }
}
@media only screen and (max-width:510px) {
    #HomePageGalleryOuterWrapper .aboutContent {
        position: relative;
        top: -10px !important;
    }

    .WelcomeOuterDiv {
        
    }
}
/*-------------------- Welcome Section Start ------------------------------*/
.WelcomeOuterDiv {
    position: relative;
   
}
.text_container {
    padding-top: 15%;
    padding-bottom: 15%;
}
.homepagegallery_top_border {
}

#welcomeimg1,
#welcomeimg2 {
    position: absolute;
}

#welcomeimg1 {
    left: 0;
    bottom: 0px;
    z-index: 1;
    height: 80%;
    width: 160px;
}

#welcomeimg2 {
    right: 0;
    bottom: 0px;
    height: 80%;
    width: 160px;
}

.MainContainDiv {
    margin: 0 auto !important;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#welcomeimg1Main {
    background: url(../Images/HomePage/RNMFlower1.jpg) no-repeat;
    background-size: contain;
    /* background-size: 100%; */
    height: calc(100% - 20px);
    margin-top: 10px;
    background-position: left bottom;
}

#welcomeimg2Main {
    background: url(../Images/HomePage/RNMFlower2.jpg) no-repeat;
    background-size: contain;
    /* background-size: 100%; */
    height: calc(100% - 20px);
    margin-top: 10px;
    background-position: right bottom;
}

.welcome_img_container {
    /*padding-top: 12%;
    padding-bottom: 12%;*/
}

.info_t1 {
    font-family: Poppins-Bold;
    font-size: 40px;
    text-align: start;
    color: #000;
}

.info_t2 {
    font-family: Poppins-Bold;
    font-size: 40px;
    text-align: start;
    color: #ea232a;
}

.info_content p {
    text-align: start;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    text-align: justify;
    color: #000;
}
.info_content {
    margin-top:30PX;
}
.info_btn {
    display: flex;
    text-align: start;
    margin-top: 30PX;
}

.info_button {
    text-decoration: none !important;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    color: #ea232a !important;
    border: 1px solid #ea232a;
    padding: 10px 30px;
    transition: 0.4s all;
    BORDER-RADIUS: 10PX;
}

    .info_button:hover {
        color: #fff !important;
        background-color: #ea232a;
    }

a:hover {
    text-decoration: none !important;
}
.WelcomeBottomRightOuterDiv {
    position: relative;
    z-index: 1;
}

.WelcomeBottomRightInnerDiv {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(38%);
    animation: float-bottom 3s ease-in-out infinite;
}

    .WelcomeBottomRightInnerDiv img {
        width: 80%;
        float: right;
    }

@keyframes float-bottom {
    0%, 100% {
        transform: translateY(38%);
    }

    50% {
        transform: translateY(36%);
    }
}

@media (max-width:768px) {
    .MainContainDiv {
        flex-direction: column;
    }

    .welcome_img_container {
        margin: 10%;
        /*opacity: 0.3;*/
    }

    .info_btn {
        justify-content: center;
    }

    .text_container {
        padding-top: 0%;
        padding-bottom: 10%;
    }

    #welcomeimg1, #welcomeimg2 {
        width: 100px;
    }

    .TextcontentDiv, .ImgcontentDiv {
        width: 100% !important;
    }
    /*.TextcontentDiv {
        position:absolute !important;
    }*/
    .info_t1, .info_t2 {
        text-align: center;
    }

    .info_content p {
        text-align: center;
        font-size:14px;
    }
    .WelcomeBottomRightInnerDiv img {
        width: 45%;
        float: right;
    }
}

@media (max-width:1199px) {
    .info_t1, .info_t2 {
        font-size: 36px;
    }

    .info_content p {
        font-size: 14px;
    }
    .WelcomeBottomRightInnerDiv img {
        width: 70%;
        float: right;
    }
}

    @media (max-width:1024px) {
        .info_t1, .info_t2 {
            font-size: 30px;
        }

        .info_content p {
            font-size: 14px;
        }

        .info_button {
            font-size: 12px;
            padding: 6px 10px;
        }
        .info_content, .info_btn {
            margin-top: 20PX;
        }
    }
@media (max-width:991px) {
    .info_t1, .info_t2 {
        font-size: 27px;
    }

    .info_content p {
        font-size: 12px;
    }

    .info_button {
        font-size: 12px;
        padding: 6px 10px;
    }
    .welcome_img_container {
        padding-top: 0%;
        padding-bottom: 0%;
    }
    .WelcomeBottomRightInnerDiv img {
        width: 60%;
        float: right;
    }
}
@media (max-width:768px) {
    .welcome_img_container{
        padding-top: 0%;
        padding-bottom: 0%;
    }
        .welcome_img_container img {
            max-height: 450PX;
            MARGIN: 0 AUTO;
        }
}
@media only screen and (max-width: 660px) {
    .WelcomeBottomRightInnerDiv img {
        width: 40%;
        float: right;
    }
}

@media only screen and (max-width: 567px) {

    .WelcomeBottomRightInnerDiv img {
        /*width: 27%;
        float: right;*/
    }
}
    /*-------------------- Welcome Section End ------------------------------*/
/*----------------------Service Section Start---------------------------------------------*/
.ServiceWrapperMainDiv {
    position: relative;
    background-image: url(../Images/HomePage/ServicesBG.jpg);
    background-size: cover;
}

.serviceWrapper {
    margin: 0 auto !important;
}

/*1st service */
.main_service_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.service_img1 {
    height: 128px;
    width: 128px;
    background-position: 0px 0px;
}
.service_img1,
.service_img2,
.service_img3,
.service_img4 {
    background-image: url(../Images/HomePage/Services-Icon.png);
}
.serviceMainImg {
    display: block;
    max-width: 100%;
    height: auto;
}
.service_title {
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #000;
    margin-top: 10% !important;
}

.service_btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #000;
    padding: 10px 12px;
    text-decoration: none;
    border: 1px solid #000;
}

.ordernow_btn {
    margin-top: 14% !important;
}

.main_service_div:hover .service_img1 {
    background-position: 0px 128px;
}

.main_service_div:hover .service_title {
    color: #fe0103;
    transition: 0.4s all;
}

.main_service_div:hover .service_btn {
    background-color: #fe0103;
    color: #fff;
    border: none;
    border: 1px solid #fe0103;
    transition: 0.5s all;
}
/*end*/
/*2nd service */

.service_img2 {
    height: 128px;
    width: 128px;
    background-position: -135px 0px;
}

.main_service_div:hover .service_img2 {
    background-position: -135px 128px;
}

/*end*/
/*3rd service */

.service_img3 {
    height: 128px;
    width: 128px;
    background-position: -270px 0px;
}


@media (max-width:992px) {
    .service_bg_ {
        padding: 5% !important;
    }
}

@media (max-width:768px) {
    /*.service_title {
        margin-top: 5% !important;
    }

    .ordernow_btn {
        margin-top: 5% !important;
    }*/
}

.main_service_div:hover .service_img3 {
    background-position: -270px 128px;
}

/*end*/
/*4th service */

.service_img4 {
    height: 128px;
    width: 128px;
    background-position: -405px 0px;
}

.main_service_div:hover .service_img4 {
    background-position: -405px 128px;
}

/*end*/

.service_i {
    display: flex;
    justify-content: center;
}

.service_title span {
    white-space: nowrap;
}
.MiddleServiceSection {
    border-width: 0 1px;
    border-image-source: url(../Images/HomePage/Sep.jpg);
    border-image-slice: 0 20;
    border-image-repeat: stretch;
    border-style: solid;
}
@media (max-width:1199px) {
    .service_title, .ordernow_btn {
       /* margin-top:5% !important;   */
    }
    .service_title span {
        font-size: 24px;
    }

    .service_btn {
        font-size: 18px;
    }
    .service_img1, .service_img2, .service_img3, .service_img4 {
        height: 100px;
        width: 100px;
        background-size: 415px;
    }
    .main_service_div:hover .service_img1 {
        background-position: 0px 100px;
    }
    .service_img2 {
        background-position: -105px 0px;
    }
    .main_service_div:hover .service_img2 {
        background-position: -105px 100px;
    }
    .service_img3 {
        background-position: -210px 0px;
    }

    .main_service_div:hover .service_img3 {
        background-position: -210px 100px;
    }
    .service_img4 {
        background-position: -315px 0px;
    }

    .main_service_div:hover .service_img4 {
        background-position: -315px 100px;
    }
}
@media (max-width:768px) {
    .main_service_div {
        margin-top: 5%;
    }
    .service_i img {
        margin-top: 10% !important;
        margin-bottom: 10%;
    }
   
}


@media (max-width:1399px) and (min-width:1273px) {
    /*.service_title span {
        font-size: 24px;
    }

    .service_btn {
        font-size: 18px;
    }*/
}
@media (max-width:1272px) and (min-width:990px) {
    /*.service_title span {
        font-size: 20px;
    }
    .service_btn {
        font-size: 16px;
    }*/
}
@media (max-width:991px){
    .service_title span {
        font-size: 30px;
    }

    .service_btn {
        font-size: 21px;
    }
}
@media (max-width:767px) {
    
    .service_title span {
        font-size: 30px;
    }

    .service_btn {
        font-size: 21px;
    }
    .FirstServiceSection,
    .MiddleServiceSection,
    .LastServiceSection {
        border-width: 0 1px;
        border-image-source: url(../Images/HomePage/Sep.jpg);
        border-image-slice: 0 20;
        border-image-repeat: stretch;
        border-style: solid;
    }
    .row-gap-50 {
        row-gap:50px;
    }
    .nomargin {
        margin:0;
    }
    .service_i img {
        margin-bottom:10%;
    }
    .service_title {
        margin-top: 6% !important;
    }

    .ordernow_btn {
        margin-top: 8% !important;
    }
}
@media (max-width:576px) {
    .main_service_div {
        margin-top: 0%;
    }
    .service_title span {
        font-size: 24px;
    }

    .service_btn {
        font-size: 16px;
    }
    .serviceWrapper {
        padding-bottom: 10%;
    }
}
/*--------------------------Service Section End------------------------------------------*/

/*Start Special Section*/
.specialMenuOuter {
    position: relative;
    background: url(../Images/HomePage/Try-Our-Menu-BG.jpg);
    background-size: cover;
}


.sm_content {
    z-index: 1;
}
.flower_design3 {
    position: relative;
    height: inherit;
}

.sm_content_t1 {
    display: flex;
    justify-content: start;
    padding-top: 5%;
}

    .sm_content_t1 span {
        font-family: "aulyars";
        font-size: 45px;
        color: #ffffff;
        text-align: start;
    }

.sm_content_t2 {
    display: flex;
    justify-content: start;
}

    .sm_content_t2 span {
        font-family: "josefinSans-Bold";
        font-size: 40px;
        color: #092440;
        text-align: start;
        white-space: nowrap;
    }

.sm_content_t3 {
    display: flex;
    justify-content: start;
    padding-bottom: 8%;
}

    .sm_content_t3 span {
        font-family: josefinSans-Regular;
        font-size: 18px;
        color: #092440;
        text-align: start;
    }
.sm_order_btn {
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 1;
}

.sm_btn {
    font-family: "josefinSans-Medium";
    font-size: 21px;
    color: #fff;
    padding: 10px 12px;
    border: 1px solid #092440;
    background: #092440;
    text-decoration: none;
}
    .sm_btn:hover {
        background-color: #fff;
        color: #092440;
        border: 1px solid #092440;
        transition: 0.5s all;
    }
@media (max-width:425px) {
    .sm_content_t1 span {
        font-size: 30px;
    }

    .sm_content_t2 span {
        font-size: 25px;
    }
   
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


@media (max-width:991px) {
    .sm_content,
    .sm_order_btn {
        width: 100%;
    }
    .sm_content_t1 {
        justify-content: center;
    }

    .sm_content_t2, .sm_content_t3 {
        justify-content: center;
    }
        .sm_content_t3 span {
            text-align:center;
        }
    .sm_order_btn {
        justify-content: center;
    }
    .p-xs-b-5 {
        padding-bottom: 5%;
    }
}
    @media (max-width:1200px) {
        .flower_3innerimgDiv, .flower_4innerimgDiv {
            /*display:none;*/
        }
    }

    @media (max-width:576px) {
        .sm_content_t3 span {
            font-size: 14px;
        }
        .sm_btn {
            font-size: 16px;
            padding: 10px 12px;
        }
    }
    /*End Special Section*/

/*----------------------------------Testimonial Start-----------------*/
.flower_3innerimgDiv, .flower_4innerimgDiv {
    position: absolute;
   /* height: 399px;*/
    height: calc(100% - 40%);
}

.flower_3innerimgDiv {
    left: 15px;
    bottom:4px;
}
.flower_3,
.flower_4 {
    height:100%;
}
    .flower_3 img,
    .flower_4 img {
        object-fit: contain;
        height: 100%;
    }
.flower_4innerimgDiv {
    right: 0px;
    bottom: 0px;
}

.TestimonialOuterDiv {
    position: relative;
    background-color: #A32123;
    overflow:hidden;
}

.TestimonialLeftGate, .TestimonialRightGate {
    position: absolute;
    height: 100%;
    width: 33.33%;
    mix-blend-mode: difference;
}

.TestimonialLeftGate {
    top: 0;
    left: 0;
}

.TestimonialRightGate {
    top: 0;
    right: 0;
}

.TestimonialInnerDiv {
    z-index: 1;
    position: relative;
}

/*#TestimonialSection {
    margin-top:5% !important;
}*/
.testimonial_container {
    position: relative;
}

.centered_testimonial {
    position: relative;
    padding-top: 1%;
    padding-bottom: 2%;
}

.testimonial_header {
    padding-top: 3%;
    text-align:left;
}

    .testimonial_header span {
        color: #fefeff;
        font-size: 40px;
        font-family: Poppins-Bold;
    }
.testimonialsaspx #divTestimonialContainer {
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#divTestimonialPageTitle {
    text-align: left;
    font-family: Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
    color: #9f0000;
}

.TestimonialContainer {
    margin: 0 3px 3px;
    padding-bottom: 10px;
    width: 100%;
}

.TestimonialSource {
    color: #b71115;
    float: right;
    font-family: Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    /*padding-right: 28px;*/
    text-align: right;
    width: 28%;
}


#homeReviewText {
    color: #fff;
    font-size: 1.23vw;
    font-family: 'josefinSans-Regular';
}

.homeReviewDetail {
    font-family: 'josefinSans-Regular';
    font-size: 1.65vw;
    color: #5ea1ee;
    padding:0;
    padding-top:20px;
}




#divTestimonialWrapper {
    /*padding: 63px 0px 10px 0px;*/
    width: 100%;
}

#divTestimonialWrapperOuter h1 {
    padding: 30px 0px 30px 0px;
}

#divTestimonialWrapper .bx-wrapper {
    /*  -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    background: transparent !important;
    margin-bottom: 0px !important;
    width: 100%;
    height: auto !important;*/

    border: none;
    border-radius: 7px;
    background-color: transparent;
    /*padding-top: 50px;*/
    box-shadow: none;
    margin-bottom:0px;
}

.bx-pager-item {
    padding-top: 6px;
}

.bx-pager-link {
    background: #f6f6f6 !important;
}

.testimonial_logo {
    background: url("../Images/HomePage/Start.png");
    background-size: contain;
    margin: auto;
    padding: 0;
    position: absolute;
    margin-top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    text-align: center;
    height: 40px;
    width: 175px;
    /*top: 39%;*/
}

#divTestimonialWrapper .bx-wrapper .bx-pager {
    display:none !important;
}
/*#divTestimonials::before {
    content: '';
    position: absolute;
    top: 14px;
    bottom: 50px;
    left: -10px;
    right: -10px;
    border-top: 0px;
    opacity: 1;
    border: 2px solid #c39a34;
    border-radius: 4px;
    z-index: -1;
}

#divTestimonials::after {
    content: '';
    position: absolute;
    top: 27px;
    bottom: 40px;
    left: -24px;
    right: -24px;
    border-top: 0px;
    opacity: 1;
    border: 2px solid #c39a34;
    border-radius: 4px;
    z-index: -1;
}*/
.TestimonialMainDiv {
    padding:0;
    margin:0 !important;
}
#TestimonialSection {
    padding-left: 100px;
    padding-top: 60px;
}
@media (min-width: 992px) {
}

@media (min-width: 992px) {
}

@media (max-width: 992px) {
    #homeReviewText {
        width: 80% !important;
    }
    .flower_3innerimgDiv, .flower_4innerimgDiv {
        height: calc(100% - 40%);
    }
}
@media (max-width:768px) {
    .flower_3innerimgDiv, .flower_4innerimgDiv {
        height: calc(100% - 40%);
    }
    .testimonial-text {
        font-size:14px !important;
    }
    .testimonial-author {
        font-size: 20px !important;
    }
}
@media (max-width: 767px) {
   

    .flower_3innerimgDiv, .flower_4innerimgDiv {
        height: calc(100% - 70%);
    }
}
#divTestimonialWrapper .bx-wrapper .bx-pager {
   /* display: block;
    padding-top: 0px;
    display: flex !important;
    flex-direction: column;
    position: absolute;
    right:-7%;
    width: auto;
    bottom: 50%;
    top: 50%;
    justify-content: center;*/
}
/*End */
@media (max-width:768px) {
    .testimonial_header span {
        color: #f6f6f6;
        font-size: 35px;
        font-family: 'josefinSans-Medium';
    }
    #divTestimonialWrapper {
        /*padding: 40px 0px 0px 0px;*/
    }
    #homeReviewText {
        font-size: 12px;
    }
}

@media (max-width:1200px) {
   
    #divTestimonialWrapper .bx-wrapper .bx-pager {
        right: -9%;
    }

    .TestimonialMainDiv {
        width: 75% !important;
        /*margin: 0 auto !important;*/
    }

    .TestimonialLeftGate, .TestimonialRightGate {
        position: absolute;
        height: 100%;
        width: 35%;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px !important;
        height: 10px !important;
    }
}
@media (max-width:1199px) {

    #TestimonialSection {
        padding-left: 50px;
        padding-top: 60px;
    }
}
@media (max-width:767px) {
    .TestimonialLeftGate, .TestimonialRightGate {
        display: none;
    }

    .testimonial_logo {
       /* height: 80px;
        width: 80px;*/
    }
    #divTestimonialWrapper {
        /*padding: 40px 0px 30px 0px;*/
    }
}
@media (max-width:576px) {
    #divTestimonials::before {
        content: "";
        left: -5px;
        display: block;
        right: -5px;
    }

    #divTestimonials::after {
        content: "";
        left: -15px;
        right: -15px;
        display: block;
    }

    #divTestimonialWrapper .bx-wrapper .bx-pager {
        right: -12%;
    }
    .flower_3innerimgDiv, .flower_4innerimgDiv {
        display:none;
    }
    #divTestimonialWrapper {
        /*padding: 40px 0px 0px 0px;*/
    }
    .homeReviewDetail {
        font-size: 12px;
        padding-top: 5px;
    }
    #homeReviewText {
        width: 100% !important;
    }
    .testimonial_header {
        padding-top: 5%;
        text-align: center;
    }
    .testimonial-text {
        font-size: 14px !important;
        text-align: justify !important;
    }

    .testimonial-author {
        font-size: 20px !important;
    }
    #TestimonialSection {
        padding-left: 0px;
        padding-top: 0px;
    }
    .TestimonialMainDiv {
        width: 80% !important;
        margin: 0 auto !important;
    }
}
@media (max-width:425px) {
    .testimonial_header span {
        color: #f6f6f6;
        font-size: 32px;
        font-family: 'josefinSans-Medium';
    }

    .testimonial_header {
        padding-top: 8%;
    }

    .testimonial_logo {
      /*  height: 50px;
        width: 50px;*/
    }

    #divTestimonialWrapper .bx-wrapper {
        /*padding-top: 40px;*/
    }

    .homeReviewDetail {
        font-size: 12px;
       
    }
    .TestimonialMainDiv {
       /* width: 80% !important;
        margin: 0 auto !important;*/
    }
}
@media (max-width:425px) {
    #divTestimonialWrapper .bx-wrapper .bx-pager {
        right: -14%;
    }
}
/*----------------------------------Testimonial End-----------------*/

/*-----------------Start Promotion Section-------------------*/
.PromoOuterDiv {
    margin:50px 0;
}
.BusniessHourDayTime {
    text-align: center;
    background: #5EA1EF;
    border-radius: 200px 0 0 200px;
    padding: 21px 0;
    margin: 40px 0 40px 75px;
    position:relative;
}
.PromoContainer {
    justify-content:center;
}
.BusinessHourDiv p {
    margin: 0;
}
.BusinessHourDay {
    font-family: "BR Hendrix-SemiBold";
    font-size: 20px;
    color: #092440;
}
.BusinessHourTime {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #fff;
    margin:0;
}
.BusinessHourTitle {
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #FE0103;
    margin: 0;
}
.BusinessHourTitleHeader {
    color: #FE0103;
    padding-left: 100px;
   
}
.DayName {
    color: white;
}
.BusinessHourDiv {
    padding:0;
}
.FooterBusinessHourOuter {

}
.FooterBusinessHourInner {
    padding: 10px 30px;
    border: solid 1px white;
    position:relative;
}
    .FooterBusinessHourInner img {
        position: absolute;
        left: 10px;
        top: -48px;
    }
.PromoDiv {
    background: url(../Images/HomePage/Promo-BG-WithOut-Shadow.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    /* margin-left: -26px;*/
    box-shadow: -23px 0px 20px rgba(0,0,0,0.66);
    -webkit-box-shadow: -23px 0px 20px rgba(0,0,0,0.66);
    -moz-box-shadow: -23px 0px 20px rgba(0,0,0,0.66);
}
.ClockIconDiv {
    width: fit-content;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translatey(-50%);
}
.PromoInnerDivForMobile {
    display:none;
}
.PromoImg,
.PromoImg .swiper {
    width: 100%;
    height: 100%;   
}
    .PromoImg .swiper .swiper-slide {
        padding: 25px;
        width: 100% !important;
    }
    
@media (max-width:1199px) {
    .BusniessHourDayTime {
        border-radius: 200px 0 0 200px;
        padding: 21px 0;
        margin: 40px 0 40px 0px;
    }
    .addressContainer {
        row-gap: 15px !important;
    }
}
@media (max-width:991px) {
    .BusniessHourDayTime {
        border-radius: 200px 0 0 200px;
        padding: 21px 0;
        margin: 40px 0 40px 0px;
    }
    .ClockIconDiv {
        width:80px;
        height:80px;
        left:-35px;
    }
    .ClockIconDiv img{
        width: 100%;
    }
    .BusinessHourTitleHeader {
        padding-left:0px;
    }
    .addressContainer {
        row-gap: 0px !important;
    }
    .FooterContainer {
        flex-flow: column-reverse;
        row-gap: 30px;
    }
    #contactus-section-footer {
            padding-bottom: 1%;
    }
    .FooterBusinessHourOuter {
        justify-content: left !important;
    }
    .FooterBusinessHourInner img {
        width: 70px;
        left: 10px;
        top: -36px;
    }
    .FooterBusinessHourInner {
        padding: 20px 66px;
    }
}
@media (max-width:800px) {
    .PromoOuterDiv {
        margin: 100px 0px 60px 0;
    }
    .PromoInnerDiv {
        display: none;
    }
    .PromoInnerDivForMobile {
        display: block;
    }
        .PromoInnerDivForMobile .BusniessHourDayTime {
            border-radius: 200px 200px 0 0;
            padding: 60px 0 30px 0;
            margin: 0;
        }
        .PromoInnerDivForMobile .PromoDiv {
            height: 453px;
            box-shadow: 1px -16px 25px -1px rgba(0,0,0,0.64);
            -webkit-box-shadow: 1px -16px 25px -1px rgba(0,0,0,0.64);
            -moz-box-shadow: 1px -16px 25px -1px rgba(0,0,0,0.64);
        }
        .PromoInnerDivForMobile .ClockIconDiv {
            width: fit-content;
            height: 80px;
            left: 50%;
            top: -17%;
            transform: translatex(-50%);
        }
            .PromoInnerDivForMobile .ClockIconDiv img {
                width: 100%;
            }
}
@media (max-width:767px) {
    .PromoInnerDivForMobile .BusniessHourDayTime {
        border-radius: 200px 200px 0 0;
        padding: 60px 0 30px 0;
        margin: 0;
    }

    .PromoInnerDivForMobile .BusinessHourDiv {
        width: 65%;
    }

    .PromoInnerDivForMobile .PromoDiv {
        height: 453px;
        width: 80%;
    }

    .PromoInnerDivForMobile .ClockIconDiv {
        width: fit-content;
        height: 80px;
        left: 50%;
        top: -18%;
        transform: translatex(-50%);
    }

        .PromoInnerDivForMobile .ClockIconDiv img {
            width: 100%;
        }


    .BusinessHourTitle,
    .BusinessHourTime {
        max-width: none;
    }
    .BusinessHourTitleHeader {
        padding-left:60px;
    }
    .FooterBusinessHourInner {
        padding: 10px 20px;
    }
}
@media (max-width:576px) {
        .PromoInnerDivForMobile .BusniessHourDayTime {
            border-radius: 200px 200px 0 0;
            padding: 60px 0 30px 0;
            margin: 0;
        }
    .PromoOuterDiv {
        margin: 100px 0px 45px 0;
    }
    .PromoInnerDivForMobile .BusinessHourDiv {
        width:75%;
    }

    .PromoInnerDivForMobile .PromoDiv {
        height: 320px;
        width: 90%;
    }

        .PromoInnerDivForMobile .ClockIconDiv {
            width: 85px;
            height: 85px;
            left: 50%;
            top: -14%;
            transform: translatex(-50%);
        }
            .PromoInnerDivForMobile .ClockIconDiv img {
                width: 100%;
            }
    .contactus_innertext {
        padding: 5px 10px 5px 10px !important;
    }
}
@media (max-width:375px) {
    .FooterBusinessHourInner {
        padding: 30px 20px;
    }
    .contactus_innertext {
        padding: 5px 5px 5px 10px;
            width: fit-content;
    }
}
/*-----------------End Promotion Section-------------------*/
/*-----------------Start Pictur Gallery-------------------*/
/*-----------------------------------Gallery Start ----------------*/
.grid-container {
    display: grid;
    /*grid-template-columns: auto auto auto auto auto;*/
    grid-template-columns: repeat(5, auto);
    gap: 25px;
    padding: 20px;
}

    .grid-container > div {
        background-color: #f1f1f1;
        text-align: center;
        font-size: 30px;
    }

.GalleryImg {
    object-fit: fill;
    width: 100%;
    height: 100% !important;
}
.HomeGalleryInner {
    margin: 30px 0;
    margin-bottom:0px;
}
.zoom-container {
    overflow: hidden; /* Prevents image from spilling out */
}

    .zoom-container img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
    }

    .zoom-container:hover img {
        transform: scale(1.1); /* Zoom by 10% */
    }
@media (max-width: 991px) {
    .grid-container {
        display: grid;
        gap: 25px;
        padding-right: 0;
    }
   
    .item3 {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
    }

    .item4 {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        grid-row-start: 2;
    }

    .item5 {
        grid-column-start: 3;
        grid-row-start: 3;
    }

    .item6 {
        grid-column-start: 4;
        grid-row-start: 3;
    }

    .item7 {
        grid-row-start: 4;
    }

    .item8 {
        grid-row-start: 4;
    }

    .item9 {
        grid-row-start: 4;
    }

    .item10 {
        grid-row-start: 4;
    }
}
@media (max-width: 576px) {
    .grid-container {
        display: grid;
        /* grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(7, 1fr);*/
        grid-template-columns: auto auto;
        gap: 25px;
        padding: 20px;
    }

    .item1, .item2 {
        grid-row-start: 1;
    }

    .item3 {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .item4 {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 2;
    }

    .item5 {
        grid-row-start: 3;
        grid-column-start: 1;
    }

    .item6 {
        grid-row-start: 3;
        grid-column-start: 2;
    }

    .item7 {
        grid-row-start: 4;
    }

    .item8 {
        grid-row-start: 4;
    }

    .item9 {
        grid-row-start: 5;
    }

    .item10 {
        grid-row-start: 5;
    }
}
@media (max-width: 425px) {
    .item2 {
        /*height: 200px;*/
    }
}
    /*-----------------End Pictur Gallery-------------------*/


    /*--------------Footer Start----------------*/
    /*Footer*/
    .contactus_r {
        display: flex;
        justify-content: center;
            align-items: center;
    }

.contactus_title {
    font-family: 'Poppins-Bold';
    font-size: 40px;
    color: #fefeff;
}

.contactus_innertext {
    font-family: 'Poppins-Regular';
    color: #f7f7f7;
    white-space: normal;
    text-align: left;
    padding: 5px 25px 5px 10px;
}
        .contactus_innertext a {
            font-family: 'Poppins-Regular';
            color: #f7f7f7 !important;
            white-space: normal;
            text-align: left;
        }
    .contactus_container {
        display: flex;
        justify-content: center;
    }


.footer-font {
    font-family: Poppins-Regular;
    color: #092440;
}

    .footer-col {
        text-align: center;
        padding-top: 1%;
        padding-bottom: 1%;
    }

.addressContainer {
    margin-top: 1% !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 25px;
}


    .account_link {
        color: white;
        font-family: Poppins-Regular;
        font-size: 16px;
    }

        .account_link:hover,
        .account_link:active,
        .account_link:focus {
            color: #000 !important;
            transition: all linear 0.1s;
        }

#fb_img {
    background: url('../Images/Header-Icon.png') no-repeat;
    height: 30px;
    width: 17px;
    margin: 0 5px;
    background-position: -27px 0px;
}

#twitter_img {
    margin-left: 6%;
    background: url('../Images/Header-Icon.png') no-repeat;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    background-position: -44px 0px;
}
.mobileSocialMediaSection #fb_img,
.mobileSocialMediaSection #twitter_img {
    filter: brightness(0);
}
.mobileSocialMediaSection #twitter_img {
     width: 25px;
}
@media (max-width:1399px) {
    .mailIcon {
        width: 40px !important; 
    }
}
@media (max-width:1399px) {
    .contactus_title {
        font-size: 46px;
    }
    .contactus_innertext {
        font-size: 16px;
    }
        .contactus_innertext a {
            font-size: 16px;
        }
    .contactus_innertext {
        padding: 5px 20px 5px 10px;
    }
}
@media (max-width:1199px) {
    .contactus_title {
        font-size: 46px;
    }
    .contactus_innertext {
        font-size: 16px;
    }
    .addressContainer {
        flex-direction: column;
    }
     .mailIcon {
        width: 48px !important; 
    }
    .addIcon {
        width: 42px !important; 
    }
}
@media (max-width:991px) {
     .mailIcon {
        width: 40px !important; 
    }
    .addIcon {
        width: 42px !important; 
    }
}
@media (max-width:768px) {
    .contactus_title {
        font-size: 44px;
    }
}
@media (max-width:767px) {
    .FooterBottomRightIconOuter {
       display:none !important;
    }
     .mailIcon {
        width: 43px !important; 
    }
    .addIcon {
        width: 36px !important; 
    }
}
@media (max-width:576px) {
    .contactus_title {
        font-size: 36px;
    }
}
@media (max-width:480px) {
     .mailIcon {
        width: 43px !important; 
    }
    .addIcon {
        width: 36px !important; 
    }
}
    @media (max-width:992px) {
        .contactus_r {
            justify-content: left !important;
        }

        .contactus_innertext,
        .contactus_innertext a{
            font-size: 16px !important;
        }

        .footer-font {
            font-size: 14px !important;
        }

        .footer-col {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .contactus_r {
            margin-top: 2% !important;
        }

        .addressContainer {
            flex-direction: column;
        }
    }

    .FooterAddressOuter,
    .FooterContactOuter,
    .FooterMailOuter {
        width: fit-content;
    }

    .footerSocialIcon {
        width: fit-content;
        display: inline-flex;
    }

    @media (max-width:576px) {
        .contactus_innertext,
        .contactus_innertext a {
            font-size: 12px !important;
            width: fit-content;
        }
         .mailIcon {
        width: 37px !important; 
        }
        .addIcon {
            width: 39px !important; 
        }
    }
     @media (max-width:480px) {
         .mailIcon {
            width: 39px !important; 
        }
        .addIcon {
            width: 39px !important; 
        }
    }
      @media (max-width:480px) {
         .mailIcon {
            width: 39px !important; 
        }
        .addIcon {
            width: 39px !important; 
        }
    }
     @media (max-width:425px) {
        .contactIcon {
            width: 37px !important; 
        }
         .mailIcon {
            width: 43px !important; 
        }
        .addIcon {
            width: 39px !important; 
        }
        #divMasterPageFooterLink {
            margin-left:5px;
            margin-right:5px;
        }
    }
      @media (max-width:391px) {
         .mailIcon {
            width: 43px !important; 
        }
        .addIcon {
            /*width: 43px !important;*/ 
        }
    }
     @media (max-width:375px) {
         .mailIcon {
            width: 43px !important; 
        }
        .addIcon {
            width: 43px !important; 
        }
    }
    /*--------------Footer End-------------------*/
    #instructions {
        color: black;
        text-align: left;
        font-family: Poppins-Medium;
        margin-top: 1em; 
    }
#CheckoutPageContainer #instructions {
    padding-top: 1em;
    color: black;
    text-align: left;
    font-family: Poppins-Medium;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin-top: 0;
}
        #instructions ul {
            list-style-type: none;
            margin-right: 1em;
        }
         #instructions ul li {
             margin-bottom: 1em; 
        }

    #MenuPageNavbarOrdType {
    }

    .AddItmStm {
        font-family: josefinSans-Medium;
    }

    .ViewCartDetailClm {
        font-family: josefinSans-SemiBold;
    }

.ItemName,
.ItemPriceValue {
    font-family: 'Poppins-SemiBold';
    color: #A32123;
}
.ItemName {
}
.checkoutCart .ItemName {
}

.font-josefinSans-SemiBold {
    font-family: josefinSans-SemiBold;
}

    .font-josefinSans-Regular {
        font-family: josefinSans-Regular;
    }

    .font-josefinSans-Bold {
        font-family: 'josefinSans-Bold';
    }

    .font-josefinSans-Medium {
        font-family: josefinSans-Medium;
    }


    /*#CheckoutPageContainer #OrderTypesBox {
        margin-top: 100px;
    }*/

    .RestaurantMessage {
    }

#ContactUsHeading,
#FeedBackHeading,
#VipRegHeading {
    color: #ea232a;
    font-family: 'Poppins-Bold';
}

    #FeedBackHeading {
        text-align: left;
    }

.ContactInfoInnerTxt,
.ContactInfoTxt {
    font-family: Poppins-Regular;
}

    #ContactUsHeading {
        margin-top: 20px;
    }

    #SubmitCateringInquiryButton,
    #CancelCateringInquiryButton {
        max-width: 200px;
    }

.VipRegInfoContainer {
    background-color: #A32123;
    text-align: start;
}

    .GalleryPageNavbarLink {
        color: #000;
        font-family: Poppins-Regular;
    }

    .VipRegInfoInnerTxt {
        font-family: Poppins-Regular;
    }

    .VipRegInfoTitle {
        font-family: Poppins-SemiBold;
        font-weight:bold;
    }

    .VipRegPageIconImgs {
        filter: invert(1) brightness(2);
    }
.ContactInfoTxt {
    text-align: left;
}
    @media (max-width:991px) {
        .ContactInfoTxt {
            margin-left: 13px;
            font-size: 13px;
        }
    }

    @media (max-width:767px) {
        #VipRegHeading {
            margin-top: 20px;
        }
    }

    .ftrLogin {
        display: inline-block;
        font-family: Poppins-Regular;
        font-size: 16px;
        margin: 3px 0;
    }

    .divLinkHeader {
        display: inline-flex;
    }

    @media (max-width:1199px) {
        .webHeader {
            display: none;
        }
    }

    .account_link:hover,
    .account_link:active,
    .account_link:focus {
        color: #000 !important;
        transition: all linear 0.1s;
    }

.AboutUsInnerSection {
    padding-top: 30px;
    padding-bottom: 30px;
}

#AboutUsSection1Heading {
    font-family: Poppins-SemiBold;
    color: #A32123;
}

    #AboutUsSection1para2 p{
        font-family: Poppins-Regular;
        color:#000;
        text-align:justify;
    }
.GiftGForm {

}
.GiftPageContainer {
    margin-top: 25px;
    padding-top: 25px;
}

.GiftCertificateTitle {
    color: #ea232a;
    font-family: Poppins-Bold;
}
.GC-card-header {
    background-color: #A32123;
    color: #fff;
}
.GiftCertificatedDesc {
    font-family: Poppins-Regular;
    color: black;
}

    .giftlabelColor {
        color: black;
        font-family: Poppins-Regular;
    }
.recipentdetail {
    font-family:Poppins-Regular;
}
.editlink,
.amounttext,
.totaltext,
.popupdesc {
    font-family: Poppins-Regular;
}
.editlink {
    color: #A32123;
}
.text-align-start {
}

    .card-header {
        font-family: josefinSans-Medium;
    }

.GiftPayNowBtn {
    background-color: #A32123;
    color: white;
    font-family: Poppins-Medium;
    border: 1px solid #A32123;
}
.GiftCancel {
    font-family: Poppins-Medium;
}

.GiftPayNowBtn:hover {
    background-color: #fff;
    color: #A32123;
    border: 1px solid #A32123;
}
.text-gc-total {
    color: #A32123;
    font-family:Poppins-Regular;
}
.GiftPayOptBtn {
    background-color: #fff;
    color: #A32123;
    border: 1px solid #A32123;
    font-family: Poppins-Medium;
}

    .GiftPayOptBtn:hover {
        background-color: #A32123;
        color: white;
        border: 1px solid #A32123;
    }

    @media (max-width:1199px) {
        .divWholeContainer {
            margin-top: 20px;
        }
    }

    .mobileLoginSection {
        display: flex;
        justify-content: space-around;
        /*background: #c33937;*/
        margin-top: 5%;
        padding: 5%;
        border-radius: 22px;
    }

    #mobileLoginSpan {
        width: 1px;
        background: #c33937;
    }

    #DirectionsContainer {
        display: none;
    }

    /*---------Added by mahir-------*/

.OuterDivHeader {
    position: relative;
    background: #fff;
}

    .HeaderBorderTop {
        height: 2px;
        background: #306db3;
        width: 100%;
        position: absolute;
        left: 0;
        top: 22%;
    }

    .HeaderBorderBottom {
        height: 2px;
        background: #306db3;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 22%;
    }

.divHeaderLogo {
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
    height: 185px;
    padding-top: 0 !important;
    position: absolute;
    top:-80px;
}
.masterPageNavbar {
    justify-content: end !important;
}
.headerMainDiv {
    margin: 30px 0 0px;
}
.navMainDiv {
    padding: 0px 0 10px;
    position: relative;
    top: -8px;
}
#HomePageSliderBox {
   
}
@media only screen and (max-width:1199px) {
    .HeaderBorderTop, .HeaderBorderBottom {
            display: none;
        }
    }

.masterPageNavbarLink {
    height: 34px;
    padding: 6px 13px;
    text-transform: none;
    font-family:Poppins-Medium;
}

    .masterPageNavbarLi {
        padding: 6px 0px;
        border-radius: 18px;
    }

.divHeaderLogoMobile {
    /*margin-top: 25px;*/
    height: 150px;
}

    @media only screen and (max-width:1399px) and (min-width:1200px) {
        .masterPageNavbarLink {
           /* height: 40px;*/
        }
        .navMainDiv {
            padding: 0px 0 5px;
            top: -10px;
        }
    }

    .SliderWelcomeTitle {
        font-size: 70px;
        color: #fff;
        font-family: 'cataneo BT';
        line-height: 1.1;
    }
    .MenuSlide {
        font-size: 46px;
    }
    .MenuSliderImg {
       /* margin-top: 2%;
        margin-bottom:3%;*/
    }
    .SliderDesc {
        font-family: josefinSans-Regular;
        font-size: 16px;
        margin-bottom: 15px;
    }

    @media only screen and (max-width:1199px) {

        #HomePageSliderBox {
            margin-top: 10px;
        }
    }

    @media only screen and (max-width:992px) {
        .SliderWelcomeTitle {
            font-size: 56px;
        }
        .MenuSlide {
            font-size: 36px;
        }
    }
     @media only screen and (max-width:768px) {
        .menuslideImg {
            /*width:80% !important;*/
        }
    }
    @media only screen and (max-width:575px) {
        .SliderWelcomeTitle {
            font-size: 32px;
        }
         .MenuSlide {
            font-size: 24px;
        }
        .SliderDesc {
            font-size: 12px;
        }
         .menuslideImg {
            width:100% !important;
        }
        .carousel-indicators [data-bs-target] {
           
        }

        .carousel-indicators .active {
            height: 10px;
        }

        .sliderBtnOuterDiv {
            margin-top: 15px;
            margin-bottom: 10px;
        }
        .divHeaderLogoMobile {
            height: 120px;
        }
    }

    /*-------Start Menu Page----------*/
    #datetimepicker,
    .MenuSearch,
    .ReOrderHeading {
        font-family: josefinSans-Regular;
    }

#menuCategorySelect, #itemSearchInput {
    font-size: clamp(14px, 1vw, 22px);
    height: 40px;
    border-radius: 6px;
    color: #000;
}

#itemSearchInput {
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    background-image: url(../Images/search.png);
    background-position: 10px center;
    background-repeat: no-repeat;
   /* padding: 17px 20px 12px 38px;*/
    padding-left: 50px !important;
    background-size: 22px;
}

.pickupDeliveryTextMessageContainer {
    padding: 0 !important;
}

.MenuDatetime {
}

.menuPagePill {
    border: 1px solid #ADADAD;
    border-radius: 50px;
    margin: 0px !important;
    width: 100%;
    margin: 0 !important;
    /*height: 100%;*/
}



@media (min-width: 768px) {
    .pickupDeliveryTextMessageContainer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .CategoryListOuter1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .SearchBoxContainer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ScheduleOrderContainer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .PickupDeliveryOptionContainer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .MenuItemBox a {
        padding: 0 10px !Important;
    }
}

.nowrap-scroll {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: josefinSans-Medium;
    -webkit-line-clamp: 1;
    height: 25px;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
    color: #c3c3c3 !important;
}

    /*-------End Menu Page----------*/
input[type="date"]::-webkit-calendar-picker-indicator {
    /*filter: invert(28%) sepia(72%) saturate(749%) hue-rotate(185deg) brightness(94%) contrast(89%);
    filter: brightness(0) invert(1);*/
}
.ContactUsForm,
.CateringForm,
.VipRegForm,
#ReservationForm,
.OrderSettingPanel,
.FeedBackForm {
    text-align: start;
}
.field-validation-error {
    font-family: Poppins-Regular;
}

.ViewCartDetailHeader,
.ViewCartTitle {
    background-color: #A32123;
}
#ApplyBtn{
    border:1px;
}
.mobileLoginSection {
    display: flex;
    justify-content: space-around;
    /*background: #c33937;*/
    margin-top: 5%;
    padding: 5%;
    border-radius: 22px;
}

#mobileLoginSpan {
    width: 1px;
    /*background: #306db3;*/
}
.mobileSocialMediaSection {
    justify-content:center;
}
.outsideText {
    font-family:josefinSans-Regular;
    color:red !important;
}
@media only screen and (max-width:375px) {
    .asaptext {
        padding-left: 0 !important;
    }
}

/*--------------------------*/
/*added by alkesh*/
.pac-container {
    z-index: 2000 !important;
}

#datetimeselection {
    cursor: pointer;
}

.btn-group-toggle .btn input[type="radio"] {
    display: none;
}

.btn-group-toggle .btn.active {
    background-color: #0d6efd;
    color: white;
}

#OrderTypesBox .btn {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 1rem;
}

.toggle-capsule {
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /*background: #A32123;*/
    transition: all 0.3s ease;
    font-family: Poppins-Medium;
    margin-bottom: 15px;
    width: fit-content;
}

    .toggle-capsule input[type="radio"] {
        display: none;
    }

    .toggle-capsule label {
        flex: 1;
        text-align: center;
        padding: 0.5rem 1rem;
        cursor: pointer;
        z-index: 2;
        margin: 0;
        color: #000;
        /*transition: color 0.3s;*/
        background: #fff;
        border: solid 1px #ccc;
        border-radius: 10px 0 0 10px;
    }

    .toggle-capsule .slider {
        position: absolute;
        top: 2px;
        bottom: 2px;
       /* width: 100%;*/
        background: #A32123;
       /* border-radius: 50px;*/
        transition: transform 0.3s;
        z-index: 1;
    }

    .toggle-capsule input#OrderTypePickup:checked ~ .slider {
        transform: translateX(0%);
    }

    .toggle-capsule input#OrderTypeDelivery:checked ~ .slider {
        transform: translateX(100%);
    }

    .toggle-capsule input#OrderTypePickup:checked ~ label[for="OrderTypePickup"] {
        color: white;
        background: #A32123;
        border-radius: 10px 0 0 10px;
        border: solid 1px #A32123;
    }
    .toggle-capsule input#OrderTypeDelivery:checked ~ label[for="OrderTypeDelivery"] {
        color: white;
        background: #A32123;
        border-radius: 0 10px 10px 0;
        border: solid 1px #A32123;
    }
    .toggle-capsule label[for="OrderTypeDelivery"] {
        border-radius: 0 10px 10px 0;
    }
    .toggle-capsule label[for="OrderTypePickup"].active,
    .toggle-capsule label[for="OrderTypeDelivery"].active {
       
    }

#orderTypeModalLabel,
.switchmenu {
    color: #A32123;
    font-family: 'Poppins-SemiBold';
}
.SwitchText {
    color:black;
    font-family:Poppins-Regular;
}
.switchBtnSuccess,
.switchBtnCancel {
    font-family: Poppins-Medium;
}
.switchBtnSuccess {
    background: #A32123;
    color: #fff;
}
    .switchBtnSuccess:hover {
        background: #fff;
        color: #A32123;
        border: 1px solid #A32123;
    }
#orderTypeModal .modal-content {
    /*border-radius: 3rem;*/
}

#btn-start-order {
    width: 50%;
    border-radius: 10px;
    background: #A32123;
    color: #fff;
    border-color: #A32123;
    font-family: Poppins-Medium;
    padding: 6px 18px;
}
.UnavailableText {
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    margin-top: 10px;
}
#btn-start-order:hover {
    background: #fff;
    color: #A32123;
    border-color: #A32123;
}

.order-pill {
    border: 1px solid #ddd;
    border-radius: 8px;
}

   /* .order-pill:hover {
        background: rgba(0,0,0,0.03);
        border-color: #ccc;
    }*/

.pill-separator {
    width: 1px;
    height: 18px;
    background: #ddd;
}


@media (max-width: 576px) {
    .order-pill {
        align-items: flex-start !important;
        border-radius: 8px;
        padding: 10px 12px;
    }

    .pill-separator {
        /*display: none;*/
    }

    .order-pill span {
        /*margin: 2px 0 !important;*/
    }
}

#categoryNav .nav-link.active {
    background-color: #5ea1ee !important;
    color: #fff !important;
    border-radius: 10px;
}

#categoryNav .nav-link {
    font-family: 'josefinSans-SemiBold';
    color: #fff !important;
    border-color: #375A7A !important;
    background-color:transparent !important;
}

.category-swiper .swiper-slide {
    width: auto;
}

.category-swiper .nav-link {
    padding: 6px 15px;
    border-radius: 10px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    white-space: nowrap;
    font-weight: bold;
}

.category-swiper {
    position: relative;
    padding: 0 40px;
}

    .category-swiper .swiper-button-next,
    .category-swiper .swiper-button-prev {
        width: 28px;
        height: 28px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        top: 100%;
        transform: translateY(-50%);
    }

    .category-swiper .swiper-button-prev {
        left: 0;
    }

    .category-swiper .swiper-button-next {
        right: 0;
    }

        .category-swiper .swiper-button-next::after,
        .category-swiper .swiper-button-prev::after {
            font-size: 14px;
            color: #333;
        }

.search-collapse {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0;
    border: none;
    background: #fff;
}

    .search-collapse.active {
        width: 200px;
        opacity: 1;
        padding: 0.375rem 0.75rem;
        border: 1px solid #ced4da;
        border-radius: 0.375rem;
    }

.offcanvas-body {
    overflow-y: auto;
    overflow-x: hidden;
}

#categoryNav .nav-link {
    position: relative;
    text-decoration: none;
    color: #333;
    padding-bottom: 4px;
    transition: color .2s ease;
}

    #categoryNav .nav-link.active {
        color: #ff4d4d;
    }

        #categoryNav .nav-link.active::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 50%;
            height: 2px;
            /*background: #092441;*/
            border-radius: 2px;
        }

#offcanvasCartContent.loading::after, #orderTypeModal.loading::after, #toppingsArea.loading::after, #ViewCartContainer.loading::after {
    content: "";
    width: 32px;
    height: 32px;
    border: 3px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/*end by alkesh*/
.restaurantName {
    text-align: left;
    font-family: 'Poppins-medium';
    color: #ea232a;
}
.pickdeliverymessage {
    align-self: center;
    align-items: center;
    padding: 8px 13px;
    border-radius: 6px;
    background-color: #FFF2F2;
    color: #2c3216;
    width: 100%;
    display: inline-block;
    height: 100%;
    font-family:Poppins-SemiBold;
}
.menuordertype {
    color: #5ea1ee;
    line-height: normal;
}
.MenuDatetime {
    font-family: Poppins-Regular;
    line-height: normal;
    color: #000000ba;
}
#deliveryAddressSection #distanceDisplay {
    font-family: Poppins-Regular;
}
#deliveryAddressSection .inputText {
    color:#000;
}
#distanceDisplay {
    color:#000;
}
#itemModalDesc,
#updateItemModalDesc {
    font-family: Poppins-Regular;
}
.QuanName {
    font-family: 'Poppins-Medium';
}
.Popupdatetime {
    font-family:Poppins-Regular;
}
#cartOffcanvas {
}
.offcanvas-body {
    /*overflow: unset;*/
}
#cartOffcanvasLabel {
    color: #A32123;
    font-family: Poppins-Bold;
}
.editlink,
.removelink {
    text-decoration: underline;
    padding-left: 3px;
}
.PI-text {
    font-family: 'Poppins-SemiBold';
    margin-left: 6px;
}
.cartHeaderFont {
    color:#000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px transparent inset !important;
    font-family: Poppins-Regular;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #000; /* Ensures the text cursor is visible */
}

.GiftPageContainer input:-webkit-autofill,
.GiftPageContainer input:-webkit-autofill:hover,
.GiftPageContainer input:-webkit-autofill:focus,
.GiftPageContainer textarea:-webkit-autofill,
.GiftPageContainer textarea:-webkit-autofill:hover,
.GiftPageContainer textarea:-webkit-autofill:focus,
.GiftPageContainer select:-webkit-autofill,
.GiftPageContainer select:-webkit-autofill:hover,
.GiftPageContainer select:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: black !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: black; /* Ensures the text cursor is visible */
}

.CheckOutTitle {
    font-family: Poppins-SemiBold;
    color:#ea232a;
}

.workingHourText,
.pickdeliverymessageCheckOut {
    font-family: Poppins-Regular;
    color:black !important;
    text-align:left;
}
.checkoutIcon {
    color: #000;
}
.changelink {
    font-family: josefinSans-Regular;
    color : #A32123 !important;
}
.ItemOperation {
    column-gap:10px;
}
@media (max-width: 1199px) {
    .order-pill {
       z-index:2;
    }
}
@media (max-width: 767px) {
    .outsideText, .workingHourText, .pickdeliverymessageCheckOut {
        display: block;
        width: 100%;
        text-align: justify;
    }
}
@media (max-width: 567px) {
    .checkoutCart,
    .formsec,
    .zeropadding {
        padding: 0;
    }
    .ItemOperation {
    column-gap:5px;
    }
}
@media (max-width: 576px) {
    .pickdeliverymessage {
        WIDTH: 100%;
        TEXT-ALIGN: start;
        display: block;
    }
}
@media (max-width: 767px) {
    .checkoutCart .itemnameDiv {
        width: 55%;
    }
    .checkoutCart .priceDiv {
        width: 45%;
    }
}
@media (max-width: 576px) {
    .checkoutCart .ViewCartContentBox {
        justify-content: space-between;
    }
    .checkoutCart .ItemName {
        width: calc(100% - 10px);
    }
    .checkoutCart .itemnameDiv {
        width: 50% !important;
    }

    .checkoutCart .priceDiv {
        width: 49%;
    }
    .checkoutCart .DcrItemQtnBtn, .checkoutCart .IcrItemQtnBtn, .checkoutCart .EdtItemBtn {
        margin: 0px;
    }
    .checkoutCart .DltItemBtn,
    .checkoutCart .ItemQtn {
        width: 20px;
    }
}
#categoryNav .swiper-button-prev {
    top:100%;
    height: 100% !important;
    
}
#categoryNav .swiper-button-next {
    top: 100%;
    height: 100% !important;
}
.CategorySwiper {
    /*width:90% !important;*/
    /*padding: 0 5% !important;*/
}
@media (max-width: 1199px) {
    .CategorySwiper {
        /*padding: 0 6% !important;*/
    }
}
@media (max-width: 991px) {
    .CategorySwiper {
        /*padding: 0 8% !important;*/
    }
}
@media (max-width: 767px) {
    .CategorySwiper {
        padding: 0 !important;
    }
    #categoryNav .swiper-button-prev,
    #categoryNav .swiper-button-next {
        /*display:none;*/
    }
}
.SwiperWrapper {
    
}
#SubMenuMobCatering a, #SubMenuMobMore a {
    font-size: 16px;
}

.eventTitle {
    text-align: left;
    font-family: 'josefinSans-Regular';
}

.freeItemTitle {
    display: block;
    color: black;
    width: 100%;
    text-align: left;
    font-family: 'josefinSans-Regular';
}
.freeItemName {
    display: block;
    color: #5ea1ee;
    width: 100%;
    text-align: left;
    font-family: 'josefinSans-Regular';
}
#cartToast {
    background: #A32123 !important;
}
#cartToastBody {
    font-family:Poppins-Regular;
}
.GalleryHeader,
.DirectionHeader {
        margin-bottom: 25px !important;
}
/* Start : Menu Nav Bar*/
#categoryNav {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    background: #ffffff;
}
#swiperPrev,
#swiperNext {
    background-color: transparent;
    border: solid 1px #375A7A !important;
    padding: 10px 15px !important;
    border-radius:10px;
}
#swiperPrev i,
#swiperNext i{
   color:white;
}
.swiper-button-disabled {
     color:white;
}
#searchToggle {
     background-color: transparent;
}
.SwiperContainer {
    overflow:hidden;
    display:inline-flex;
    border: solid 1px #375A7A;
    padding: 10px;
    border-radius:10px;
    align-items: center;
}
.CategorySwiper {
    margin:0 20px !important;
    padding-right: 20px !important;
}
#searchToggle {
    padding: 12px 0px !important;
    border-radius: 10px;
}
.SearchContainer {
    border-radius:10px;
      border: solid 1px #375A7A;
}
.NavContainer {
    column-gap:10px;
}
#menuSearch {
    margin-right:10px;
}
.category-swiper .swiper-slide {
    height:auto;
}
.menu-item {
    padding:0;
}
#MenuItemInfo1 {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 10px;
}
    #MenuItemInfo1 span {
        font-size: 0.9rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.MenuBoxinner > div:first-child {
}
.MenuBoxinner > div:nth-child(2) {
}
/* End : Menu Nav Bar*/
.datamenu {
    cursor:revert !important;
}
#MainMenuPageContainer .MenuBoxinner:hover .datamenu {
     cursor:revert !important;
}
#MainMenuPageContainer .datamenu .MenuBoxinner:hover {
    cursor: revert !important;
    box-shadow: none;
}

/* START : News Page */

.NewAndEventsContainer .nav-tabs {
    border-color: #fff;
}

    .NewAndEventsContainer .nav-tabs .nav-link {
        color: #000;
        font-family: Poppins-Regular;
    }

        .NewAndEventsContainer .nav-tabs .nav-link:focus, .NewAndEventsContainer .nav-tabs .nav-link:hover {
            border-color: #fff;
            color: #fff;
            background: #ea232a;
        }

        .NewAndEventsContainer .nav-tabs .nav-item.show .nav-link, .NewAndEventsContainer .nav-tabs .nav-link.active {
            border-color: #fff;
            color: #fff !important;
        }


.NewsEventsHeader {
    font-family: Poppins-Bold;
    color:#ea232a;
    margin-top:20px;
}


/*.upcoming-announcements {
    animation: fadeInUp 0.6s ease-in-out;
}*/

.upcoming-announcements .event-card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    width: 100%;
}

    .upcoming-announcements .event-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .upcoming-announcements .event-card .card-header {
        font-size: 1.1rem;
        letter-spacing: 0.3px;
        background: #ffd86f;
    }

    .upcoming-announcements .event-card .card-body img {
        position: relative;
        top: -2px;
    }

    .upcoming-announcements .event-card:hover img {
        filter: none;
        opacity: 1;
    }

/*@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}*/


/* Wrapper to handle image layout safely */
.upcoming-announcements .card-img-top-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

    /* Force any <img> inside Description to behave responsively */
    .upcoming-announcements .card-img-top-wrapper img {
        display: block;
        width: 100%;
        height: 220px; /* adjust this to control vertical size */
        object-fit: cover; /* crop evenly and keep the focus centered */
        transition: transform 0.4s ease;
        border-radius: 0;
    }

.upcoming-announcements .event-card:hover .card-img-top-wrapper img {
    transform: scale(1.05);
}
.NoEventFound {
    font-family:Poppins-Regular;
    color:#000;
}
/* Mobile-friendly height adjustments */
@media (max-width: 768px) {
    .upcoming-announcements .card-img-top-wrapper img {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .upcoming-announcements .card-img-top-wrapper img {
        height: 160px;
    }
}

.announcements-container .card-body {
    padding: 15px;
    background: #A32123;
    text-align: left;
    font-family: Poppins-Regular;
        /*box-shadow: inset 0px 2px 16px -3px rgba(55, 90, 122, 1);*/
}

    .announcements-container .card-body h5 {
        font-size: 1.3rem;
    }

    .announcements-container .card-body span {
        font-family: Poppins-SemiBold;
    }

.announcements-container .card-header {
    font-size: 1rem;
    letter-spacing: 0.3px;
}

.announcements-container .badge {
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
}

.announcements-container .NewsToTextCard {
    margin: 0px 10px;
}

.announcements-container .newsStartDateCard {
    margin-left: 10px;
}


/* ---------------------------------------------------- */



/*.past-announcements {
    animation: fadeInUp 0.8s ease-in-out;
}*/

.past-announcements .event-card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.8s ease;
    background: #fff;
    width: 100%;
}

    .past-announcements .event-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .past-announcements .event-card .card-header {
        font-size: 1.1rem;
        letter-spacing: 0.3px;
        background: #ffd86f;
    }

    .past-announcements .event-card .card-body img {
        position: relative;
        top: -2px;
    }

    .past-announcements .event-card:hover img {
        filter: none;
        opacity: 1;
    }

/*@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}*/


/* Wrapper to handle image layout safely */
.past-announcements .card-img-top-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

    /* Force any <img> inside Description to behave responsively */
    .past-announcements .card-img-top-wrapper img {
        display: block;
        width: 100%;
        height: 220px; /* adjust this to control vertical size */
        object-fit: cover; /* crop evenly and keep the focus centered */
        transition: transform 0.4s ease;
        border-radius: 0;
    }

.past-announcements .event-card:hover .card-img-top-wrapper img {
    transform: scale(1.05);
}

/* Mobile-friendly height adjustments */
@media (max-width: 768px) {
    .past-announcements .card-img-top-wrapper img {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .past-announcements .card-img-top-wrapper img {
        height: 160px;
    }
}

.announcements-container .card-body {
    padding: 15px;
    
    text-align: left;
    font-family: Poppins-Regular;
}

    .announcements-container .card-body h5 {
        font-size: 1.4rem;
        color: #FFF;
    }

    .announcements-container .card-body span {
        font-family: Poppins-SemiBold;
        color: #000;
    }

.announcements-container .card-header {
    font-size: 1rem;
    letter-spacing: 0.3px;
}

.announcements-container .badge {
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
}

.announcements-container .NewsToTextCard {
    margin: 0px 10px;
}

.announcements-container .newsStartDateCard {
    margin-left: 10px;
}

.btn-outline-Theme {
    color: #ffd86f;
    border-color: #ffd86f !important;
}

    .btn-outline-Theme:hover {
        color: #2c3216;
        background-color: #ffd86f;
        border-color: #ffd86f;
    }

    .btn-outline-Theme.active {
        background-color: #A32123 !important;
        color: #fff !important;
        border-color: #A32123 !important;
        font-family:'Poppins-Regular';
    }

    .btn-outline-Theme:focus {
        outline: 0;
        box-shadow: none;
    }

.pagination-btn.active.btn-ThemeHMB {
    background-color: #ffd86f !important;
    color: #2c3216 !important;
    border-color: #ffd86f !important;
    font-weight: 600;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.5);
}

.PastAnnouncementsTitle, .UpcomingAnnouncementsTitle {
    font-family: Poppins-Regular;
    font-size: 1.5rem;
    text-align: left;
    text-transform: capitalize;
}


/* END : News Page */




/* START : Event Details Page */

.event-details {
}

.event-navigation {
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 10px 7px;
    border: 2px solid #5ea1ee;
    border-radius: 9px;
}

.eventContent-container {
    margin-top: 30px;
    padding: 20px 0px;
    border: 2px solid #5ea1ee;
    border-radius: 12px;
    transition: 0.5s all ease-in-out;
}

    .eventContent-container:hover {
        box-shadow: #5ea1ee 0px 0px 8px 1px;
    }

.EventDetailTitle h2 {
    font-family: josefinSans-Regular;
    color: #fff;
    font-size: clamp(2.2rem,4.2vw,3.44rem);
}

.event-details .card-text {
    padding: 0;
    font-size: 16px;
    font-family: josefinSans-Regular;
}
/*.event-details .event-description  img{
    width: 100%;
    height: auto;
}
*/

.event-details #clock img {
    filter: invert(1);
}

.EventDetailDuration {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
}

.eventdetailsNavBtn {
    background: #5ea1ee;
   font-family: josefinSans-Regular;
}

    .eventdetailsNavBtn:hover {
        background: #ebc255;
    }

    .eventdetailsNavBtn a {
        color: #fff;
    }

.currentEventDetail {
    color: #fff;
     font-family: josefinSans-Regular;
}

.event-description {
    font-size: 20px;
}


    .event-description strong span {
        font-weight: normal;
        color: #ffd86f;
        font-size: 30px;
    }

    .event-description strong {
        font-weight: bold;
        color: #fff;
    }



@media (max-width: 767px) {
    .event-description img {
        width: 100%;
        padding: 0px 15px;
    }

    .event-description {
        font-size: 17px;
    }


        .event-description strong span {
            font-weight: normal;
            color: #ffd86f;
            font-size: 25px;
        }
}


@media (min-width: 576px) {
    .event-details #clock img {
        width: 75%;
    }
}

@media (max-width: 575px) {
    .event-details #clock img {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .event-navigation {
        flex-direction: column;
    }

    .Eventdetails_Arrow {
        transform: rotate(90deg);
    }
}


/* END : Event Details Page */

/*Start : Menu Coupon */
#CouponSection {
    padding: 0 !important;
    margin-top: 10px;
    border: solid 1px #375A7A;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}
.CouponInnerDiv {
    padding: 10px;
}
.freeCouponText {
    color: #5ea1ee !important;
    text-decoration: none !important;
    font-family: 'josefinSans-Bold';
    font-size: 18px;
    background: url("../images/Announcements.png") no-repeat;
    background-position: 0px 5px;
    padding: 10px;
    padding-left: 35px;
}
@media (max-width: 768px) {
    .freeCouponText {
        font-size: 16px;
        background-position: 0px 3px;      
    }
}
@media (max-width: 576px) {
    .freeCouponText {
        font-size: 14px;
        background-position: 0px 3px;      
    }
    #CouponSection {
        padding: initial;
    }
}
/*End : Menu Coupon */
.itemnameDiv {
    text-align:left;
}
.CateringImg {
    padding-right:30px;
}
.CateringText {
    padding-right: 30px;
    text-align: justify;
    color: #000;
    font-family: 'Poppins-Regular';
}
@media (max-width: 991px) {
    .CateringImg {
        padding:inherit;
    }
    .CateringText {
        padding:inherit;
        text-align: center;
    }
}
.ItemPriceValue {
}
.giftInvoice {
    margin-top:20px;
}
.NewAndEventsContainer {
    padding-top:0px !important;
}
/* Start Mobile MNav */
@media (max-width: 576px) {    #MNavCart {        padding: 10px 7px;    }        #MNavCart .MCartImg {            width: 85%;        }        #MNavCart .cart-item-number {        }        .message p,
        .TestimonialFeedbackButton {
            font-size: 14px !important;
    }}
/* End Mobile MNav */
.TestimonialHeader {
    margin-top:15px;
}
.aboutus-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.MobileHeaderTitle,
.MobileHeaderTitleVIPClub {
    display: none;
}

@media (max-width: 991px) {
    .CateringHeader,
    #ContactUsHeading {
        display: none;
        margin-top: 0 !important;
    }
    .GalleryHeader {
        display: block;
        margin-top: 20px;;
    }
    .MobileHeaderTitle {
        display: block !important;
    }

    .ContactUsForm {
        margin-top: 20px;
    }

    .contactusmaindiv {
        padding-top: 30px !important;
    }
}

@media (max-width: 767px) {
    #VipRegHeading {
        display: none;
        margin-top: 0 !important;
    }

    .MobileHeaderTitleVIPClub {
        display: block !important;
    }

    .VipRegForm {
        margin-top: 20px;
    }

    .joinourclubmaindiv {
        padding-top: 30px !important;
    }

    .ContactUsForm {
        margin-top: 0px;
    }
}


#scrollableMenu {
    width: 100%;
    max-width: 100% !important; /* remove Bootstrap limit */
    overflow: hidden; 
}

.swiper-wrapper {
    align-items: stretch !important;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
   
    height: auto !important;
}

.category-card {
   
    /*margin: 12px !important;*/
}
.FooterBottomRightIconOuter {
    position: relative;
}

.FooterBottomRightIconInner {
    position: absolute;
    bottom: 30px;
    right: 0;
}
@media (max-width: 1199px) {
    .FooterBottomRightIconInner img {
        width: 120px;
    }
}
@media (max-width: 1299px) {
    .FooterBottomRightIconInner img {
        width: 120px;
    }
}

@media (max-width: 767px) {
    /* Make both columns share one background image */
    .TestimonialInnerDiv {
        position: relative;
        background: url('../Images/HomePage/Testimonials.jpg') center/cover no-repeat;
        color: #fff; /* ensure text is readable */
        overflow: hidden;
    }

        /* Hide the left-side image (so it doesn’t duplicate) */
        .TestimonialInnerDiv .col-lg-5 img {
            display: none;
        }

        /* Optional: make both columns overlay red tint */
        .TestimonialInnerDiv::before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: rgba(255, 0, 0, 0.5); /* red overlay with 30% opacity */
            z-index: 0;
        }

        /* Keep your text and content above the overlay */
        .TestimonialInnerDiv > * {
            position: relative;
            z-index: 1;
        }

        /* Add padding for mobile layout */
        .TestimonialInnerDiv .col-lg-7 {
            padding: 20px;
        }
}
/* Start :  Direction Page */
.DirectionOuterDiv {
    padding-top: 20px !important;
}
.DrivingTitle {
    color:black;
    font-family:Poppins-Regular;
}
/* End :  Direction Page */
/* Start : Updated Menu Page */
.order-pill {
    height: 100%;
}

.menuordertype {
    color: #ea232a;
    font-family: 'Poppins-Medium';
}

#menuCategorySelect, #itemSearchInput {
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 7px;
    color: #000;
    height: 100%;
    font-family:Poppins-Regular;
    padding: 10px;
}

#itemSearchInput {
    justify-self: end;
    width: 100%;
}

    #menuCategorySelect:focus, #itemSearchInput:focus {
        box-shadow: none;
        border-color: #A32123;
    }

.CommonHeading u {
    border-bottom: 0px;
}



.pickdeliverymessage-container {
    padding-right: 0px !important;
    font-family: josefinSans-Regular;
}

.pickdeliverymessage {
    align-self: center;
    align-items: center;
    padding: 8px 13px;
    border-radius: 6px;
    background-color: #FFF2F2;
    color: #2c3216;
    width: 100%;
    display: inline-block;
    height: 100%;
}



.menuPagePill {
    border: 1px solid #ADADAD;
    border-radius: 50px;
    margin: 0px;
}

.MenuDatetime {
    align-self: center;
}

.DateTimePill {
    border: 1px solid #ADADAD;
    border-radius: 50px;
    margin: 0px;
    height: 100%;
}


.capsule.pickup, .capsule.delivery {
    background-color: transparent;
    color: #000 !important;
    border-radius: 40px;
    border: 2px solid transparent;
    font-family:Poppins-Regular;
}


.capsule.selected {
    background-color: #ea232a !important;
    color: #000 !important;
    border: 2px solid #ea232a;
}

    .capsule.selected .menupageToggle {
        color: #fff !important;
    }

.SubCategoryName {
    margin-top:15px;
}
@media (max-width: 1199px) {
    .MenuDatetime {
        /*font-size:17px;*/
    }
}
@media (max-width: 575px) {
    .no-margin {
        margin: 0px;
    }
}

    /* End : Updated Menu Page */
.form-select {
    font-family: 'Poppins-Regular';
}
.orderNowRow {
    position:relative;
    top:-14px;
}
.OrderNowBtn {
    border: 1px solid #ea232a;
    border-radius: 3px;
    display: block;
    color: #ea232a;
    background: linear-gradient(to right, #ffffff 50%, #ea232a 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    WIDTH: FIT-CONTENT;
    padding: 10px;
    padding-bottom: 6px;
}

.OrderNowBtn:hover {
  background-position: left bottom;
}
    .OrderNowBtn:hover .OrderNowBtnText {
        color: #ea232a;
    }
.OrderNowBtnText {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    transition: all .5s ease-out;
    display: block;
}

.OrderNowBtnText:hover {
  color: white;  
}.modalTotalPriceBasedOnQuantity {    border: none;    background: transparent;    color: #A32123;    font-size: 22px;    font-family:'Poppins-Medium';}select[name="ItemQuantity"] {
      padding: 7px;
    border-radius: 10px;
}
@media (max-width: 425px) {
    select[name="ItemQuantity"] {
        padding: 7px 0;
    }
}
#tipContainer{

}
#tipContainer input[type=number]{
    width:100%;
}
.suggestion-item {
    cursor: pointer; /* Changes cursor to hand */
    font-family: 'Poppins-Regular';
text-align: left;
}
#orderTypeModal .modal-header {
    border-bottom: 0px;
    padding-top: 0px;
}
#orderTypeModal .modal-footer {
    border-top: 0px;
    justify-content: center;
    padding-bottom: 0;
}
.cartItemSep {
}
.MenuItemImage{
    display:none;
}
.MenuItemContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px;
    height: 140px;
    overflow: hidden;
}

.MenuItemInfo span {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#MenuItemButtonImg {
    background-image: url(../images/Plus.png);
    width: 17px;
    height: 17px;
    /*background-position: 0px 23px;
    filter: brightness(0) saturate(100%) invert(54%) sepia(92%) saturate(478%) hue-rotate(183deg) brightness(98%) contrast(91%);*/
}

#MenuItemButtonSeperator {
    background-image: url(../images/Seperator_Black.jpg);
    width: 1px;
    background-size: contain;
    height: 28px;
    background-repeat: no-repeat;
}

.AddButton {
    border-radius: 8px;
    color: #000000;
    background: transparent;
    border: 1px solid #dee2e6;
}

#MenuItemButtonText {
    line-height: 1;
    padding-top: 2px;
}

#iconItem.icon-expanded {
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    flex-shrink: 0;
}

.required-badge {
    background-color: #e2e2e2;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
    border: 1px solid;
    margin-left: .5rem !important;
}

.outerbox-required {
    border: 1px solid #A32123;
}

    .outerbox-required .required-badge {
        background-color: transparent;
        color: #A32123;
        border: 1px solid #A32123;
        margin-left: .5rem !important;
    }

.form-control:focus, .btn:focus {
    box-shadow: none;
}
#categoryNav .dropdown-menu {
    max-width: 100vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-height: 30vh;
    overflow-y: scroll;
}
.datamenu .MenuItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px;
    height: 160px;
    overflow: hidden;
}
.sticky-top {
    z-index: 2 !important;
}
@media (max-width: 576px) {
    .mobile-nav {
        flex-direction: column;
    }

    .restaurantName {
        text-align: center;
    }
}
#categoryNav .dropdown-item {
    white-space: break-spaces !important;
}
    #categoryNav .dropdown-item:active {
        color:white !important;
    }
#searchMessage {
    color:black;
}
#nav-item-4::marker,
#nav-item-7::marker {
    color: #fff; /* choose your color */
}