:root {
    --brand-red: #cc0001;
    --brand-red-bright: #e62232;
    --brand-green: #3ea436;
    --brand-yellow: #ffe100;
    --ink: #000;
    --footer-dark: #222;
    --container-max: 1340px;
    /* NEW ROOT      */
    --red: #C41E1E;
    --red-dark: #9E1818;
    --ink: #0C0C0C;
    --cream: #F7F4F0;
    --warm: #EDE8E0;
    --warm2: #E0DAD2;
    --mid: #8A8480;
    --light: #C5C0BA;
    /* new root  */
    --bg: #F5F0E8;
    --ink: #0F0E0C;
    --card: #FDFAF5;
    --step1: #FF5C3A;
    --step2: #7C3AFF;
    --step3: #00C896;
    --accent: #FF5C3A;
    --border: #E0D8CC;
    --muted: #9A9080;
    --radius: 24px;
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

a,
p {
    font-size: 16px;
    font-style: normal;
}

section {
    padding: 70px 0px;
}

.site-container {
    width: min(var(--container-max), calc(100% - 40px));
    margin-inline: auto;
}

.btn-brand {
    --bs-btn-bg: var(--brand-red);
    --bs-btn-border-color: var(--brand-red);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #a90001;
    --bs-btn-hover-border-color: #a90001;
    border-radius: 0;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
    min-height: 48px;
}

.btn-brand:hover {
    color: #fff;
}

.btn-green {
    --bs-btn-bg: var(--brand-green);
    --bs-btn-border-color: var(--brand-green);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #32862c;
    --bs-btn-hover-border-color: #32862c;
    border-radius: 0;
    font-weight: 500;
    padding: 10px 20px;
    min-height: 48px;
    text-transform: capitalize;
}

.btn-dark-square {
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-color: #fff;
    border-radius: 0;
    font-weight: 500;
    padding: 10px 20px;
    min-height: 48px;
}

.navbar-wrap {
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0px 0px;
    z-index: 1212121212121212;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.imag img {
    width: 100%;
    max-width: 100% !important;
}

li.menu-item a img {
    width: 100%;
    max-width: 20px;
}

li.menu-item a {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
}

.inner-menu-grid .inner-block:nth-child(2) {
    order: -1;
}


.brand-lockup {
    width: 207px;
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.brand-logo {
    width: 162px;
    height: 92px;
    object-fit: contain;
}

.menu-wapper,
.menu-inner-lang {
    display: flex;
    gap: 2rem;
    align-items: center;
    min-width: 215px;
    justify-content: flex-end;
}

/* .flag-icon {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 172px;
    bottom: 15px;
    object-fit: contain;
    transform: scale(2.4);
    margin-left: 11px;
} */

.hamburger img {
    width: 100%;
    max-width: 33px;
    transform: scale(1.3);
}

.menu-tab i {
    font-size: 26px;
    color: #4d4d4d;
}

.hamburger {
    background: red;
    width: 100%;
    margin-left: auto;
    display: block;
}

.main-nav {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    display: flex;
    justify-content: end;
    gap: 80px;
}

.main-nav li {
    height: 100%;
}

.main-nav a,
.main-nav button {
    color: #000;
    background: transparent;
    border: 0;
    padding: 0px;
    padding: 35px 0px;
    text-transform: capitalize;
}

.location-link img {
    width: 28px;
    height: 39px;
    object-fit: cover;
}

.hamburger {
    width: 24px;
}

.navbar-wrap .site-container {
    display: grid;
    grid-template-columns: 231px 1fr;
    width: 100%;
    max-width: 1400px;
    padding: 0px 20px;
}

/* 
.hero {
    min-height: 950px;
    background: #000 url("https://www.figma.com/api/mcp/asset/03aec23b-f6a7-4e56-9eeb-8cd697d0b9f6") center / contain no-repeat fixed;
} */
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.eyebrow {
    color: var(--brand-red-bright);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px !important;
    margin-bottom: 5px;
}

.section-title {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.about-copy {
    max-width: 930px;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 auto;
}

.location-section {
    min-height: 580px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://develop.stackblue.com/shahshalalfood-norway/wp-content/uploads/2026/05/SAMPLE-6-1-scaled.jpg");

    /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://develop.stackblue.com/shahshalalfood-norway/wp-content/uploads/2026/05/Frame-590-1.jpg"); */
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: #fff;
    animation: 30s linear 0s infinite normal none running bg-marquee;
    position: relative;
}

.location-section .site-container {
    position: relative;
    z-index: 11;
}

.location-section::before {
    background-color: #000000b3;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    inset: 0;
}


@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}


.pill-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--brand-red);
    border-radius: 100px;
    padding: 6px 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.location-heading {
    font-size: clamp(31px, 4vw, 40px);
    font-weight: 700;
    max-width: 660px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.location-card {
    background: #fff;
    color: #000;
    border-radius: 15px;
    padding: 5px;
    align-items: center;
    display: grid;
    grid-template-columns: unset;
    position: relative;
}

.location-card::after {
    position: absolute;
    content: '';
    height: 80px;
    width: 100px;
    background-image: url(https://develop.stackblue.com/shahshalalfood-norway/wp-content/uploads/2026/07/Norway_120-animated-flag-gifs.gif);
    border: 0px solid red;
    right: 72px;
    top: 3%;
    opacity: 0.9;
}

.location-card .pin {
    height: auto;
    flex: 0 0 auto;
}

.add-grid-block {
    display: grid;
    grid-template-columns: 1fr;
}

.location-card h3 {
    color: var(--brand-red-bright);
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0px;
}

.location-card p {
    margin: 0;
    font-size: 15px;
    border-bottom: 0px solid #dbdbdb;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

.menu-tabs {
    border-bottom: .8px solid #000;
    padding: 10px 10px 20px;
    margin: 28px 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    width: 100%;
    margin-inline: auto;
    max-width: 900px;
}

.menu-tab {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-right: .5px solid #000;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 0 20px;
    transition: color .2s ease, transform .2s ease;
}

.menu-tab:hover {
    color: var(--brand-red-bright);
}

.menu-tab:last-child {
    border-right: 0;
}

.menu-tab.active {
    font-size: 18px;
    font-weight: 600;
    background: #cc0001;
    color: #fff;
    border-right: 0px;
}

/* 
.menu-tab.active img {
    filter: invert(1);
} */

.menu-tab.active i {
    color: #fff !important;
}

.menu-tab img {
    width: 28px;
    height: 30px;
    object-fit: contain;
}

.menu-panel {
    display: none;
}

.menu-panel.active {
    display: block;
}

.menu-subtitle {
    font-size: 16px;
    margin-bottom: 34px;
}

.food-card {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 25px;
    padding: 20px;
    height: 100%;
    background: #fff;
    text-align: center;
}

.food-card img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
    max-width: 220px;
    margin-inline: auto;
}

.food-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    height: 43px;
}

.food-card .btn {
    width: 100%;
    min-height: 47px;
    border-radius: 10px;
    font-size: 16px;
}

.food-card .btn:hover {
    color: #fff !important;
}

.catering-section {
    min-height: 775px;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .9) 49.5%, rgba(102, 102, 102, .9)), url("https://develop.stackblue.com/shahshalalfood-norway/wp-content/uploads/2026/05/Rectangle-5-1-1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(3, 207px);
    gap: 25px 25px;
}

.event-item {
    position: relative;
    width: 207px;

}

.event-item {
    transition: 0.8s;
}

.event-item:hover {
    transform: translateX(10px);
}

.event-item img {
    width: 207px;
    height: 207px;
    object-fit: cover;
}

.event-item span {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.catering-copy {
    max-width: 547px;
}

.catering-copy p {
    font-size: 16px;
    line-height: 1.55;
}

.cta-section a:hover {
    color: #fff;
}

.mega-menu .btn-btn-block {
    grid-column: 1/4;
}

.cta-box {
    border: 2px solid #000;
    border-radius: 25px;
    padding: 38px;
    max-width: 769px;
    margin: 0 auto;
    text-align: center;
}

.cta-box h2 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    margin-bottom: 20px;
}

.prefooter {
    background: var(--brand-red);
    color: #fff;
    padding: 70px 0px;
}

.footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 42px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 32px;
    font-size: 18px;
    font-weight: 500;
}

.footer-contact p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.footer-contact .email {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-contact .email img {
    width: 24px;
}

.footer-contact .btn-yellow {
    background: var(--brand-yellow);
    color: #000;
    border: 0;
    width: 320px;
    min-height: 48px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-contact .btn-dark-square {
    width: 320px;
    font-size: 18px;
    margin-bottom: 42px;
}

.footer-contact .btn-dark-square:hover {
    background-color: #fff;
    color: #000;
}

.socials {
    display: flex;
    gap: 31px;
}

.socials img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.copyright {
    background: var(--footer-dark);
    color: #fff;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0px;
}

.copyright a {
    color: var(--brand-green);
    text-decoration: underline;
}


.section-hero {
    padding: 0px;
}

.section-hero video {
    height: 100%;
    width: 100%;
}

.section-hero .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;

}

.menu-section .btn-dark-square:hover {
    background-color: #cc0001;
    color: #fff;

}

.menu-section * {
    transition: 0.7s !important;
}




.custom-header-wrap {
    position: relative;
    width: 100%;
}

.custom-nav-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    position: fixed;
    width: 100%;
    top: 0;
    height: auto;
    z-index: 1212;
    background: transparent;
}

/* BUTTON */
.custom-menu-btn {
    border: none;
    background: transparent;
    cursor: pointer;
}

.custom-slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000e3;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 20px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
    align-items: center;
    justify-content: center;
    z-index: 12112121211;
}

