body {
    font-family: "Mulish", sans-serif;
    background: #F0F0F0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: "Aboreto", system-ui;
}

p {
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #401B41;
}

.menu__content a {
    color: #401b3e;
    font-weight: 500;
}

.menutop__text a:hover {
    color: #978985;
}


.container,
.container-fluid {
    padding: 0px 15px;
}

@font-face {
    font-family: "Waiting on the Bridge";
    src: url(../fonts/Waiting-on-the-Bridge.woff) format(woff);
}

/* Sticky Header */
.main_header {
    position: sticky;
    top: 0px;
    width: 100%;
    background: #FFF;
    z-index: 999;
    padding: 26px 0px;
}

.cater__navbar {
    max-width: 1820px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Menu */
.menu__list {
    display: flex;
    align-items: center;
    gap: 50px;
}

.menu__list li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #333;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.menu__list li a:hover {
    color: #650F26;
}

/* Dropdown */
.dropdown__menu {
    position: absolute;
    top: 120%;
    left: 0;

    min-width: 220px;
    background: #fff;
    border-radius: 10px;
    padding: 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    list-style: none;
}

/* Dropdown Items */
.dropdown__menu li {
    width: 100%;
}

.dropdown__menu li a {
    display: block;
    padding: 12px 20px;
    transition: 0.3s;
}

.dropdown__menu li a:hover {
    background: #f5f5f5;
    color: #7b1032;
}

/* Desktop Hover */
.menu__dropdown:hover .dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Right Side */
.shopping_cart {
    display: flex;
    align-items: center;
    gap: 40px;
}

.login__btn {
    display: flex;
    width: 166px;
    justify-content: center;
    align-items: center;
    background: #470C1C;
    border: none;
    padding: 13px 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    color: #FFF;
    transition: 0.3s ease-in-out;
}

.login__btn:hover {
    background: #650F26;
}

/* Mobile Menu Button */
.menu__toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
@media (max-width: 1600px){
    .we__cater_for_item p {
        padding: 0px 10px;
    }
}
@media (max-width: 1200px) {
    .main_header {
        padding: 20px 0px;
    }

    .cater_logo img {
        max-width: 200px;
    }

    .menu__list {
        gap: 30px;
    }

    .menu__list li a {
        font-size: 14px;
    }

    .shopping_cart {
        gap: 20px;
    }
}

/* Responsive */
@media(max-width:991px) {
    .cater_logo img {
        max-width: 170px;
    }

    .menu__toggle {
        display: block;
    }

    /* Mobile Menu Animation */
    .caternav__menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;

        max-height: 0;
        overflow: hidden;

        opacity: 0;
        visibility: hidden;

        transition: all 0.4s ease;
    }

    .caternav__menu.active {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        padding: 20px 15px;
    }

    .menu__list {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .shopping_cart {
        gap: 20px;
    }

    .caternav__menu.active {
        display: block;
    }

    .login__btn {
        width: 140px;
        padding: 10px 5px;
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .cater_logo img {
        max-width: 150px;
    }

    .login__btn {
        width: 125px;
        padding: 8px 5px;
        font-size: 12px;
    }

    .cart_icon img {
        max-width: 24px;
    }
}

@media(max-width:390px) {
    .cater_logo img {
        max-width: 120px;
    }

    .login__btn {
        width: 105px;
        padding: 8px 5px;
        font-size: 10px;
    }
}

/* Banner Slider CSS */
section.caterbanner__section {
    position: relative;
}

.caterbanner__section .carousel-item {
    height: 750px;
}

.caterbanner__section .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.caterbanner__section .carousel-control-prev {
    border-radius: 40px;
    border: 2px solid #401B41;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    padding: 8px 8px 9px 7px;
    opacity: 1;
}

.caterbanner__section .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23401B41'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.caterbanner__section .carousel-control-next {
    border-radius: 40px;
    border: 2px solid #FFF;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    padding: 8px 7px 9px 8px;
    opacity: 1;
}

.caterbanner__section .carousel-caption {
    width: 100%;
    /* background-image: url(../images/banner-bg-vector.webp); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 62% 100%;
    left: 0px;
    bottom: 0px;
    right: unset;
    text-align: start;
    padding: 0px 145px;
    height: 100%;
}

.banner__content {
    max-width: 1820px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.banner_slider_text {
    max-width: 540px;
}

.banner_slider_text h1 {
    font-family: "Waiting on the Bridge";
    font-size: 110px;
    font-style: normal;
    font-weight: 400;
    line-height: 130px;
    color: #470C1C;
}

.banner_slider_text p {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    color: #333;
    margin-top: 20px;
}

.banner_slider_btn {
    gap: 40px;
    margin-top: 48px;
}

.banner_slider_btn a {
    background: #470C1C;
    border-radius: 5px;
    padding: 12.5px 19px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    transition: 0.4s ease-in-out;
    border: 1px solid #470C1C;
}

.banner_slider_btn a:hover {
    color: #470C1C;
    background: transparent !important;
    /* background: #650F26; */
}

.banner_slider_btn img {
    width: unset !important;
}

@media (min-width: 2300px) {
    .caterbanner__section .carousel-caption {
        height: 900px;
    }
}

/* Explore Our Menu CSS */
.explore___ourmenu {
    position: relative;
    padding: 100px 0px;
}

.explorevector_image1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.explorevector_image2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.explorevector_image3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.explore___ourmenu .container {
    position: relative;
    z-index: 1;
}

