﻿@font-face {
    font-family: 'Forum-Regular';
    src: url('../Fonts/Forum-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    /*src: url("../Fonts/Poppins/Poppins-Regular.ttf");*/
    src: url("../Fonts/Poppins/Poppins-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../Fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../Fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../Fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins-Regular';
    font-size: clamp(14px,3vw,16px);
    /*background-color: #fff;*/
    color: #000;
    /* background-image: url("../Images/BG.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
}

/*Loader*/

#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;
}
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url(../Images/loaderbar.gif) 50% 50% no-repeat #fceca4;*/
    background: url('../Images/Logo.png') 50% 45% no-repeat, url('../Images/loaderbar.gif') 50% 55% no-repeat, #fceca4;
}
/*End*/

.PrimaryColor {
    background-color: #75262c;
}
.SecondaryColor {
    background-color: #012519;
}
.ButtonColor {
    background-color: #fad65c;
}
.HeaderTitle {
    color: #f8d35d;
}

/*Home Page*/

.BgSlider {
   /* background: #fff;
    background-size:cover;*/

}

.nav-item {
    font-size:clamp(14px,1.3vw,16px);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    
}
.navbar-nav .dropdown-menu {
    border: 1px solid #000;
    color: #fff;
    background: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 100px;
}

.btnHeaderOnlineOrdering {
    padding: 8px 8px 8px 8px;
    color: #FFF;
    background-color: #012519;
    text-decoration: none;
    font-size: clamp(14px,1.3vw,20px);
    white-space: nowrap;
    border-radius: 7px;
    font-family: 'Calibri';
}
    .btnHeaderOnlineOrdering:hover {
        background-color: #000;
        color: #FFF;
        text-decoration: none;
        transition: 0.3s ease-in-out;
    }

.nav-link {
    color: #FFF !important;
    /*FONT-FAMILY: 'Calibri';*/
    padding-right: 15px !important;
}
.nav-item .active {
    color: #fceca4 !important;
    /*FONT-FAMILY: 'Calibri';*/
}
.masterPageNavbarLink {
    padding: 6px 13px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit; /* or your text color */
}
    .masterPageNavbarLink.active::after,
    .masterPageNavbarLink:hover::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 15px;
        height: 2px;
        background-color: #fceca4; /* change to your desired active color */
        border-radius: 3px; /* optional: makes it look nicer */
    }
#logoutButtonMobile {
    COLOR: #FFF;
    TEXT-TRANSFORM: uppercase;
}
.nav-link:focus, .nav-link:hover, .MoreDrop:hover {
    color: #fceca4 !important;
}
.nav-link.dropdown-toggle::after {
    display: none !important;
}
.MoreDrop {
    background-color: transparent !important;
    color: #fff !important;
}


.dropdown-item:active, .dropdown-item:hover {
    background-color: #fceca4;
    color: #000 !important;
    transition: 0.2s ease-in-out;
}
#SubMenuMobCatering, #SubMenuMobMore,
#SubMenuMobContact {
    padding-left: 50px;
}
.ftrLogin a {
    font-size: clamp(14px,1.3vw,20px);
}
.navbar-toggler-icon::after {
    content:"";
    color:#f8d35d;
}
.navbar .show {
   /* background-color: #012519;*/
    color:#fff;
    /*z-index:1021;*/
    /*width:75%;*/
    transition:0.3s ease-in-out;
}

.dropdown-item {
    text-align: left;
}

.navbar .show .navbar-nav .nav-link {
    text-align: center;
}