.custom-menu-btn img {
    width: 100%;
    max-width: 36px;
    margin-inline: auto;
    display: block;
}

.custom-close-btn {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 30px;
    right: 100px;
    z-index: 12;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}

/* OPEN */
.custom-slide-menu.custom-menu-open {
    opacity: 1;
    padding: 25px 20px;
    min-height: 100vh;
    /* top: 122px; */
}

.custom-slide-menu a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    width: fit-content;
    text-transform: capitalize;
    margin-inline: auto;
    text-align: center;
}

.Hours-block h2 {
    color: var(--brand-red-bright);
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px !important;
}

.Hours-block span {
    display: block;
    margin-bottom: 0px;
    border-bottom: 0px solid #dbdbdb;
    padding-bottom: 0px;
    line-height: 28px;
    font-weight: 600;
}

.Hours-block span:last-of-type {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.flag-icon {
    width: 100%;
    max-width: 68px;
    position: relative;
    top: 20px;
}

@media (max-width: 1199.98px) {
    .navbar-wrap {
        height: auto;
        padding: 18px 0;
    }

    .main-nav {
        justify-content: flex-end;
    }

    .main-nav .desktop-link {
        display: none;
    }

    .hero {
        min-height: 620px;
        background-size: cover;
    }

    .menu-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        border-bottom: 0;
    }



    .menu-tab:last-child {
        border-right: 1px solid rgba(0, 0, 0, .15);
    }

    .event-grid {
        grid-template-columns: repeat(2, 207px);
        justify-content: center;
        gap: 40px 28px;
    }
}

@media (max-width: 767.98px) {
    .site-container {
        width: min(100% - 24px, var(--container-max));
    }

    .brand-lockup {
        width: auto;
        display: grid;
        grid-template-columns: 1fr 65px;
        gap: 10px;
    }

    .brand-logo {
        width: 138px;
    }

    .flag-icon {
        position: relative;
        top: 16px;
        right: 22px;
    }

    .hero {
        min-height: 430px;
    }

    /* 
    .about-section,
    .menu-section,
    .cta-section {
        padding-block: 60px;
    } */

    .location-section,
    .catering-section {
        padding-block: 70px;
    }

    /*
    .menu-tabs {
        grid-template-columns: 1fr;
    } */

    .event-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .cta-box {
        padding: 32px 20px;
    }

    .prefooter {
        padding-block: 60px;
    }

    .footer-title {
        margin-bottom: 20px;
    }

    .footer-list {
        gap: 16px;
        margin-bottom: 40px;
    }

    .footer-contact .btn-yellow,
    .footer-contact .btn-dark-square {
        width: 100%;
    }
}

@media (max-width: 991.98px),
(hover: none) {

    .hero,
    .location-section,
    .catering-section {
        background-attachment: scroll;
    }
}

.card-main-head {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-bottom: 10px;
}

.Hours-block {
    border-top: 1px solid #cc0001;
    margin-top: 15px;
    padding-top: 15px;
}

.number-block p {
    margin-bottom: 4px !important;
    padding-bottom: 0px !important;
    border: 0px;
    font-weight: 600;
    font-size: 18px;
}

.Hours-block p {
    padding-bottom: 0px;
    border: transparent;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px !important;
    margin-top: 17px;
    position: relative;
}


.custom-footer-section {
    background: #cc0001;
}

.custom-footer-grid {
    display: grid;
    grid-template-columns: 22% 1fr 30%;
    justify-content: space-between;
    gap: 50px;
    padding: 70px 0px;
}

.custom-footer-widget-heading h3 {
    margin-bottom: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.custom-footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 50px;
    background: #ffffff;
}

.custom-footer-menu {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.custom-footer-menu li a {
    color: #fff;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    justify-content: space-between;
}

.custom-get-direct iframe {
    width: 100%;
    max-width: 420px;
    height: 280px;
}

.custom-footer-menu {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 55px;
    column-gap: 20px;
}

.custom-cta-text {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 5px;
}

.custom-cta-text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0px;
    font-weight: 600;
}

.custom-cta-text span {
    color: #fff;
    font-size: 16px;


}

.custom-get-direct {
    margin-left: auto;
    display: block;
    width: 100%;
    max-width: 390px;
    position: relative;
    right: 56px;
}

.custom-open-hours {
    list-style: none;
    padding: 0px;
}

.custom-open-hours li {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    color: #fff;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    gap: 5px;
}

.custom-open-hours li span:first-of-type {
    font-weight: 600;
}

s.custom-social-icon {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.custom-social-icon li a {
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #cc0001;
}

.custom-footer-inner-title h3 {
    margin-bottom: 25px;
    margin-top: 25px;
}

.custom-social-icon {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.custom-copyright-text p {
    margin: 0px;
    text-align: center;
    color: #fff;
    background: #cc0001;
    padding: 15px 0;
    border-top: 1px solid hsl(0deg 0% 100% / 35%);
    margin-bottom: 0px;
    text-transform: capitalize;
}

.custom-footer-lines .custom-footer-line {
    width: 1px;
    height: 100%;
    background-color: #fff;

}

.custom-footer-lines {
    position: absolute;
}

/* COLUMN 2 */
.custom-footer-grid>.custom-footer-column:nth-child(2) {
    position: relative;
}

.custom-footer-grid>.custom-footer-column:nth-child(2)::before {
    height: 100%;
    width: 1px;
    background-color: #ffffff59;
    position: absolute;
    content: '';
}

.custom-footer-grid>.custom-footer-column:nth-child(2)::after {
    height: 100%;
    width: 1px;
    background-color: #ffffff59;
    position: absolute;
    content: '';
    right: 0px;
    top: 0;
}



.header-scrolled {
    position: fixed;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    top: 0;
}

.food-card img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    max-width: 200px;
    margin-inline: auto;
}

.food-card .btn {
    text-transform: capitalize;
}

.mega-menu {
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    background: #fff;
    list-style: none;
    display: flex;
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.3s ease;
    border-top: 1px solid #ccc;
    z-index: 999;
    justify-content: center;
    padding: 40px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* Show on hover */
.menu-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Column inside UL */
.mega-menu li {
    list-style: none;
    min-width: 150px;
}

.mega-menu h4 {
    margin-bottom: 10px;
    color: #000;
}

.mega-menu a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 0;
}

.mega-menu a:hover {
    color: #e60000;
}

.inner-block .menu-bx {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    align-items: center;
}

.main-nav ul {
    padding: 0;
    margin: 0px;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 80px;
}

.location-link {
    display: flex;
    align-items: center;
    gap: 12px;
}

.inner-menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    width: 100%;
    max-width: 880px;
    text-align: center;
    position: relative;
    column-gap: 0px;
}

.inner-menu-grid::before {
    width: 1px;
    background-color: #00000033;
    position: absolute;
    content: '';
    left: 50%;
    height: calc(100% - 106px);
    top: 25px;
}

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