.explore___ourmenu .row {
    --bs-gutter-x: 30px;
}

.ourmenu_grid {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ourmenu_colunm1 {
    width: 27%;
}

.ourmenu_colunm2 {
    width: 71%;
}

.explore___ourtext h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    color: #470C1C;
    max-width: 280px;
}

.explore___ourtext p {
    margin-top: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.explore___ourimage {
    position: relative;
}

.explore___ourimage:not(:first-child) {
    margin-top: 30px;
}

.explore___ourimage img {
    width: 100%;
    border-radius: 10px;
}

.explore___ourimage p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #FFF;
}

/* Why CaterSage CSS */
.why__catersage {
    position: relative;
    background-color: #470C1C;
}

.why__catersage::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/why-catersage-bg.webp); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 20%;
}

.why__catersage_content {
    max-width: 1390px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.catersage_title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    color: #FFFFFF;
    padding: 40px 0px;
}

.catersage_title p {
    max-width: 930px;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.catersage_service {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.25);
    padding: 50px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    bottom: -70px;
}

.catersage_service_item h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #401B41;
    margin: 40px 0px 20px;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.catersage_service_item p {
    margin: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #333;
    max-width: 250px;
}

/* We Cater For */
.we__cater_for .container,
.why__catersage .container-fluid {
    overflow: unset;
}

.we__cater_for {
    background: #FFF;
    position: relative;
    padding: 170px 0px 250px;
    overflow: hidden;
}

.we__cater_for_vectore1 {
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 0;
}

.we__cater_for_vectore2 {
    position: absolute;
    top: -120px;
    right: 0px;
    z-index: 0;
}

.we__cater_for_content {
    margin-left: -40px;
    margin-right: -19%;
    position: relative;
    z-index: 1;
}

.we__cater_fortitle {
    max-width: 370px;
    margin-bottom: -48px;
}

.we__cater_fortitle h2 {
    color: #470C1C;
    font-family: "Aboreto", system-ui;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 30px;
}

.we__cater_fortitle a {
    display: inline-flex;
    padding: 13px 22px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #470C1C;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    transition: 0.4s ease-in-out;
    border: 1px solid #470C1C;
}

.we__cater_fortitle a:hover {
    /* background: #650F26; */
    color: #470C1C;
     background: transparent !important;
}

.we__cater_forgrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    padding-left: 60px;
}

.we__cater_for_item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 531px;
    transform: skew(-10deg) !important;
}

.we__cater_for_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background: rgba(0, 0, 0, 0.2); */
    pointer-events: none;
}

.we__cater_for_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#corporate__events {
    top: 90px;
    margin-right: 20px;
}

#conferences__exhibitions {
    top: -70px;
    margin-left: 20px;
    right: -10px;
}

#government__institutional {
    top: 50px;
    margin-right: 10px;
    margin-left: 10px;
}

#largescale__buffet {
    top: 140px;
    left: -15px;
    margin-right: 10px;
    margin-left: 10px;
}

#executive__dining {
    top: 0px;
    margin-left: 20px;
}

.we__cater_for_item p {
    width: 240px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
    color: #FFF;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    z-index: 1;
    /* background-color: #470c1c;
    padding: 5px;
    border-radius: 5px; */
}

.we__cater_for_item:nth-child(4) p {
    width: 170px;
/*     color: #333333; */
}

/*  */
.speak_ourteam {
    position: relative;
    padding: 116px 0px 87px;
    /* background-image: url(../images/speak-our-team-bg.webp); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.speak_ourteam_text h2 {
    margin-bottom: 80px;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    color: #470C1C;
}

.speak_ourteam_text a {
    display: inline-block;
    border: 1px solid #470C1C;
    border-radius: 5px;
    padding: 12px 33px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
    background: #470C1C;
    color: #FFF;
}

.speak_ourteam_text a:hover {
    color: #470C1C;
    background: transparent !important;
}

/* Notification and WhatsApp CSS */
.floating-wrapper {
    position: fixed;
    bottom: 10%;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 99;
}

.floating-wrapper button {
    background: transparent;
    padding: 0px;
    border: 0px;
    transition: 0.3s ease-in-out;
}

.floating-wrapper button:hover {
    transform: scale(1.05);
}

/* Back To Top Button CSS */
#backToTop {
    position: absolute;
    bottom: 110px;
    right: 15%;
    z-index: 9;
    display: none;
    border-radius: 24px;
    border: 1.5px solid #FFF;
    line-height: 0px;
    padding: 0px 0px 2px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: 0.4s ease-in-out;
}

#backToTop:hover {
    border-color: #911C3C;
    background: #911C3C;
}

/* Start Footer CSS */

.footer {
    position: relative;
    background: #470C1C;
    padding: 66px 0px 122px;
}

.footer_lefttext {
    position: relative;
}

.footer_logo {
    max-width: 266px;
    margin-bottom: 26px;
}

.ft__contact_list li:not(:last-child) {
    margin-bottom: 20px;
}