.floatingcart {
    position: fixed;
    Right: 15px;
    top: 200px;
    z-index: 1021;
    border-radius: 0 !important;
    background: #012519;
    padding: 10px 10px 10px 10px !important;
    border: 2px solid #fff;
    scale: 0.9;
}
.cart-item-number {
    background: #fad65c;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #000;
    display: block;
    position: absolute;
    top: -21px !important;
    right: -18px !important;
    font-weight: bold;
    font-size: 14px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #012519;
    border: 2px solid #012519;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}
.SliderButtonHolder {
    background-color: #012519a3;
}
.SliderMainText {
    font-family: Montserrat-Medium;
    font-size: clamp(24px,3vw,60px);
    text-shadow: 3px 3px #000;
    color:#fff;
}
.SliderSubText {
    font-family: Montserrat-Medium;
    font-size: clamp(16px,3vw,20px);
    color: #fff;
}
.SliderButton {
    text-decoration: none;
    font-family: Montserrat-Medium;
    font-size: clamp(16px,3vw,18px);
    padding: 10px 12px;
    border: 2px solid #fff;
    text-align: center;
    width: 175px;
    color: #fff;
}
    .SliderButton:hover {
        background-color: #fff;
        border: 2px solid #fff;
        color: #000;
        transition: 0.3s ease-in-out;
        box-shadow:0px 0px 14px red;
    }


.SliderImageSection {
    top: -70px;
    left: -75px;
}
.AboutInstructions {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 20px;
    width: max-content;
    position: absolute;
    top: 40%;
    left: 0;
    background-color:#012519;
}
.AboutTitle {
    font-family: Montserrat-Regular;
    font-size: clamp(30px,3vw,60px);
    color: #481819;
    text-transform: uppercase;
}

.AboutTitleLetter {
    animation-name: fadeLeft;
    animation-duration: calc(var(--i) * 1s);
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes fadeLeft {
    10% {
        transform: translateX(-200px);
        opacity: 0;
    }

    60% {
        opacity: 0;
        transform: translateX(200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.AboutDesc {
    font-family: Montserrat-Medium;
    font-size: clamp(16px,3vw,20px);
    color:#000;
}
.ReadMoreButton::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    /*background: conic-gradient( from 0deg, blue, red, blue, red);*/
    filter: blur(4px);
    opacity: 0.9;
    
    z-index: -2;
}

/* Inner background */
.ReadMoreButton::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background: #111;
    z-index: -1;
}

@keyframes rotateGlow {
    100% {
        transform: rotate(360deg);
    }
}
.ReadMoreButton {
    padding: 10px 30px;
    font-size: clamp(14px, 3vw, 18px);
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    font-family: Montserrat-Medium;
    position:relative;
}
    .ReadMoreButton:hover {
        color: #fff;
        border: 1px solid rgba(255,255,255,0.15);
        background: linear-gradient(135deg, #111, #1e1e1e);
        transition: 0.35s ease-in-out;
        box-shadow: 0 0 8px blue;
        transform: translateY(-2px) scale(1.03);
        backdrop-filter: blur(4px);
        animation: rotateGlow 3s linear infinite;
    }

.ServiceImg {
    position: relative;
    display: inline-block;
}

.ServiceName {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: clamp(24px,3vw,35px);
    text-align: center;
    text-decoration: none;
    font-family:Montserrat-Medium;
    white-space:nowrap;

}
.ServiceBtn {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: clamp(14px,3vw,18px);
    font-family: Montserrat-Medium;
    text-align: center;
    text-decoration: none;
    padding:4px 16px;
    border:2px solid #fff;
}
.ServiceImg:hover img {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}
.ServiceImg:hover .ServiceName {
    color: #fff;
    transition: 0.3s ease-in-out;
    text-shadow:2px 2px 2px #000;
}
.ServiceImg:hover .ServiceBtn {
    color: #000;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    border:2px solid #fff;
}
.HalalTitle {
    font-size: clamp(20px,3vw,50px);
    font-family: Montserrat-Regular;
    color:#451819;
}
.HalalText {
    font-size: clamp(12px,3vw,20px);
    font-family: Montserrat-Medium;
    color:#000;
}

.SignatureHolder {
    background:url(../Images/SignaturePattern.jpg) no-repeat;
    background-size:cover;
}
.SignatureTitle {
    font-size: clamp(20px, 3vw, 50px);
    color: #fff;
    font-family: Montserrat-Regular;
    text-transform: uppercase;
}
.SignatureText {
    font-size: clamp(16px, 3vw, 40px);
    color: #fff;
    font-family: Montserrat-Regular;   
}
.signature-text {
    font-size: clamp(14px, 3vw, 25px);
    color: #fff;
    font-family: Montserrat-Medium;
    text-align:center;
}
.ServiceHolder:hover {
    border-radius:7px;
    background-color: #746d6db8;
    transition: 0.3s ease-in-out;
}
.BarHolder {
    background-color: #012519;
}
.BarTitle {
    font-size: clamp(24px, 3vw, 55px);
    color: #fff;
    font-family: Montserrat-Medium;
}
.BarTitle1 {
    font-size: clamp(40px, 3vw, 80px);
    color: #fff;
    font-family: Allura-Regular;
}
.GroupDiningText1 {
    font-size: clamp(24px, 3vw, 55px);
    color: #fff;
    font-family: Allura-Regular;
    text-shadow: 2px 2px 10px #952020;
}
.BarText {
    font-size: clamp(14px, 1.7vw, 25px);
    color: #fff;
    font-family: Montserrat-Light;
}
.GroupDiningText {
    font-size: clamp(16px, 1.7vw, 31px);
    color: #fff;
    font-family: Montserrat-Medium;
}
.SpecialDishTitle {
    color:#012519;
    font-family:Montserrat-SemiBold;
    font-style:italic;
    font-size: clamp(14px, 3vw, 25px);
}
.DishName {
    margin-top:25px;
    color:#000;
    font-size:clamp(14px,3vw,28px);
    font-family:Montserrat-Medium;
    text-transform:uppercase;
}

.Dishes:hover {
    transition:0.3s ease-in-out;
    background-color:lightgray;
    border-radius:7px;
}


.TestimonialHolder {
    background: url(../Images/TestimonialsBG.jpg) no-repeat;
    background-size: cover;
}


.TestimonialTitle {
    font-size: clamp(24px, 3vw, 50px);
    color: #fff !important;
    font-family: 'Calibri';
    font-size: 50px;
    padding: 50px
}

    .bx-wrapper {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    .bx-controls-direction {
        display: none;
    }

.homeReviewText {
    font-size: clamp(18px, 3vw, 20px);
    color: #fff;
    font-family: 'Forum-Regular';
    max-width: 950px;
    margin: 0 auto;
}

.homeReviewDetail {
    font-size: clamp(18px, 3vw, 20px);
    font-family: Forum-Regular;
    color: #000;
}

    .homeReviewText, .homeReviewDetail {
        text-align: center;
        margin-top: 25px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background-color: #fff !important;
        border:2px solid #fff;
        text-indent: -9999px;
        display: block;
        width: 13px !important;
        height: 13px !important;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius:50% !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: #fceca4 !important;
            border: 2px solid #fceca4;
        }
@media (max-width:1199px) {
    /*.TestimonialTitle {
        font-size: 40px;
        padding: 20px;
    }
    .homeReviewDetail {
        font-size: 26px !important;
    }*/
}
@media (max-width:768px) {
   /* .TestimonialTitle {
        font-size: 34px;
    }

    .homeReviewDetail {
        font-size: 26px !important;
    }*/
}
@media (max-width:568px) {
    /*.TestimonialTitle {
        font-size: 36px;
    }

    .homeReviewDetail {
        font-size: 24px !important;
    }*/
}
    .FacilitiesHolder {
        background: linear-gradient(to right,#340202,#852f35)
    }

    .FacilitiesContainer {
        background-color: #7b272d;
    }

    .FacilitiesTitle {
        font-size: clamp(16px, 3vw, 30px);
        font-family: Montserrat-SemiBold;
    }

    .FacilityIcon1, .FacilityIcon2, .FacilityIcon3, .FacilityIcon4 {
        border: 1px solid #fad65c;
        height: 265px;
    }

    .F1 {
        height: 80px;
        width: 80px;
        margin-top: 50px;
    }

    .FacilityIcon1 .Image {
        background: url(../Images/Group.png) no-repeat;
        background-size: cover;
        background-position: 0px;
        height: 100%;
        width: 100%;
    }

    .FacilityIcon2 .Image {
        background: url(../Images/Group.png) no-repeat;
        background-size: cover;
        background-position: -95px;
        height: 100%;
        width: 100%;
    }

    .FacilityIcon3 .Image {
        background: url(../Images/Group.png) no-repeat;
        background-size: cover;
        background-position: -191px;
        height: 100%;
        width: 100%;
    }

    .FacilityIcon4 .Image {
        background: url(../Images/Group.png) no-repeat;
        background-size: cover;
        background-position: -285px;
        height: 100%;
        width: 100%;
    }

    .FacilityDesc {
        font-size: clamp(16px, 3vw, 20px);
        margin-top: 8px;
    }

    .VidImg {
        opacity: 0.9;
        height: 550px;
    }

.FooterContainer {
    background-color:#012519;
}


.FooterDetails {
    background: url(../Images/footerbg.jpg) no-repeat;
    background-size: cover;
}

    .FImg {
        text-align: center;
    }

    .FooterIns {
        font-size: clamp(22px, 3vw, 30px);
        color: #ecd05c;
        font-family: Montserrat-SemiBold;
    }

    .FText {
        font-family: Montserrat-Medium;
    }
.FooterImg1 {
    position: absolute;
    bottom:0;
    left:0;
}
.FooterImg2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .facebook, .instagram {
        height: 53px;
        width: 53px;
    }

    .facebook {
        background: url(../Images/Social.png) no-repeat;
        background-position: 0px 2px;
    }

    .instagram {
        background: url(../Images/Social.png) no-repeat;
        background-position: -55px 2px;
    }

    .facebook:hover {
        transition: 0.2s ease-in;
        background-position: 0px -51px;
    }

    .instagram:hover {
        transition: 0.2s ease-in;
        background-position: -55px -51px;
    }

    .address, .contact, .email, .FooterHours {
        font-size: clamp(16px, 3vw, 18px);
        color: #fff;
        font-family: Montserrat-Medium;
    }

    .Seperator {
        margin: 0 20px;
        color:#fff;
    }

    .FooterRule {
        font-size: clamp(16px, 3vw, 18px);
        color: #ffef67;
        font-family: Montserrat-Medium;
    }

    .DishSection:hover .DishNameHolder {
        background-color: #fad65c !important;
        transition: 0.3s ease-in-out;
    }

    .DishName:hover {
        color: #012519;
    }

    .FacilityIcon1:hover {
        background-color: #012519;
        transition: 0.3s ease-in-out;
    }

    .FacilityIcon2:hover {
        background-color: #012519;
        transition: 0.3s ease-in-out;
    }

    .FacilityIcon3:hover {
        background-color: #012519;
        transition: 0.3s ease-in-out;
    }

    .FacilityIcon4:hover {
        background-color: #012519;
        transition: 0.3s ease-in-out;
    }
.gallery-item {
    height:-webkit-fill-available;
}

.gallery-item img:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}
.dropdown-item {
    color: #fff !important;
}

    .PrivacyPolicy {
        background-color: #fff;
        color: #3c080c;
        font-size: clamp(13px, 3vw, 15px);
        font-family:Montserrat-Medium;
    }

    .back-to-top {
        position: absolute;
        bottom: 50px;
        right: 5%;
    }

    #NavCart a {
        text-decoration: none;
    }


@media (max-width:430px) {
    .BarText img {
            width:45px;
        }
    }
    @media (max-width:375px) {
        .BarText img {
            width:30px;
        }
    }

    @media (max-width:550px) {
        .HeaderLogo img {
           /* width: 120px;*/
        }

        .dropdown-item {
            text-align: center
        }


        .SliderImageSection {
            top: 0;
            left: 0;
        }

        .sliderButtonRow {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .DishTitle {
            margin-top: 10px;
        }

        

        .VidImg {
            opacity: 0.4;
            height: 450px;
        }
    }

    @media (max-width:992px) {
        .dropdown-item {
            color: #012519;
        }
        .SliderImageSection {
            top: 0;
            left: 0;
        }

        .SliderMainText, .SliderSubText {
            text-align: center;
        }

        .AboutHolder {
            display: flex;
            flex-direction: column-reverse;
        }
        .dropdown-item {
            color: #000;
        }

            .dropdown-item:active, .dropdown-item:hover {
                background-color: #012519;
                color: #fff;
                transition: 0.2s ease-in-out;
            }
       

        .nav-item .active {
            color: #fad65c;
        }

        .nav-link:focus, .nav-link:hover {
            color: #012519;
        }

        

        .MoreDrop {
            color: #fff !important;
        }

        .btnHeaderOnlineOrdering {
            padding: 8px 8px 8px 8px;
            color: #FFF;
            background-color: #012519;
            /*margin-top: 10px;*/
        }

            .btnHeaderOnlineOrdering:hover {
                padding: 8px 8px 8px 8px;
                color: #FFF;
                background-color: #000;
            }

        .account_link {
            color: #fff !important;
            margin-top: 10px;
        }

        .divEmail {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .FooterImg1, .FooterImg2 {
            opacity: 0.3;
        }
    }
@media (max-width:991px) {
    .nav-link {
        padding-right:0px !important;
    }
    .btnHeaderOnlineOrdering {
        padding: 8px 8px 8px 8px;
        color: #FFF;
        background-color: #012519;
        margin-top: 10px;
    }
}
    @media (max-width: 991.98px) {
        .bottomCart {
            display: block;
        }

        #floatingCart {
            display: none !important;
        }

        .Carttext {
            font-size: 18px;
            color: #000;
        }

        .cart-item-number {
            background: none;
            height: auto;
            width: auto;
            top: 0px !important;
            color: #000;
            left: 3px !important;
            display: inline-block;
            position: relative;
            font-weight: bold;
            font-size: 24px;
        }
    }
    /*End*/

    .modal-header {
        /* background-color: #012519;
        color: #fff;*/
    }

    input[type=radio]:checked {
        background-color: #012519 !important;
        border: 2px solid #012519 !important;
    }

    button.back-to-top {
        margin: 0 !important;
        padding: 0 !important;
        background: #fff;
        height: 0px;
        width: 0px;
        overflow: hidden;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        color: transparent;
        clear: both;
        visibility: hidden;
        position: fixed;
        cursor: pointer;
        display: block;
        border: none;
        right: 50px;
        bottom: 150px;
        font-size: 0px;
        outline: 0 !important;
        z-index: 2;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        button.back-to-top:hover,
        button.back-to-top:active,
        button.back-to-top:focus {
            outline: 0 !important;
        }

        button.back-to-top::before,
        button.back-to-top::after {
            content: "";
            display: block;
            vertical-align: middle;
            border-bottom: solid 10px #012519;
            border-left: solid 10px transparent;
            line-height: 0;
            border-right: solid 10px transparent;
            height: 0;
            margin: 19px auto 0;
            width: 0;
            border-radius: 20px;
            visibility: hidden;
        }

        button.back-to-top.show::after,
        button.back-to-top.show::before {
            visibility: visible;
        }

        button.back-to-top::after {
            border-bottom-color: #D4AF37;
            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);
            }


    /*Marquee Section*/
    .marquee {
        border-top: 1px solid rgba(201,168,76,0.1);
        border-bottom: 1px solid rgba(201,168,76,0.1);
        padding: 15px 0;
        overflow: hidden;
        background: #000;
    }

    .mtrack {
        display: flex;
        width: max-content;
        animation: marquee 30s linear infinite;
    }

    .mitem {
        display: flex;
        align-items: center;
        padding: 0 32px;
    }

    .mtext {
        font-size: 10px;
        letter-spacing: 0.38em;
        text-transform: uppercase;
        color: rgb(250 255 208 / 96%);
        white-space: nowrap;
    }

    .mdot {
        width: 4px;
        height: 4px;
        background: rgba(201,168,76,0.35);
        border-radius: 50%;
        margin-left: 32px;
    }

    @keyframes marquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }
    /*End*/

    .form-check-input:checked[type=radio] {
        background-image: none !important;
    }

    .BarLink img {
        height: 30px;
    }

    .BarLink {
        padding: 8px 12px;
        text-decoration: none;
        color: #fad65c;
        border: 1px solid #fad65c;
    }

        .BarLink:hover {
            padding: 8px 12px;
            text-decoration: none;
            color: #fff;
            border: 1px solid #000;
            background-color: #000;
            transition: 0.3s ease-in-out;
        }

    .BarCalendar {
        filter: invert(1) brightness(1);
    }

    .form-select {
        background-position-x: 98% !important;
        background-position-y: center !important;
        border-radius: 8px !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.modal-dialog {
    top: 3%;
    margin: 0 auto;
    padding: 15px;
    max-width: 500px;
}
.loading-spinner {
    border: 3px solid #fff;
    border-top: 3px solid #012519;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 0.9s linear infinite;
    display: none;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0) !important;
}
.mobileLoginSection,
.mobileSocialMediaSection {
    justify-content: center;
    /*flex-wrap: wrap;*/
    gap: 15px;
}

.MasterPageOrderOnlineBtn a,
.MasterPageOrderOnlineBtn button {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    color: black;
}
#mobileLoginSpan {
    width: 1px;
    background: #eedb8b;
}
/* Remove default focus outline/box on nav links and dropdown toggles */
.masterPageNavbarLink,
.masterPageNavbarLink:focus,
.masterPageNavbarLink:focus-visible,
.dropdown-toggle:focus,
.dropdown-toggle:focus-visible,
.nav-link:focus,
.nav-link:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
/* Show Bootstrap dropdown on hover for desktop */
@media (min-width: 1200px) {
    .masterPageNavbarLi.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    /* Prevent the menu from closing when moving the mouse from link to menu */
    .masterPageNavbarLi.dropdown > .dropdown-menu {
        margin-top: 0;
    }
}


/* Start :  MNC CSS */
/*#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;
}

#SubMenu {
    width: 184px;
    display: none;
    position: absolute;
    background: #ddd2bb;
    padding: 0px 0px;
    z-index: 1;
    top: 75%;
}

.SubMenuUlList {
    list-style: none;
    padding: 0px 0px;
}

.SubMenuList {
    padding: 6px 12px;
}

.SubMenuUlList .SubMenuList:hover .SubMenuLink {
    color: #4B55AC !important;
}

.SubMenuUlList .SubMenuList {
    position: relative;
    /* padding: 10px 15px; */
    color: #000;
    background: #fff;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease;
    cursor: pointer;
    font-size: 14px !important;
    border-bottom: 1px solid #fff;
}

    .SubMenuUlList .SubMenuList:hover {
        background-position: left bottom;
    }

.SubMenuList .SubMenuLink {
    text-decoration: none;
    color: #000;
    text-align: left;
    font-size: 17px;
}

#navbar-Nav #nav-item-7:hover #SubMenu {
    display: block;
}

/*#endregion*/

#nav-item-7:hover #SubMenu {
    display: block;
}