.btn-btn-block .btn-brand {
    --bs-btn-bg: var(--brand-red);
    --bs-btn-border-color: var(--brand-red);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #a90001;
    --bs-btn-hover-border-color: #a90001;
    border-radius: 0;
    font-weight: 500;
    padding: 10px 20px;
    min-height: 48px;
    background: #a90001;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-inline: auto;
    background-color: #cc0001;
}

.custom-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
}

.about-wrapper {
    background: #cc0001;
}

.about-wrapper .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    width: 100%;
    max-width: 749px;
    margin-inline: auto;
}

.about-wrapper .section-title {
    color: #fff;
}

.about-wrapper p {
    color: #fff;
}


.veg-section-bg {
    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; */
}

.veg-section-bg .veg-row {
    width: 100%;
    max-width: 603px;
    background: #ffffffe6;
    padding: 25px;
}

.franchise-section .franchise-info {
    text-align: center;
    width: 100%;
    max-width: 714px;
    margin-inline: auto;
}

.catering-parallax {
    height: auto;
    display: flex;
    align-items: center;
}

.overlay-content {
    background: hsl(357.4, 85.4%, 51.8%, 0.9);
    padding: 1.5rem;
    width: 100%;
    margin-left: auto;
    max-width: 680px;
}

.overlay-content .section-title {
    color: #ffff;
}

.overlay-content p {
    color: #fff;
}

.overlay-content a:hover {
    border-color: #fff;
    color: #fff;
}

.counter-sec .row>* {
    background-color: #ee1d24;
    padding: clamp(1.5rem, 3vw, 0rem) clamp(1.25rem, 3vw, 30px);
}

.counter-sec .row>*:nth-child(2) {
    background-color: #f14e22;
}

.counter-sec .row>*:nth-child(3) {
    background-color: #f5891f;
}

.counter-sec .row>*:nth-child(4) {
    background-color: #f59f1f;
}

/* .counter-sec .row>*:nth-child(5) {
    background-color: #f59f1f;
} */
.counter-sec .row>* {
    display: grid;
    place-items: center;
}

.banner-bottom-icon-box img {
    max-height: 48px;
    max-width: 48px;
    margin: auto auto 8px;
}

.counter-sec .counter-title>* {
    font-weight: 400;
    text-transform: none;
    font-size: 1.25rem;
    margin-block-end: 1.5rem;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.counter-sec .counter-unit {
    display: flex;
    justify-content: center;
    color: #fff;
}

.counter-sec .counter-unit>* {
    font-size: clamp(1.5rem, 3vw, 1.5rem) !important;
    font-weight: 700;
}

.counter-sec .flex-counter {
    display: flex;
    justify-content: center;
    gap: 0rem 0.5rem;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}

.counter-sec {
    background: #f1f1f1;
}

.f_sec_4 {
    background: #f1f1f1;

}

.ca_cn {
    padding: 25px;
    max-width: 700px;
    margin-left: 0;
}

.f_sec_4 .f_cn .ca_cn h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cc00012b;
    font-size: 25px;
    font-weight: 500;
    color: #cc0001;
}


.f_sec_4 .col-lg-12 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ca_cn {
    padding: 25px;
    max-width: 700px;
    margin-left: 0;
}

.f_sec_4 .f_cn {
    width: 100%;
}



.f_sec_5 :is(#msform, fieldset, .step_form_bx, .card) {
    position: static !important;
}

.step_form_bx {
    padding: 40px;
    background: #fff4f4 !important;
}

.step_form_bx img.title_img {
    max-width: 250px;
    margin-inline: auto;
    margin-bottom: 0;
}

.f_sec_5 .card h2 {
    font-size: 35px;
    margin-bottom: 12px;
    max-width: 550px;
    margin-inline: auto;
    text-transform: none;
}

.step_form_bx p {
    text-align: center;
    color: #ee1e24;
    font-weight: 600;
}

.country-radio-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

.country-radio-bx h3 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    flex: 0 0 100%;
    text-align: center;
}

.country-radio-bx a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #ff000017;
    border: 1px solid #ee1d2457;
    padding: 7px 10px;
    color: #000;
    margin-bottom: 30px;
}

.f_sec_5 :is(#msform, fieldset, .step_form_bx, .card) {
    border: 0;
    background: none;
}

.franchise-form-cls label span {
    padding-left: 20px;
    color: #fff;
}

#msform input:not([type="radio"]),
#msform textarea,
#msform select {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    height: 42px;
}

#msform .form-group {

    margin-bottom: 1rem;
}

.radio_bx {
    display: flex;
    gap: 25px;
    height: 42px;
    align-items: center;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.form-check-input[type=radio] {
    border: 1px solid #0000009c;
}

.middle_radio_bx {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-block-end: 1.5rem;
    gap: 15px;
}

.middle_radio_bx .box {
    width: auto;
    height: 50px;
    background-color: #cc0001;
    transition: all 250ms ease;
    will-change: transition;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    border: 1px solid #ccc;
    color: #fff;
}

.middle_radio_bx input[type="checkbox"] {
    display: none;
}

.middle_radio_bx input[type="checkbox"]:checked+.box span:before {
    width: 9px;
    height: 16px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.middle_radio_bx input[type="checkbox"]:checked+.box span:before {
    opacity: 1;
}

.middle_radio_bx .box span:before {
    opacity: 0;
    position: absolute;
    content: "";
    left: 15px;
    top: 13px;
    width: 9px;
    height: 16px;
    border: solid rgb(238 29 36 / 47%);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.country-radio-bx a img {
    width: 100%;
    max-width: 45px;
}

#msform input:not([type="radio"])::placeholder,
#msform textarea::placeholder {
    color: #000;
    opacity: 1;
}

#msform input:not([type="radio"])::-webkit-input-placeholder,
#msform textarea::-webkit-input-placeholder {
    color: #000;
}

#msform input:not([type="radio"]):-ms-input-placeholder,
#msform textarea:-ms-input-placeholder {
    color: #000;
}

div#faqAccordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100ch;
    background: #fff;
    border: 1rem solid #fff;
    box-shadow: 0 2px 0.725rem hsl(0, 0%, 0%, 10%);
    margin-inline: auto;
}

.faq-slider .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.faq-slider p {
    margin: 0;
}

.faq-slider .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: invert(20);
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
}

.accordion-button {
    text-transform: capitalize;
    font-size: 18px;
    box-shadow: none;
    color: #000;
    border-radius: 0 !important;
    font-weight: 400;
    border: 1px solid #eee;
}




.slick-header {
    text-align: center;
    background: #cc0001;
}

.slick-header h2 {
    color: #fff;
    margin-bottom: 0px;
}


.menu-sec {
    background: #f7f7f7;
}









.Catering-block {
    background-image: url(https://www.shahshalalfood.se/wp-content/uploads/2026/03/Rectangle-1-1.jpg );
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    padding: 70px 0px;
}

.Catering-block .container {
    position: relative;
    z-index: 12;
}

.Catering-block::before {
    height: 100%;
    width: 100%;
    inset: 0 0 0 0;
    position: absolute;
    content: '';
    background-color: #000000cf;
}


.Catering-block h2 {
    font-size: 64px;
    font-weight: bold;
    color: #fff;
}

.Catering-block h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    margin: 15px 0px;
}

.shahshalalfood-counter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
    gap: 35px;
}

.shahshalalfood-counter-item h3 {
    margin: 0px;
    font-size: 36px;
    font-weight: bold;
    color: #3EA436;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.shahshalalfood-counter-item span {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
}

.Catering-block p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;
}

.main-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.shahshalalfood-counter-item {
    position: relative;
}

.shahshalalfood-counter-item::before {
    position: absolute;
    content: '';
    background-color: #3ea436;
    height: 100%;
    width: 1px;
    right: 0;
}

/* Decorative bg shapes */
.bg-shape {
    position: fixed;
    pointer-events: none;
    z-index: 0;
}

.bg-shape-1 {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 92, 58, 0.12), transparent 70%);
    top: -80px;
    right: -80px;
    animation: float1 6s ease-in-out infinite alternate;
}

.bg-shape-2 {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 58, 255, 0.1), transparent 70%);
    bottom: 50px;
    left: -60px;
    animation: float2 8s ease-in-out infinite alternate;
}

