@import url("https://fonts.googleapis.com/css2?family=Caprasimo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Liter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
    /* ================= COLORS ================= */
    --blue: #183b93;
    --gold: #dfad24;
    --cream: #fff4ea;
    --light: #f9f9f9;
    --red: #c64539;
    --text: #111111;
    --white: #ffffff;
    --black: #000000;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --green: #22c55e;
    --yellow: #facc15;
    --orange: #fb923c;
    --pink: #ec4899;
    --purple: #a855f7;
    --teal: #14b8a6;
    /* ================= BRAND ================= */
    --primary: var(--blue);
    --secondary: var(--gold);
    --danger: var(--red);
    --success: var(--green);
    --warning: var(--yellow);
    /* ================= TYPOGRAPHY ================= */
    --font-xs: 12px;
    --font-sm: 14px;
    --font-md: 16px;
    --font-lg: 18px;
    --font-xl: 22px;
    --font-2xl: 28px;
    --font-3xl: 36px;
    --font-4xl: 48px;
    --font-5xl: 64px;
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    /* ================= SPACING ================= */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-8: 32px;
    --space-10: 40px;
    --space-12: 48px;
    --space-16: 64px;
    --space-20: 80px;
    --space-24: 96px;
    --space-32: 128px;
    /* ================= RADIUS ================= */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 15px;
    --radius-xl: 25px;
    --radius-2xl: 40px;
    --radius-full: 999px;
    /* ================= SHADOWS ================= */
    --shadow-xs: 0 2px 6px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 5px 10px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 10px 20px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 14px 30px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.16);
    --shadow-2xl: 0 30px 60px rgba(0, 0, 0, 0.2);
    --shadow-soft: 0 14px 30px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.14);
    /* ================= TRANSITIONS ================= */
    --transition-fast: 0.15s ease;
    --transition: all 0.35s ease;
    --transition-slow: 0.6s ease;
    /* ================= Z-INDEX ================= */
    --z-1: 1;
    --z-10: 10;
    --z-50: 50;
    --z-100: 100;
    --z-1000: 1000;
    --z-max: 9999;
    /* ================= WIDTHS ================= */
    --container-sm: 540px;
    --container-md: 720px;
    --container-lg: 960px;
    --container-xl: 1140px;
    --container-2xl: 1320px;
    /* ================= LINE HEIGHT ================= */
    --line-tight: 1.2;
    --line-normal: 1.5;
    --line-relaxed: 1.7;
    --line-loose: 2;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Funnel Sans", sans-serif;
    /* font-family: Georgia, "Times New Roman", serif; */
    color: var(--text);
    background: #fff;
    margin-top: 89px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Caprasimo", serif;
}

img {
    max-width: 100%;
    display: block;
}

p {
    font-size: 17px;
    font-weight: 500;
    font-family: "Funnel Sans", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: "Funnel Sans", sans-serif;
}

.page-template-page-testimonials .bottom-bx p {
    display: block !important;
}

.menu-image-slider .slick-dots {
    bottom: -32px;
}


.section-title h1,
.section-title h2 {
    font-size: clamp(30px, 3vw, 45px);
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0f2d74;
}

.section-title h1 span,
.section-title h2 span {
    color: #ffbb00;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 57%);
}

.section-title {
    margin-bottom: 35px;
}

.section-padding {
    padding: 75px 0;
}

.topbar {
    background: var(--blue);
    color: #fff;
    font-size: 16px;
    padding: 14px 0;
}

.navbar-main {
    background: #fff;
    padding: 0px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    position: absolute;
    z-index: 111;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.brand-logo {
    max-height: 40px;
    width: auto;
    transition: var(--transition);
}

/* .brand-logo:hover {
    transform: scale(1.03);
} */

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    max-width: 95%;
}

.section-footer p {
    text-align: center;
    color: #000;
    width: 100%;
    max-width: 750px;
    margin-inline: auto;
    margin-top: 15px;
}

.day-name {
    background: #dfad24;
    place-items: center;
    color: #000;
    font-weight: 700;
    margin-right: 5px;
    padding: 0px 5px;
    font-size: 20px;
    display: block;
    width: fit-content;
    margin-bottom: 5px;
}

.number-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #193c94;
}

.nav-link-custom {
    font-size: 17px;
    color: #000;
    position: relative;
    text-transform: uppercase;
    transition: var(--transition);
    padding: 35px 0px !important;
    font-weight: 500;
    letter-spacing: 0px;
}

.nav-link-custom:hover {
    color: var(--blue);
}

.navbar .container {
    width: 100%;
    max-width: 100%;
}

.nav-link-custom:hover::after {
    transform: scaleX(1);
}

.btn-gold,
.btn-blue {
    border-radius: 0;
    transition: var(--transition);
    font-family: "Funnel Sans", sans-serif;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 17px;
    font-weight: 500;
    padding: 6px 18px;
    transition: 500ms;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-align: center;
    letter-spacing: 0px;
}

.btn-gold {
    background: var(--gold);
    color: #000;
}

.btn-blue {
    background: var(--blue);
    color: #fff;
}

.btn-gold:hover {
    background: #f0bb35;
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    color: #000;
}

.btn-blue:hover {
    background: #0f2d74;
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    color: #fff;
}

.trust-item span {
    font-family: "Caprasimo", serif;
    font-weight: 400;
    line-height: normal;
    font-size: 25px;
}

.hero {
    position: relative;
    line-height: 0px;
}

.hero::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000ba;
    inset: 0;
}

.hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 12;
}

.her-section-video video {
    height: calc(100vh - 85px);
    width: 100%;
    object-fit: cover;
}

.hero h1 {
    font-size: clamp(44px, 6vw, 86px);
    line-height: 1.05;
    /* font-weight: 900; */
    margin-bottom: 18px;
    animation: fadeUp 0.8s ease both;
    color: #fff;
}