#HomePageMenu #myTab.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffffff !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #012519 !important;
    color: #fff !important;
}

/*#region for header changes*/
.overlayMobile {
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 1;
    top: 0;
    /*left: 0;*/
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.5s;
    display: none;
}

.webheader {
    /* margin-bottom: 32px;*/
}

/* The navigation menu links */
.overlayMobile a {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: center;
    margin: 0 auto;
    font-family: 'Calibri';
}

.overlayMobile-content {
    margin-top: 60px;
}

/* When you mouse over the navigation links, change their color */
.overlayMobile a:hover {
    color: #fceca4 !important;
}

/* Position and style the close button (top right corner) */
.overlayMobile .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
@keyframes slideUpFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
        transform: translate(-5px, 20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        transform: translate(0,0);
    }
}
#navbar-Nav {
    /*gap: 5px;*/
}


.masterPageNavbarLi {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .masterPageNavbarLi a, .nav-link {
        text-decoration: none;
        color: #000;
        letter-spacing: 0px;
        /*font-size: clamp(10pt,5vw,20pt);*/
        display: flex;
        /*font-family: 'Calibri';*/
        /*text-transform: capitalize;*/
    }

@media screen and (max-width: 768px) {

    .divHeaderLogo {
        display: none;
    }
}

.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;
}

/*#region for cart*/
#NavCart {
    position: relative;
    border-radius: 8px;
}


.MCartImg {
    left: -3px;
    position: relative;
    top: 1px;
    height: 45px;
}

.MCount {
    top: -11px;
    right: -6px;
}

/*end added by alkesh*/



/*DBK - Started by Dhruvil*/


#mobileLoginSpan {
    width: 1px;
    background: #fff;
}

/*---------Added by mahir-------*/
.OuterDivHeader {
    position: relative;
}

.HeaderBorderTop {
    height: 30px;
    background: #EAD7B9;
    width: 100%;
    position: absolute;
}

.HeaderBorderBottom {
    height: 0px;
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: 12%;
}

.divHeaderLogo {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    z-index: 1;
    /* padding-top: 1.3rem !important;*/
}

@media only screen and (max-width:1199px) {

    .HeaderBorderTop,
    .HeaderBorderBottom,
    .OuterDivHeader {
        display: none !important;
    }
}

.masterPageNavbarLink {
   /* height: 34px;*/
    padding: 6px 13px;
}

.masterPageNavbarLi {
    padding: 6px 0px;
    border-radius: 18px;
}

.divHeaderLogoMobile {
    /* margin-top: 25px;*/
}

    .divHeaderLogoMobile a {
        display: block;
    }