.bg-shape-3 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 200, 150, 0.1), transparent 70%);
    top: 40%;
    right: 5%;
    animation: float1 7s ease-in-out infinite alternate;
}

@keyframes float1 {
    to {
        transform: translateY(30px) scale(1.05);
    }
}

@keyframes float2 {
    to {
        transform: translateY(-25px) scale(1.08);
    }
}

.page-wrap {
    width: 100%;
    max-width: 533px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 20px;
    margin-left: auto;
    border-radius: 25px;
}

.page-wrap {
    max-width: 625px !important; 
}

/* ─── HEADER ─── */
.form-header {
    margin-bottom: 2.5rem;
    animation: slideUp 0.5s ease both;
}

.form-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ink);
    color: var(--bg);
    padding: 5px 14px 5px 6px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.form-tag .dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--step1);
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

.form-header h1 {
    font-family: 'Clash Display', sans-serif;
    font-size: clamp(34px, 6vw, 52px);
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -0.03em;
    color: var(--ink);
}

.form-header h1 .line2 {
    color: var(--step1);
    display: block;
}

.form-header p {
    margin-top: 10px;
    font-size: 15px;
    color: var(--muted);
    font-weight: 400;
}

/* ─── STEP TRACK ─── */
.step-track-wrap {
    margin-bottom: 0rem;
    animation: slideUp 0.5s 0.1s ease both;
}

.step-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.step-lbl {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7c7c7c;
    transition: color 0.4s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.step-lbl .num {
    width: 30px;
    height: 30px;
    border-radius: 46px;
    background: #3ea436;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.4s;
    flex-shrink: 0;
}

.step-lbl.active {
    color: var(--ink);
}

.step-lbl.active .num {
    background: #cc0001;
    color: #fff;
    transform: scale(1.1);
}

.step-lbl.done {
    color: var(--muted);
}

.step-lbl.done .num {
    background: var(--ink);
    color: var(--bg);
}

.track-bar {
    height: 3px;
    background: #3ea436;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 14px;
}


.track-fill {
    height: 100%;
    border-radius: 999px;
    background: var(--ink);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0%;
}

.step-counter {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.06em;
    font-weight: 500;
}

.slider-outer {
    overflow: hidden;
    border-radius: 0px;
}

.slider-inner {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.sforms-catering-steps .panel {
    min-width: 100%;
    position: relative;
    overflow: hidden;
    height: 427px;
    overflow: scroll;
    overflow-x: hidden;
}


.sforms-catering-steps .panel-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.01em;
    color: #cc0001;
}

.sforms-catering-steps .panel-title .icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1.5px solid var(--border);
    background: var(--bg);
    display: none;
}

/* ─── INPUTS ─── */
.igroup {
    margin-bottom: 1.2rem;
}

.igroup label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 7px;
}

.igroup label .req {
    color: var(--step1);
}

.igroup select option {
    background-color: #fff;
}

.igroup input,
.igroup select,
.igroup textarea {
    width: 100%;
    padding: 8px 16px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #c4c4c4;
}

.igroup input:focus,
.igroup select:focus,
.igroup textarea:focus {
    border-color: var(--ink);
    box-shadow: 0 0 0 4px rgba(15, 14, 12, 0.06);
    background: #fff;
}

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

.igroup select {
    cursor: pointer;
}

.igroup select option {
    background: var(--bg);
}

.igroup textarea {
    resize: vertical;
    min-height: 90px;
    line-height: 1.6;
}

.sel-wrap {
    position: relative;
}

.sel-wrap::after {
    content: '↓';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    pointer-events: none;
    font-size: 14px;
    font-weight: 700;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* ─── EXTRAS ─── */
.extras-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 1.25rem;
}

.extra-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: 10px 9px !important;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: box-shadow .25s, transform .25s;
    position: relative;
}

.extra-card:hover {
    transform: translateX(4px);
    border-color: #C5BDB0;
}









.extra-card.checked {
    border-color: #cc0001;
    background: rgba(124, 58, 255, 0.04);
    background: #cc0001;
}

.extra-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}



.chk-box {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: transparent;
    transition: all 0.25s;
    flex-shrink: 0;
    background: #fff;
}

.extra-card.checked .chk-box {
    background: #3ea436;
    border-color: #3ea436;
    color: #fff;
}

.extra-info {
    flex: 1;
}

.extra-name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.extra-price {
    font-size: 14px;
    color: #fff;
    margin-top: 2px;
    font-weight: 400;
}

.qty-ctrl {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-btn {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    border: 1.5px solid var(--border);
    background: #fff;
    color: var(--ink);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    line-height: 1;
    font-family: 'Cabinet Grotesk', sans-serif;
}

.qty-btn:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--bg);
}

.qty-val {
    font-size: 15px;
    font-weight: 500;
    min-width: 20px;
    text-align: center;
    color: #fff;
}

/* ─── SUMMARY ─── */
.summary {
    background: var(--ink);
    border-radius: 18px;
    padding: 1.4rem 1.5rem;
    margin-top: 0.5rem;
    color: var(--bg);
}

.sum-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 14px;
}

.srow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 5px 0;
    color: #fff;
}

.srow span:last-child {
    color: #fff;
    font-weight: 400;
}

.srow.total {
    border-top: 1px solid rgba(245, 240, 232, 0.1);
    margin-top: 10px;
    padding-top: 14px;
}

.srow.total span:first-child {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.srow.total span:last-child {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

/* ─── BUTTONS ─── */
.btn-row {
    display: flex;
    gap: 10px;
    margin-top: 2rem;
}

.page-wrap .btn-row.end {
    justify-content: flex-end;
}

.page-wrap .btn {
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.2s;
    letter-spacing: 0.01em;
    background: #000;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.page-wrap .btn:hover {
    border-color: #3EA436;
    color: #fff;
}

.page-wrap .btn-next,
.page-wrap .btn-submit {
    flex: 1;
    background: #cc0001;
    border-color: #cc0001;
    color: var(--bg);
    position: relative;
    overflow: hidden;
    --bs-btn-bg: var(--brand-red);
    --bs-btn-border-color: var(--brand-red);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #a90001;
    --bs-btn-hover-border-color: #a90001;
    border-radius: 0;
    padding: 10px 20px;
    min-height: 48px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.page-wrap .btn-next::before,
.page-wrap .btn-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #3ea436;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-wrap .btn-next:hover::before,
.page-wrap .btn-submit:hover::before {
    transform: scaleX(1);
}

.page-wrap .btn-next span,
.page-wrap .btn-submit span {
    position: relative;
    z-index: 1;
}

.page-wrap .btn-next:active,
.page-wrap .btn-submit:active {
    transform: scale(0.98);
}

/* ─── SUCCESS ─── */
.success-state {
    text-align: center;
    padding: 4rem 2rem;
    display: none;
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    animation: slideUp 0.5s ease both;
}

.success-state.show {
    display: block;
}

.success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--ink);
    color: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 1.75rem;
    animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes popIn {
    from {
        transform: scale(0) rotate(-30deg);
        opacity: 0;
    }

    to {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

.success-state h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.success-state p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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






















.hero-band h2 {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}

/* ─── HERO BAND ───────────────────────────── */
.hero-band {
    background: #ec1824;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
    animation: fadeUp 0.7s 0.1s ease both;
}

.contact-body {
    /* padding: 0px; */
    background: #f5f5f5;
}

.hero-band::before {
    content: 'CONTACT';
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Syne', sans-serif;
    font-size: 10rem;
    font-weight: 800;
    color: #fff;
    opacity: 0.03;
    letter-spacing: -4px;
    pointer-events: none;
    white-space: nowrap;
}

.circle-deco {
    position: absolute;
    bottom: -70px;
    left: 60px;
    width: 200px;
    height: 200px;
    border: 50px solid var(--red);
    border-radius: 50%;
    opacity: 0.12;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 1.5rem;
}

.hero-tag::before {
    content: '';
    width: 24px;
    height: 1.5px;
    background: var(--red);
    display: inline-block;
}

.hero-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -2px;
    max-width: 600px;
}

.hero-title em {
    color: var(--red);
    font-style: normal;
}

/* ─── MAIN BODY ───────────────────────────── */
.body-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}

.sidebar {
    padding: 3.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
    animation: fadeUp 0.7s 0.25s ease both;
    padding-bottom: 40px;
    background: #23262d;
}

.contact-body {
    position: relative;
}

.franchise-box iframe {
    height: 463px;
}

.contact-body::before {
    position: absolute;
    content: '';
    background: #f7f4f0;
    border-right: 1px solid var(--warm2);
    height: auto;
    width: 100%;
    background: #f5f5f5;
}

.fomr-head p {
    background: #fff;
    padding: 9px;
    border-left: 2px solid #cc0001;
    font-weight: 500;
}

.sidebar-head {
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    width: 100%;
    max-width: 770px;
    white-space: normal;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    position: relative;
}

.line-one {
    position: relative;
}

.line-one::before {
    height: 1px;
    width: 100%;
    background-color: var(--warm2);
    position: absolute;
    content: '';
    bottom: -18px;
}

.cd-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cream);
    background: #cc0001;
}