.ft__contact_list li,
.ft__contact_list li a {
    display: flex;
    gap: 10px;
    align-items: start;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.ft__contact_list li a:hover {
    color: #978985 !important;
}

.ft__contact_list li svg,
.ft__contact_list li a svg {
    width: 24px;
}

.catersocial_icons {
    margin-top: 28px;
}

.catersocial_icons a {
    color: #fff;
    margin-right: 18px;
    font-size: 18px;
    transition: 0.3s;
}

.catersocial_icons a:hover {
    color: #978985 !important;
}

.footer__links {
    display: flex;
    /* gap: 24px; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__column h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    font-family: "mulish", sans-serif;
    margin-bottom: 17px;
}

.footer__column_list {
    display: flex;
    gap: 0px 30px;
}

.footer__column ul li a,
.footer__column2 ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.footer__column ul li a:hover,
.footer__column2 ul li a:hover {
    color: #978985 !important;
}

.footer__column ul li a:hover {
    color: #978985 !important;
}

.footer__column ul li:not(:last-child),
.footer__column2 ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer__column2 ul li a {
    font-family: "mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}



.footer-bottom {
    background: #FFF;
    text-align: center;
    padding: 22px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #333;
}


/* Breadcrumb Satrt  */
.breadcrumb_cater {
    background-color: #470C1C;
    padding: 120px 0 50px 0;
}

.breadcrumb_cater h1 {
    color: #FFF;
    text-align: center;
    font-family: "Judson", serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.breadcrumb_container {
    text-align: center;
}

.breadcrumb_container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 10px;
    padding-top: 15px;
}

.breadcrumb_container ul li a,
.breadcrumb_container ul li {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.breadcrumb_container ul li a:hover {
    color: #978985 !important;
}

.breadcrumb_container ul li {
    position: relative;
}

.breadcrumb_container ul li::after {
    /* content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 100px;
    display: inline-block;
    margin-left: 10px; */
}

/* Last link ke baad dot remove */
.breadcrumb_container ul li:last-child::after {
    display: none;
}

/* Breadcrumb End */

/* Menu Page CSS */
.menu__secrtion {
    position: relative;
    padding: 48px 0px 100px;
    overflow: hidden;
}

.menu_page_vector1 {
    position: absolute;
    top: -260px;
    left: -4%;
    z-index: -1;
}

.menu_page_vector2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.menu_page_vector3 {
    position: absolute;
    top: -8%;
    right: -2%;
    z-index: -1;
}

.menu__secrtion .container {
    position: relative;
    z-index: 1;
}

.menutop__text p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.menutop__text p:not(:empty) {
    margin-bottom: 10px;
}

.menu__title {
    text-align: center;
    margin: 30px 0px 35px;
}

.menu__title h3 {
    font-family: "Judson", serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    color: #470C1C;
    margin-bottom: 7px;
}

a.download_menu_btn {
    display: inline-block;
    padding: 13px 15.24px;
    border-radius: 5px;
    background: #470C1C;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s ease-in-out;
    border: 1px solid #470C1C;
}
a.download_menu_btn:hover {
    color: #470C1C;
    background: transparent !important;
}

/* .menu__title span {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    transition: 0.4s ease-in-out;
}

.menu__title span:hover {
    color: #470C1C;
    font-weight: 500;
} */

.menu__cart_image span {
    color: #470C1C;
    font-family: "Judson", serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
    display: block;
}

.menu__cart_image img {
    width: 100%;
    border-radius: 10px;
    min-height: 299px;
    min-width: 100%;
    object-fit: cover;
}

.menu__cart_text {
    margin-top: 26px;
}

.menu__cart_text h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
}

.menu__cart_text p {
    max-width: 250px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px auto 30px;
}

.menu__cart_text a {
    display: inline-block;
    padding: 13px 15.24px;
    border-radius: 5px;
    background: #470C1C;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s ease-in-out;
    border: 1px solid #470C1C;
}

.menu__cart_text a:hover {
    color: #470C1C;
    background: transparent !important;
    /* background: #650F26; */
}

/* Lavender Page CSS */

.lavender__secrtion {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.lavender__secrtion .container {
    position: relative;
    z-index: 1;
    margin-top: 130px;
}

.checkout-wrapper {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: auto;
    padding: 35px 0px 16px;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.steps::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    border-radius: 5px;
    width: 100%;
    height: 2px;
    background: #D9D9D9;
}

.active-line {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 24%;
    border-radius: 5px;
    height: 2px;
    background: #470C1C;
    z-index: 2;
}

#Addons .active-line {
    width: 50%;
}

#Cart .active-line {
    width: 75%;
}

#Checkout .active-line {
    width: 100%;
}

.step {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #D9D9D9;
}

.step.active {
    color: #470C1C;
}

.icon {
    width: 25px;
    height: 25px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.step.active .icon {
    border: 1px solid #470C1C;
}

.step.active .icon svg path {
    stroke: #470C1C;
}

.lavender_text {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.lavender_text h2 {
    font-family: "Judson", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    color: #470C1C;
    margin-bottom: 38px;
}

.lavender_text p {
    max-width: 750px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.list__menucart {
    margin-top: 49px;
}

.list__menucart h4 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #470C1C;
}

.list__menucart ul {
    padding-left: 20px;
}

.list__menucart ul li {
    list-style-type: disc;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.list__menucart ul li:last-child {
    margin-bottom: 0px;
}

.list__menucart ul li span {
    display: block;
    font-size: 14px;
    font-style: italic;
}


.lavender__rightcard {
    width: 100%;
    background: #fff;
    border: 1px solid #470C1C;
    border-radius: 5px;
    overflow: hidden;
}

.lavender__rightimage img {
    width: 100%;
}

.lavender__buffettitle {
    background: #470C1C;
    text-align: center;
    padding: 20px;
}

.lavender__buffettitle h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}


.lavender__buffetext {
    padding: 28px 20px;
    text-align: center;
}

.lavender__buffetext .sub_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.price_text {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #470C1C;
    margin: 17px 0px;
}

.per_pax_text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 47px;
}

.pax_label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 16px;
}