@media only screen and (max-width:1199px) {
    .HeaderLogoImgmobile {
        max-width: 200px;
        margin-left: 10px;
    }
}

    .masterPageNavbarLink {
        /*height: 28px;*/
    }

    @media only screen and (max-width:1399px) and (min-width:1200px) {

        .masterPageNavbarLink {
            /*height: 28px;*/
        }
    }

    .mobileLoginSection {
        display: flex;
        justify-content: space-around;
        /*background: #c33937;*/
        margin-top: 5%;
        padding: 5%;
        border-radius: 22px;
    }


    .offcanvas-body {
        /*overflow-y:initial;*/
        overflow-y: auto;
        overflow-x: hidden;
    }

    #offcanvasCartContent.loading::after, #orderTypeModal.loading::after, #toppingsArea.loading::after, #ViewCartContainer.loading::after {
        content: "";
        width: 32px;
        height: 32px;
        border: 3px solid #ccc;
        border-top-color: #012519;
        border-radius: 50%;
        animation: spin1 0.8s linear infinite;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #cartOffcanvasLabel {
        color: #012519;
        font-family: 'Calibri';
    }

    .Header {
        top: 0;
        width: 100%;
        z-index: 3;
        /* box-shadow: 0 -5px 25px 0px #7b7b7b;
    -moz-box-shadow: 0 -5px 25px 0px #7b7b7b;
    -webkit-box-shadow: 0 -5px 25px 0px #7b7b7b;*/
        /*background-image: url(../Images/Slider/BGFlame.jpg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;*/
    }

        .Header .navbar {
            position: initial;
        }

    .divHeaderLogo {
        z-index: 500;
    }

        .divHeaderLogo img {
            position: absolute;
            z-index: 1;
            left: 0;
            /*bottom: -5%;*/
            /* top: -29px;*/
            top: 10px;
        }

    .offcanvas-body, .offcanvas-header {
        background: #fff;
    }

    #navFlameBg {
        /* background: url(../Images/Slider/BGFlame.webp) repeat-x;
    background-size: cover;*/
        background: transparent;
        position: absolute;
        top: 0;
    }

    @media (max-width:1199px) {
        #navFlameBg {
            background: #012519;
            position: relative;
            top: 0;
        }
        .InnerHeaderImage img {
            position: relative;
            margin-top: 0px !important;
        }
    }


    .floatingcart {
        /* position: fixed;
    Right: 20px;
    top: 300px;
    z-index: 1001;*/
        /*border-radius: 50%;
    background: #ef5222;
    padding: 20px;*/
        /*border: 2px solid #fff2bb;*/
        scale: 0.9;
    }

    @media (max-width:425px) {

        .floatingcart {
            position: fixed;
            Right: 0px;
            top: 250px;
            z-index: 1000;
            border-radius: 50%;
            padding: 15px;
            border: 2px solid #fff2bb;
            scale: 0.75;
        }
    }

    .vibratecart {
        animation: highFreqShakeCycle 2s linear infinite;
        will-change: transform;
    }

    .newslettersubscription {
        padding: 0px 10px;
        background: #fff2bb;
        border-radius: 8px;
        border: 1px solid #fff2bb;
    }

        .newslettersubscription:hover {
            transition: 0.5s ease-in-out;
            color: #7a0607;
            padding: 0px 10px;
            background: transparent;
            border-radius: 8px;
            border: 1px solid #fff2bb;
        }

            .newslettersubscription:hover button {
                transition: 0.5s ease-in-out;
                color: #7a0607;
            }

        .newslettersubscription button {
            font-size: 16px !important;
            color: #fff;
            font-family: Rasa-Regular;
        }

    .offcanvas-body {
        /*padding: 0.2rem 0.2rem !important;*/
    }

    .navbarOrderOnline {
        /*width: 135px;*/
        display: flex;
        justify-content: center;
        /*animation: blinkingColor 2s infinite !important;*/
        background: #4B55AC;
        padding: 5px 1px;
        height: 38px;
        border: 1px solid #4B55AC;
        color: #fff !important;
    }

        .navbarOrderOnline:hover {
            background: #000;
            transition: 0.5s ease-in-out;
            color: #fff !important;
            border: 1px solid #000;
        }

        .navbarOrderOnline:hover {
            border-radius: 0 !important;
        }

    .NewAndEventsContainer .nav-tabs .nav-item.show .nav-link, .NewAndEventsContainer .nav-tabs .nav-link.active {
        border-color: #ffd86f;
        color: #fff2bb !important;
    }

    /* END : Updated Menu Page */
    /* START : Updated Header */
    .OuterDivHeader {
        flex-direction: column !important;
        padding: 0;
        /* background: #012519f2;*/
    }

        .OuterDivHeader .HeaderAddBar {
            width: 100% !important;
        }

        .OuterDivHeader .webheader {
            /* padding-left: 5% !important;
        padding-right: 5% !important;*/
            /*margin-bottom: 5px;*/
            /*padding-top: 30px;*/
        }

        .OuterDivHeader .HeaderSocialContainer .HeaderSocial {
            width: 100%;
            justify-content: space-around !important;
            background: #fff2bb;
            clip-path: polygon( 2% 0, 100% 0, 100% 100%, 0 100% );
            padding: 5px 0px;
            position: relative;
            padding-left: 50px;
        }

            .OuterDivHeader .HeaderSocialContainer .HeaderSocial .headerAdd {
                filter: brightness(0.2);
                background-position: center;
                background-size: 27px;
            }

            .OuterDivHeader .HeaderSocialContainer .HeaderSocial .divEmail {
                align-items: center !important;
                display: flex;
            }

            .OuterDivHeader .HeaderSocialContainer .HeaderSocial .divPhone .divLinkHeader {
                display: flex;
                height: 100%;
            }

            .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link,
            .OuterDivHeader .HeaderSocialContainer .HeaderSocial .ftrLogin {
                color: #2c3216;
                font-family: josefinSans-SemiBold;
            }

            .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link {
                vertical-align: middle;
                font-size: 14px;
            }

                .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link:hover,
                .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link:active,
                .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link:focus {
                    color: #4e5c18 !important;
                }

        .OuterDivHeader .webheader #navbarTogglerDemo {
            flex-wrap: wrap;
        }

        .OuterDivHeader .webheader #header-top .HeaderAddBar {
            width: 100%;
        }

            .OuterDivHeader .webheader #header-top .HeaderAddBar .HeaderSocialContainer {
                justify-items: end;
            }

        .OuterDivHeader .webheader #header-left {
            justify-content: end;
            margin: 0 !important;
            position: relative;
        }

        .OuterDivHeader .webheader #header-right {
            align-self: end !important;
        }

            .OuterDivHeader .webheader #header-right .navbar-nav.masterPageNavbar {
                justify-content: start !important;
                padding-left: 6%;
            }

    @media (max-width: 576px) {


        #MNavCart .MCartImg {
            width: 85%;
        }


        #MNavCart .cart-item-number {
            height: 18px;
            width: 18px;
        }
    }

    .ordernowbtnheader {
        /* margin-top: 12px;*/
    }

    /* --- Mobile Overlay Container --- */