.cd-icon svg {
    width: 30px;
    height: 24px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cd-label {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.cd-value {
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}

.divider {
    height: 1px;
    background: var(--warm2);
}

.franchise-box {
    background: var(--ink);
    overflow: hidden;
    position: relative;
    z-index: 1212;
}

/* .franchise-box::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border: 30px solid var(--red);
    border-radius: 50%;
    opacity: 0.2;
} */

.sidebar::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border: 30px solid var(--red);
    border-radius: 50%;
    opacity: 0.2;
}

.sidebar {
    position: relative;
    overflow: hidden;
}

.fb-label {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 1rem;
    font-weight: 500;
}

.fb-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.fb-title em {
    color: var(--red);
    font-style: normal;
}

.fb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, gap 0.2s;
}

.fb-btn:hover {
    background: var(--red-dark);
    gap: 12px;
}

.fb-btn svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.form-panel {
    padding: 3.5rem 4rem;
    animation: fadeUp 0.7s 0.35s ease both;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding-bottom: 15px;
}

.form-top {
    margin-bottom: 1.5rem;
}

.form-step {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.75rem;
}

.step-num {
    width: 24px;
    height: 24px;
    background: var(--red);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--mid);
}

.form-heading {
    font-family: 'Syne', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -1px;
    line-height: 1.1;
}

.franchise-note {
    background: #fff;
    border-left: 3px solid #ed1c24 !important;
    color: #000;
    line-height: 1.65;
    margin-bottom: 2rem;
    border: 1px solid #c4c4c4;
    padding: 16px;
}

.franchise-note a {
    color: #ef1d24;
    text-decoration: none;
    font-weight: 500;
}

.franchise-note a:hover {
    text-decoration: underline;
}

.field-group {
    margin-bottom: 1.25rem;
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

label.fl {
    display: block;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 7px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #bebebe;
    padding: 0.75rem 1rem;
    font-family: 'Outfit', sans-serif;
    color: var(--ink);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(196, 30, 30, 0.07);
}

input::placeholder,
textarea::placeholder {
    color: #464646;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.char-row {
    display: flex;
    justify-content: space-between;
    color: #000;
    margin-top: 6px;
}

.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--warm2);
    justify-content: end;
}

.privacy-note {
    font-size: 11px;
    color: var(--light);
    line-height: 1.5;
    max-width: 220px;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--ink);
    color: #fff;
    border: none;
    padding: 1rem 2.25rem;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s, gap 0.2s;
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--red);
}

.submit-btn:hover {
    background: #1e1e1e;
    gap: 14px;
}

.submit-btn:active {
    transform: scale(0.98);
}

.submit-btn svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s;
}

.submit-btn:hover svg {
    transform: translateX(3px);
}

/* ─── SUCCESS STATE ───────────────────────── */
.success-msg {
    display: none;
    text-align: center;
    padding: 3rem 2rem;
    animation: fadeUp 0.5s ease both;
}

.success-icon {
    width: 60px;
    height: 60px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.success-icon svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.5px;
    margin-bottom: 0.75rem;
}

.success-sub {
    font-size: 14px;
    color: var(--mid);
    line-height: 1.7;
}

/* ─── FOOTER STRIP ────────────────────────── */
.footer-strip {
    background: var(--ink);
    padding: 1.5rem 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-strip p {
    font-size: 12px;
    color: #555;
}

.footer-strip .logo {
    font-size: 0.9rem;
}

/* ─── ANIMATIONS ──────────────────────────── */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

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

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

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






.menu-sec .nav-tabs {
    flex-direction: column;
    border: 1px solid #cacaca;
    border-radius: 4px;
    position: relative;
}

.menu-sec .nav-tabs button {
    display: flex;
    width: 100%;
    background-color: transparent !important;
    border: 0;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1rem;
    font-size: 18px;
    font-weight: 500;
    text-align: start;
    border-radius: 0;
    color: #000 !important;
    border-left: 4px solid transparent;
}

.menu-sec .nav-tabs button.active {
    border-left: 2px solid #EE1D24 !important;
    font-weight: 700;
}

.menu-sec .nav-tabs .nav-item img {
    min-width: 80px;
    width: 80px;
    aspect-ratio: 1;
    object-fit: contain;
}

.menu-sec .section_title {
    margin-block-end: 3rem;
    text-align: center;
    max-width: 70ch;
    margin-inline: auto;
}


.menu-sec .items-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4rem;
    justify-content: center;
}

.menu-sec .items-wrapper>* {
    flex: 0 0 calc(100% / 3);
    min-width: 180px;
}

.menu-sec .items-wrapper a.item {
    display: block;
    color: #000;
    text-align: center;
}

.menu-sec .items-wrapper a.item h3 {
    /*  */
    font-weight: 500;
    font-size: clamp(1rem, 2vw, 18px) !important;
}

.menu-sec .items-wrapper img {
    width: 250px;
    margin-inline: auto;
    aspect-ratio: 1 / 0.5;
    object-fit: contain;
    margin-bottom: 1rem;
}


/*New Menu css*/

.menu-home-nh {
    background: #ffffff;
    position: relative;
}

.fade-fire {
    position: absolute;
    right: 50px;
    bottom: 10px;
    opacity: 0.1;
    width: 20%;
}

.menu-home-nh .nav-tabs {
    border: 0;
    justify-content: center;
}

.menu-home-nh .nav-tabs li.nav-item {
    width: auto;
    flex: 0 1 max(100px, 100% / 7);
    position: relative;
}

.menu-home-nh .nav-tabs li.nav-item::before {
    content: "";
    height: 1px;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    position: absolute;
    top: 56px;
    left: 50%;
}

.menu-home-nh .nav-tabs li.nav-item:last-child:before {
    display: none;
}

.menu-home-nh .nav-item.show .nav-link,
.menu-home-nh .nav-tabs .nav-link.active,
.menu-home-nh .nav-item .nav-link:hover {
    background: none;
    border: 0 !important;
}

.menu-home-nh .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    flex-wrap: wrap;
    width: 100px;
    margin: auto;
    height: 100px;
    position: relative;
    z-index: 1;
    background: #23262d;
}

.menu-home-nh .menu-icon img {
    width: min(70px, 100%);
    aspect-ratio: 1;
    object-fit: contain;
}

.menu-home-nh .menu-item-name {
    color: #000000;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: none;
}

p:empty {
    display: none;
}

.menu-home-nh .nav-item .nav-link {
    border: 0 !important;
    cursor: pointer;
}

.menu-home-nh .nav-item .nav-link.active .menu-icon {
    border-color: #ffbb45;
}

.menu-home-nh .nav-item .nav-link.active .menu-item-name {
    color: #cc0001;
}

.menu-lg-img {
    padding: 30px;
}

.menu-item-list h3 {
    color: #fe002d;
}

.menu-item-list .items-wrapper {
    display: flex;
    gap: 60px 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.menu-item-list .items-wrapper .item {
    flex: 0 0 calc(100% / 3 - 30px);
}

.page-template-single-location-template .menu-home-nh .nav-tabs li.nav-item {
    width: auto;
    flex: 0 1 max(130px, 100% / 7);
    position: relative;
}

.menu-item-list .items-wrapper .title h3 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0;
}

.menu-item-list .items-wrapper .thumbnail img {
    max-height: 190px;
    margin-bottom: 10px;
}