.buffeprice_counter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
}

.buffeprice_counter button {
    width: 38px;
    height: 38px;
    border: 2px solid #470C1C;
    border-radius: 50%;
    background: #FFF;
    color: #470C1C;
    font-size: 23px;
    cursor: pointer;
}

.count_number {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
}

#accordionSelection button {
    border-top: 1px solid #470C1C;
    border-radius: 0px;
    padding: 20px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    box-shadow: unset;
    outline: 0px;
    background: transparent;
}

#accordionSelection .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L6.65685 6.65685L12.3137 1' stroke='%23470C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 8px;
}

#accordionSelection .accordion-item {
    border: 0px;
    padding: 0px;
}

#accordionSelection .accordion-body {
    padding-top: 8px;
    padding-bottom: 30px;
}

.selection_accordiontext:not(:first-child) {
    margin-top: 20px;
}

.selection_accordiontext p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
}

.selection_accordiontext ul li {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.selection-body {
    background: #470C1C;
    padding: 20px;
}

.selection-body .items {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 18px;
}

.selection-body .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
}

.next___btn {
    width: 140px;
    margin: 30px auto 10px;
    border: 0px;
    background: #470C1C;
    border-radius: 5px;
    cursor: pointer;
    padding: 12.5px 21px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#accordionTermsConditions button {
    border-bottom: 1px solid #470C1C;
    border-radius: 0px;
    padding: 20px 0px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    box-shadow: unset;
    outline: 0px;
    background: transparent;
}

#accordionTermsConditions .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L6.65685 6.65685L12.3137 1' stroke='%23470C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 8px;
}

#accordionTermsConditions .accordion-item {
    background: transparent;
    border: 0px;
    padding: 0px;
}

#accordionTermsConditions .accordion-body {
    padding: 20px 0px 0px;
}

#accordionTermsConditions .accordion-body ul {
    padding-left: 22px;
}

#accordionTermsConditions .accordion-body ul li {
    list-style: disc;
}

#accordionTermsConditions .accordion-body ul li strong {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

#accordionTermsConditions .accordion-body ul li p {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

/* Add On Page CSS */
.add__on_box h2 {
    margin-bottom: 90px;
    font-family: "Judson", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    color: #470C1C;
}

#accordionLiftLanding .accordion-button {
    border-radius: 0px;
    padding: 0px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    box-shadow: unset;
    outline: 0px;
    background: transparent;
}

#accordionLiftLanding .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L6.65685 6.65685L12.3137 1' stroke='%23470C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 8px;
}

#accordionLiftLanding .accordion-item {
    background: transparent;
    border: 0px;
    padding: 0px;
}

#accordionLiftLanding .accordion-body {
    padding: 0px;
}

.lift_landing_item {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.addproduct_box {
    width: 18%;
}

.addproduct_box:nth-child(1) {
    width: 25%;
}

.addproduct_box:nth-child(2) {
    width: 40%;
}

.addproduct_top {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.addproduct_top p,
.addproduct_top p,
.addproduct_top p,
.addproduct_top p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;

}

.addproduct_bottom {
    height: 90px;
    display: flex;
    align-items: center;
}

.addproduct_bottom p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    color: #000000;
}

.quantity___box input {
    text-align: center;
    width: 30px;
    background: transparent;
    border: 0px;
    outline: none;
}

/* Chrome, Safari, Edge */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.quantity___box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.quantity___box button {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
}


/* Cart Page CSS */

.carttable_wrapper {
    border-bottom: 1px solid #D9D9D9;
}

.carttable_header,
.carttable_row {
    display: grid;
    grid-template-columns: 70px 1.8fr 140px 180px 140px 50px;
    align-items: center;
}

.carttable_header {
    background: #EAEAEA;
    height: 32px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.carttable_row {
    height: 86px;
}

.cart_cell {
    padding: 0px 10px;
}

.cart_cell:last-child {
    border-right: none;
    justify-content: center;
}

.cart_cell .number,
.cart_cell .item-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    white-space: nowrap;
}

.cart_cell .edit-order {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
}