.overlayMobile {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    /*left: 0;*/
    right: 0;
    background-color: #012519; /* dark overlay background */
    overflow-x: hidden;
    transition: width 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

        /* When menu is opened (use JS to add this) */
        .overlayMobile.open {
            width: 100%;
        }

        /* Close (×) button */
        .overlayMobile .closebtn {
            position: absolute;
            top: 15px;
            right: 25px;
            font-size: 40px;
            text-decoration: none;
            z-index: 10000;
            line-height: 1;
            background: transparent;
            border: none;
        }

    /* Content area inside overlay */
    .overlayMobile-content {
        width: 100%;
        text-align: center;
        overflow-y: auto;
        padding: 0 15px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Menu list */
    .navMob {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .navMob li {
            width: 100%;
            padding: 10px 0;
           /* border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
            align-items: start;
        }

            /* Keep your font color as-is */
            .navMob li a {
                text-decoration: none;
                font-size: 18px;
                display: block;
                width: 100%;
                text-align: left;
                padding-left: 20px;
            }

    /* Social media & login sections */
    .mobileLoginSection,
    .mobileSocialMediaSection {
        justify-content: start;
        /*flex-wrap: wrap;*/
        gap: 15px;
    }

    .MasterPageOrderOnlineBtn a,
    .MasterPageOrderOnlineBtn button {
        width: 100%;
        text-align: center;
    }

    /* --- TOGGLER BUTTON BASE --- */
    .navbar-toggler {
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
    }

    /* --- ICON CONTAINER --- */
    .toggler-icon {
        width: 28px;
        height: 22px;
        position: relative;
        display: inline-block;
    }

        /* --- HAMBURGER BARS --- */
        .toggler-icon span {
            position: absolute;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #fff; /* 🔹 Change this color as needed */
            border-radius: 2px;
            transition: all 0.3s ease;
        }

            /* --- BAR POSITIONS --- */
            .toggler-icon span:nth-child(1) {
                top: 0;
            }

            .toggler-icon span:nth-child(2) {
                top: 9px;
            }

            .toggler-icon span:nth-child(3) {
                top: 18px;
            }

    /* --- ANIMATION (ACTIVE STATE → X SHAPE) --- */
    .navbar-toggler.active .toggler-icon span:nth-child(1) {
        transform: rotate(45deg);
        top: 9px;
    }

    .navbar-toggler.active .toggler-icon span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler.active .toggler-icon span:nth-child(3) {
        transform: rotate(-45deg);
        top: 9px;
    }

    /* Change color when active */
.navbar-toggler.active .toggler-icon span {
    background-color: #eedb8b; /* Cyan when open */
}

    /* Add subtle hover effect */
.navbar-toggler:hover .toggler-icon span {
    background-color: #eedb8b; /* Reddish hover */
}

    .mobilenav {
        /* background: #012519f2;*/
    }

    @media only screen and (max-width: 1199px) {
        .mobilenav {
            flex-direction: row-reverse;
        }
    }

    /* Default: Desktop view — from end (right side) */
    .responsive-offcanvas {
        --bs-offcanvas-width: 400px; /* optional: set width */
        width: 450px;
    }

    .datamenu .MenuItem {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 14px;
        /*height: 140px;*/
        overflow: hidden;
    }

.bottomCart {
    color: #FF5722;
    position: fixed;
    bottom: 0px;
    background-color: #012519;
    border: 2px solid #012519;
    border-left: 0px;
    border-right: 0px;
    border-top: 2px solid #eedb8b;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 5px;
}

        .bottomCart #NavCart {
            margin-top: 4px;
        }

    @media (max-width:991.98px) {

        .cart-item-number {
            background: none;
            height: auto;
            width: auto;
            top: 0px !important;
            color: #fff;
            display: inline-block;
            position: relative;
            font-weight: bold;
            font-size: 18px;
            border: 0px solid #fff;
        }


        #floatingCart {
            display: none !important;
        }


        .bottomCart {
            display: block;
        }


        .Carttext {
            font-size: 18px;
            color: #fff;
        }
    }




    .BusinesshourHome {
        background-image: url("../Images/BusinessImage.png");
    }

    #divHomePageTiming {
        vertical-align: top;
        /* text-align: left; */
        width: 230px;
        padding-top: 2px;
        margin: 0 auto;
        /*position: absolute;*/
    }

    #ClickMeOuter, #divOurStoryOuter, #divTestimonialsOuter, #divBottomWrapper {
        width: 100%;
        float: left;
        padding: 20px 0px;
    }

    @media only screen and (max-width: 1026px) {


        .CommanHeaderText {
            font-size: 30px !important;
        }


        .serviceHeader {
            font-size: 28px !important;
        }
    }

    .CommanHeaderText {
        text-align: left;
        /*text-transform: uppercase;*/
        color: black !important;
        font-family: 'Calibri';
        font-size: 50px;
        padding: 5px 35px 0px 35px;
        margin: 0 auto;
    }

    .divServiceInner {
        padding: 60px 10px 75px 10px;
    }

    .serviceHeader {
        color: #012519;
        font-family: "Cambria-Bold";
        font-weight: bold;
        font-size: 50px;
        /*margin-top:73px;*/
        text-align: center;
        padding: 10px 0 10px 0;
    }

        .serviceHeader p {
            color: #494949;
            font-family: 'Gotham Narrow Medium';
            font-weight: bold;
            font-size: 30px;
        }

    .ServiceBoxWrapper:hover .serviceHeader {
        color: #ebaa29;
    }

    .serviceBorder {
        height: 1px;
        background-color: #012519;
        width: 170px;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .serviceBorder2 {
        height: 1px;
        background-color: #012519;
        width: 215px;
        margin: 0 auto;
    }

    .nopadding {
        /*padding-left: 0 !important;
    padding-right: 0 !important;*/
    }

    /* (END) Home Page Location Indexing */

    #homeReviewText {
    }

    @media (max-width: 750px) {

        #homeReviewText {
            margin-left: -20px;
        }
    }

    .homeReviewDetail {
    }

    #divTestimonialWrapper {
        /*padding: 63px 0px 25px 0px;*/
        width: 100%;
    }

    #divTestimonialWrapperOuter h1 {
        padding: 30px 0px 30px 0px;
    }

    .divTestimonialIcon {
        background: url(../Images/Testimonial_Icon.png) no-repeat;
        height: 67px;
        width: 57px;
        margin: 0 auto;
        margin-top: 27px;
        padding: 7px 156px 0px 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;
    }

    .homeReviewText {
        text-align: center;
        line-height: 1.7;
        /*margin: 0px 0px 0px -40px;*/
        float: none;
    }

    .homeReviewDetail {
        text-align: center;
        /* float: left; */
        margin: 0 auto;
        color: #fff;
        font-size: 20px;
        font-family: Poppins-Regular;
        margin-top: 7px;
        padding: 50px 0px 0px 0px;
    }

    #divTestimonialWrapper .bx-wrapper {
        /* max-width: 1000px !important; */
        position: inherit !important;
        padding: 10px 0px 10px 0px;
    }

        #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;
        }

    /*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;*/
    }

    */

    #divTestimonialWrapper .bx-wrapper .bx-prev {
        /* left: -30px !important; */
        background: url(../Images/TestimonialNextPrivios.jpg) no-repeat 0 -44px !important;
        float: left;
        position: relative;
        height: 40px;
        width: 64px;
        top: 0px;
        left: 348px !important;
        display: none;
    }

    #divTestimonialWrapper .bx-wrapper .bx-prev:hover {
        background: url(../Images/TestimonialNextPrivios.jpg) no-repeat 0px 0px !important;
        display: none;
    }

    #divTestimonialWrapper .bx-wrapper .bx-next {
        /*right: -30px !important;*/
        background: url(../Images/TestimonialNextPrivios.jpg) no-repeat -68px -45px !important;
        float: right;
        position: relative;
        height: 40px;
        width: 64px;
        top: 0px;
        right: 0px;
        display: none;
    }

        #divTestimonialWrapper .bx-wrapper .bx-next:hover {
            background: url(../Images/TestimonialNextPrivios.jpg) no-repeat -68px 0px !important;
            display: none;
        }

    .Galleryimage1:hover {
    }

    .img1:hover, .img2:hover, .img3:hover, .img4:hover, .img5:hover {
        transform: scale(1.05);
        transition: transform 0.8s;
    }

    @media (max-width: 567px) {
        .homeReviewDetail {
            padding: 30px 0px 0px 0px;
        }
    }

    @media (max-width: 450px) {

        .divTestimonialIcon {
            margin: 0 auto;
            margin-top: 25px;
            padding: 7px 116px 0px 0px;
        }
    }

    @media (max-width:767px) {

        .btitle {
            font-size: 25px !important;
            margin-top: 33px;
        }
    }

    @media (max-width:600px) {

        .btitle {
            font-size: 25px;
        }
    }

    @media (max-width:319px) {

        .btitle {
            font-size: 25px;
        }
    }

    /***************New css for homepage service*******************/
    .serviceLink {
        text-decoration: none !important;
        color: #000;
        display: flex;
        height: 100%;
    }

    .divServiceWrapper {
        margin-top: 20px;
    }

    .divService {
        position: relative;
        background: #012519;
        width: 320px;
        margin: 0 auto;
        margin-top: 121px;
        border: 2px solid #000;
        border-radius: 0%;
        border-color: #012519;
    }

    @media (max-width:770px) {

        .divService {
            width: 268px;
        }

        .divAboutInner {
            /* margin-top: 53px !important;*/
        }

        .divmenuInner {
            /* margin-top: 128px !important;*/
        }

        .AppImage {
        }

        .appimg {
            width: 100%;
            margin: 0 auto;
        }

        .serviceWrapperCss {
            margin-left: 0 !important;
        }
    }

    .serviceInnerHeader {
        margin-top: 90px;
        font-size: 32px;
        font-weight: bold;
        font-family: "Cambria-bold";
        color: #fff;
    }

    .divService:hover,
    .divService:hover .serviceInnerIcon {
        background: #262626;
    }

    .serviceInnerText {
        padding: 27px 10px;
        letter-spacing: 1px;
        font-family: "Calibri";
        color: #fff;
        font-size: 17px;
    }

    .divService:hover .serviceInnerText {
    }

    .serviceInnerIcon {
        width: 125px;
        height: 125px;
        margin: 0 auto;
        padding-top: 25px;
        border-radius: 70px;
        background: #012519;
        position: absolute;
        left: 50%;
        top: -55px;
        transform: translate(-50%, 0);
    }

    .serviceInnerIconImg {
        background: url(../Images/HomePage/ServiceIcon.png);
        height: 82px;
        background-repeat: no-repeat;
        width: 93px;
        margin: 0px auto;
    }

    #divServiceTopImageCatering {
        width: 89px;
        background-position: -96px 0px;
    }

    .divService:hover .divServiceTopImageCatering {
        box-shadow: 0 0 0 8px #012519;
        transition: transform 0.8s;
        transform: scale(1.05);
    }

    #divServiceTopImageGift {
        background-position: -185px 0px;
        width: 96px;
    }

    .divService:hover .divServiceTopImageGift {
        box-shadow: 0 0 0 8px #012519;
        transition: transform 0.8s;
        transform: scale(1.05);
    }

    #divServiceTopImageOrder {
        background: url(../Images/HomePage/ServiceIcon.png);
        height: 82px;
        background-repeat: no-repeat;
        width: 93px;
        margin: 0px auto;
    }

    .divService:hover .divServiceTopImageOrder {
        box-shadow: 0 0 0 8px #012519;
        transition: transform 0.8s;
        transform: scale(1.05);
    }

    .serviceInnerButton {
        padding: 0px 0px 40px 0px;
    }

    .serviceBtnLink {
        padding: 13px 49px;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 17px;
        border: 1px solid #fff;
        width: 220px;
        margin: 0px auto;
        font-family: "Calibri";
    }

    .divService:hover .serviceBtnLink {
        /*padding: 13px 49px;*/
        color: #000 !important;
        border: 1px solid #fff;
        background: #fff;
        text-decoration: none !important;
    }

    .serviceheaderSubText {
        font-family: 'Roboto-Medium';
        color: #5a5a5a;
        font-size: 15px;
    }

    @media (max-width:1199px) {
        .divService {
            width: 250px;
            display: flex;
            flex-direction: column;
        }

        .serviceInnerText {
            flex-grow: 1;
        }

        .divServiceTopImageOrder,
        .divServiceTopImageCatering,
        .divServiceTopImageGift {
            height: 140px;
            width: 140px;
        }

        .serviceWrapperCss {
            justify-content: space-between;
        }

        .serviceInnerHeader {
            font-size: 24px;
            margin-top: 70px;
        }

        .serviceInnerText {
            font-size: 14px;
        }

        .serviceBtnLink {
            padding: 9px 20px;
            font-size: 17px;
            width: fit-content;
        }

        .divService:hover .serviceBtnLink {
            /* padding: 13px 24px;
        font-size: 14px;*/
            width: fit-content;
        }

        .divService:hover .serviceInnerHeader {
            /*font-size: 18px;*/
        }

        .serviceInnerIconImg {
            width: 80px !important;
            height: 82px !important;
        }

        .serviceInnerIcon {
            width: 100px;
            height: 100px;
            padding-top: 10px;
        }

        #divServiceTopImageOrder {
            background-size: 235px 64px;
            background-position: left;
        }

        #divServiceTopImageCatering {
            background-size: 241px 70px;
            background-position: center;
        }

        #divServiceTopImageGift {
            background-size: 240px 64px;
            background-position: right;
        }

        .divServiceInner {
            padding: 0px 10px 75px 10px;
        }
    }

    @media (max-width:767px) {
        .serviceInnerHeader {
            margin-top: 50px;
        }
    }

    @media (max-width:568px) {
        .serviceBtnLink {
            padding: 5px 13px;
            font-size: 14px;
        }
    }
    /*******************Start OurMenu Wrapper*********************/
    .divmenuWrapper {
        background: url(../Images/HomePage/MenuBG.png) no-repeat;
        background-size: cover;
        height: 529px;
        position: relative;
    }

    .menuContent {
        width: 615px;
        text-align: left;
        background-color: #fff;
        color: #000;
        position: absolute;
        padding: 20px;
        padding-bottom: 0px;
        bottom: 0px;
        left: 50%;
    }

    .menuContentInner {
        /* padding: 20px; */
        border: 1px solid #999;
        /* border: 2px saddlebrown; */
        padding: 20px;
    }

    .divmenuInner {
        padding: 50px 10px;
    }

    .menuText {
        padding: 0px 0px 25px 0px;
        line-height: 30px;
        width: 100%;
    }

    .menuHeader {
        font-size: 35px;
        font-family: "cambria-Bold";
        color: #012519;
        padding: 10px 0px 20px 0px;
    }

    a.menuBtnLink {
        text-decoration: none;
        color: #012519;
        border: 1px solid #012519;
        padding: 10px 25px;
    }

        a.menuBtnLink:hover {
            text-decoration: none;
            color: #fff !important;
            border-color: #012519;
            background-color: #012519;
        }

    .menuButton {
        margin: 15px 0px 25px 0px;
    }

    @media (max-width:1300px) {
        .menuContent {
            transform: translate(-50%,0);
        }
    }

    @media (max-width:730px) {
        .menuContent {
            width: 80%;
        }
    }

    @media (max-width:450px) {
        .menuHeader {
            font-size: 30px;
        }

        .menuText {
            padding: 0px 0px 25px 0px;
            line-height: 25px;
            width: 100%;
        }
    }
    /*******************End OurMenu Wrapper*********************/
    /******************End of welcome section***************/
    .defaultaspx .Galleryimage .img-fluid {
        padding: 5px;
        background-color: #fff;
    }

    .divAboutInnerImage {
        background: url(../Images/aboutImage.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 600px;
    }

    .divAboutWrapper {
        background-color: #262626;
    }

    .aboutContent {
        /*padding: 60px 0px 50px 0px;*/
        text-align: left;
        margin-left: 100px;
        line-height: 30px;
        color: #000;
    }

    .aboutHeadingMini {
        font-size: 17px;
        font-style: italic;
        padding-top: 20px;
    }

    .aboutHeading {
        font-size: 22px;
        font-weight: bold;
        padding: 10px 0px 10px 0px;
        line-height: 56px;
        font-family: "Calibri";
        color: #fff;
        font-style: italic;
    }

    .aboutText {
        padding: 20px 0px 75px 0px;
        font-family: "Calibri";
        line-height: 30px;
        font-size: 17px;
        text-align: justify;
        color: #fff;
    }

    .discover {
        font-size: 44px;
        font-weight: 200;
        /*margin-top: 11px;*/
        font-family: "Cambria-Bold";
        font-style: normal;
    }

    .aboutBtnLink {
        padding: 12px 48px;
        background-color: transparent;
        color: white !important;
        text-decoration: none !important;
        font-size: 20px;
        border: 1px solid #fff;
        font-family: 'Calibri';
    }

        .aboutBtnLink:hover {
            padding: 12px 48px;
            background-color: white;
            color: #000 !important;
            text-decoration: none !important;
            font-size: 20px;
            border: 1px solid #fff;
            font-family: 'Calibri';
        }

    @media (max-width:1425px) {

        .aboutContent {
            padding: 45px 0px 50px 0px;
            width: 100%;
        }
    }

    @media (max-width:1130px) {


        .aboutContent {
            /* margin-left: 100%;*/
        }
    }

    @media (max-width:991px) {

        .aboutContent {
            margin: 0 20%;
        }

        .discover {
            font-size: 40px;
            margin-top: 20px;
        }

        .aboutHeading {
            font-size: 24px;
            line-height: 1;
        }

        .discover {
            font-size: 24px;
        }

        .aboutText {
            font-size: 14px;
        }

        .aboutBtnLink {
            padding: 10px 30px;
            font-size: 16px;
        }
    }

    @media (max-width:767px) {

        .aboutContent {
            margin: 0 auto;
        }

        .aboutHeading {
            font-size: 24px;
            line-height: 1;
            text-align: center;
        }

        .discover {
            font-size: 36px;
            margin-top: 20px;
        }

        .aboutText {
            font-size: 14px;
            text-align: justify;
            max-width: 400px;
            margin: 0 auto;
            padding-bottom: 10px;
        }

        .aboutBtnLink {
            padding: 10px 30px;
            font-size: 16px;
        }

        .aboutBtn {
            width: fit-content;
            margin: 0 auto;
        }

        .divAboutInnerImage {
            height: 400px;
        }
    }

    @media (max-width:525px) {

        .aboutContent {
            width: 100%;
        }



        .AppInner {
            margin-bottom: 19px;
        }

        .aboutText {
            font-size: 16px;
            line-height: 23px;
            max-width: 300px;
        }
    }

    @media (max-width:450px) {

        .aboutContent {
            width: 100%;
        }



        .aboutHeading {
            /* font-size: 37px;*/
        }


        .aboutText {
            font-size: 14px;
            line-height: 28px;
            word-spacing: -1px;
        }
    }

    .divmenuInnerstyle {
        background-color: #ffffff99;
        display: flex;
        flex-wrap: wrap;
    }


    .divAboutInnerSideImg {
        position: absolute;
    }

    .BusinesshourHome {
        /* margin-top: 47px;*/
    }

    .btitle {
        font-size: 35px;
        color: white;
        padding-top: 15px;
    }

    @media (max-width:450px) {


        .defaultaspx #homeReviewText {
        }
    }

    .divServiceWrapper .serviceWrapperCss a:focus, a:hover {
        color: #fff !important;
    }





    @media (max-width:991px) {
        .divAboutInnerSideImg1 img,
        .divAboutInnerSideImg img {
            width: 150px;
        }
    }

    @media (max-width:568px) {
        .divAboutInnerSideImg {
            display: none;
        }

        .divAboutInnerSideImg1 {
            display: none;
        }
    }




    /* End :  MNC CSS */
    /* End: For BEL*/

    /*jpr start*/