.page-template-single-location-template .fade-fire {
    opacity: 0;
}

.menu-item-list .items-wrapper .thumbnail {
    height: auto;
    display: flex;
    align-items: top;
    justify-content: center;
}

.menu-item-list ul li {
    padding: 15px 0 10px 0;
    border-bottom: 1px dotted rgb(0 0 0 / 30%);
}

.menu-item-list ul li:last-child {
    border: 0;
}

.menu-item-list ul li h4 {
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    text-transform: none;
}

.menu-item-list ul li p {
    color: #000000;
}

.menu-home-nh .tab-pane {
    margin-top: 30px;
}

.menu-home-nh .section-title {
    margin-bottom: 25px;
}

.btn-franchise {
    display: inline-block;
}

.menu-home-nh .section-title h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.details-sec .image-wrapper {
    background-color: #f7f7f7;
    border: 1px solid #cacaca;
}

.details-sec .image-wrapper img {
    width: 100%;
    aspect-ratio: 1 / 0.65;
    object-fit: contain;
    padding: 1.5rem;
}

.details-sec h2.cal {
    font-size: 26px;
}

.details-sec h2.cal span {
    font-size: 16px;
    color: black;
}

.ingredients-sec {
    background-color: #f2f2f2;
}

.ingredients-sec .ingredients {
    margin-block-start: 2rem;
}

.ingredients>* {
    flex: 0 0 240px !important;
}

.ingredients-sec .ingredients .title>* {
    font-weight: 500;
    font-size: 1rem;
}

.ingredients-sec .ingredients img {
    min-width: 144px;
    width: 144px;
    margin-block-end: 1rem;
    height: 144px;
    margin-inline: auto;
}

.nutrition-sec .accordion {
    border-block: 1px solid #cecece;
    margin-block-start: 1.5rem;
}

.nutrition-sec .accordion-item {
    border: 0;
}

.nutrition-sec .accordion-item:not(:last-child) {
    border-bottom: 1px solid #cecece;
}

.nutrition-sec .accordion-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: start;
    background-color: transparent;
    border: 0;
    padding: 1.5rem 0;
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.nutrition-sec .accordion-item .accordion-body h3 {
    background-color: #fde8e8;
    color: #ee1d24;
    padding-block: 0.5rem;
}

.nutrition-sec .title>h3 {
    text-align: center;
    font-weight: 500 !important;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.nutrition-sec .accordion-item .accordion-body .row .row {
    row-gap: 1.5rem;
    text-align: center;
}

.nutrition-sec .accordion-item ul {
    display: grid;
    column-gap: 1rem;
    padding: 0px;
    grid-template-columns: repeat(auto-fit, minmax(min(180px - 1rem, 100%), 1fr));
}

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

.nutrition-sec .accordion-item ul li {
    border-block-end: 1px dashed #ccc;
    padding-block: 0.5rem;
}

.nutrition-sec .label-item {
    display: flex;
    justify-content: space-between;
    font-size: clamp(14px, 1vmax, 1rem);
}

.details-sec h2.cal {
    font-size: 26px;
    line-height: 20px;
    margin: 15px 0;
}

@media screen and (min-width: 992px) {
    .nutrition-sec .accordion-body>.row {
        contain: paint;
    }

    .nutrition-sec .accordion-body>.row::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #ccc;
        width: 0.5px;
        margin-inline: auto;
    }

    .nutrition-sec .accordion-body>.row::after {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        background: linear-gradient(to top, #000, transparent);
        width: 1px;
        height: 50%;
        transform: translateY(-100%);
        border-radius: 100vmax;
        margin-inline: auto;
        animation: ray 3s linear infinite;
    }

    @keyframes ray {
        to {
            transform: translateY(200%);
        }
    }

    .page-template-single-location-template .inner-banner {
        padding-block: 0;
    }
}

.related-products .text {
    display: none;
}

.related-products .row {
    row-gap: 1.5rem;
    margin-top: 2rem;
    justify-content: center;
}

.related-products .card-img {
    padding: 1.25rem;
    background-color: #f7f7f7;
    border-radius: 0;
}

.related-products .card-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.related-products .title>* {
    font-size: clamp(1rem, 2vw, 18px);
    font-weight: 500;
    min-height: 43px;
}

.related-products .title a {
    color: #000;
}

@media screen and (max-width: 991.98px) {
    .details-sec .row {
        row-gap: 1.5rem;
    }
}

.nutrition-sec .accordion-item .accordion-body>.row {
    row-gap: 2.5rem;
}

.single_truck {
    background-color: #101010;
    color: #fff;
    height: auto !important;
    padding: 0;
}

.single_truck .banner-content .banner-title>* {
    font-size: 35px;
    font-weight: 600;
}

.single_truck .banner-info>* {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.single_truck p {
    margin: 0;
}

.single_truck a {
    color: #fff;
}

.single_truck .banner-info> :not(:last-child) {
    margin-block-end: 1em;
}

.single_truck .banner-info b {
    font-size: 1.25rem;
    color: #cc0001;
    font-weight: 500;
    margin-right: 5px;
}

.single_truck .banner-info i {
    font-size: 1.25rem;
    color: #cc0001;
}

.single_truck .hours {
    margin-block: 0.5rem 1rem;
    padding-inline-start: 1.65rem;
    max-width: 450px;
    background-color: hsl(0 0% 100% / 5%);
    padding: 1rem;
}

.single_truck .hours .hr:not(:last-child) {
    padding-block-end: 1rem;
    margin-block-end: 1rem;
    border-block-end: 1px solid #ffffff2a;
    border: 2px solid transparent;
}

.single_truck .btn_bx>* {
    margin: 0 !important;
}

.single_truck .btn_bx>*:hover {
    border-color: #fff;
}

.single_truck .fluid-image img {
    position: static;
    height: 100%;
    object-fit: cover;
}

.single_truck :is(.inner-banner-slider,
    .slick-list,
    .slick-track) {
    height: 100%;
}

.single_truck .container-fluid {
    padding: 0;
}

.single_truck .row {
    row-gap: 1.5rem;
}

.single_truck .fluid-image {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .single_truck {
        padding-block: 0;
    }

    .single_truck .row>* {
        padding: 0;
    }

    .single_truck {
        padding-block: 0;
    }

    .single_truck .fluid-image {
        position: relative;
        overflow: hidden;
    }

    .single_truck .container-fluid .row> :not(:is(.fluid-image,
            .fluid-content)) {
        max-width: 660px;
        padding: clamp(25px, 4vw, 50px);
    }

    .single_truck .container-fluid .row> :first-child:not(:is(.fluid-image,
            .fluid-content)) {
        margin-left: auto;
    }

    .single_truck .row> :first-child:not(:is(.fluid-image,
            .fluid-content)) {
        padding-inline-start: 2rem;
    }

    .single_truck .row> :last-child:not(:is(.fluid-image,
            .fluid-content)) {
        padding-inline-end: 2rem;
    }
}

.menu-sec .items-wrapper a.item h3 {
    font-weight: 500;
    font-size: clamp(1rem, 2vw, 20px) !important;
}

.menu-sec a {}

.menu-panel {
    display: none;
    opacity: 0;
    transform: translateY(40px);
    transition: all .5s ease;
}

.menu-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.menu-panel.active .food-card {
    animation: cardAnimation .6s ease forwards;
}

.menu-panel.active .food-card:nth-child(1) {
    animation-delay: .1s;
}

.menu-panel.active .food-card:nth-child(2) {
    animation-delay: .2s;
}

.menu-panel.active .food-card:nth-child(3) {
    animation-delay: .3s;
}

.menu-panel.active .food-card:nth-child(4) {
    animation-delay: .4s;
}

@keyframes cardAnimation {
    from {
        opacity: 0;
        transform: translateY(30px) scale(.95);
    }

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

.food-card {
    opacity: 0;
    transition: .4s ease;
}

.food-card:hover {
    transform: translateY(-10px);
}

.menu-sec .nav-tabs .nav-item:first-child {
    position: absolute;
    width: 100%;
    transform: translateY(calc(-100% - 1rem));
    border: 1px solid #cacaca;
    border-radius: 4px;
}

.menu-sec .nav-tabs {
    margin-block-start: 8rem;
}

@media (max-width: 1366.98px) {



    .custom-footer-section .container {
        max-width: 100%;
    }


}

.page-id-107 .franchise-section p a {
    color: #cc0001;
    font-weight: 600;
}

.counter-sec .section-footer p {
    text-align: center;
    background: #f5891f;
    margin: 0px;
    color: #fff;
    margin-top: 18px;
    width: 100%;
    max-width: 550px;
    padding: 19px;
    margin-inline: auto;
    outline: 2px solid #ffffff;
    outline-offset: -9px;
}

.step-field-error {
    background: red;
    font-size: 15px;
    color: #fff !important;
    padding: 0px 5px;
}

.error {
    background: red;
    display: block;
    color: #fff !important;
    padding: 0px 2px;
}





.page-id-111 .new-section-process {
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    /* animation: 30s linear 0s infinite normal none running bg-marquee; */
}

/* .page-id-111
.slick-center {
    border-right: 1px solid #ffffff87;
    border-left: 1px solid #ffffff87;


} */

.page-id-111 .main-slide {
    padding: 22px;
    margin: 0px 15px;
    background: transparent;
    outline: unset;
    border-right: 1px solid #ffffff87;

    outline-offset: unset;
}

.page-id-111 .card-imgae img {
    margin-inline: auto;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(22%) hue-rotate(134deg) brightness(104%) contrast(108%);
}

.page-id-111 .card-text h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 16px;
    text-align: center;
}

.page-id-111 .card-imgae {
    height: 70px;
    width: 70px;
    margin-inline: auto;
    display: block;
    padding: 5px;
}

.page-id-111 .new-section-process .container {
    position: relative;
    z-index: 111;
}

.page-id-111 .new-section-process::before {
    position: absolute;
    content: '';
    background-color: #0000009c;
    inset: 0;
}

.page-id-111 .step-list {
    display: grid;
    padding: 0px;
    margin: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    margin-top: 35px;
    gap: 20px;
}

.page-id-111 .step-list li {
    background-color: #fff;
}

.page-id-111 .step-list li {
    padding: 20px 20px 20px 45px;
    background: #fff;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    filter: drop-shadow(10px 7px 10px rgba(0, 0, 0, 0.25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgb(0 0 0 / 0%);
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    transition: 0.2s;
    display: block;
    position: relative;
    color: #000;
    overflow: hidden;
}

.page-id-111 .new-section-process .section-head {
    width: 100%;
    color: #fff;
    max-width: 500px;
    margin-inline: auto;
    margin-bottom: 35px;
}

.page-id-111 .step-list li::before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 23px;
    border-radius: 50%;
    outline: 2px solid #ee1d24;
    outline-offset: 2px;
    top: 27px;
    background: #ee1d24;
}

.page-id-111 .step-list li::after {

    position: absolute;
    content: '';
    height: 50px;
    width: 50px;
    background: #ee1d24;
    z-index: -6;
    transform: rotate(49deg);
    right: -27px;
    top: -25px;
    transition: 300ms;
}


.page-id-111 .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}