.cart_cell .total {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.cart_cell .delete-btn {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #650F26;
    color: #650F26;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}

.cart__listbox {
    border-bottom: 1px solid #E5E5E5;
    padding: 50px 0px;
}

.cart_price h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    font-family: "Montserrat", sans-serif;
    color: #470C1C;
    margin-bottom: 13px;
}

.cart_price span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.cart__listbox ul {
    margin-top: 40px;
    padding-left: 22px;
}

.cart__listbox ul li {
    list-style: disc;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.cart__listbox ul li:last-child {
    margin-bottom: 0px;
}

.checkout-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

/* Left Side */
.promo-section {
    width: 460px;
}

.promo-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.promo-input {
    flex: 1;
    border: none;
    border-bottom: 2px solid #6C2E78;
    background: transparent;
    padding: 13px 0px;
    outline: none;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.promo-input::placeholder {
    color: #000;
}

.apply-btn {
    background: #470C1C;
    border-radius: 5px;
    border: none;
    width: 140px;
    padding: 13px 21px;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    transition: 0.3s, ease-in-out;
}

.apply-btn:hover {
    background: #650F26;
}

/* Right Side */
.order-section {
    width: 408px;
    text-align: left;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.subtotal span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.subtotal span:last-child {
    font-weight: 600;
}

.subtotal span:last-child {
    font-weight: bold;
}

.order-btn {
    width: 100%;
    background: #470C1C;
    border-radius: 5px;
    border: none;
    padding: 13px 21px;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    transition: 0.3s, ease-in-out;
}

.order-btn:hover {
    background: #650F26;
}

.continue_text {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}

/* Checkout Page CSS */
.returning__customer {
    padding-right: 100px;
}

.customertitle h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    color: #470C1C;
    font-family: "Judson", serif;
    margin-bottom: 10px;
}

.customertitle p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.customertitle p a {
    text-decoration-line: underline;
    color: #470C1C;
}

.customer__item {
    margin-top: 50px;
}

.customer__item h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 26px;
}

.customer__item .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 20px;
}

.customer_feild input,
.customer_feild select,
.customer_feild textarea {
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    outline: 0px;
    padding: 5px 14px;
    height: 45px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.customer_feild select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M0.5 0.5L6.15685 6.15685L11.8137 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 13px 7px;
}

.customer_feild input::placeholder,
.customer_feild textarea::placeholder {
    color: #000;
}

.customer_feild textarea {
    padding-top: 12px;
    height: 110px;
    resize: unset;
}

.customer_feild:nth-child(2) {
    margin-top: 20px;
}

.customer__item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-top: 20px;
}

.customer_checkbox {
    position: relative;
    display: flex;
    gap: 13px;
}

.customer_checkbox label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.customer_checkbox label a {
    color: #470C1C;
}

#create__account {
    margin-bottom: 20px;
}

#billing_address {
    margin-top: 20px;
}

.customer_checkbox input {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 2px solid #470C1C;
    position: relative;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.customer_checkbox label::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #470C1C;
}

.customer_checkbox label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23470C1C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.1s ease-in-out;
}

.customer_checkbox input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.checkout_carttotal {
    border: 1px solid #470C1C;
    border-radius: 5px;
}

.checkout_carttotal h4 {
    background: #470C1C;
    padding: 14px 20px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.checkout_carttotal ul {
    padding: 30px 20px;
}

.checkout_carttotal ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 50px;
}

.checkout_carttotal ul li:last-child {
    margin-bottom: 0px;
}

.checkout_carttotal ul li span {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.grandtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #470C1C;
}

.grandtotal {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
}

.checkoutorder {
    padding-top: 30px;
}

.checkoutorder p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.checkoutorder p a {
    color: #470C1C;
    text-decoration: underline;
}

.checkoutorder_checkbox {
    position: relative;
    display: flex;
    align-items: start;
    gap: 13px;
    margin: 28px 0px;
}

.checkoutorder_checkbox input {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-top: 5px;
    position: relative;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.checkoutorder_checkbox label::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #470C1C;
}

.checkoutorder_checkbox label::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 1px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23470C1C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.1s ease-in-out;
}

.checkoutorder_checkbox input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.checkoutorder_checkbox label {
    width: 95%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.checkoutorder_checkbox label a {
    color: #470C1C;
    text-decoration: underline;
}

.checkoutorder___btn {
    display: flex;
    width: 100%;
    padding: 12.5px 21px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #470C1C;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.checkoutorder___btn:hover {
    background: #650F26;
}

.checkout_continue {
    margin-top: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.calender_feild {
    position: relative;
}

/* Hide default calendar icon */
.calender_feild input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
}

/* Custom calendar icon */
.calender_feild::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    /* background: url("../images/calender-icon.svg") no-repeat center; */
    background-size: contain;
    pointer-events: none;
}














/* Promotions Page start */
.promortion_section_main {
    padding: 50px 0 100px 0;

}

.vectors_bg_contaent {
    position: relative;
}

img.promo_v1 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    max-width: 400px;
}

img.promo_v2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 950px;
}

img.promo_v3 {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
    max-width: 420px;
}

.prom_container {
    /* max-width: 1062px; */
    margin: 0 auto;
}

.offer-card {
    position: relative;
    overflow: hidden;
}

.offer-card img {
    width: 100%;
    display: block;
}

/* Overlay */
.offer-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 12, 28, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s ease;
}

.offer-card:hover .overlay {
    opacity: 1;
}

.offer-btn {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #fff;
    padding: 13px 21px;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: 0.3s ease;
}

.offer-btn:hover {
    background: #fff;
    color: #000;
}

.promortion_section_main .container .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.you_points_img img {
    width: 100%;
}

.yuu_points_details {
    gap: 25px;
    display: flex;
    flex-direction: column;
}
.yuu_points_details .terms_text a{
        color: #470c1c !important;
}
.yuu_points_details .terms_text a:hover{
        font-weight: 500 !important;
}

.yuu_points_details h2 {
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.yuu_points_details p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.terms_text h3 {
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0 0 5px 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

.terms_text ul li {
    list-style: disc;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 1px 0;
}

.terms_text ul {
    padding-left: 15px;
    /* list-style-type: disc; */
}

/* Bullet size small */
.terms_text ul li::marker {
    font-size: 12px;
    color: #000;
}

.terms_text a {
    text-decoration: underline;
    color: #000;
}

.stikcy_sec {
    position: sticky !important;
    top: 140px !important;
    align-self: flex-start !important;

}


.share_social_links {
    display: flex;
    align-items: center;
    gap: 15px;
    /* padding-bottom: 30px; */
}

.share_social_links p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0 !important;
}

.share_social_links a {
    color: #650F26;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    transition: 0.3s ease;
}

.share_social_links a:hover {
    transform: translateY(-3px);
    opacity: 0.7;
}

.social_links_sub {
    display: flex;
    gap: 20px;
}

.halal_catering_blog h2 a {
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 38px 0 30px 0;
    display: inline-block;
    
}

.halal_catering_blog h6 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}
.halal_catering_blog h6 a{
    color: #000;
}
.halal_catering_blog h6 a:hover {
    font-weight: 500;
}