.hero-subtitle {
    color: var(--gold);
    font-size: 28px;
    animation: fadeUp 1s ease both;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: normal !important;
}

.hero-btns {
    gap: 16px;
    animation: fadeUp 1.2s ease both;
}

.trust-strip {
    margin-top: -1px;
    position: relative;
    z-index: 11;
    background: transparent;
}

.trust-card-row {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    transition: var(--transition);
}

.trust-item:hover {
    transform: translateY(-4px);
}

.trust-item img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    transition: var(--transition);
}

.trust-item:hover img {
    transform: scale(1.12) rotate(-3deg);
}

.story-image,
.grill-image {
    /* border-radius: var(--radius-xl); */
    overflow: hidden;
    /* box-shadow: var(--shadow-soft); */
    transition: var(--transition);
}

/* .story-image:hover,
        .grill-image:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-hover);
        } */

.story-image img,
.grill-image img {
    transition: transform 0.5s ease;
    height: 480px;
    width: 100%;
    object-fit: cover;
}

/* .story-image:hover img,
        .grill-image:hover img {
            transform: scale(1.04);
        } */

/* .section-title {
            font-size: clamp(30px, 3vw, 48px);
            font-weight: 900;
            margin-bottom: 18px;
            position: relative;
        } */

.section-title-center {
    text-align: center;
}

.story-text {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

.stat-group {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: var(--transition);
}

.stat-box:hover {
    transform: translateY(-4px);
}

.image-root img {
    width: 100%;
    max-width: 67px;
}

.stat-box .value {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.stat-box .label {
    font-size: 17px;
    font-family: "Funnel Sans", sans-serif;
    margin-top: 6px;
}

.grill-section {
    background: var(--cream);
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    border-bottom: 1px solid #000;
    padding: 14px 0;
    font-size: 18px;
    transition: var(--transition);
    font-family: "Funnel Sans", sans-serif;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-list li span+span {
    font-size: 17px;
}

.menu-list li span+span {
    display: block;
    color: #cf1e20;
}

.menu-list li:last-child {
    border-bottom: none;
}

.menu-list li:hover {
    padding-left: 10px;
    transform: translateX(4px);
}

.dish-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    transition: var(--transition);
}

.dish-price {
    color: var(--gold);
    font-size: 22px;
    font-weight: 800;
    transition: var(--transition);
}

.menu-list li:hover .dish-name {
    color: var(--blue);
}

.menu-list li:hover .dish-price {
    color: var(--red);
}

.specials-logo {
    max-width: 293px;
    margin: 10px auto 20px;
    transition: var(--transition);
}

.specials-logo:hover {
    transform: scale(1.03);
}

.week-tabs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    border-radius: 0px;
    overflow: hidden;
    margin: 40px 0px;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1090px;
    margin-inline: auto;
    background: #eef7ff;
}

.week-tab {
    text-align: center;
    padding: 5px 5px;
    border: none;
    border-right: 1px solid var(--blue);
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
    transition: var(--transition);
}

.week-tab:last-child {
    border-right: none;
}

.week-tab:hover {
    background: rgba(24, 59, 147, 0.08);
}

.week-tab.active {
    background: var(--blue);
    color: #fff;
    border-radius: 0px;
    transform: translateY(-2px);
}

.special-panel {
    display: none;
    animation: panelFade 0.45s ease;
}

.special-panel.active {
    display: block;
}

.special-card {
    border-radius: var(--radius-lg);
    padding: 22px;
    height: 100%;
    transition: var(--transition);
}

.special-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}

.special-card-red {
    background: var(--cream);
}

.special-card-blue {
    background: #eef7ff;
}

.special-head-red,
.special-head-blue {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 2px solid;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.special-head-red {
    color: var(--red);
    border-color: var(--red);
}

.special-head-blue {
    color: var(--blue);
    border-color: var(--blue);
}

.special-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catering-section .catering-sub p {
    color: #183b93;
    font-weight: 700;
    letter-spacing: 0px;
}

.special-list li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.8;
    transition: var(--transition);
    font-weight: 600;
    font-family: "Funnel Sans", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding-left: 24px;
}

.special-list li:hover {
    transform: translateX(4px);
    color: var(--blue);
}

.special-list li::before {
    content: "";
    margin-right: 10px;
    font-size: 15px;
    vertical-align: middle;
    color: #c64538;
    height: 12px;
    width: 12px;
    position: absolute;
    background: #c64538;
    transform: rotate(45deg);
    border-radius: 0px;
    top: 8px;
    left: 3px;
}

.catering-section {
    background: #e8e8e8;
    /* background: var(--light); */
}

.catering-sub {
    max-width: 860px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 16px;
}

.catering-gallery {
    position: relative;
    min-height: 420px;
}

.tilt-card a {
    font-family: "Caprasimo", serif;
}

.label-tag a {
    font-family: "Caprasimo", serif;
}

.tilt-card {
    position: absolute;
    width: 265px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: #fff;
    transition: var(--transition);
}

.tilt-card:hover {
    transform: translateY(-8px) scale(1.03) !important;
    box-shadow: var(--shadow-hover);
    z-index: 5;
}