.page-id-111 .slick-dots li {
    margin: 0;
}

.page-id-111 .slick-dots li button {
    width: 30px;
    height: 11px;
    border-radius: 0%;
    border: none;
    background: #fff;
    font-size: 0;
    transition: all 0.3s ease;
    position: relative;
}

.page-id-111 .slick-dots li.slick-active button {
    background: linear-gradient(to bottom, rgba(255, 198, 13, 1) 0%, rgba(240, 71, 34, 1) 99%);

}

.page-id-111 .slick-dots li button:hover {
    background: linear-gradient(to bottom, rgba(255, 198, 13, 1) 0%, rgba(240, 71, 34, 1) 99%);

}

.mobile-top-bar {
    display: none;
}

.footer-text p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 50px;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
}

.navbar-wrap.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.4s ease;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.message-box {
    height: 100px !important;
}

h2,
section.about_sec_inner.catering-col-prlx.paralax-location-sec.about-sec .overlay-cont h1 {
    font-size: 32px;
    text-transform: inherit;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
}

.nutrition-sec .accordion-item ul li {
    border-block-end: 1px dashed #ccc;
    padding-block: 0.5rem;
}

.nutrition-sec .accordion-item ul li {
    border-block-end: 1px dashed #ccc;
    padding-block: 0.5rem;
}