.halal_catering_blog p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 29px 0 40px 0;
}

.line {
    /* width: 100%; */
    height: 1px;
    background: #D9D9D9;
    margin: 30px 0;
}


/* Search Box */
.search_box {
    position: relative;
    margin-bottom: 40px;
}

.search_box input {
    width: 100%;
    /* height: 50px; */
    border: 1px solid #999;
    border-radius: 5px;
    padding: 12px 49px 12px 21px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.search_box input::placeholder {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search_box button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #470C1C;
    /* font-size: 22px; */
}

.search_box button i {
    font-size: 18px;
}

/* Headings */
.categories_box h3,
.filter_box h3 {
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

/* Categories */
.categories_box ul {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

.categories_box ul li {
    margin-bottom: 5px;
}

.categories_box ul li a {
    text-decoration: none;
    transition: 0.3s ease;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.categories_box ul li a:hover {
    color: #5b0017;
    padding-left: 5px;
}

/* Filter Buttons */
.filter_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter_buttons button {
    border: 1px solid #8B8B8B;
    background: transparent;
    padding: 7px 7px 7px 10px;
    cursor: pointer;
    transition: 0.3s ease;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.filter_buttons button:hover {
    background: #470C1C;
    color: #fff;
    border-color: #470C1C;
}

.custom_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 20px;
}

/* Common Button */
.custom_pagination button {
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: sans-serif;
}

/* Number Buttons */
.page_btn {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: 0.3s ease;
}

/* Active Button */
.page_btn.active {
    background: #470C1C;
    color: #fff;
}

/* Arrow Button */
.arrow_btn {
    font-size: 14px;
    color: #4b0018;
    line-height: 1;
    padding: 0;
}

.blog_detailed_sec .halal_catering_blog h2 a {
    padding: 0;
}

.blog_detailed_sec .halal_catering_blog h6 {
    padding: 30px 0;
}

.blog_detailed_sec .halal_catering_blog p:last-of-type {
    padding-bottom: 40px;
}

.blog_detailed_sec .halal_catering_blog p {
    padding: 30px 0 0px 0;
}

.catering_awards {
    width: 100%;
    max-width: 405px;
}

.artical_cater_img {
    text-align: center;
}

.artical_cater_img p {
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 0 0 0;
}

.artical_cater_img p a {
    color: #650F26;
    text-decoration-line: underline;
}

.popular_receptions h6 {
    color: #650F26;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 40px 0 0 0;
}

.popular_receptions p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 30px 0;
}

.popular_receptions p a {
    color: #650F26;
}

.popular_receptions img {
    padding: 0 0 30px 0;
}

.blog_social_links {
    padding: 20px 0 0 0;
}

.blog_det_sec {
    padding: 50px 0 88px 0;
}

.blog_det_sec .line {
    margin: 30px 0 0 0;
}

/* Contact us page style start here*/
/* ── Form Card ── */
.form-card {
    display: flex;
    flex-direction: column;
}

.form-card .form-control {
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 12px 13px 14px;
    transition: border-color .2s, box-shadow .2s;

}

.form-card .form-control:focus {
    /* border-color: #7b1a30;
    box-shadow: 0 0 0 3px rgba(123, 26, 48, .13); */
    outline: none;
    box-shadow: none;
}

.form-card .form-control::placeholder {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ── Phone wrapper ── */
.phone-wrap {
    display: flex;
    border: 1.5px solid #d8d8d8;
    border-radius: 5px;
    overflow: visible;
    /* background: #fff; */
    transition: border-color .2s, box-shadow .2s;
    position: relative;
}

.phone-wrap:focus-within {
    border-color: #7b1a30;
    box-shadow: 0 0 0 3px rgba(123, 26, 48, .13);
}

/* ── Custom Flag Dropdown ── */
.flag-select-wrap {
    position: relative;
    /* border-right: 1.5px solid #d8d8d8; */
    flex-shrink: 0;
}

/* The visible trigger */
.flag-trigger {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    height: 100%;
    background: #fff;
    cursor: pointer;
    user-select: none;
    border: none;
    outline: none;
    min-width: 70px;
    border-radius: 5px 0 0 5px;
}

.flag-trigger img {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

.flag-trigger .dial-code {
    font-size: 13px;
    color: #444;
    font-family: 'DM Sans', sans-serif;
}

.flag-trigger .chevron-icon {
    font-size: 13px;
    color: #000;
    margin-left: 1px;
}

/* Dropdown list */
.flag-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 999;
    background: #fff;
    border: 1.5px solid #d8d8d8;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .13);
    width: 230px;
    max-height: 260px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.flag-dropdown.open {
    display: block;
}

/* Search inside dropdown */
.flag-search {
    padding: 8px 10px 6px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.flag-search input {
    width: 100%;
    border: 1.5px solid #d8d8d8;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    color: #333;
}

.flag-search input:focus {
    border-color: #7b1a30;
}

/* Each option row */
.flag-option {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    transition: background .15s;
}

.flag-option:hover {
    background: #f7f0f2;
}

.flag-option.selected {
    background: #fdf2f4;
    font-weight: 600;
}

.flag-option img {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

.flag-option .opt-name {
    flex: 1;
}

.flag-option .opt-code {
    color: #888;
    font-size: 12px;
}

/* Phone number input inside wrap */
.phone-number-input {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 8px 8px 0 !important;
    flex: 1;
}

/* Textarea */
.msg-textarea {
    resize: none;
    min-height: 197px !important;
}

/* Consent */
.consent-text {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-check-input:checked {
    background-color: #470C1C;
    border-color: #470C1C;
}

.form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(123, 26, 48, .15);
    border-color: #470C1C;
}

/* Submit */
.btn-submit-new {
    background: #470C1C;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .08em;
    padding: 12.5px 21px;
    width: 140px;
    text-transform: uppercase;
    transition: background .2s, transform .15s, box-shadow .2s;
}

.btn-submit-new:hover {
    background: #470C1C;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(123, 26, 48, .3);
}

.btn-submit-new:active {
    transform: translateY(0);
    box-shadow: none;
}

/* ── Right Column ── */
.right-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.info-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.brand-name {
    color: #470C1C;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.expo-text {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;

}

.info-row-mail {
    padding-top: 25px;
}

.info-row-mail a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-row-mail a:hover,
.info-row a:hover {
    color: #470C1C;
}


.follow-label {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    text-align: left;
}

.social-row {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.social-row a {
    color: #470C1C;
    text-decoration: none;
    transition: color .2s, transform .2s;
}

.social-row a:hover {
    transform: scale(1.1);
}

.social-row a i {
    font-size: 21px;
}

.map-box {
    flex: 1;
    overflow: hidden;
    min-height: 344px;
    border: 1px solid #D0D0D0;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 230px;
    border: none;
    display: block;
}

section.contact-section {
    padding: 100px 0 159px 0;
    position: relative;
}

/* Responsive */
@media (max-width: 991.98px) {
    .contact-section {
        padding: 40px 0;
    }

}

@media (max-width: 575.98px) {

    .footer__column2 .mb-4,
    .footer__column .mb-4 {
        margin-bottom: 0px !important;
    }

    .follow-label {
        text-align: left;
    }

    .social-row {
        justify-content: flex-start;
    }

    .info-top {
        flex-direction: column;
    }
}

.lorem_content_cta {
    /* background-color: #401B41; */
    background-color: #470c1cf2;
    /* background-image: url("../images/lorem-mask-bg.webp"); */

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: soft-light;

    padding: 100px 0;
}

.lorem_sub_btn {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;

}

.lorem_sub_btn input {
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    width: 354px;
    padding: 12px 0 13px 14px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lorem_sub_btn input::placeholder {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lorem_sub_btn button {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: transparent;
    padding: 12.5px 21px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: 140px;
    line-height: normal;
}

.lorem_ipsum_text h2 {
    color: #FFF;
    text-align: center;
    font-family: "Aboreto";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 140px; */
}

.lorem_ipsum_text p {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 50px 0;
    max-width: 930px;
    margin: 0 auto;
}

input#consent {
    border: 2px solid #470C1C;
}

svg.dot_location_icon {
    margin-top: 3px;
}

/* Gallery page css start here */
.event_gallery_sec {
    padding: 30px 0 115px;
    position: relative;
}

.gallery-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1290px;
    padding: 0 20px;
    margin: 0 auto;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.gallery a {
    display: block;
    overflow: hidden;
}

.gallery img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease-in-out;
}

.gallery img:hover {
    transform: scale(1.08);
}

/* ─── Header ─── */
.gallery-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.gallery-header .eyebrow {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 0.6rem;
}

.gallery-header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.1;
    color: var(--charcoal);
    margin: 0;
}

.header-rule {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1rem;
}

.header-rule span {
    display: block;
    height: 1px;
    width: 60px;
    background: var(--gold);
    opacity: 0.5;
}

.header-rule i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
}

/* ─── Nav Tabs ─── */
.gallery-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 50px;
    list-style: none;
    padding-left: 0;
}


.gallery-nav .nav-item .nav-link {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* border-bottom: 2px solid transparent; */
    transition: color 0.2s, border-color 0.2s, background 0.2s;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    padding: 0;
}

.gallery-nav .nav-item .nav-link:hover {
    color: var(--charcoal);
    background: var(--tab-hover);
}

.gallery-nav .nav-item .nav-link.active {


    background: transparent;
    color: #470C1C;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

/* ─── Gallery Grid ─── */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}

/* ─── Gallery Item ─── */
.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 55%,
            rgba(28, 28, 28, 0.45) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item .overlay-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay-icon {
    opacity: 1;
}

.overlay-icon svg {
    width: 36px;
    height: 36px;
    stroke: #fff;
    stroke-width: 1.5;
    fill: none;
}

/* ─── Tab Pane Animation ─── */
.tab-pane {
    animation: fadeUp 0.4s ease both;
}

.woocommerce-checkout .tab-pane {
    animation: unset;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─── Skeleton Loader (optional feel) ─── */
.gallery-item .skeleton {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            #e8e3db 25%,
            #f0ece5 50%,
            #e8e3db 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite;
    z-index: 1;
    transition: opacity 0.3s;
}

.gallery-item img.loaded~.skeleton,
.gallery-item img.loaded+.skeleton {
    opacity: 0;
    pointer-events: none;
}

@keyframes shimmer {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

/* testimonial page start here */

.review-section {
    padding: 84px 0 145px;
    /* background: #f5f5f5; */
    position: relative;
    overflow: hidden;
}

/* Background Curve Effect */

.section-title-google {
    margin-bottom: 30px;
    color: #470C1C;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.google-card {
    text-align: center;
    padding: 10px;
}

.google-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    display: block;
}

.google-name {
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 3px;
}

.google-time {
    font-size: 14px;
    color: #808080;
    margin-bottom: 4px;
}

.star {
    color: #f4b400;
    font-size: 20px;
    margin-bottom: 4px;
}

.google-text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    max-width: 250px;
    margin: auto;
}

.read-more {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.other-title {
    margin-top: 99px;
    margin-bottom: 30px;
    color: #470C1C;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.review-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 25px 20px;
    height: 100%;
}

.review-box h4 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.review-date {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.review___title {
    height: 70px;
}

.review-content {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-content a:hover{
        font-weight: 500;
        color: #470c1c;
}

.review-content.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

#Readmore {
    background: transparent;
    border: 0px;
    font-family: "Montserrat", sans-serif;
    color: #7b1029;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

/* .other-review-spacing {
    padding-left: 15px;
    padding-right: 15px;
} */

.load-btn {
    background: #4a1123;
    border: none;
    padding: 12px 21px;
    margin-top: 30px;
    border-radius: 5px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.load-btn:hover {
    background: #650F26;
}

.swiper-pagination {
    display: none;
}

/* Sustainability start */
.sustainability_main_sec {
    padding: 114px 0 168px;
    position: relative;
}

.cultivate_content_details {
    border-radius: 24px;
    background: #FFF;
    padding: 60px 50px 60px 50px;
    width: 557px !important;
    position: relative;
}

.cultivate_content_details h2 {
    color: #470C1C;
    font-family: "Judson";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 42px;
}

.cultivate_content_details p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.cultivate_img_left img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

#cultivate_greener {
    margin-left: -70px;
    margin-right: 35px;
}

.greener_future {
    padding-bottom: 120px;
}

div#logistic_oper {
    position: relative;
    margin-right: -50px;
    margin-left: 27px;
    /* padding: 30px 15px 30px 40px; */
    padding: 35px;
}

#logistic_oper p {
    /* max-width: 450px; */
}

.versatile_caterin_sec {
    /* padding: 30px 69px 30px 50px; */
    padding: 35px;
}

.exceptional_culinary {
    padding: 58px 0px 33px 35px;
}

.quality_sec {
    padding-top: 120px;
}

.quality_sec .cultivate_content_details {
    /* padding: 30px 52px 30px 50px; */
    padding: 35px;
}

.quality_sec .cultivate_content_details h2 {
    padding-bottom: 38px;
}

.sophistication_halal {
    /* padding: 53px 66px 54px 50px; */
    padding: 35px;
}

.culinary_philo p {
    max-width: 457px;
}

.the_legacy {
    /* padding: 65px 65px 82px 65px !important; */
    padding: 35px;
}

/* contact us 8/6/26 */
input.wpcf7-form-control.submit_form {
    font-family: "Montserrat";

}

.search_box input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    cursor: pointer;

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='%23a01d4f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ------------------------ */

.we__cater_for_item {
    position: relative;
    overflow: visible;
    border-radius: 20px;
    transition: transform 0.4s ease;
    z-index: 1;
}

.we__cater_for_item img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

/* Glow layer */
.we__cater_for_item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    /* height: 85%; */
    transform: translate(-50%, -50%);
    /* background: radial-gradient(
        circle,
        rgba(255, 183, 0, 0.7) 0%,
        rgba(255, 183, 0, 0.35) 40%,
        transparent 70%
    ); */
    filter: blur(35px);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
}

/* Hover */
.we__cater_for_item:hover {
    z-index: 99;
}

.we__cater_for_item:hover::before {
    opacity: 1;
    animation: caterGlow 2s infinite ease-in-out;
}

.we__cater_for_item:hover img {
    transform: scale(1.05);
}
.we__cater_for_item p {
    z-index: 2;
}
@keyframes caterGlow {
    0% {
        transform: translate(-50%, -50%) scale(1);
        filter: blur(30px);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.15);
        filter: blur(45px);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        filter: blur(30px);
    }
}



.explore___ourmenu .container{
    overflow: visible;
}
.explore___ourimage {
    position: relative;
    overflow: visible;
}

.explore___ourimage img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

.explore___ourimage p {
    z-index: 2;
}
/* Glow layer */
.explore___ourimage::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    background: radial-gradient(
        circle,
        rgba(255, 183, 0, 0.7) 0%,
        rgba(255, 183, 0, 0.3) 40%,
        transparent 70%
    );
    transform: translate(-50%, -50%);
    filter: blur(30px);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
}

/* Hover effect */
.explore___ourimage:hover::before {
    opacity: 1;
    animation: glowPulse 2s infinite ease-in-out;
}

.explore___ourimage:hover img {
    transform: scale(1.05);
}

@keyframes glowPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        filter: blur(25px);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.15);
        filter: blur(40px);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        filter: blur(25px);
    }
}

@media (max-width: 768px) {
    .we__cater_for_item::before,
    .explore___ourimage::before {
        display: none;
    }

    .we__cater_for_item:hover img,
    .explore___ourimage:hover img {
        transform: none;
    }
}