@media (max-width:1399px) {
    .divHeaderLogo img {
        top: 0px;
        width: 100%;
    }
    .divHeaderLogo {
        height: auto;
    }
}


    .btn-style-one {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
        letter-spacing: 1px;
        font-weight: 700;
        padding: 10px 36px;
        font-size: var(--font-12);
        background: #fceca4;
        border: 2px solid #fceca4;
        border-radius: 0px;
        overflow: hidden;
        transition: all 0.3s ease 0s;
        font-family: 'Poppins-Regular';
    }

        .btn-style-one .btn-wrap {
            position: relative;
            z-index: 1;
            float: left;
            overflow: hidden;
            display: inline-block;
        }

        .btn-style-one::before {
            -webkit-transition-duration: 800ms;
            transition-duration: 800ms;
            position: absolute;
            width: 200%;
            height: 200%;
            content: "";
            top: -201%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            border-radius: 50%;
            z-index: 1;
            background: #000000;
        }

        .btn-style-one .btn-wrap .text-one {
            position: relative;
            display: block;
            color: #000000;
            transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

        .btn-style-one .btn-wrap .text-two {
            position: absolute;
            top: 100%;
            display: block;
            color: #ffffff;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .btn-style-one:hover::before {
            top: -40%;
        }

        .btn-style-one:hover .btn-wrap .text-one:first-child {
            -webkit-transform: translateY(-150%);
            -ms-transform: translateY(-150%);
            transform: translateY(-150%);
        }

        .btn-style-one:hover .btn-wrap .text-two {
            color: #ffffff;
        }

        .btn-style-one:hover .btn-wrap .text-two {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }


    .rowHeaderContact, .rowHeaderLogo {
        padding: 8px 30px !important;
        color: #ffffff;
        font-family: 'Poppins-Regular';
        font-size: 13px;
        border-bottom: 1px solid #5A4C3A;
    }

    @media (max-width:991px) {
        .rowHeaderContactInner {
            flex-direction: column;
            gap: 5px;
        }
    }

    /* START:  JPR SERVICE */
#ServicesOuterWrapper {
    background: #012519;
    padding: 50px 0;
    font-family: 'Forum-Regular';
    position: relative;
}