.counter-sec .row.justify-content-center {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1260.98px) {
    .menu-inner-lang button.custom-menu-btn {
        display: none;
    }

    .menu-wapper,
    .menu-inner-lang {
        min-width: auto;
    }

    .menu-inner-lang {
        margin-right: 60px;
    }

    .main-nav {
        display: none;
    }

    .mobile-top-bar a {
        --bs-btn-bg: var(--brand-red);
        --bs-btn-border-color: var(--brand-red);
        --bs-btn-color: #fff;
        --bs-btn-hover-bg: #a90001;
        --bs-btn-hover-border-color: #a90001;
        border-radius: 0;
        font-weight: 500;
        padding: 12px 0px;
        background: #cc0001;
        color: #fff;
        text-transform: capitalize;
        font-size: 16px;
    }

    .mobile-top-bar a+a {
        background-color: #000;
    }

    .mobile-top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .navbar-wrap {
        padding: 15px 0px;
    }

    .mob-expand-submenu i {
        left: 0px !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%;
        letter-spacing: 0px !important;
        background: transparent !important;
        border-bottom: 0.1px solid #eeeeee30 !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #fff !important;
        font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    }

    .menu-item-872 {
        position: relative;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #ffffff !important;
        height: 35px;
        width: 35px;
        background: #cc0001 !important;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenu-right-panel {
        background-color: #000 !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: #cc0001 !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #cc0001 !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !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: 85px !important;
        background: #cc0001;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }

    .mobmenu-content li {
        border: 0px !important;
    }

    .navbar-wrap {
        z-index: 121;
    }

    .navbar-wrap.scrolled {
        position: unset;
    }
}

@media (max-width: 1207.98px) {


    .catering-section {
        min-height: auto;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .9) 49.5%, rgb(0 0 0 / 90%)), url(https://develop.stackblue.com/shahshalalfood-norway/wp-content/uploads/2026/05/Rectangle-5-1-1.jpg);
    }

    .catering-section .col-xl-auto {
        width: 100%;
        max-width: 100%;

    }

    .catering-section .col-xl-5 {
        width: 100%;
        max-width: 100%;

    }

    .event-grid {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 50px;
    }

    .event-item {
        width: 100%;
        margin-inline: auto;
        text-align: center;
    }

    .event-item img {
        margin-inline: auto;
    }

    .catering-section .col-xl-5 {
        width: 100%;
        max-width: 100%;

    }

    .catering-copy {
        max-width: 100%;
        text-align: center;
    }



    .event-item span {
        padding: 10px 0px;
    }

    .custom-footer-grid {
        grid-template-columns: 1fr;
    }

    .custom-get-direct {
        margin-left: auto;
        display: block;
        width: 100%;
        max-width: 100%;
        position: relative;
        right: unset;
    }

    .custom-footer-grid>.custom-footer-column:first-child {
        display: none;
    }

    .custom-footer-column-large {
        order: -1;
        border-bottom: 1px solid #ffffff52;
        padding-bottom: 50px;
    }

    .custom-get-direct iframe {
        max-width: 100%;
        height: 280px;
    }

    .custom-footer-grid>.custom-footer-column:nth-child(2)::before {
        display: none;
    }

    .custom-footer-grid>.custom-footer-column:nth-child(2)::after {
        display: none;
    }

    .Catering-block h2 {
        font-size: 40px;
        text-align: center;
    }

    .Catering-block p {
        text-align: center;
    }

    .shahshalalfood-counter-item h3 {
        font-size: 27px;
        margin-bottom: 0px;
    }

    .Catering-block p {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .main-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .right-block {
        order: -1;
        width: 100%;
        max-width: 100%;
    }

    .shahshalalfood-counter-item h3 {
        text-align: center;
    }

    .page-wrap {
        width: 100%;
        max-width: 550px;
        margin-inline: auto;
    }

    .Catering-block h2 br {
        display: none;
    }

    .shahshalalfood-btn {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    .sidebar {
        padding: 25px;
    }

    .form-panel {
        padding: 25px;
    }

    .contact-body .container {
        width: 100%;
        max-width: 100%;
    }

    .body-grid {
        grid-template-columns: 1fr;
    }

    .form-panel {
        order: -2;
        border: 1px solid #eee;

    }

}

@media (max-width: 1024px) {
    .counter-sec .row.justify-content-center {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991.98px) {
    .section-hero video {
        height: auto;
    }

    section {
        padding: 45px 0px;
    }

    .location-section .row {
        row-gap: 50px;
        text-align: center;
    }

    .location-heading {
        text-align: center;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .location-section .d-flex {
        justify-content: center;
    }

    .location-card {
        width: 100%;
        min-height: auto;
        padding: 20px;
        max-width: 500px;
        margin-inline: auto;
        border-radius: 0px;
    }

    .location-card p {
        text-align: left;
    }


    .Hours-block h2 {
        text-align: left;
    }

    .page-id-111 .slick-dots {
        flex-wrap: wrap;
    }

    .page-id-111 .main-slide {
        padding: 14px;
        margin: 0px 5px;
        background: transparent;
        outline-offset: unset;
        border: 0px;
    }

    .page-id-111 .new-section-process {
        min-height: auto;
    }

    .f_sec_4 .col-lg-12 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ca_cn {
        padding: 15px;
        max-width: 100%;
    }

    .f_sec_4 .f_cn .ca_cn h3 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 22px;
    }

    .step_form_bx {
        padding: 15px;
    }

    .f_sec_5 .card h2 {
        font-size: 23px;
        margin-top: 15px;
    }

    .country-radio-bx h3 {
        font-size: 18px;
    }

    .country-radio-bx a {

        margin-bottom: 10px;
    }

    .country-radio-bx h3 {
        grid-column: 1/3;
        margin-bottom: 25px;
    }

    .country-radio-bx {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .country-radio-bx a {

        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .country-radio-bx {
        margin-bottom: 25px;
    }

    .franchise-form-cls label span {

        font-size: 15px;
        width: 100%;
    }

    .middle_radio_bx label {
        width: 100%;
        text-align: left;
        max-width: 100%;
    }

    .franchise-form-cls label span {
        text-align: left;
    }

    .page-wrap {
        width: 100%;
        max-width: 100%;
    }

    .main-grid {
        display: flex;
        flex-direction: column;
    }

    .Catering-block h2 {
        font-size: 30px;
    }

    .page-wrap {
        padding: 10px;
        border-radius: 10px;
    }

    .step-lbl .num {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .step-lbl {
        font-size: 12px;
    }

    .panel-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .summary {
        padding: 7px;
    }

    .srow.total span:last-child {
        font-size: 22px;
    }

    .shahshalalfood-counter-grid {
        grid-template-columns: 1fr;
    }

    .shahshalalfood-counter-item::before {
        display: none;
    }

    .Catering-block {
        padding: 45px 0px;
    }

    .shahshalalfood-counter-grid {
        gap: 6px;
    }

    .form-panel {
        padding: 15px;
    }

    .franchise-note {
        padding: 7px;
    }

    .field-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .char-row {
        flex-direction: column;
    }

    .form-actions {
        justify-content: space-between;
    }

    .sidebar {
        margin-top: 20px;
    }

    .menu-sec .nav-tabs {
        display: flex !important;
        width: 100%;
        margin-inline: auto;
        flex-direction: column;
        gap: 26px;
    }

    .menu-sec .nav-tabs button {

        flex-direction: column;
        width: 100%;
    }

    .menu-sec .nav-tabs {
        margin-block-start: unset;
    }

    .menu-sec .nav-tabs .nav-item:first-child {
        position: unset;
        transform: unset;
    }

    .menu-sec .nav-tabs {
        border: 0px solid #cacaca;
    }

    .menu-sec .nav-tabs button {
        border: 1px solid #00000030;
    }

    .menu-sec .row {
        row-gap: 50px;
    }

    .menu-sec .items-wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }

    .menu-sec .items-wrapper a.item h3 {
        font-size: 20px;
    }
}



@media (max-width: 768.98px) {
    .event-grid {
        grid-template-columns: 1fr 1fr;
    }

    .section-title {
        font-size: 30px;
    }

    .menu-tab img {
        width: 35px;
        height: 35px;
    }

    .food-card h3 {
        font-size: 17px;
    }

    .event-item span {
        padding: 10px 0px;
        line-height: normal;
        margin-top: 15px;
        padding-bottom: 0px;
    }

    .event-grid {
        row-gap: 35px;
    }
}

@media (max-width: 575.98px) {
    .counter-sec .row.justify-content-center {
        display: grid;
        grid-template-columns: 1fr;
    }

    .location-heading {
        font-size: 30px;
    }

    .location-card {
        padding: 15px;
    }

    .location-section .row {
        row-gap: 35px;
    }


    .cta-box {
        padding: 22px 5px;
    }

    .custom-footer-widget-heading h3 {
        margin-bottom: 30px;
        font-size: 20px;
        padding-bottom: 23px;
    }

    .custom-footer-grid {
        gap: 30px;
        padding: 45px 0px;
    }

    .veg-section-bg .veg-row {
        max-width: 100%;
        padding: 20px;
    }

    .overlay-content {
        padding: 15px;
    }

    .counter-sec .row {
        width: 100%;
        margin-inline: auto;
        gap: 20px;
    }

    .accordion-button {
        font-size: 16px;
    }

    .event-item img {
        width: 206px;
        height: 170px;
    }

}

@media (max-width: 450px) {
    .menu-inner-lang {
        margin-right: 40px;
    }

    .navbar-wrap .site-container {
        grid-template-columns: 175px 1fr;
    }

    .flag-icon {
        max-width: 40px;
        top: 10px;
        right: 0;
    }

    .brand-logo {
        width: 120px;
        height: auto;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 65px !important;
    }
}

@media (max-width: 380px) {
    .menu-inner-lang {
        margin-right: 40px;
    }

    .navbar-wrap .site-container {
        grid-template-columns: 160px 1fr;
    }

    .flag-icon {
        max-width: 40px;
        top: 10px;
        right: 26px;
    }

    .brand-logo {
        width: 70px;
    }

    .brand-logo {
        height: auto;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 63px !important;
    }
}

.location-card {
    width: 100%;
    max-width: 720px;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
    font-family: inherit;
}

/* =============================
   TOP AREA
============================= */

.location-card .location-card-top {
    padding: 28px 30px 24px;
}

.location-card .location-title {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.location-card .location-pin {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0f1;
    border-radius: 12px;
}

.location-card .location-pin img {
    width: 20px;
    height: 25px;
    object-fit: contain;
}

.location-card .location-heading {
    flex: 1;
}

.location-card .location-heading h3 {
    margin: 0 0 6px;
    color: #cc0001;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

.location-card .location-heading p {
    margin: 0;
    color: #000;
}

/* =============================
   PHONE
============================= */
.location-card .location-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
}

.location-card .phone-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #cc0001;
    color: #ffffff;
}

.location-card .location-phone p {
    margin: 0;
    color: #171717;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

/* =============================
   HOURS SECTION
============================= */

.location-card .hours-section {
    padding: 26px 30px 30px;
    background: #fafafa;
    border-top: 1px solid #eeeeee;
}

.location-card .hours-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.location-card .hours-label {
    display: block;
    margin-bottom: 0px;
    color: #ffff;
    font-size: 18px;
    text-transform: uppercase;
    background: #cc0001;
    font-weight: 500;
    width: max-content;
    padding: 0px 7px;
}

.location-card .hours-heading h2 {
    margin: 0;
    color: #171717;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    display: none;
}

.location-card .hours-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff0f1;
    color: #ec2635;
}

/* =============================
   HOURS GRID
============================= */

.location-card .hours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.location-card .hours-item {
    min-height: 92px;
    padding: 17px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.location-card .hours-item:hover {
    transform: translateY(-3px);
    border-color: rgba(236, 38, 53, 0.25);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.location-card .hours-day {
    margin-bottom: 5px;
    color: #cc0001;
    font-weight: 700;
}

.location-card .hours-time {
    color: #222222;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.menu-block {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-block-start: 45px;
}

.menu-block a:last-child:hover {
    color: #fff;

}