.tilt-card img {
    width: 100%;
    height: 284px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tilt-card:hover img {
    transform: scale(1.05);
}

.label-tag {
    position: absolute;
    text-transform: capitalize;
    padding: 10px 16px;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    transition: var(--transition);
    z-index: 111;
}

.label-tag:hover {
    transform: scale(1.04) !important;
    box-shadow: var(--shadow-hover);
}

.tag-blue {
    background: var(--blue);
    color: #fff;
}

.tag-gold {
    background: var(--gold);
    color: #000;
}

.card-1 {
    left: 4%;
    top: 80px;
    transform: rotate(-9deg);
}

.card-2 {
    left: 27%;
    top: 124px;
    transform: rotate(-4deg);
}

.card-3 {
    right: 28%;
    top: 43px;
    transform: rotate(10deg);
}

.card-4 {
    right: 5%;
    top: 105px;
    transform: rotate(4deg);
}

.tag-1 {
    left: 11%;
    bottom: 0;
    transform: rotate(14deg);
}

.tag-2 {
    left: 30%;
    top: 65px;
    transform: rotate(-12deg);
}

.tag-3 {
    right: 30%;
    bottom: 34px;
}

.tag-4 {
    right: 8%;
    top: 48px;
    transform: rotate(11deg);
}

.testimonial-section {
    background: var(--gold);
}

.testimonial-card {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    height: 100%;
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.testimonial-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.testimonial-name {
    font-size: 16px;
    margin-bottom: 0;
}

.stars {
    color: #f3b400;
    letter-spacing: 2px;
    font-size: 15px;
    white-space: nowrap;
}

.testimonial-text {
    border-top: 1px solid #000;
    margin-top: 14px;
    padding-top: 14px;
    font-family: "Funnel Sans", sans-serif;
    line-height: 1.7;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    overflow: hidden;
}

.brand-row img {
    max-height: 60px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    transition: var(--transition);
    filter: grayscale(0.15);
}

.brand-row img:hover {
    transform: scale(1.08);
    filter: grayscale(0);
}

.visit-section {
    background: var(--blue);
    color: #fff;
}

.visit-image {
    overflow: hidden;
}

.visit-image img {
    height: 100%;
    min-height: 100%;
    padding: 0px 0px;
    padding-top: 0px;
}

/* .visit-image:hover img {
            transform: scale(1.05);
        } */

.visit-content {
    padding: 40px 40px;
    width: 100%;
    padding-right: 0px;
    max-width: 613px;
}

.visit-content p {
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
}

.footer-main {
    background: var(--light);
}

.footer {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 75px 0px 10px 0px;
}

.footer-logo {
    max-height: 48px;
    width: auto;
    margin-bottom: 18px;
    transition: var(--transition);
}

.footer-logo:hover {
    transform: scale(1.03);
}

.footer-title h3 {
    color: var(--blue);
    margin-bottom: 15px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

.site-list li strong {
    padding-right: 3px;
}

.footer-links {
    list-style: none;
}

.footer-links a,
.footer-text,
.footer-contact-item {
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    /* color: var(--blue); */
}

.footer-links a {
    transition: var(--transition);
    text-transform: capitalize;
}

.footer-links a:hover {
    color: var(--blue);
    transform: translateX(4px);
}

.footer-socials img {
    width: 38px;
    cursor: pointer;
    height: 38px;
    object-fit: contain;
    transition: var(--transition);
}

.footer-socials img:hover {
    transform: translateY(-4px) scale(1.08);
}

.footer-bottom {
    background: var(--gold);
    padding: 18px 0;
    margin-top: 40px;
    font-size: 15px;
    font-weight: 600;
}

.pattern-strip {
    display: flex;
    width: 100%;
    height: 72px;
    overflow: hidden;
    display: none;
}

.pattern-strip span {
    flex: 1 0 48px;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
    transition: var(--transition);
}

.pattern-strip span:nth-child(odd) {
    background: var(--blue);
}

.pattern-strip span:nth-child(even) {
    background: var(--gold);
}

.story-text p {
    font-weight: 800;
    color: #cf1e20;
}

.about-section {
    padding-left: 5px;
}

.catering-section .section-title h2 {
    margin-bottom: 12px;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes panelFade {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1366.98px) {
    .navbar .container {
        width: 100%;
        max-width: 100%;
    }
}

.slick-dots li button {
    display: block;
    height: 10px;
    width: 30px;
    background: #173a8e6e;
    border: 0px;
    font-size: 0px;
}

li.slick-active button {
    background: #183b94;
}

.slick-dots {
    list-style: none;
    margin: 0px;
    display: flex;
    gap: 10px;
    justify-content: center;
    z-index: 121;
    position: relative;
    bottom: 31px;
    background: transparent;
    width: fit-content;
    margin-inline: auto;
    padding: 5px 5px;
}

.menu-section {
    display: grid;
    grid-template-columns: 25% 39% 26%;
    gap: 20px;
    align-items: center;
    margin-top: 45px;
    justify-content: space-between;
}

.image-col img {
    width: 100%;
    max-width: 488px;
    margin-inline: auto;
}

.food-menu-section .site-logo {
    width: 100%;
    max-width: 190px;
    margin-inline: auto;
    display: block;
    display: none;
}

.section-btn {
    text-align: center;
    margin-top: 45px;
}

.brand-section {
    padding: 75px 0px;
}

.catering-section .section-title {
    margin-bottom: 0px;
}

.about-secion .section-title {
    margin-bottom: 0px;
}

.footer-title-block h3 {
    font-size: 17px;
    font-family: "Funnel Sans", sans-serif;
    color: var(--blue);
    margin-bottom: 15px;
    margin-top: 27px;
    font-weight: 700;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-top: 30px;
}

.footer-socials {
    display: flex;
    margin-top: 16px;
    gap: 10px;
}

.footer-text p {
    margin: 20px 0px;
    color: #000;
    margin-bottom: 0px;
}

.main-footer-block:last-child {
    margin-bottom: 0px;
}

.main-footer-block {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.footer-bottom p a {
    font-size: 17px;
}

.main-footer-block strong {
    color: var(--blue);
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
    font-family: "Funnel Sans", sans-serif;
}

.main-footer-block p {
    font-family: "Funnel Sans", sans-serif;
    margin: 0px;
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

.main-footer-block i {
    color: var(--blue);
}

.footer-bottom * {
    font-family: "Funnel Sans", sans-serif;
}

.tilt-card span {
    position: absolute;
    top: 207px;
    left: 0;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    background: #dfad24;
    width: 100%;
    padding: 1px 8px;
    transform: scale(0);
    transition: 0.6s;
}

.tilt-card:hover {
    cursor: pointer;
}

.tilt-card:hover span {
    transform: scale(1);
}

.footer-logo img {
    width: 100%;
    max-width: 265px;
}

.footer-col:nth-child(1) {
    position: relative;
    width: 100%;
    max-width: 275px;
}

.footer-col:nth-child(1)::before {
    height: 100%;
    width: 1px;
    position: absolute;
    content: "";
    background-color: #00000021;
    right: -47px;
}

/* 2nd column */

.footer-col:nth-child(2) {
    margin-left: auto;
    width: 100%;
    position: relative;
    max-width: 241px;
}

.footer-col:nth-child(2)::before {
    height: 100%;
    width: 1px;
    position: absolute;
    content: "";
    background-color: #00000021;
    right: 42px;
}

/* 3rd column */

.footer-col:nth-child(3) .footer-links a:last-child {
    display: block;
}

.footer-col:nth-child(3) {
    width: 100%;
    max-width: 340px;
    position: relative;
    margin-left: auto;
    left: -14px;
}

.footer-col:nth-child(3)::before {
    height: 100%;
    width: 1px;
    position: absolute;
    content: "";
    background-color: #00000021;
    right: 18px;
}

.footer-bottom p {
    margin: 0px;
}

.footer-col:nth-child(4) {}

.sticky {
    position: fixed;
    z-index: 1212;
}

.brand-section .section-title h2 {
    margin-bottom: 45px;
}

.bg-gold {
    background: #eef7ff;
}

.icon-bx-wraper {
    border: 0px;
    position: relative;
    padding: 15px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    background: #ffffff;
    height: 100%;
}

.icon-bx-wraper .icon-bx {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #000;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 70px;
    background: #183b93;
}

.top-banner-section .section-title {
    margin-bottom: 40px !important;
}

.icon-bx-wraper a {
    font-weight: 500;
    font-size: 17px;
}

.top-banner-section h1 {
    margin-inline: auto;
    margin-bottom: 20px;
    color: var(--blue);
}

.icon-bx-wraper .icon-bx .icon-cell i {
    color: #fff;
}

.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url(https://www.blueandgolddeli.com/wp-content/uploads/2026/06/Contact.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cater_form h2 {
    margin-bottom: 0;
    border-color: #fff;
    color: #000;
}

.cater_form .row {
    row-gap: 22px;
    margin-top: 35px;
    justify-content: end;
}

.cater_form .form-group input,
.cater_form .form-group select {
    border-radius: 0;
    height: 50px;
    appearance: auto;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
}

.cater_form .form-group textarea {
    border-radius: 0;
    height: auto;
    appearance: auto;
    background: transparent;
    color: #000;
    box-shadow: none;
    border: 1px solid #000;
}

/* Input & Select placeholder */

.cater_form .form-group input::placeholder,
.cater_form .form-group textarea::placeholder {
    color: #000;
    font-family: "Funnel Sans", sans-serif;
    opacity: 1;
    /* full visible */
}

.limit-box i {
    font-size: 15px;
    font-style: normal;
    font-family: "Funnel Sans", sans-serif;
    color: #000;
    font-weight: 500;
}

/* Cross browser support */

.cater_form .form-group input::-webkit-input-placeholder,
.cater_form .form-group textarea::-webkit-input-placeholder {
    color: #000;
    font-family: "Funnel Sans", sans-serif;
}

.cater_form .form-group input:-ms-input-placeholder,
.cater_form .form-group textarea:-ms-input-placeholder {
    color: #000;
    font-family: "Funnel Sans", sans-serif;
}

.cater_form .form-group input::-ms-input-placeholder,
.cater_form .form-group textarea::-ms-input-placeholder {
    color: #000;
    font-family: "Funnel Sans", sans-serif;
}

.limit-box {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
}

.cater_form {
    padding: 40px;
    background: #dfad24;
    border: 5px solid #f2dcc1;
    border-radius: 0px;
}

.icon-bx-wraper h5 {
    margin-top: 0;
    color: #000000;
    font-weight: 00;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 5px;
}

.icon-bx-wraper p {
    color: #000 !important;
    margin: 0;
}

.inner-page section {
    padding: 75px 0px;
}

.inner-page-hero-section {
    background: #eef7ff;
}

.inner-page-hero-section .section-title {
    margin-bottom: 15px;
}

.inner-page-hero-section .section-title h1 {
    color: var(--blue);
    margin-bottom: 18px;
}

.inner-page-hero-section p {
    color: #000;
}

.new-cta-one {
    background: var(--cream);
}

.parallax-section {
    background-image: url("https://www.blueandgolddeli.com/wp-content/uploads/2026/04/High-Quality-Fresh-Ingredients.jpg");
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    animation: 30s linear 0s infinite normal none running bg-marquee;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.parallex-section2 {
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

.site-list {
    list-style: none;
    padding: 0px 0px 0px 8px;
}

.parallex-section2 .text-block {
    padding: 32px;
    background: #fff;
    outline: 5px solid #ffffff5e;
}

.parallex-section2 li a {
    color: #000;
    text-decoration: none;
}

.site-list li::before {
    height: 10px;
    width: 10px;
    background-color: #1a3d95;
    border-radius: 100px;
    content: "";
    position: absolute;
    outline: 2px solid #1a3d95;
    outline-offset: 2px;
    left: 0;
    top: 9px;
}

.site-list li {
    margin: 10px 0px;
    padding-left: 25px;
    font-weight: 600;
    position: relative;
    color: #000;
    font-size: 17px;
    font-family: "Funnel Sans", sans-serif;
}

.site-cta-2 {
    background: #dfad24;
}

.contact-form-section .row {
    margin-top: 25px;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

.parallax-section .btn-block {
    display: flex;
    gap: 15px;
}

.parallax-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
}

.parallax-section .container {
    position: relative;
    z-index: 2;
}

.text-block {
    padding: 25px;
    background: #fff;
    width: 100%;
    max-width: 560px;
}

.parallax-section .content {
    max-width: 600px;
}

.inner-page .section-title {
    margin-bottom: 0px;
}

.site-cta-section {
    background: var(--gold);
}

.site-cta-section .section-title h2 {
    color: #000;
}

.header-slick {
    background: #eef7ff;
    padding: 50px 0px;
    text-align: center;
}

.header-slick .section-title h1 {
    color: #183b91;
}

.header-slick img {
    margin-bottom: 0px !important;
}

.main-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.main-gallery-grid img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s;
}

.main-gallery-grid img:hover {
    transform: scale(1.05);
}

.catering-request-form {
    background-color: #fff;
}

.catering-request-form form {
    border-radius: 0;
    outline: 10px solid #dfad2436;
    padding: 35px;
    background: #fff;
    border: 5px solid #dfad24;
}

.form-row {
    row-gap: 25px;
    margin-top: 32px;
}

#catering-event .form-control {
    color: #000 !important;
    padding: 12px 10px;
    border-radius: 0px;
    font-family: Liter, sans-serif;
    appearance: auto;
}

.label_head label {
    font-family: Liter, sans-serif;
}

.radio_check_parent * {
    font-family: Liter, sans-serif;
}

.radio_check_parent {
    display: flex;
    gap: 10px;
    margin: 8px 0 0 0;
}

.raodio_check {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.limit-bx {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
}

.limit-bx * {
    font-family: Liter, sans-serif;
}

.raodio_check input {
    width: 13px;
}

/* All input + textarea placeholders */

form#catering-event ::placeholder {
    color: #000;
    font-family: Liter, sans-serif;
    opacity: 1;
    /* important for some browsers */
}

/* Webkit browsers (Chrome, Safari, Edge) */

form#catering-event input::placeholder,
form#catering-event textarea::placeholder {
    color: #000;
}

/* Firefox */

form#catering-event input::-moz-placeholder,
form#catering-event textarea::-moz-placeholder {
    color: #000;
}

/* IE old support */

form#catering-event input:-ms-input-placeholder,
form#catering-event textarea:-ms-input-placeholder {
    color: #000;
}

.restaurant-menu *:not(h1):not(h2),
.restaurant-menu span {
    font-family: "Funnel Sans", sans-serif;
}

.parallax-section-new {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.cat-sec-6 {
    background: #dfad24;
}

.restaurant-menu .section-heading h2 {
    width: max-content;
    padding-bottom: 15px;
    margin-inline: auto;
}

/*
.restaurant-menu {
    background: #193c94;
} */

.food-name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.food-name-price h3 {
    margin: 0px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.restaurant-menu .price {
    height: 30px;
    width: 60px;
    display: flex;
    place-items: center;
    color: #fff;
    font-weight: 600;
    padding: 0px 5px;
    align-items: center;
    justify-content: center;
}

.food-menu p {
    width: 100%;
    max-width: max-content;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.food-menu {
    border-bottom: 1px solid #01256733;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.restaurant-menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    padding-right: 15px;
    row-gap: 15px;
    margin-top: 60px;
}

.border-img-left img {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 22px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(40%) saturate(5326%) hue-rotate(219deg) brightness(97%) contrast(89%);
}

.border-img-left {
    display: block;
    margin-inline: auto;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}

.blue-menu h3 {
    color: #fff;
}

.blue-menu .food-menu p {
    color: #fff;
}

.blue-menu .price {
    background: #dfad24;
    color: #000;
}

.blue-menu .food-menu {
    border-bottom: 1px solid #ffffff33;
}

.blue-menu .header-slick2 .section-title h2 {
    color: #163a90;
}

.blue-menu .header-slick2 .section-title h2 span {
    font-family: "Caprasimo", serif;
    padding-left: 5px;
}

.food-menu-new li span:nth-child(1) {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #183c93;
}

.menu-header {
    display: flex;
    width: 100%;
    max-width: 45%;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 15px;
}

ul.food-menu-new {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.new-manu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}

.menu-header span {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.food-menu-new li {
    display: grid;
    grid-template-columns: 1fr 90px 60px;
    padding: 5px 0;
    border-bottom: 1px solid #00000014;
    font-size: 14px;
}

span.bg-tr {
    background: transparent !important;
}

.food-menu-new li span:nth-child(2),
li span:nth-child(3) {
    text-align: right;
    background: #dfad24;
    height: 30px;
    width: 60px;
    display: grid;
    place-items: center;
    color: #000;
    font-weight: 600;
    padding: 0px 5px;
    font-size: 20px;
}

.food-name-price2 h3 {
    font-size: 17px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 500;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
}

.food-name-price1 h3 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #000;
    font-weight: 600;
}

.parallex-section3 {
    animation: unset;
}

.parallex-section3 .text-block {
    max-width: 600px;
}

.catering-request-inner form {
    outline: 10px solid #ffffff36;
    border: 5px solid #ffffff;
}

.catering-request-inner {
    background: #dfad24;
}

.inner-page section {
    padding: 75px 0px;
}

.client-review-sliderr .review-box {
    box-shadow: 0 0px 10px 0 #ccc;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 35px;
}

.client-review-section .head-bx {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.client-review-section .icon {
    display: flex;
    align-items: center;
    gap: 5px;
    color: orange;
}

.client-review-section .bottom-bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.client-review-section .bottom-bx h5 {
    color: #193d94;
    margin: 0px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
}

.mega-container {
    background: #fff;
    border-top: 4px solid #193c95;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding: 20px;
}

#mainNav {
    position: inherit !important;
}

.blue-and-gold-mega {
    position: inherit;
}

.blue-and-gold-mega-menu {
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 0px 0;
    display: none;
    z-index: 9999;
}

.blue-and-gold-mega:hover .blue-and-gold-mega-menu {
    display: block;
}

.blue-and-gold-mega-menu .mega-title {
    margin-bottom: 10px;
}

.blue-and-gold-mega-menu ul li a {
    text-decoration: none;
    transition: 0.3s;
    color: #000000 !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid #0000001c !important;
    width: 100%;
    position: relative;
    padding-left: 36px !important;
    font-weight: 500;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
}

.dynamic-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blue-and-gold-mega-menu .list-unstyled {
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 17px;
    margin-top: 15px;
    grid-template-columns: 1fr 1fr;
}

/* .blue-and-gold-mega-menu .list-unstyled li:last-child {
    grid-column: 1/3;

}

.blue-and-gold-mega-menu .list-unstyled li:nth-last-child(2) {
    grid-column: 1/3;
} */

.blue-and-gold-mega-menu ul li a::after {
    height: 11px;
    width: 11px;
    background-color: #193d94;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    outline: 2px solid #193d94;
    outline-offset: 2px;
    transition: 0.3s;
    left: 10px;
    top: 19px;
}

.footer-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blue-and-gold-mega-menu ul li a:hover::after {
    background-color: #fff;
    outline: 2px solid #fff;
}

.blue-and-gold-mega-menu ul li a:hover {
    background-color: #193d94;
    color: #fff !important;
}

.mega-grid {
    display: grid;
    grid-template-columns: 52% 1fr;
    gap: 20px;
}

.mega-title {
    border-bottom: 1px solid #00000059;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.mega-container::after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 45%;
    top: -13px;
    z-index: -1;
    transform: rotate(45deg);
    background: transparent;
    border-left: 3px solid #193d94;
    border-top: 3px solid #193d94;
    border-right: 0;
    border-bottom: 0;
    content: "";
    background: #fff;
}

.dynamic-image img {
    transition: opacity 0.3s ease;
}

.navbar-brand {
    padding: 0px;
    margin: 0px;
}

.mobile-bar {
    display: none;
}

.only-mobile-tag {
    display: none;
}

.catering-block-new .catering-block-new-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.catering-parallax .text-bx {
    display: block;
    background: #fff;
    padding: 25px;
    width: 100%;
    max-width: 590px;
}

.catering-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.event-space .event-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.catering-parallax .text-bx p {
    /* color: #fff; */
}

.catering-parallax .text-bx h2 {
    /* color: #fff; */
}

.event-space .event-grid img {
    width: 100%;
}

.parallex-section3 .section-title h2 {
    font-size: clamp(30px, 3vw, 40px);
}

.privacy-policy-section :is(h1, h2, h3, h4, h5, h6) {
    background: #193d9417;
    font-size: 30px;
    text-transform: capitalize;
    padding: 10px 15px;
    border-left: 4px solid #193d94;
    margin: 20px 0px 25px 0px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 1px;
}

.privacy-policy-section p strong {
    padding: 0px 4px;
}

.error {
    background: red;
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #fff !important;
    padding: 0px 2px;
    font-family: "Funnel Sans", sans-serif;
}

.light-blue-bg {
    background: #eef7ff;
}

.light-blue-bg .blue-menu h3 {
    color: #000;
}

.light-blue-bg .food-menu p {
    color: #000;
}

.light-blue-bg .food-menu {
    border-bottom: 1px solid #00000033;
}

.light-blue-bg .border-img-left img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(43%) saturate(2541%) hue-rotate(208deg) brightness(96%) contrast(109%);
}

.light-blue-bg .food-name-price h3 {
    color: #163a90;
}

.light-cream-bg {
    background: var(--cream);
}

.light-cream-bg .border-img-left img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(43%) saturate(2541%) hue-rotate(208deg) brightness(96%) contrast(109%);
}

.light-cream-bg .food-menu p {
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.light-cream-bg .food-name-price h3 {
    color: #163a90;
}

.light-cream-bg .food-menu {
    border-bottom: 1px solid #70626233;
}

.footer-socials a {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.7s;
}

.footer-socials a img {
    width: 100%;
    max-width: 100%;
}

/* .footer-socials a:hover {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
} */

.page-id-9 .parallex-section3 {
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

.food-menu-section .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.visit-section .section-title h2 {
    color: #fff;
}

.visit-section .section-title h2 span {
    color: var(--gold);
}

.testimonial-section .section-title h2 br {
    display: none;
}

.testimonial-section .section-title h2 {
    color: #183b93;
    width: 100%;
    max-width: 570px;
    margin-inline: auto;
}

.about-secion .slick-active button {
    background: #dfad24 !important;
}

.about-secion .slick-dots li button {
    background: #ffffffc9;
}


@media (min-width: 1600px) {
    .mega-container::after {
        left: 40%;
    }
}

@media (max-width: 1366.98px) {
    footer .container {
        max-width: 1300px;
    }

    .catering-section .container {
        max-width: 100%;
    }

    .footer-col:nth-child(1) {
        margin-left: auto;
        max-width: 265px;
    }
}

@media (max-width: 1260.98px) {
    .navbar-nav {
        display: none;
    }

    .navbar-main {
        position: unset;
        padding: 28px 0px;
    }

    body {
        margin-top: 0px;
    }

    .mobile-bar {
        display: grid;
        grid-template-columns: repeat(calc(2 * (10 / 10)),
                minmax(calc(0px + (50% - 50%)), calc(((100vw - (100vw - 100%)) / 2))));
        text-align: center;
        grid-template-areas: "a b";
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        place-content: stretch stretch;
        place-items: center center;
    }

    .mobile-bar a {
        border: none;
        border-radius: 0;
        padding: 8px 0px;
        font-size: 17px;
        font-weight: 500;
        transition: var(--transition);
        display: block;
        font-family: "Funnel Sans", sans-serif;
        letter-spacing: 0.2px;
        text-transform: capitalize;
        background: #dfad24;
        width: 100%;
    }

    .mobile-bar a+a {
        background: var(--blue);
        color: #fff;
    }

    /* .special-list li::before {
        display: none;
    } */

    .mob-expand-submenu i {
        left: 1px !important;
        top: 0px !important;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

    #mobmenuright a {
        padding: 7px 10px;
        width: 100%;
        background: transparent !important;
        border-bottom: 0.1px solid #eeeeee14 !important;
        font-size: 17px !important;
        color: #fff !important;
        font-family: "Funnel Sans", sans-serif !important;
        font-weight: 500 !important;
        letter-spacing: 0px !important;
    }

    .menu-item-872 {
        position: relative;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #183b93 !important;
        height: 35px;
        width: 35px;
        background: #dfad24;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenu-right-panel {
        background: var(--blue) !important;
    }

    .mob-icon-menu:before {
        margin: 0 !important;
    }

    .mobmenu r-container i {
        color: #ffffff !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #9b090e !important;
    }

    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #dfad24 !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #ec1c23 !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #000 !important;
        margin-top: 1px !important;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 75px !important;
        background: #dfad24;
        height: 38px;
        width: 38px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }

    .mobmenur-container i {
        color: #000 !important;
    }

    .mobmenu-content li {
        border: 0px !important;
    }
}

@media (max-width: 1200.98px) {
    .hero::after {
        background-color: transparent;
        display: none;
    }

    .hero .container {
        position: unset;
        transform: unset;
        padding: 40px 0px;
        padding-bottom: 25px;
    }

    .hero {
        background: #dfad24;
    }

    .hero h1 {
        color: #000;
    }

    .trust-card-row {
        position: unset;
    }

    .hero .btn-gold {
        border: 1px solid #000;
    }

    .hero-subtitle {
        color: #000;
    }

    .trust-item span {
        color: #000;
    }

    .trust-card-row {
        padding-bottom: 40px;
    }

    .her-section-video video {
        height: auto;
    }

    .hero h1 {
        font-size: 45px;
        line-height: 1.08;
    }

    .hero-subtitle {
        font-size: 22px;
    }

    .trust-item span {
        font-size: 22px;
    }

    .catering-gallery {
        min-height: auto;
    }

    .tilt-card {
        position: unset;
        width: auto;
    }

    .label-tag {
        position: unset;
    }

    .card-1 {
        transform: unset;
    }

    .card-2 {
        transform: unset;
    }

    .card-3 {
        transform: unset;
    }

    .card-3 {
        transform: unset;
    }

    .card-3 {
        transform: unset;
    }

    .card-4 {
        transform: unset;
    }

    .label-tag {
        display: none;
    }

    .catering-gallery {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .tilt-card {
        border-radius: 0px;
    }

    .only-mobile-tag {
        display: block;
        text-transform: capitalize;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        z-index: 111;
    }

    .only-mobile-tag br {
        display: none;
    }

    .tilt-card span {
        position: unset;
        transform: unset;
    }

    .tilt-card {
        border-radius: 0px;
        display: grid;
        align-items: center;
        padding: 15px;
        gap: 15px;
    }

    .tilt-card span {
        order: 1;
        width: max-content;
        margin-inline: auto;
        padding: 5px 10px;
    }

    .footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col:nth-child(1) {
        margin-left: unset;
        max-width: 100%;
    }

    .footer-col:nth-child(2) {
        display: none;
    }

    .footer-col:nth-child(3) {
        display: none;
    }

    .footer-logo img {
        margin-inline: auto;
        display: block;
    }

    .footer-socials {
        justify-content: center;
    }

    .main-footer-block {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .footer-col:nth-child(1) {
        border-bottom: 1px solid #0000003d;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    .footer-title {
        margin-bottom: 40px;
    }

    .main-footer-block {
        border-bottom: 1px solid #0000003d;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    .main-footer-block:last-child {
        margin: 0px;
        border: 0px;
    }

    .main-footer-block i {
        height: 40px;
        width: 40px;
        border: 1px solid #000;
        display: grid;
        place-content: center;
        margin-inline: auto;
    }

    .week-tab {
        border-right: 0.1px solid #00000033;
        font-size: 20px;
        color: #183b93;
        padding: 10px 10px;
        min-width: 120px;
    }

    .week-tabs {
        margin: 30px 0px;
        margin-top: 30px;
        margin-inline: auto;
        overflow: scroll;
        justify-content: space-between;
    }

    .specials-logo {
        max-width: 240px;
    }

    .catering-sub {
        margin: 0 auto 35px;
    }

    .section-padding {
        padding: 45px 0;
    }
}

@media (max-width: 1024px) {

    .contact-form-section,
    .catering-parallax,
    .parallex-section2,
    .parallax-section-new,
    .parallax-section {
        background-attachment: inherit;
    }
}

@media (max-width: 991.98px) {
    .special-list li {
        display: inline-block;
        margin-right: 8px;
    }

    .about-secion .row {
        row-gap: 20px;
        text-align: center;
    }

    .about-section {
        padding-left: 0px;
    }

    .menu-section {
        grid-template-columns: 100%;
        margin-top: 35px;
    }

    .menu-image-slider {
        padding-bottom: 30px;
    }

    .menu-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .special-card .row {
        flex-direction: column;
        text-align: center;
    }

    .special-card .row .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .navbar-toggler {
        display: none;
    }

    .special-card .row .col-md-6 img {
        width: 100%;
        max-width: 300px;
        margin-inline: auto;
    }

    .special-head-red,
    .special-head-blue {
        font-size: 20px;
    }

    .special-card {
        padding: 15px;
    }

    .section-btn {
        margin-top: 35px;
    }

    .section-title {
        margin-bottom: 22px;
    }

    .testimonial-section .row {
        row-gap: 30px;
    }

    .brand-row img {
        max-height: 70px;
        border: 1px solid #eee;
    }

    .visit-image img {
        height: 100%;
        min-height: 100%;
        padding: 0px 20px;
        padding-top: 40px;
    }

    .visit-content {
        padding: 20px 0px;
        max-width: 100%;
        text-align: center;
    }

    .stat-group {
        margin-top: 30px;
        justify-content: center;
    }

    .section-btn2 {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 35px !important;
    }

    .parallex-section2 .text-block {
        padding: 15px;
    }

    .parallex-section2 {
        min-height: auto;
        padding: 45px 0px !important;
    }

    .inner-page section {
        padding: 35px 0px;
    }

    .catering-request-form form {
        padding: 15px;
    }

    .icon-bx-wraper h5 {
        font-size: 22px;
    }

    .cater_form {
        padding: 25px;
        background: #dfad24f0;
    }

    .top-banner-section .row {
        row-gap: 25px;
    }

    .icon-bx-wraper {
        flex-direction: column;
        text-align: center;
    }

    .icon-bx-wraper .icon-bx {
        height: 50px;
        width: 50px;
        flex: 0 0 50px;
        font-size: 22px;
    }

    .limit-box {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-top: 5px;
    }

    .main-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .main-gallery-grid img {
        height: 185px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
    }

    .food-name-price h3 {
        font-size: 18px;
    }

    .day-name {
        font-size: 18px;
    }

    .food-menu-new li span:nth-child(2),
    li span:nth-child(3) {
        font-size: 17px;
    }

    .restaurant-menu-list {
        padding-right: 0px;
        margin-top: 35px;
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-header {
        justify-content: flex-end;
    }

    .menu-header span br {
        display: none;
    }

    .menu-header span {
        font-size: 12px;
        font-weight: 500;
        font-weight: 600;
    }

    .parallax-section-new {
        height: 200px;
    }

    .new-manu-grid {
        grid-template-columns: 1fr;
    }

    .food-menu-new li {
        grid-template-columns: 1fr 61px 60px;
    }

    .menu-header {
        width: 100%;
        max-width: 52%;
    }

    .client-review-sliderr .review-box {
        margin-bottom: 22px;
        padding: 15px;
    }

    .catering-block-new .catering-block-new-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .event-space .event-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768.98px) {
    .tilt-card a {
        display: grid;
        gap: 15px;
    }

    .limit-bx {
        flex-direction: column;
    }

    .hero h1 {
        font-size: 30px;
        line-height: 1.08;
    }

    .hero h1 br {
        display: none;
    }

    .hero-subtitle {
        font-size: 18px;
        margin: 15px 0px;
        max-width: 300px;
        margin-inline: auto;
    }

    .trust-item:nth-child(1) {
        order: 3;
        grid-column: 1/5;
    }

    .trust-card-row {
        gap: 0px;
        justify-content: center;
        align-items: center;
        row-gap: 25px;
        margin-top: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .trust-item {
        flex-direction: column;
        gap: 10px;
    }

    .trust-card-row {
        row-gap: 40px;
    }

    .trust-card-row {
        flex-direction: column;
        gap: 0px;
        justify-content: center;
        align-items: center;
        row-gap: 25px;
        margin-top: 15px;
    }

    .navbar-main {
        padding: 25px 0px;
    }

    .brand-logo {
        max-height: 35px;
    }

    .menu-list li {
        font-size: 18px;
    }

    .only-mobile-tag {
        font-size: 20px;
    }

    .restaurant-menu-list {
        grid-template-columns: 1fr;
    }

    .food-menu-new li span:nth-child(1) {
        font-size: 18px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 72px !important;
    }
}

@media (max-width: 575.98px) {
    .footer-text p {
        max-width: 300px;
        margin-inline: auto;
    }


    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 66px !important;
    }

    /* .navbar-main {
        padding: 15px 0px;
    } */

    .brand-logo {
        max-height: 30px;
    }

    .hero .container {
        padding: 30px 0px;
        padding-bottom: 20px;
    }

    .hero h1 {
        max-width: 356px;
        margin-inline: auto;
        line-height: 38px;
    }

    .hero h1 {
        margin-bottom: 10px;
    }

    .trust-item span {
        font-size: 20px;
    }

    .story-image img,
    .grill-image img {
        height: auto;
    }

    .about-secion .row {
        row-gap: 10px;
    }

    .specials-logo {
        max-width: 200px;
    }

    .food-menu-section .site-logo {
        max-width: 160px;
        margin-bottom: 15px;
    }

    .catering-gallery {
        grid-template-columns: 1fr;
    }

    .testimonial-section .row {
        row-gap: 22px;
    }

    .brand-section .section-title h2 {
        margin-bottom: 25px;
    }

    .visit-image img {
        padding: 10px 10px;
        padding-top: 40px;
    }

    .stat-box {
        flex-direction: column;
    }

    .stat-box .value {
        font-size: 30px;
    }

    .section-btn2 {
        margin-top: 30px !important;
    }

    .image-root img {
        max-width: 60px;
    }

    .footer {
        display: grid;
        padding: 40px 0px 0px 0px;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }
}

.page-id-9 .parallex-section2 {
    animation: unset;
}