#IngrImage1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15vw;

}

#IngrImage2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 8vw;
}

#IngrImage3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9vw;
}

.title-box {
    margin-bottom: -112px;
    color: #ffffff;
}

    .title-box h2 {
        font-size: clamp(36px, 3vw, 50px);
        color: #eedb8b;
    }

    .title-box .text {
        max-width: 350px;
        margin: 0 auto;
        font-size: 17px;
    }

.serviceBlock {
    padding: 0px 40px !important;
    transition: 0.5s all;
    text-align: center;
}

    .serviceBlock.Block2 {
        margin-top: 160px;
    }

.ServiceBlockTitle {
    color: #eedb8b;
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
}

.button_service {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

a.button_service::before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -10px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #fceca4;
    border-top: 1px solid #fceca4;
}

a.button_service:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

a.button_service:hover {
    color: #ffffff;
}
#IngrImage1 img, #IngrImage2 img, #IngrImage3 img {
    filter: sepia(5) saturate(2) brightness(2.5) hue-rotate(20deg);
}
/*#region floating img*/
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}
/*#endregion floating*/
/* Shine */
.serviceBlock figure {
    position: relative;
}

    .serviceBlock figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .serviceBlock figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

.serviceBlock:hover figure::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.serviceBlock img {
    transition: all 500ms ease;
}

.serviceBlock:hover img {
    transform: scale(1.04, 1.04);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

figure {
    width: 300px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
/*end shine*/
@media screen and (max-width: 1199px) {
    .title-box {
        margin-bottom: 0;
    }
    .serviceBlock.Block2 {
        margin-top: 50px;
    }
    .serviceBlock {
        margin-top: 50px;
    }
}
@media screen and (max-width: 568px) {
    .serviceBlock {
        padding: 0px !important;
    }
}

/* Strat : PARTNERS SECTION */
.PartnerTextHolder {
    color: #eedb8b;
    font-size: 32px;
}

.PartnerImageHolder {
    overflow-x: hidden;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.PartnerSlide {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .PartnerSlide img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        transform: scale(1) !important;
    }

.partnerSection {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
    background: #012519;
}

.partnerHolder {
    background: #012519;
}

.swiper-button-prev {
    margin-left: -10px !important;
    color: #fceca4 !important;
}

.swiper-button-next {
    margin-right: -10px;
    color: #fceca4 !important;
}

@media (max-width: 767px) {
    .PartnerSlide {
        justify-content: center;
    }

        .PartnerSlide img {
            margin: 0 auto;
            display: block;
        }
}

@media (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: flex;
        color: #fceca4 !important;
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev {
        /*left: 18% !important;*/
    }

    .swiper-button-next {
       /* right: 18% !important;*/
    }

        .swiper-button-prev::after,
        .swiper-button-next::after {
            font-size: 20px;
        }

    .pRow {
        display: block !important;
    }
    .partnerContainer {
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    

    .swiper-button-prev {
        left: 10% !important;
    }

    .swiper-button-next {
         right: 10% !important;
    }

       
}

.swiper-wrapper {
    text-align: center;
}
.swiper-pagination-bullet {
    background: #000;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
    height: 40px !important;
    width: 15px !important;
}

.swiper-button-prev {
    margin-left: -4px !important;
}

.swiper-button-next {
    margin-right: -3px !important;
}
/* End : PARTNERS SECTION */
/* Start of Welcome Wrapper */
#WelcomeOuterWrapper {
    background: #eedb8b;
    padding: 80px 0;
    position: relative;
    font-family: 'Forum-Regular';
}

.welcomeTitle {
    color: #012519;
}

#welcomeText {
    color: #000;
    font-size: 54px;
    font-size: clamp(40px, 3vw, 54px);
    text-align: center;
}

#WelcomeBtn {
    padding: 20px;
    display: inline-block;
    text-align: center;
}

#WelcomeDesc {
    padding: 1rem 0;
    color: #000;
    font-size: 16px;
}
.btn-style-two {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: capitalize;
    color: #eedb8b;
    background: #012519;
    padding: 11px 45px;
    font-size: 17px;
    border: 2px solid #fceca4;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

    .btn-style-two .btn-wrap {
        position: relative;
        z-index: 1;
        float: left;
        overflow: hidden;
        display: inline-block;
        font-family: 'Forum-Regular';
    }

    .btn-style-two::before {
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        width: 200%;
        height: 200%;
        content: "";
        top: -200%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: 1;
        background: #fceca4;
    }

    .btn-style-two .btn-wrap .text-one {
        position: relative;
        display: block;
        color: #fceca4;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .btn-style-two .btn-wrap .text-two {
        position: absolute;
        top: 100%;
        display: block;
        color: #000000;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-style-two:hover::before {
        top: -40%;
    }

    .btn-style-two:hover {
        border: 1px solid black !important;
    }

        .btn-style-two:hover .btn-wrap .text-one:first-child {
            -webkit-transform: translateY(-150%);
            -ms-transform: translateY(-150%);
            transform: translateY(-150%);
        }

        .btn-style-two:hover .btn-wrap .text-two {
            color: #000000;
        }

        .btn-style-two:hover .btn-wrap .text-two {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
/*end button 2*/
@media (max-width:1199px) {
    #WelcomeOuterWrapper {
        padding: 50px 0;
    }
}
@media (max-width:991px) {
    #WelcomeOuterWrapper img {
        padding-top: 20px;
    }
}
/* End of Welcome Wrapper */

/* Start of Singers section */
.card {
    border: 1px solid #fceca4;
    padding: 8px 15px 8px 19px;
    background: #83f3ce1a;
    overflow: hidden;
}

    .card:hover {
        transition: 0.5s ease-in-out;
        background: #7cffd463;
    }

        .card:hover .nowrap-scroll {
            -webkit-line-clamp: unset;
            overflow: visible;
        }

.Card-img img {
    display: flex;
    border-radius: 50%;
    transition: none;
    border: 3px solid #EEDB8B;
    object-fit: cover;
}

.Card-content {
    margin: 15px 0 15px 0;
}

.SingerName {
    color: #eedb8b;
    font-size: clamp(18px,4vw,16px);
    font-weight: bold;
}

.nowrap-scroll {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: start;
    -webkit-line-clamp: 2;
    color: #eedb8b;
    overflow: hidden;
    width: 100%;
}

.card {
    border: 0px solid #fceca4;
    padding: 8px 15px 8px 20px;
    background: #83f3ce1a;
    height: 280px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    border-radius: 10px
}

    .card:hover {
        background: #7cffd463;
    }

