    @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
    .logo-box-padding {
        padding: 0px 0px !important;
    }
    
    .main-menu .navigation>li {
        position: static;
        display: block;
        float: left;
        padding: 14px 0px;
    }
    
    .main-header .header-upper .links-box {
        padding: 23px 13px;
    }
    
    .main-header.fixed-header .header-upper .links-box {
        padding: 23px 13px;
    }
    
    .logo-img {
        height: 106px !important;
        width: 116px !important;
    }
    
    .main-menu .navigation>li:hover>a,
    .main-menu .navigation>li.current>a,
    .main-menu .navigation>li.current-menu-item>a {
        font-weight: 600 !important;
    }
    
    .header-top {
        background: #00000073 !important;
        padding: 2px 3px;
    }
    
    .header-top .top-info li {
        position: relative;
        float: left;
        margin-right: 70px;
        line-height: 30px;
        color: #636363;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-shadow: 1px 1px 1px #ffffff;
        border: 1px solid #eaeaea;
        padding: 0px 25px;
        /* border-radius: 17px; */
        background: #f8f8f840;
    }
    
    .menu-size {
        font-size: 14px !important;
    }
    
    .fixed-header .header-upper {
        position: relative;
        /* top: 0; */
        background: #000000;
        border-bottom-color: rgba(0, 0, 0, 0.15);
    }
    
    .main-menu .navigation>li>a {
        padding-top: 29px;
    }
    
    .main-menu .navigation>li>a:after {
        top: 6px !important;
    }
    
    .banner-section .swiper-button-next:before,
    .banner-section .swiper-button-prev:before {
        border-radius: 8px;
    }
    
    .banner-section .slide-item {
        position: relative;
        width: 100%;
        padding: 0px;
        overflow: hidden;
        border-bottom: 0.2rem solid #fbc511;
    }
    
    .header-top {
        background: #ffffff !important;
        padding: 2px 3px;
        color: black;
        border-bottom: 2px solid white;
        box-shadow: 0px 2px 5px 4px #000000d9;
    }
    
    .subtitle_span {
        padding: 3px 25px;
        background: #e64a21;
        color: white;
        text-shadow: 1px 1px 1px black;
    }
    
    .banner-section .slide-item .pattern-image {
        position: relative;
        width: 100px;
        margin-bottom: 4px;
    }
    /* .header_liclass {
padding: 0px 12px !important;
border: 1px solid white;
border-radius: 7px;
font-size: 10px !important;
line-height: 22px !important;
margin-top: 3px !important;
} */
    
    .header-top .top-info li:after {
        content: '';
        position: absolute;
        left: 100%;
        margin-left: var(--margin-left-30);
        top: 50%;
        margin-top: -4px;
        height: 8px;
        width: 8px;
        border: 4px solid rgb(255 255 255);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .header-top .top-info li {
        margin-right: 60px;
    }
    
    .quicksand {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
    }
    
    .font-weight-100 {
        font-weight: 100;
    }
    
    .font-weight-200 {
        font-weight: 200;
    }
    
    .font-weight-300 {
        font-weight: 300;
    }
    
    .font-weight-400 {
        font-weight: 400;
    }
    
    .font-weight-500 {
        font-weight: 500;
    }
    
    .font-weight-600 {
        font-weight: 600;
    }
    
    .font-weight-700 {
        font-weight: 700;
    }
    
    .font-weight-800 {
        font-weight: 800;
    }
    
    .slider_text_backgroubd {
        padding: 56px;
        background: #00000063;
    }
    
    .text {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        letter-spacing: 1px;
        font-size: 15px !important;
        margin-top: 27px !important;
        font-weight: 600;
    }
    
    .info {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        letter-spacing: 1px;
        font-size: 15px !important;
        margin-top: 27px !important;
        font-weight: 600;
    }
    
    .offer-block .inner-box .image:before {
        content: '';
        position: absolute;
        left: 0%;
        margin-left: 0px;
        width: auto;
        top: 0;
        bottom: 0;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        background: transparent !important;
    }
    
    .offer-block .inner-box .image {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .img_sec {
        border: 3px solid;
        border-radius: 14px;
    }
    
    .we-offer-section {
        background: #e2e5d0 !important;
    }
    
    .reserve-section .reserv-col .inner {
        background: rgb(226 226 226) !important;
    }
    
    .title-box .pattern-image {
        position: relative;
        margin-bottom: 0px !important;
    }
    
    .title-box h2 {
        position: relative;
        margin-bottom: 0;
    }
    /* Corner Border */
    
    .corner-border {
        position: relative;
        display: inline-block;
    }
    
    .corner-border::before,
    .corner-border::after {
        content: "";
        position: absolute;
        width: 108px;
        height: 108px;
        border: 3px solid #fbc511;
        z-index: 2;
    }
    
    .corner-border::before {
        top: 0;
        left: 0;
        border-right: none;
        border-bottom: none;
    }
    
    .corner-border::after {
        bottom: 0;
        right: 0;
        border-left: none;
        border-top: none;
    }
    
    .corner-border img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .story-section .image-col .images .image:nth-child(2):before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -70px;
        width: 140px;
        top: 0;
        bottom: 0;
        /* background: url(../images/background/pattern-8.svg) center repeat; */
        background: transparent;
    }
    
    .image_box_shadow {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    
    .about_us_box {
        background: #0000003d;
        padding: 72px 39px;
    }
    
    .menu_box {
        background: #0000003d;
        padding: 37px 37px;
        position: relative;
        border-radius: 8px;
    }
    
    .menu_box_set {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }
    
    .menu_box::before {
        content: "";
        position: absolute;
        top: 10.8%;
        left: -20px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #0000003d;
    }
    
    .story-section {
        position: relative;
        padding-top: var(--padding-top-170);
        padding-bottom: var(--padding-bottom-170);
        background-color: rgb(255 255 255);
    }
    
    .booking_span {
        background: red;
        padding: 3px 22px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        text-shadow: 1px 2px 1px black;
    }
    
    .food_menu {
        z-index: 1;
        position: relative;
        display: grid;
        padding: 10px 10px;
    }
    
    .food_menu_span {
        background: #e64a21;
        color: #ffffff;
        text-shadow: 0px 1px 1px black;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        letter-spacing: 1px;
        font-size: 15px !important;
        font-weight: 600;
        padding: 5px 18px;
        border-radius: 4px 0 0 4px;
        /* Rounded left, flat right */
        margin-bottom: 12px;
        border-bottom: 2px solid #f3f3f3;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        /* Right alignment */
        display: inline-block;
        float: right;
        position: relative;
    }
    
    .food_menu_span::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -10px;
        /* Adjust arrow spacing */
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #e64a21;
        /* Match background color */
    }
    
    .parent {
        display: flex;
        justify-content: flex-end;
    }
    
    .margin-bottom-30 {
        margin-bottom: 30px;
    }
    
    .text-align-center {
        text-align: center;
    }
    
    .margin-top-21 {
        margin-top: 21px;
    }
    
    .font-color-white a {
        color: white !important;
    }
    
    .button-view {
        align-items: center;
        background-clip: padding-box;
        background-color: #fbc511;
        border: 1px solid transparent;
        border-radius: .25rem;
        box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
        box-sizing: border-box;
        color: #000000;
        cursor: pointer;
        display: inline-flex;
        font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        justify-content: center;
        line-height: 1.25;
        margin: 0;
        min-height: 3rem;
        padding: calc(.875rem - 1px) calc(1.5rem - 1px);
        position: relative;
        text-decoration: none;
        transition: all 250ms;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: baseline;
        width: auto;
    }
    
    .button-view:hover,
    .button-view:focus {
        background-color: #fb8332;
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    }
    
    .button-view:hover {
        transform: translateY(-1px);
    }
    
    .button-view:active {
        background-color: #c85000;
        box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
        transform: translateY(0);
    }
    
    .special-offer .outer-container:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 100%;
        /* background: url(../images/background/pattern-9.svg) center repeat; */
        background: transparent;
    }
    
    .special-offer .outer-container:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 100%;
        /* background: url(../images/background/pattern-9.svg) center repeat; */
        background: transparent;
    }
    
    .reserve-section .outer-box {
        position: relative;
        top: -270px;
        margin-bottom: -172px;
        background: var(--color-five);
        z-index: 1;
    }
    
    .reserve-section .reserv-col .inner {
        background: rgb(15 11 8) !important;
    }
    
    .main-footer {
        border-top: 0.2rem solid #fbc511;
    }
    
    .hidden-bar .side-menu ul li:hover>a,
    .hidden-bar .side-menu ul li.current>a {
        color: var(--main-color);
        padding-left: 20px;
        font-weight: 600;
    }
    
    .hidden-bar .side-menu ul li a {
        position: relative;
        color: var(--white-color);
        display: block;
        font-weight: 400;
        font-size: var(--font-12);
        line-height: 30px;
        text-transform: uppercase;
        padding-top: var(--padding-top-10);
        padding-bottom: var(--padding-bottom-10);
        letter-spacing: 0.15em;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        font-weight: 600;
    }
    
    .main-header .header-upper {
        background: #00000094 !important;
    }
    
    .main-menu .navigation>li>a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        display: block;
        height: 5px;
        border-top: 3px solid rgb(251 17 17);
        border-bottom: 1px solid rgb(255 0 0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .main-menu {
        position: static;
        display: block;
        padding: 0px 0px;
        margin-top: 15px;
        display: inline-grid;
        align-items: center;
    }
    
    .dm-serif-display-regular {
        font-family: "DM Serif Display", serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .dm-serif-display-regular-italic {
        font-family: "DM Serif Display", serif;
        font-weight: 400;
        font-style: italic;
    }
    
    .main-menu .navigation>li>a {
        padding: 3px 12px;
        /* box-shadow: 2px 4px 2px 0px #1b1b1ba8; */
        font-size: 16px !important;
        text-shadow: 1px 1px 2px black;
    }
    
    .main-menu .navigation>li>ul {
        position: absolute;
        left: -35px;
        top: 172%;
        width: 280px;
        background-color: white !important;
    }
    
    .color-3e3e3e {
        color: #3e3e3e !important;
    }
    
    .margin-bottom-100 {
        margin-bottom: 100px;
    }
    
    .text-align-justify {
        text-align: justify;
    }
    
    .story-section .text-col .inner {
        padding-right: 0px;
    }
    
    .we-offer-section .left-bot-bg {
        position: absolute;
        left: -82px;
        bottom: 0;
    }
    
    .set__header {
        font-size: 43px;
        text-align: left;
    }
    
    .set__description {
        margin: 0px !important;
        max-width: 446px !important;
        padding-top: 30px!important;
    }
    
    .set__subhead {
        text-align: left;
        margin-top: 28px;
    }
    
    .menu-section {
        background-color: #e2e5d0 !important;
    }
    
    .menu-section .left-bg {
        position: absolute;
        left: 0;
        width: 490px;
        top: 0;
    }
    
    .menu-tabs .dish-block .title .ttl {
        position: relative;
        float: left;
        padding-right: var(--padding-right-15);
        background-color: rgb(0 0 0 / 0%);
        text-transform: capitalize;
        color: color-3e3e3e;
    }
    
    .menu-tabs .dish-block .inner-box {
        padding-left: 0px !important;
    }
    
    .outer-container {
        background-color: white !important;
    }
    
    .special-offer {
        position: relative;
        background: rgb(255 255 255);
    }
    
    .main-menu .navigation>li>ul>li>a {
        color: rgb(18 18 18);
    }
    
    .menu-tabs .dish-block .title:before {
        content: '';
        position: absolute;
        left: 122px;
        top: 40%;
        margin-top: 1px;
        width: 78%;
        height: 6px;
        border-top: 1px solid rgb(62 62 62 / 20%);
        border-bottom: 1px solid rgb(62 62 62 / 20%);
    }
    
    .menu-tabs .buttons {
        position: relative;
        padding-top: var(--padding-top-25);
        padding-bottom: var(--padding-bottom-25);
        border-top: 1px solid rgb(62 62 62 / 20%);
        border-bottom: 1px solid rgb(62 62 62 / 20%);
        margin-bottom: var(--margin-bottom-50);
    }
    
    .inner-banner {
        border-bottom: 3px solid #fbc511;
    }
    
    .about-section {
        position: relative;
        background-color: rgb(255 255 255);
    }
    
    .services-section .s-block {
        padding: 29px 15px;
        border-radius: 8px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background: #ffffff;
    }
    
    .services-section {
        background: #e2e5d0 !important;
        padding-bottom: var(--padding-bottom-100) !important;
    }
    
    .why-us-two {
        background-color: rgb(255 255 255);
    }
    
    .why-block-two .inner-box {
        border: 4px solid #fbc511;
    }
    
    table {
        border-collapse: collapse;
        width: 100%;
    }
    
    td,
    th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
        color: #3e3e3e !important;
    }
    
    tr:nth-child(even) {
        background-color: #dddddd;
    }
    
    .margin_bottom-34 {
        margin-bottom: 34px;
    }
    
    .spec_head {
        text-align: justify;
        margin-top: 39px;
        color: #fb1111 !important;
        font-size: 20px;
        border-bottom: 4px double #fb112e;
        padding-bottom: 9px;
    }
    
    .padding-bottom-10 {
        padding-bottom: 10px !important;
    }
    
    .image-gallery {
        background-color: rgb(255 255 255) !important;
    }
    
    .contact-page {
        position: relative;
        background: rgb(255 255 255);
    }
    
    body {
        background: white !important;
    }
    
    .c-page-form-box {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    
    .width-100 {
        width: 100%;
    }
    
    .image-gallery .gallery-block .image img {
        height: 500px;
    }
    
    .menu-tabs .dish-block .title:before {
        content: '';
        position: absolute;
        left: 177px;
        top: 40%;
        margin-top: 1px;
        width: 78%;
        height: 6px;
        border-top: 1px solid rgb(62 62 62 / 0%) !important;
        border-bottom: 1px solid rgb(62 62 62 / 0%) !important;
    }
    
    .img_sec {
        height: 307px !important;
    }