.Card-img,
.SingerName {
    transition: 0.4s ease;
}

.card:hover .Card-img,
.card:hover .SingerName {
    opacity: 0;
    transform: rotateY(90deg);
}

.Card-end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #eedb8b;
    opacity: 0;
    transform: rotateY(-90deg);
    transition: 0.5s ease;
    overflow-y: auto;
}

.card:hover .Card-end {
    opacity: 1;
    transform: rotateY(0deg);
}

.Card-end::-webkit-scrollbar {
    width: 4px;
}

.Card-end::-webkit-scrollbar-thumb {
    background: #eedb8b;
    border-radius: 10px;
}
@media (max-width:1199px) {
    .PartnerImageHolderSinger {
        padding-left: 3%;
        padding-right: 3%;
    }
}
@media (max-width:991px) {
    .PartnerImageHolderSinger {
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media (max-width:767px) {
    .ourartistsText {
       margin-top:20px;
    }
}

/*#region Category*/
#CategoryOuterWrapper {
    background: #012519;
    padding: 5rem 0;
    font-family: 'Forum-Regular';
    position: relative;
}

#FaqInnerWrapper {
    background: #012519 !important;
}

.HomeMenuCategoryClass {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.HomeMenuCategoryOutterClass {
    display: flex;
    flex-direction: column;
    /*height: 558px;*/
    height: 100%;
}

.MenuPageLink.top {
    align-self: flex-start;
}

.MenuPageLink.middle {
    margin-bottom: auto;
    margin-top: auto;
}
.MenuPageLink.top,
.MenuPageLink.middle,
.MenuPageLink.bottom {
    text-decoration: none;
}
    .MenuPageLink:hover .CategoryImageBox {
        background: #fceca4;
    }

.MenuPageLink:hover #CategoryImageBox1 {
    background-position: 0px -69px;
}

.MenuPageLink:hover #CategoryImageBox2 {
    background-position: -71px -69px;
}

.MenuPageLink:hover #CategoryImageBox3 {
    background-position: -141px -69px;
}

.CategoryImageBox {
    border: 1px solid #fceca4;
    padding: 16px 12px;
}

#CategoryImageBox1 {
    width: 70px;
    height: 65px;
    background: url(../Images/HomePage/Services.png) no-repeat;
    transition: 0.4s all;
    background-position: 0px 0px;
    margin: 12px 6px;
}

#CategoryImageBox2 {
    width: 70px;
    height: 65px;
    background: url(../Images/HomePage/Services.png) no-repeat;
    transition: 0.4s all;
    background-position: -71px 0px;
    margin: 12px 6px;
}

#CategoryImageBox3 {
    width: 70px;
    height: 65px;
    background: url(../Images/HomePage/Services.png) no-repeat;
    transition: 0.4s all;
    background-position: -141px 0px;
    margin: 12px 6px;
}

.CategoryName {
    font-size: 28px;
    text-align: left;
    transition: 0.4s all;
    margin-top: 0;
    color: #fceca4;
}

.CategoryDesc {
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    display: flex;
}

    .CategoryDesc ul {
        display: flex;
        flex-direction: column;
    }
.CategoryDescBox {
    padding: 0 15px;
}
@media (max-width:1199px) {
    .CategoryImg {
        width: 100%;
    }
}
@media (max-width:991px) {
    .HomeMenuCategoryOutterClass {
        height: 450px;
    }
    #CategoryOuterWrapper {
        padding: 50px 0;
    }
    .MenuPageLink.top {
        margin-top: 30px;
    }
}
/*#endregion*/
#TestimonialSection {
}

#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 #db1f14 !important;*/
    background: transparent !important;
    margin-bottom: 0px !important;
    width: 100%;
    height: auto !important;
}


#divTestimonialWrapper {
    /*padding: 32px 0px 0px 0px;*/
    width: 100%;
    position: relative;
}

.divTestimonialIcon {
    background: url(../Images/Quote.png) no-repeat;
    height: 106px;
    border-radius: 100%;
    background-position: center center;
    width: 118px;
    margin: 0px auto;
    margin-left: 46px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 3;
}

#testimonialBox1 .divTestimonialIcon {
    margin-left: auto;
}

#divTestimonialWrapper .bx-wrapper {
    max-width: 1000px !important;
    position: inherit !important;
    padding: 0px 0px 0px 0px;
}

.bx-wrapper .bx-viewport {
    left: 0px !important;
    /*height: 233px !important;*/
    /*overflow-y: scroll !important;*/
}

#divTestimonialInnerWrapper1 {
    background: url(../Images/HomePage/Testimonial.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#TestimonialBlockxyz {
   /* width: 100%;*/
}

#homeReviewText {
    font-family: 'Forum-Regular' !important;
    font-size: 18px;
    text-align: center;
    position: relative;
}

span.dblTestimonialquotes {
    font-size: 65px;
    height: 25px;
    text-align: center;
    display: inline-block;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #db1f14;
    transform: translateY(24px);
    display: none;
}

    span.dblTestimonialquotes:nth-child(2) {
        transform: translateY(35px) !important;
    }

.homeReviewDetail {
    text-align: center;
    width: 100%;
    padding: 3px 19px 20px 0px;
    color: #fceca4;
    /*font-size: 20px;*/
}

#divTestimonialsOuter .bx-viewport .bxslider li, #divTestimonialsOuter .bx-viewport .bxslider2 li {
    /*height: 193px !important;*/
    left: 0;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
    padding: 0px 0px 9px 0px;
}

div#divTestimonialInnerWrapper2 {
    position: relative;
}

#divTestimonialOutterWrapper {
    position: relative;
}


#testiHeading {
    margin-bottom: 4% !important;
}

.CommanHeaderTextPara {
    color: #312f2f;
    text-align: center;
    font-family: 'Forum-Regular';
}
@media (max-width:1024px) {
    #divTestimonialsOuter .bx-viewport .bxslider li {
        /*width: 100% !important;*/
    }
    .bxslider {
        /*width: 100% !important;*/
        /*max-width: 100%;*/
    }
}

/*region faq*/


#FaqWrapperOuter {
    padding: 6vw 0;
    display: flex;
    background: #eedb8b;
}

#FaqWrapper {
    /*background: #161513;*/
    margin-top: -13rem !important;
    z-index: 9;
}

.accordion-item {
    border-radius: 0px !important;
    border: 1px solid #fceca4 !important;
    background: transparent;
}

.accordion-button {
    background: #012519 !important;
    color: #ffffff !important;
    text-align: left;
    box-shadow: none !important;
}

    .accordion-button:not(.collapsed) {
        background: #012519 !important;
        color: #fff !important;
    }

    .accordion-button::after {
        filter: invert(1);
    }

.accordion-body {
    background-color: #eedb8c;
    color: #012519;
    text-align: left;
}

#faqsTitle {
    text-align: left;
    padding-left: 14px;
    color: #fceca4;
    font-family: 'Forum-Regular';
}

    #faqsTitle h3 {
        font-size: 34px;
    }

#FaqInnerWrapper {
    padding: 40px;
    border: 2px solid #eedb8c;
}
@media (max-width:991px) {
    #FaqInnerWrapper {
        padding: 40px;
    }
}
@media (max-width:576px) {
    #FaqWrapperOuter {
        padding-bottom: 0px;
    }
}
/*end region*/
.service-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 1;
}

    .service-icons a {
        display: block;
        margin: 10px 0;
        text-align: center;
        padding: 10px;
        color: white;
        background-color: #5A4C3A;
        text-decoration: none;
        border: 1px solid #fceca4;
        transition: background-color 0.3s ease;
        position: relative;
    }

        .service-icons a:hover {
            background-color: #000000;
        }

        .service-icons a .tooltip {
            visibility: hidden;
            width: 140px;
            background-color: black;
            color: #fceca4;
            font-family: 'Poppins-Regular';
            font-size: 14px;
            text-align: center;
            border-radius: 6px;
            padding: 5px 0;
            position: absolute;
            right: 100%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0;
            transition: opacity 0.3s ease;
            margin-right: 10px;
        }

        .service-icons a:hover .tooltip {
            visibility: visible;
            opacity: 1;
        }

#GoogleReview {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 100;
}

#ReviewIcon {
    background: url(../Images/HomePage/ReviewIcon.png) no-repeat;
    width: 87px;
    height: 87px;
    display: block;
}
@media (max-width:576px) {
    #GoogleReview {
        top: 65%;
    }
}


.HomePage {
    overflow:hidden;
}
@media (max-width:375px) {
    .headercontact2 {
        flex-direction: column;
        gap: 5px;
    }
    .HeaderIconAddress {
        text-align:left !important;
    }
}
/* END:  JPR SERVICE */
    /*JPR End*/