﻿
:root {
    --white: #ffffff;
    --black: #000;
    --black2: #020202;
    --black3: #070707;
    --yellow: #FFC72C;
    --yellow2: #FEC72E;
    --yellow3: #FEC727;
    --red: #CE1329;
}

/*hide*/
#global-header,
#content-wrap {
    /*display: none*/
}


html,
body {
    font-weight: normal;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

/* Global Card Style */
.card-widget {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow effect */
    padding: 20px;
    margin: 20px 0;
    overflow: hidden;
}

/* Ensure Cards Adapt to Mobile Screens */
@media (max-width: 768px) {
    .card-widget {
        padding: 15px;
        margin: 10px 0;
    }
}


@media (max-width: 991px) {
    .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .half-hero .text-box2 {
        padding: 30px 0 50px;
    }

    .primal-box > div:last-child > div {
        height: auto !important;
        width: calc(100% + 40px);
        /*        margin: 0 -20px;*/
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1300px;
    }
}

/********************change boostrap navbar default behaviour start***********************/
@media all and (min-width: 768px) and (max-width:990px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
/********************change boostrap navbar default behaviour end***********************/

/*************header start**************/
header.bg-dark1 {
    display: flex;
    flex-direction: column;
}

header.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.bg-dark1 {
    background-color: #020202;
}

    .bg-dark1 > div:first-child {
        order: 2;
    }

    .bg-dark1 > nav:first-child {
        order: 1;
    }



ul.min-nav {
    text-align: center;
/*    background: url(/images/border.png) repeat-x top center;*/
    padding: 15px 0;
    margin-bottom: 0;
    display: none;
/*    justify-content: flex-start;*/
    justify-content:space-between;
    gap: 10px;
    width: 100%;
    left: 0;
    top: -50px;
}


    ul.min-nav.show {
        display: flex;
    }

    ul.min-nav li {
        padding: 0;
        margin: 0;
        display: inline-block;
        list-style: none;
    }

        ul.min-nav li:first-child {
            float: left;
            margin-left: 0;
            display: none;
        }

            ul.min-nav li:first-child a {
                font-size: 16px;
            }

        ul.min-nav li:last-child {
            margin-right: 0;
        }

        ul.min-nav li a {
            padding: 0;
            margin: 0;
            display: inline-block;
            font-size: 14px;
            color: var(--white);
            text-decoration: none;
            display: flex;
        }

            ul.min-nav li a:hover {
                color: var(--yellow);
            }

            ul.min-nav li a img,
            ul.min-nav li a svg {
                margin-right: 9px;
            }

.navbar-nav .dropdown-toggle::after {
    display: none !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top:0;
}



header .navbar-brand {
    max-width: 143px;
    width: 100%;
    margin-right: 0;
    margin-left: 43px;
}

header .navbar-dark .navbar-toggler {
    border: 0;
    position: absolute;
    left: 2px;
    top: 10px;
}

    header .navbar-dark .navbar-toggler:focus {
        box-shadow: none;
    }

header .navbar-dark .navbar-toggler-icon,
header .navbar-dark .navbar-toggler-icon.active {
    background-image: none;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--yellow);
}

    header .navbar-dark .navbar-toggler-icon:before {
        content: "\f0c9";
        font-size: 32px;
    }

    header .navbar-dark .navbar-toggler-icon.active:before {
        content: "\f00d";
    }


header .navbar-dark .navbar-nav .nav-link {
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

    header .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--white);
    }

        header .navbar-dark .navbar-nav .nav-link:hover::after {
            display: none;
            content: '';
            width: 100%;
            height: 2px;
            background: var(--yellow);
            position: absolute;
            left: 0;
            bottom: 8px;
        }

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 8px;
}

/*header .navbar-collapse > ul li:first-child {
    margin: 30px 0;
}*/

header .navbar-collapse > ul li.order-now .nav-link,
header .navbar-collapse > ul li.order-now .nav-link:hover {
    color: var(--black);
    background: var(--yellow);
    font-weight: normal;
    font-size: 16px;
    border-radius: 25px;
    padding: 11px 22px;
    text-align: center;
    display: flex;
    justify-content: center;
}

    header .navbar-collapse > ul li.order-now .nav-link img {
        margin-right: 10px;
    }

/*3-10*/
.order-now-btn .nav-link {
    color: var(--black);
    background: var(--yellow);
    font-size: 16px;
    border-radius: 25px;
    min-width: 100px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
}

    .order-now-btn .nav-link:hover {
        color: var(--white);
        background: var(--red);
    }

    .order-now-btn .nav-link img.order-icon-dark {
        width: auto;
        vertical-align: sub;
        margin-right: 4px;
    }

        .order-now-btn .nav-link img.order-icon-dark.ic-2 {
            display: none;
        }

    .order-now-btn .nav-link:hover img.order-icon-dark.ic-2 {
        display: inline-block;
    }

    .order-now-btn .nav-link:hover img.order-icon-dark.ic-1 {
        display: none;
    }

/*.order-now-btn .nav-link:hover img.order-icon-dark {
        visibility: hidden;
    }

   .order-now-btn .nav-link:hover:before {
        content: url(/images/order-icon-light.svg);
        display: block;
        float: left;
        position: relative;
        top: 0px;
        margin-right: 0px;
        width: 0px;
    }*/


/*************header end**************/
/*******alert start*********/

.hero-notificationBanner {
    width: 100%;
    position: relative;
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-notificationBanner__yellow {
    background-color: var(--yellow3);
}

.hero-notificationBanner__white {
    background-color: var(--white);
}

.hero-notificationBanner__black {
    background-color: var(--black);
}

@media (min-width: 62rem) {
    .Hero-notificationBanner {
        margin-bottom: 3.75rem;
    }
}

.hero-notificationBannerText__right {
    text-align: right;
}

.hero-notificationBannerText__left {
    text-align: left;
}

.hero-notificationBannerText__center {
    text-align: center;
}

.hero-notificationBannerText__black {
    color: var(--black);
}

.hero-notificationBannerText__white {
    color: var(--white);
}

.hero-notificationBannerText__yellow {
    color: var(--yellow);
}

.hero-notificationBannerText__link {
    color: var(--black) !important;
}

.hero-notificationBanner__text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 0;
    margin-right: 2rem;
    font-weight: 700;
    width:100%
}

    .hero-notificationBanner__text::before {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 1.25rem;
        height: 1.25rem;
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        vertical-align: middle;
        margin-right: 1.25rem;
    }

    .hero-notificationBanner__text i,
    .hero-notificationBanner__text em {
        font-style: italic;
    }

    .hero-notificationBanner__text b,
    .hero-notificationBanner__text strong {
        font-weight: 700;
    }

    .hero-notificationBanner__text a {
        text-decoration: underline;
    }

        .hero-notificationBanner__text a:hover {
            text-decoration: none;
        }

    .hero-notificationBanner__text ol {
        list-style-type: decimal;
    }

    .hero-notificationBanner__text ul {
        list-style: disc;
    }

    .hero-notificationBanner__text ol,
    .hero-notificationBanner__text ul {
        list-style-position: inside;
    }

    .hero-notificationBanner__text li {
        margin-left: 1.5625rem;
    }

.hero-notificationBanner__image {
    max-width: 30px;
    margin: 0 20px 0 0;
}

.hero-notificationBanner__close {
    background: transparent;
    border: none;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.hero-notificationBannerClose__black {
    color: var(--black);
}

.hero-notificationBannerClose__white {
    color: var(--white);
}

.hero-notificationBannerClose__yellow {
    color: var(--yellow3);
}

/*************alert end**************/
/*******carousel start*********/
.mng-carousel {
    background: var(--black2);
    padding-left: 0;
    padding-right: 0;
    min-height: 490px;
}

    .mng-carousel .carousel-control-prev,
    .mng-carousel .carousel-control-next {
        display: none;
    }

    .mng-carousel .carousel-indicators {
        justify-content: left;
        align-items: center;
        left: -32px;
        bottom: 47px;
        /*top: 134px;*/
    }

.order-now-black {
    position: relative;
}

    .order-now-black:hover {
        color: #ffffff;
    }

.carousel-indicators {
    margin-bottom: 41px;
}

.mng-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border: 2px solid var(--black);
    background: var(--black);
    border-radius: 50%;
    opacity: 1;
    margin-right: 16px;
}

.mng-carousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    border: 2px solid var(--black);
    background: transparent;
}

.carousel-inner {
    position: relative;
}



/*.inner-box > div:first-child {
    background: var(--yellow2);
    color: var(--black);
}*/


.text-box {
    padding: 43px 30px 70px 30px;
}


    .text-box h1 {
        font-size: 38px;
        color: var(--black);
        line-height: 36px;
    }

        .text-box h1 span {
            color: var(--red);
        }

    .text-box h2 {
        color: var(--black);
        font-size: 26px;
        font-weight: 800;
        line-height: 27px;
        margin: 30px 0 15px 0;
    }

    .text-box p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 33px;
        word-break: break-word;
    }

        .text-box p a {
            font-size: 14px;
            line-height: 22px;
            font-weight: 600;
            text-decoration: underline;
            color: var(--black);
        }

            .text-box p a:hover {
                text-decoration: none;
            }

.order-now-black {
    color: var(--white);
    background: var(--black);
    font-size: 16px;
    border-radius: 25px;
    min-height: 46px;
    min-width: 130px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.order-now {
    text-decoration: none;
}

    .order-now span.od-text1 {
        /* color: var(--white);*/
        /* background: var(--black);*/
        font-size: 16px;
        border-radius: 25px;
        min-height: 46px;
        min-width: 130px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .order-now:hover span.od-text1,
    .order-now span.od-text2 {
        display: none;
        margin: 0px;
    }

    .order-now:hover span.od-text2 {
        font-size: 16px;
        border-radius: 25px;
        min-height: 46px;
        min-width: 130px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

/*    .order-now:hover:before {
        content: "ORDER NOW";
        background: var(--red);
        color: var(--white);
        font-size: 16px;
        border-radius: 25px;
        min-height: 46px;
        min-width: 130px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }*/

.strip {
    background: var(--black);
    font-size: 10px;
    color: var(--white);
    min-height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 49px;
}

@media (min-width:320px) and (max-width:767px) {
    .strip {
        min-height: 64px;
    }

    .pressroom_detail h1.press_title {
        font-size: 28px !important;
    }

    .feedback.contact .title-grid h3 span {
        font-size: 24px !important;
    }

    .half-hero .inner-box .text-box {
        min-height: 219px;
    }
}

.strip p {
    margin-bottom: 0px !important;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
/*******carousel end*********/



/*******************menu section start*********************/
.menu-box {
    margin-top: 60px;
}

    .menu-box .card {
        padding-left: 10px;
        padding-right: 10px;
        border: 0;
        margin-bottom: 20px;
    }

    .menu-box .card-body {
        width: 100%;
        padding: 0;
    }

        .menu-box .card-body a {
            width: 100%;
            display: flex;
            background: var(--black);
            min-height: 130px;
            border-radius: 12px;
            overflow: hidden;
            text-decoration: none;
            align-items: center;
        }

            .menu-box .card-body a:hover .card-text {
                color: var(--yellow);
            }

            .menu-box .card-body a span:first-child {
                width: 51%;
                padding-right: 10px;
            }

            .menu-box .card-body a .card-text {
                font-size: 23px;
                color: var(--white);
                line-height: 26px;
            }

.big-link-btn {
    font-size: 16px;
    color: var(--black);
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

    .big-link-btn:hover {
        color: var(--black);
    }

    .big-link-btn:after {
        width: 100%;
        height: 2px;
        background: var(--black);
        display: block;
        content: '';
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .big-link-btn:hover:after {
        opacity: 0;
    }

.all-menu {
    margin-top: 20px;
    margin-bottom: 54px;
}
/*******************menu section end*********************/

/*************************watch the process start*****************************/
.watch-process {
    background: url(../images/burger-bg.png) repeat-x;
    overflow: hidden;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .watch-process h1 {
        font-size: 38px !important;
        color: var(--black);
        line-height: 36px;
         margin-bottom:10px;
    }

        .watch-process h1 span {
            color: var(--red);
            font-size:38px !important;
        }

    .watch-process p {
        font-size: 16px !important;
        margin: 10px 0;
        max-width: 800px;
        line-height: 20px;
    }

    .watch-process .order-now {
        color: var(--white);
        font-weight:bold;
    }

/* Default Position: Text stays above the image */
.default-text {
    text-align: center;
    width: 100%;
    max-width: 800px;
/*    padding-top:20px;*/
}

.burger-area {
    margin-top:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    width :100%;
}

.yummy-burger {
    width: 100%;
    max-width: 1200px;
/*    object-fit:contain;*/
    border-radius:12px;
} 

.yummy-burger-mobile {
    display: none;
    object-fit: cover;
    width: 100%;
    max-width: 1440px;
}

/* Overlay Text (For Desktop) */
.overlay-text {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 80%;
    max-width: 800px;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
}

.overlay-active .yummy-burger {
    height: 600px; /* Full height when text is overlayed */
}

/* When text is not overlayed */
.watch-process:not(.overlay-active) .yummy-burger  {
    height: 300px;
}

/* Mobile Adjustments */
@media screen and (max-width: 768px) {
    .watch-process {
        min-height: auto; /* Fit within one screen */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .watch-process h1 {
            font-size: 30px !important;
        }

            .watch-process h1 p span {
                color: var(--red);
                font-size:30px !important;
/*                font-weight:bold;*/
                line-height:26px !important
            }

        .watch-process p span {
           font-size: 18px !important;
        }

        .watch-process p {
            font-size: 12.5px !important; /* Reduce paragraph size */
/*            line-height: 18px;*/
            margin-bottom: 8px;
        }

    .overlay-text {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        width: 100%;
        background: none;
        color: black;
        padding: 12px;
    }

    .burger-area {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .yummy-burger {
        display: none; /* Hide desktop image on mobile */
    }

    .yummy-burger-mobile {
        display: block;
        width: 100%;
        object-fit: cover; 
        border-radius:12px;
    }
}

/*@media (max-width: 768px) {*/
    /* Target large text (Headers inside <p> & <span>) */
    /*.overlay-text span[style*="font-size"],
    .default-text span[style*="font-size"] {
        font-size: min(7vw, 45px) !important;*/ /* Resize dynamically */
        /*line-height: 1.1 !important;*/ /* Reduce spacing */
        /*text-align: center !important;
    }*/

    /*  Target normal text (paragraphs, subheaders, body text) */
    /*.overlay-text p,
    .default-text p{
        font-size: min(4.5vw, 22px) !important;*/ /* Ensure body text is smaller */
        /*line-height: 1.3 !important;*/ /* Proper spacing */
    /*}
}*/


.star-line {
    position: absolute;
    left: -146px;
    bottom: 0px;
    width: 100%;
    max-width: 298px;
}
/*************************watch the process end*****************************/

/*************************cravings start*****************************/
.desktop-cravings {
    display: none;
}

.cravings-title {
    text-align: center;
    margin: 100px -20px 40px -20px;
    position: relative;
}

    .cravings-title h3 {
        color: var(--black);
        font-size: 24px;
        padding: 10px 26px;
        display: inline-block;
        margin: -2px 0 0 0;
    }

.cravings .card {
    padding: 0 10px;
    border: 0;
}

.card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.desktop-cravings .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .card-body {
      display:flex;
      flex-direction:column;
    }

/*    .mob-cravings .cravings .card {
        padding-left:0px;
        padding-right:0px;
    }*/
}
.cravings .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cravings .card .card-body {
    background: var(--black3);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 28px 45px 28px;
}

.cravings .card-title {
    color: var(--white);
    font-size: 32px;
    line-height: 29px;
    display: inline-block;
    margin: 0;
}

    .cravings .card-title span {
        color: var(--yellow2);
    }

.cravings .card-text {
    color: var(--white);
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 28px 0;
}

.btn-warning {
    color: var(--black);
    background: var(--yellow);
    font-size: 16px;
    border-radius: 25px;
    padding: 14px 22px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

    .btn-warning:hover {
        color: var(--white);
        background: var(--red);
        font-size: 16px;
        border-radius: 25px;
        padding: 14px 22px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
    }

.mob-cravings .btn-warning,
.desktop-cravings .btn-warning {
    width: 130px;
    min-height: 46px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.case-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:30px;
    padding-right:30px;
}
/*************************cravings end*****************************/
/*************************utube insta start*****************************/
.utube-insta {
    margin: 10px -20px 100px -20px;
    text-align: center;
}

    .utube-insta .video-wrapper {
        margin-bottom: 50px;
    }

    .utube-insta h3 {
        font-size: 32px;
        color: var(--black);
        margin-bottom: 28px;
    }

.utube {
    padding-right: 25px;
}

.utube-insta > div:last-child {
    display: none
}

.insta-section .card {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.insta-section .card-body {
    padding: 0;
}

/*.utube-insta .video-layer iframe {
    height: 220px;
}*/
/*************************utube insta end*****************************/


.texture-bg {
    background: url(../images/ft-2.png) repeat;
    height: auto;
    padding-bottom: 7px;
}

.line-bg {
    background: url(../images/line-ft.png) repeat-x;
    text-align: right;
    height: 88px;
    margin: 0;
    background-size: 100% 100%;
}

.strip-bg {
    background: url(../images/ft-2.png) repeat-x;
    text-align: center;
    height: 110px;
    background-size: auto 100%;
    display: inline-block;
    padding-right: 15%;
    position: relative;
}

    .strip-bg img {
        width: 150px;
        position: absolute;
        left: -78px;
        top: 0;
    }

@media (min-width:300px) and (max-width:767px) {
    .line-bg {
        height: 36px;
        margin: 0;
    }

    .strip-bg {
        height: 112%;
        margin-top: -1px;
    }

        .strip-bg img {
            width: 63px;
            left: -35px;
        }
}


/*******mobile carousel start*********/
.mng-carousel2 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 90px;
}

    .mng-carousel2 .carousel-control-prev,
    .mng-carousel2 .carousel-control-next {
        display: none;
    }

    .mng-carousel2 .carousel-indicators {
        justify-content: center;
        align-items: center;
        left: 0;
        bottom: -90px;
    }

        .mng-carousel2 .carousel-indicators [data-bs-target] {
            width: 11px;
            height: 11px;
            border: 2px solid var(--black);
            background: var(--black);
            border-radius: 50%;
            opacity: 1;
        }

        .mng-carousel2 .carousel-indicators .active {
            width: 11px;
            height: 11px;
            border: 2px solid var(--black);
            background: transparent;
        }

    .mng-carousel2 .cravings .card .card-body {
        background: var(--black3);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 30px 28px 45px 28px;
    }

    .mng-carousel2 .cravings .card-title {
        color: var(--white);
        font-size: 24px;
        display: inline-block;
        margin: 0;
    }
/*******mobile carousel end*********/


/*************************footer start*****************************/
#global-footer {
    background: var(--black);
    padding: 40px 0 23px 0;
}

.ft-logo {
    max-width: 180px;
    margin-bottom: 48px;
}

.ft-link1 .nav,
.ft-link2 .nav {
    display: block;
}

.ft-link1 .nav-item {
    margin: 0 0 30px 0;
}

    .ft-link1 .nav-item:first-child,
    .ft-link2 .nav-item:first-child {
        margin-left: 0;
    }

.ft-link1 .nav-link {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
}

.ft-link2 .nav-item {
    margin: 0 0 20px 0;
}

.ft-link2 .nav-link {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: var(--white);
    text-decoration: none;
}

#global-footer p {
    padding: 0;
    margin: 50px 0 60px 0;
    font-size: 12px;
    color: var(--white);
}

.social-media {
    margin: 40px 0 40px 0;
}

    .social-media i {
        color: var(--white);
        font-size: 24px;
    }

    .social-media a,
    .social-media a:hover {
        color: var(--white);
        text-decoration: underline;
        display: inline-block;
        margin-right: 21px;
    }
.nav-item .toggle-icon {
    float: right;
    color: white;
    font-size: 40px;
    margin-left: 10px;
    font-weight: bolder;
}

.footer-nav-toggle .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer-nav-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-nav-link {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}

.d-block.d-md-none .ft-link-mobile .collapse .nav-column a {
    color: #ffffff !important;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
}

    .d-block.d-md-none .ft-link-mobile .collapse .nav-column a:hover {
        text-decoration: none;
        color: white;
    }

/* Social Media in Mobile View - Aligned with Groups */
.d-block.d-md-none .social-media {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-left: 0;
    gap: 1rem;
}

    .d-block.d-md-none .social-media a {
        color: white;
        font-size: 1.5rem;
        text-decoration: none;
        margin-right: 0;
    }

        .d-block.d-md-none .social-media a:hover {
            color: lightgray;
        }
/* Desktop Footer Styles (Social Media Inline with Groups - Top Alignment with align-self) */
.ft-nav-row-desktop {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    flex-wrap: wrap; /* Allow wrapping if necessary */
}

.ft-nav-groups {
    display: flex;
    flex-wrap: wrap; /* Allow footer groups to wrap */
    margin-right: 2rem; /* Add some space between groups and social */
}

.ft-nav-group-desktop {
    display: flex;
    flex-direction: column;
    margin-right: 3rem;
    margin-bottom: 1rem;
}

.ft-nav-title-desktop {
    color: white;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    font-weight: bold;
}

.ft-nav-title-desktop {
    color: white;
    margin-bottom: 0.3rem;
    font-size: 18px; /* Increased font size as per user's test */
    font-weight: bold;
}

.ft-nav-list-desktop {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .ft-nav-list-desktop li {
        margin-bottom: 0.3rem;
    }

        .ft-nav-list-desktop li a {
            color: white;
            text-decoration: none;
            display: block;
            padding: 0.1rem 0;
            font-size: 1rem;
        }

            .ft-nav-list-desktop li a:hover {
                text-decoration: none;
                color: white;
            }

.ft-social-desktop {
    display: flex;
    align-items: center; /* Keep icons horizontally centered */
    align-self: flex-start; /* Align this item to the top */
    margin-top: 0.5rem; /* Adjust vertical spacing as needed */
}

    .ft-social-desktop .social-media {
        display: flex;
        align-items: center;
    }

        .ft-social-desktop .social-media a {
            color: white;
            font-size: 1.5rem;
            margin-left: 0.5rem;
            text-decoration: none;
        }

            .ft-social-desktop .social-media a:hover {
                color: lightgray;
            }

        .ft-social-desktop .social-media i {
            vertical-align: baseline;
        }
/* Keep mobile footer group title always white */

/* Target the footer group titles */
.footer-nav-toggle .nav-link.footer-nav-link {
    color: white !important;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    line-height: 2;
}

    /* Make sure hover and focus states stay white */
    .footer-nav-toggle .nav-link.footer-nav-link:hover,
    .footer-nav-toggle .nav-link.footer-nav-link:focus {
        color: white !important;
        text-decoration: none;
        outline: none;
    }

/* Optional: style when collapsed (if needed) */
.footer-nav-toggle.collapsed .nav-link.footer-nav-link {
    color: white !important;
}

/* Optional: style when expanded (if needed) */
.footer-nav-toggle:not(.collapsed) .nav-link.footer-nav-link {
    color: white !important;
}

/* Force list links inside footer group to be white on focus and active */
.d-block.d-md-none #mobile-footer-groups .collapse a.nav-link:focus,
.d-block.d-md-none #mobile-footer-groups .collapse a.nav-link:active {
    color: white !important;
    background-color: transparent !important;
    outline: none !important; /* To remove any focus outline that might be styled blue */
}

/* Also target the list items directly to ensure no blue background is inherited */
.d-block.d-md-none #mobile-footer-groups .collapse ul.nav.flex-column li.nav-item a.nav-link:focus,
.d-block.d-md-none #mobile-footer-groups .collapse ul.nav.flex-column li.nav-item a.nav-link:active {
    color: white !important;
    background-color: transparent !important;
    outline: none !important;
}

/* General styling for the list links */
.d-block.d-md-none #mobile-footer-groups .collapse a.nav-link {
    color: white !important;
    background: none;
    text-decoration: none;
}

    .d-block.d-md-none #mobile-footer-groups .collapse a.nav-link:hover {
        color: lightgray !important;
    }

#mobile-footer-groups ul.nav.flex-column li.nav-item a.nav-link {
    color: white !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0.30rem 0; /* Added margin here */
}

#mobile-footer-groups .nav-item .nav-link {
    color: white !important;
    text-decoration: none !important;
}

/* Styles for the Cookie Settings button */
#ot-sdk-btn.ot-sdk-show-settings {
    background: none !important;
    border: none !important;
    font-size: 1rem !important;
    font-weight: normal !important;
    color: white !important;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
    display: block;
    padding: 0 !important; /* Remove default padding */
}

    #ot-sdk-btn.ot-sdk-show-settings:hover {
        text-decoration: none !important;
        color: white !important;
    }

/* Apply padding specifically when the desktop footer is visible */
.d-none.d-md-block #global-footer #ot-sdk-btn.ot-sdk-show-settings {
    padding: 0.1rem 0 !important;
}

#global-footer #ot-sdk-btn.ot-sdk-show-settings:focus {
    outline: none;
}

.ft-link-mobile #ot-sdk-btn.ot-sdk-show-settings {
    margin-left: 0;
}

/* Limit footer link clicks to just the text */
#mobile-footer-groups .nav-link {
    display: inline !important;
    padding: 0 !important;
    width: auto !important;
}
#mobile-footer-groups .nav-item {
    padding: 0;
    margin: 0.30rem 0; /* Added margin here */
}
/* Fix clickable area without breaking alignment */
#mobile-footer-groups .footer-nav-toggle {
    cursor: default;
}

#mobile-footer-groups .footer-nav-link,
#mobile-footer-groups .toggle-icon {
    cursor: pointer;
}

/* Prevent full nav-item from being clickable */
#mobile-footer-groups .nav-item.collapsed {
    pointer-events: none;
}

/* Allow only title and icon to respond to clicks */
#mobile-footer-groups .footer-nav-link,
#mobile-footer-groups .toggle-icon {
    pointer-events: auto;
}

/*************************footer end*****************************/



/*.primal-box {
    margin-top: 20px;
    margin-bottom: 20px;
}*/

.space-top {
    margin-top: 60px;
}

.space-bottom {
    margin-bottom: 60px;
}

/*.primal-box > div:first-child {*/
/*    padding: 50px 30px 30px 30px;*/
/*padding:50px;
}*/

    .primal-box > div:first-child h1 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .primal-box > div:first-child p {
        font-size: 14px;
        line-height: 27px;
        text-transform: none;
        margin: 20px 0 30px 0;
    }

.primal-box > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.primal-box .btn-warning {
    padding: 0;
    display: flex;
    width: 130px;
    height: 46px;
    justify-content: center;
    align-items: center;
}

.mng-slider-desktop.cravings .card {
    padding: 0;
    border: 0;
}



/******************reward start************************/
.reward {
    background: var(--yellow);
    display: flex;
    min-height: 210px;
    justify-content: center;
    align-items: end;
}

    .reward .pic {
        display: none;
    }

    .reward .inner-text {
        padding-bottom: 50px;
    }

        .reward .inner-text img:first-child {
            margin-right: 4px;
        }

        .reward .inner-text h1 {
            font-size: 30px;
            color: var(--black);
            text-align: center;
        }

            .reward .inner-text h1 span {
                color: var(--red);
            }
/******************reward end************************/

/**************************feedback start*****************************/
.feedback {
    padding: 85px 0;
    background-position: center center;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

@media (min-width:300px) and (max-width:767px) {
    .feedback {
        padding: 50px 0;
    }

        /*    .cravings-title h3 {
        background: #e0d6be;
    }*/

        .feedback .cravings-title {
            margin: 0px -20px 25px -20px !important;
        }

    .fl-detail .detail-content-box {
        order: 2;
    }
}

.feedback .cravings-title {
    margin: 0 0 25px 0;
}

    .feedback .cravings-title h3 {
        font-size: 24px;
        padding: 3px 10px;
        line-height: 30px;
        width: 75%;
    }

        .feedback .cravings-title h3 span {
            color: var(--red);
        }

.feedback .icons {
    width: 60px;
    height: 60px;
    background: var(--yellow);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .feedback .icons img {
        width: 100%;
        max-width: 54px;
        max-height: 54px;
    }

.feedback h5.card-title {
    font-size: 20px;
    margin: 15px 0 0 0;
}

.feedback .link-btn {
    color: var(--black);
    font-size: 20px;
    margin: 15px 0 0 0;
    text-decoration: none;
}

    .feedback .link-btn:hover {
        text-decoration: underline;
    }

.feedback p.card-text {
    font-size: 14px;
}

.feedback .card {
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
}

    .feedback .card .card-body {
        background-color: #fff;
        background-clip: border-box;
        border: 0;
        border-radius: 10px;
        padding: 40px 30px;
        box-shadow: 1px 0px 7px rgba(0,0,0,0.2);
    }

.card_link_1 {
    float: left;
}

    .card_link_1 a {
        color: #000000;
        font-size: 16px;
        margin-right: 21px;
        text-decoration: underline;
    }

.card_link_2 a {
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
}
/**************************feedback end*****************************/

/**********************press start*****************************/

.flex-center-ds {
    display: flex;
    align-items: center;
    justify-content: center;
}


.press {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .press .title-box {
        border-bottom: 1px solid #000;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .press a,
    .press a:hover {
        color: var(--black);
    }

    .press p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        margin: 16px 0;
    }

    .press .press-column > div {
        padding: 0 18px;
        font-size: 14px;
        font-weight: 600;
    }

    .press .press-column a i {
        display: none;
    }

    .press .press-column > div:first-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .press .press-column > div:last-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
        border-bottom: none;
    }

    .press .title-box {
        margin-top: 30px;
    }

.viewstories-mob {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.viewstories-desktop {
    display: none;
}


.viewstories-m {
    display: block;
    width: 174px;
    height: 48px;
    text-align: center;
}

.margin-top {
    padding: 30px 0 0 0;
}

.press-column .col-sm-3 a {
    display: none;
}

.press-column .border-bot {
    border-bottom: 1px solid #000;
    padding-bottom: 20px !important;
    padding-top: 24px !important;
}

.pd-0 {
    padding: 20px 0px;
}

/**********************press end*****************************/
/**********************featured menu start*****************************/
.container-fluid {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.featured-menu {
    background: url(/images/BG.png) no-repeat;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;

    border-radius: 12px;
    margin-left: 37px !important;
    margin-right: 37px !important;
    max-width: 1200px;
    width: 100%;
}

@media (max-width: 768px) {
    .featured-menu {
      padding-left:30px;
      padding-right:30px;
    }

        .featured-menu .title {
           text-align: center;
        }

}

    .featured-menu .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .featured-menu .title h3 {
            font-size: 32px;
            color: var(--white);
            margin: 0;
        }

        .featured-menu .title a {
            display: none;
            cursor: pointer;
        }

.feature-inner {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 50px;
    margin-top: 31px;
}

    .feature-inner .box {
        padding: 0 10px;
        width: auto;
        max-width: 295px;
        display: inline-block;
    }

        .feature-inner .box:first-child {
            margin-left: -10px;
        }

        .feature-inner .box .inner-box {
            background: var(--white);
            height: 100%;
            position: relative;
            border-radius: 10px;
            padding: 30px 30px 75px 30px;
            text-align: center;
        }

            /*.feature-inner .box .inner-box span {
                width: 100%;
                height: 184px;
                display: flex;
            }*/

            .feature-inner .box .inner-box span img {
                width: 100%;
                height: auto;
            }

            .feature-inner .box .inner-box .ot-view {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 30px;
            }

    .feature-inner h3 {
        font-size: 20px;
        color: var(--black);
        white-space: break-spaces;
    }

    .feature-inner p {
        font-size: 14px;
        color: var(--black);
        margin: 10px 0 20px 0;
    }

    .feature-inner .btn-warning {
        min-width: 130px;
    }

        .feature-inner .btn-warning:hover {
            background: var(--red);
            color: var(--white);
        }

/*.feature-inner::-webkit-scrollbar {
    height: 10px;
}

    .feature-inner::-webkit-scrollbar-track {
        background: #464645;
        border-radius: 10px;
    }

    .feature-inner::-webkit-scrollbar-thumb {
        background-color: var(--yellow);
        border-radius: 10px;
        height: 5px;
    }*/

/* ===== Scrollbar CSS ===== */
/* Firefox */
.feature-inner {
    scrollbar-width: auto;
    scrollbar-color: #ffc72c #464645;
}

    /* Chrome, Edge, and Safari */
    .feature-inner::-webkit-scrollbar {
        height: 10px;
    }

    .feature-inner::-webkit-scrollbar-track {
        background: #464645;
        border-radius: 10px;
    }

    .feature-inner::-webkit-scrollbar-thumb {
        background-color: var(--yellow);
        border-radius: 10px;
        height: 5px;
    }

.mobile-view-menu {
    margin: 40px auto 0 auto;
    text-align: center;
}
/**********************featured menu end*****************************/
/**********************Menu Item Start*****************************/
.menu-container {
}

.menu-head-background {
    background: url(/images/background-texture@2x.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
}

h1.menuhead {
    font-size: 28px;
    color: var(--black);
    line-height: 36px;
    text-align: center;
    margin: 0 0 30px 0;
}

.menu-nav {
    background: #FFC72C;
    text-align: center;
    border-radius: 0;
    padding: 0 60px 0 60px;
    margin-bottom: 10px;
}

    /*.owl-dots {
    display: none;
}*/

    .menu-nav .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.owl-carousel2 button {
    background: none;
    border: none;
}

.owl-carousel2 .owl-dots {
    display: none;
}

/*.owl-carousel2 .own-nav > button > span {
    position: absolute;
    left: 20px;
    top: -8px;
    font-size: 0;
}*/
/*.owl-carousel2 .owl-nav span {
    font-size: 32px !important;
    border: solid black;
    border-width: 0 !important;
    display: inline-block;
    padding: 4px;
}*/

.owl-carousel2 .owl-nav .owl-prev > span,
.owl-carousel2 .owl-nav .owl-next > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    width: 14px;
    height: 14px;
}

.owl-carousel2 .owl-nav .owl-prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.owl-carousel2 .owl-nav .owl-next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.owl-carousel2 .owl-prev {
    position: absolute;
    top: calc(50% - 24px);
    left: -25px;
}

.owl-carousel2 .owl-next {
    position: absolute;
    top: calc(50% - 24px);
    right: -25px;
}

.owl-carousel2 .owl-stage-outer .owl-stage .owl-item .nav-item .nav-link:hover {
    text-decoration: none;
}


.main-menu-contain .title h3 {
    font-size: 32px;
    color: var(--white);
    margin: 0;
}

.main-menu-contain .title a {
    display: none;
}

.main-menu-contain-inner {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 31px;
}

    .main-menu-contain-inner .tab-pane.active {
        display: flex;
        flex-wrap: wrap;
        column-gap: 22px;
    }

    .main-menu-contain-inner .box {
        padding: 0;
        width: calc((100% - 0px) / 1);
        display: inline-block;
        margin: 11px 0px;
    }

        .main-menu-contain-inner .box .inner-box {
            background: var(--white);
            height: 100%;
            position: relative;
            border-radius: 10px;
            padding: 30px 30px 75px 30px;
            text-align: center;
        }

            .main-menu-contain-inner .box .inner-box .ot-view {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 30px;
            }

            .main-menu-contain-inner .box .inner-box span {
                width: 100%;
                display: flex;
                justify-content: center;
            }

                .main-menu-contain-inner .box .inner-box span img {
                    width: auto;
                    height: 144px;
                    max-width: 275px;
                }

    .main-menu-contain-inner h3 {
        font-size: 20px;
        color: var(--black);
        white-space: break-spaces;
    }

    .main-menu-contain-inner p {
        font-size: 14px;
        color: var(--black);
        margin: 10px 0 20px 0;
    }

.viewdetails {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .viewdetails span {
        display: block;
        padding: 40px 0;
    }


    .viewdetails .box .inner-box {
        background: var(--white);
        height: 100%;
        position: relative;
        border-radius: 10px;
        padding: 30px;
        text-align: center;
    }

        .viewdetails .box .inner-box span {
            width: 100%;
            height: 184px;
            display: flex;
        }

            .viewdetails .box .inner-box span img {
                width: 100%;
                height: auto;
            }

    .viewdetails h1 {
        font-size: 40px;
        color: var(--black);
        white-space: break-spaces;
    }

    .viewdetails p {
        font-size: 16px;
        color: var(--black);
        margin: 10px 0 20px 0;
    }

        .viewdetails p.pt12 {
            font-size: 12px;
            color: var(--black);
            margin: 30px 0 20px 0;
            line-height: 16px;
        }

            .viewdetails p.pt12 .viewDetailAnchor {
                color: #CE1329;
            }

    .viewdetails span a {
        color: var(--black);
        font-size: 14px;
        font-weight: normal;
    }

.viewdetails-food {
    padding: 0 0 0 50px;
}



/*****menu slider*****/


.owl-carousel2.nav-pills .nav-link {
    color: var(--black);
    margin: 0 auto;
    position: relative;
    padding: 9px 0;
}


    .owl-carousel2.nav-pills .nav-link.active {
        color: var(--black);
        background-color: transparent;
    }

/*@media (min-width:900px) {
    .owl-carousel2.owl-drag .owl-item,
    .owl-carousel2 .owl-item {
        width: auto !important;
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
}*/
.owl-carousel2 .owl-item:last-child {
    margin-right: 0 !important;
}

.owl-carousel2 .owl-item {
    max-width: 150px;
}

.owl-carousel2.nav-pills .nav-link.active:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.main-menu-contain > .container {
    padding-left: 0;
    padding-right: 0;
}

/*LOCATION*/

.location_wrapper {
    min-height: 630px;
}

.search_area_container .img_backdrop {
    background: url('../images/BG (1).svg');
    height: 152px;
    background-position: center center;
    background-size: cover;
}

.mapboxgl-ctrl-geocoder--button {
    display: none !important;
}

.content_container {
    padding: 40px 70px;
}
/*
    .content_container h1 {
        color: var(--unnamed-color-000000);
        text-align: left;
        letter-spacing: 0px;
        font-size: 20px;
        color: #000000;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }*/

    .content_container .custom-header {
        color: var(--unnamed-color-000000) !important;
        text-align: left !important;
        letter-spacing: 0px !important;
        font-size: 20px !important;
        color: #000000 !important;
        text-transform: uppercase !important;
        padding-bottom: 20px !important;
        margin-bottom: 0px !important;
        display: block !important;
    }


.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

    .search input {
        height: 46px;
        border-radius: 4px;
    }

        .search input:focus {
            box-shadow: none;
            border: 2px solid blue;
        }

    .search .search_store {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 11px 16px;
    }

::placeholder {
    text-align: left;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.6;
}

.location_list_desktop ul {
    list-style: none;
    padding-left: 0px;
}

    .location_list_desktop ul li {
        display: inline-block;
        font-size: 14px;
    }

        .location_list_desktop ul li a {
            color: #000000;
            text-decoration: none;
        }

            .location_list_desktop ul li a svg {
                margin-right: 8px;
                width: 14px;
            }

        .location_list_desktop ul li:after {
            content: '|';
            padding-left: 16px;
            padding-right: 14px;
        }

        .location_list_desktop ul li:last-child:after {
            display: none;
        }

.store_selector .img_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 250px;
    padding-bottom: 16px;
}

    .store_selector .img_container img {
        width: 220px;
        height: 220px;
    }

.store_selector_content h2 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 0px;
    color: #000000;
}

.store_selector_content p {
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #000000;
}

.viewdetails .left-details {
    margin-bottom: 157px;
}

@media (max-width:1023px) and (min-width:300px) {
    .content_container {
        padding: 30px 30px 60px 30px;
    }

    /*.content_container h1 {
            font-size: 20px;
        }*/

    .search input {
        margin-bottom: 0px;
    }

    .store_selector {
        display: flex;
        flex-direction: column;
        padding: 60px 0px;
        margin: 0px !important;
    }

        .store_selector > .img_container {
            order: 2;
            padding: 0px;
        }

        .store_selector > .store_selector_content {
            order: 1;
        }

            .store_selector > .store_selector_content h2 {
                font-size: 24px;
            }

            .store_selector > .store_selector_content p {
                font-size: 16px;
            }

    .map_area_container {
        display: block;
    }

    .hide_map_control_mobile {
        height: 46px;
        background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
        background: #000000 0% 0% no-repeat padding-box;
        position: relative;
        z-index: 1;
    }

        .hide_map_control_mobile p {
            font-size: 14px;
            line-height: 17px;
            letter-spacing: 0px;
            opacity: 1;
            text-align: center;
            margin-bottom: 0px;
            padding: 17px 0px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .hide_map_control_mobile p a,
            .hide_map_control_mobile p i {
                color: #FFC72C;
                text-decoration: none;
            }

            .hide_map_control_mobile p .fa-chevron-up {
                display: inline-block;
                margin-left: 5px;
            }

            .hide_map_control_mobile p .fa-chevron-down {
                display: none;
                margin-left: 5px;
            }

            .hide_map_control_mobile p.down .fa-chevron-up {
                display: none;
            }

            .hide_map_control_mobile p.down .fa-chevron-down {
                display: inline-block;
            }

    .owl-carousel2 .owl-prev {
        position: absolute;
        top: calc(50% - 23px);
        left: -35px;
    }

    .owl-carousel2 .owl-next {
        position: absolute;
        top: calc(50% - 23px);
        right: -35px;
    }




    .viewdetails-food {
        padding-left: 0px;
    }

    .viewdetails .left-details {
        margin-bottom: 60px;
    }

    .viewdetails {
        display: flex;
        flex-direction: column;
    }


    .text-box {
        padding: 28px 5px 40px 5px;
        min-height: 410px;
    }

        .text-box h2 {
            font-size: 16px;
            margin: 8px 0 12px 0;
        }

        .text-box p {
            margin-bottom: 28px;
        }

    .half-hero .text-box p:last-child {
        margin-bottom: 0;
    }

    .text-box .order-now-black {
        margin-bottom: 45px;
    }

    .mng-carousel .carousel-indicators {
        left: -45px;
        margin-bottom: 40px;
    }
/*
    .inner-box > div:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }*/

    .owl-carousel2.nav-pills .nav-link {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        min-height: 60px;
        justify-content: center;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
}

.carousel-inner .carousel-item .inner-box {
    flex-direction: column;
}

.inner-box > div:first-child {
    order: 2;
}

.store_list .locationrow .primary_btn {
    min-width: 180px;
    padding: 15px 18px;
    line-height: 1;
    font-size: 14px;
}

    .store_list .locationrow .primary_btn.inactive {
        background-color: #dedede;
        color: black;
        cursor: not-allowed;
    }


.store_selector_list {
    padding: 0px 30px 0px 30px;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

    .store_selector_list ul.store_list {
        padding-left: 0px;
    }

        .store_selector_list ul.store_list li {
            padding: 20px;
            border-radius: 10px;
            -webkit-box-shadow: 0px 0px 14px -3px rgb(0 0 0 / 75%);
            -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 20px -3px rgb(0 0 0 / 16%);
            margin-bottom: 20px !important;
            width: 99%;
            margin: auto;
        }

            .store_selector_list ul.store_list li:hover,
            .store_selector_list ul.store_list li.active {
                box-shadow: inset 0 0 0 4px #ffc72c, 0 4px 15px 0 rgb(48 48 48 / 8%);
            }

            .store_selector_list ul.store_list li h3 {
                font-size: 20px;
            }

                .store_selector_list ul.store_list li h3 .link {
                    font-size: 20px;
                    color: #000;
                    text-decoration: none;
                }

            .store_selector_list ul.store_list li p {
                font-size: 14px;
                font-weight: normal;
                margin-bottom: 21px;
            }

            .store_selector_list ul.store_list li span {
                font-size: 14px;
            }

                .store_selector_list ul.store_list li span::before {
                    content: url(../images/hour.svg);
                    width: 16px;
                    height: 16px;
                    vertical-align: middle;
                    margin-right: 5px;
                }

.primary_btn {
    text-transform: uppercase;
    color: var(--black);
    background: var(--yellow);
    height: 46px;
    border-radius: 25px;
}

    .primary_btn:hover {
        background: var(--red);
        color: var(--white);
    }

.btn--disabled,
.btn--disabled:hover {
    background-color: #ECECEC;
    color: #6B6B6B;
    pointer-events: none;
}

.store_selector {
    margin: 30px 0px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 25px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.detial-btn {
    width: 130px;
    display: flex;
    justify-content: center;
}

/*OWL*/
/*.owl-carousel2 .owl-stage-outer .owl-stage .owl-item {
    margin-right: 34px !important;
}
*/

.mapboxgl-ctrl-geocoder {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 4px;
    box-shadow: none !important;
}

/*.mapboxgl-ctrl-geocoder--icon-search{
    display:none !important;
}*/

.mapboxgl-ctrl-geocoder--input {
    padding: 6px 16px !important;
}

.location_list_desktop {
    display: none;
    margin-top: 24px;
}

.mapboxgl-ctrl-geocoder--suggestion-title,
.mapboxgl-ctrl-geocoder--suggestion-address {
    font-weight: bolder;
}

.mapboxgl-ctrl-geocoder--icon-search {
    display: none !important;
}

.cke-marker {
    display: block;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 47px;
    background-image: url(/images/marker-sm.png);
    background-size: 100%;
}

    .cke-marker.active {
        display: block;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        padding: 0;
        width: 81px;
        height: 96px;
        background-image: url(/images/marker.png);
    }

.addMargin {
    margin: 0 auto;
}

.three_column_component {
    background: url('../images/BG (1).svg');
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

    .three_column_component p {
        text-align: center;
        font-size: 14px;
        color: var(--black);
    }

    .three_column_component .nor-text {
        max-width: 800px;
        text-align: center;
        margin: 0 auto 26px auto;
    }

.franklin-normal {
    font-size: 14px;
}


.tc_Component {
    border-radius: 7px;
}

    .tc_Component .card-body {
        padding: 30px 30px 60px 30px;
    }


        .tc_Component .card-body h5 {
            font-size: 32px;
            letter-spacing: 0px;
            color: var(--black);
        }



        .tc_Component .card-body p {
            text-align: center;
            font-size: 14px;
            color: var(--black);
            margin: 0;
        }


.join-app {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

    .join-app .btn-warning {
        padding: 11px 22px;
        min-width: 130px;
        text-align: center;
    }

    .join-app .link-btn,
    .join-app .link-btn:hover {
        text-decoration: underline;
        color: var(--black);
    }


.two_column_slider {
    padding-top: 40px;
    padding-bottom: 100px;
}



    .two_column_slider .carousel .carousel-inner {
        border-radius: 10px;
        box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    }

        .two_column_slider .carousel .carousel-inner .carousel-item .content_container h2 {
            font-size: 24px;
        }

        .two_column_slider .carousel .carousel-inner .carousel-item .content_container p {
            font-size: 14px;
            word-break: break-word;
        }



.bs_custom_carousel {
    margin-left: 0;
    margin-right: 0;
    /* width: 15%;*/
    display: block;
}



.bs_carousel_default {
    right: unset;
    left: 57.5%;
}



.carousel_left_arrow .carousel-control-prev {
    left: -30px;
}



.carousel_right_arrow .carousel-control-next {
    right: -30px;
}



.bs_carousel_right {
    right: 74px;
    left: unset;
}



.bs_custom_carousel [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #000000;
    opacity: 1;
    border-radius: 50%;
    margin: 10px;
    border: 1px solid #000000;
}



.bs_custom_carousel .active {
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 12px;
    height: 12px;
}



.bs_custom_carousel .carousel_left_arrow [data-bs-target], .bs_custom_carousel .carousel_left_arrow .active,
.bs_custom_carousel .carousel_right_arrow [data-bs-target], .bs_custom_carousel .carousel_right_arrow .active {
    background-color: unset;
    width: 15px;
    height: 15px;
    border: unset;
}




.bs_custom_carousel .carousel_left_arrow .carousel-control-prev .carousel-control-prev-icon {
    background-image: none;
    width: 14px;
    height: 14px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
}



.bs_custom_carousel .carousel_right_arrow .carousel-control-next .carousel-control-next-icon {
    background-image: none;
    width: 14px;
    height: 14px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}


.bs_carousel_default {
    right: 0;
    left: 0;
    width: auto;
    margin: 16px;
    display: flex;
    bottom: 0;
}

@media (min-width:320px) and (max-width:900px) {



    .bs_carousel_right {
        right: 0;
        left: auto;
        width: auto;
        margin: 16px;
        display: flex;
        bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }



    .bs_custom_carousel [data-bs-target] {
        margin: 5px;
    }



    .content_container {
        min-height: 250px;
    }



    .carousel_left_arrow .carousel-control-prev {
        left: 0;
    }



    .carousel_right_arrow .carousel-control-next {
        right: 0;
    }
}



@media (min-width:1024px) and (max-width:1190px) {
    .content_container {
        padding: 16px 20px;
    }
}

.accordion-header .accordian-head {
    font-size: 16px;
    line-height: 20px;
}

.accordian-head-body {
    font-size: 14px;
    font-size: 5px;
}

.accordion h4 {
    margin-top: 60px;
    font-size: 24px;
}

.accordion p {
    font-size: 14px;
    margin-top: 10px;
}
/*HARDEES HISTORY TIMELINE*/
.hardees_timeline {
    background-image: url('/images/background-texture.png');
    background-size: cover;
    background-repeat: repeat-y;
    padding-bottom: 5px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

.timeline-title h3 p {
    margin-bottom: 0;
}

.view_more {
    height: 704px;
    overflow: hidden;
}

.timeline .timeline_right h2 {
    display: flex;
    justify-content: left;
    font-size: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1;
}

    .timeline .timeline_right h2 span {
        text-align: left;
    }


.timeline .timeline_left h2 {
    display: flex;
    justify-content: right;
    font-size: 28px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1;
}

    .timeline .timeline_left h2 span {
        text-align: left;
    }


/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    border-right: 1px dashed #000;
    top: 0;
    bottom: 0;
    left: 50%;
}

/* Container around content */
.htimeline {
    padding: 0px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .htimeline::after {
        content: url('/images/history-Star.png');
        position: absolute;
        right: -17px;
        top: 0;
        z-index: 1;
    }

/* Place the container to the left */
.timeline_left {
    left: 0;
}

/* Place the container to the right */
.timeline_right {
    left: 50%;
}

    /* Fix the circle for containers on the right side */
    .timeline_right::after {
        left: -16px;
    }

/* The actual content */
.content {
    position: relative;
    border-radius: 6px;
}

    .content p {
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        margin: 0;
        color: #000000;
        padding: 10px 0 20px 0;
        justify-content: center;
    }

.timeline-title {
    position: relative;
}

    .timeline-title h3 {
        display: flex;
        align-items: center;
        font-size: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 72px;
    }


    .timeline-title::before {
        content: '';
        background: url(/images/line.png);
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 35%;
        background-size: cover;
    }

    .timeline-title::after {
        content: '';
        background: url(/images/line.png);
        position: absolute;
        top: 0;
        right: 0;
        height: 80px;
        width: 35%;
        background-size: cover;
    }

.cravings-title::before {
    content: '';
    background: url(/images/line.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 28%;
    background-size: cover;
}

.cravings-title::after {
    content: '';
    background: url(/images/line.png);
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 28%;
    background-size: cover;
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .htimeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .htimeline::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timeline_left::after, .timeline_right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .timeline_right {
        left: 0%;
    }

    .timeline-title::before {
        left: -20px;
        height: 50px;
        width: 15%;
    }

    .timeline-title::after {
        right: -20px;
        height: 50px;
        width: 15%;
    }

    .timeline-title h3 {
        height: 50px;
        width: 280px;
        margin: 0 auto;
    }

        .timeline-title h3 p {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
}

.timeline_viewmore {
    padding-top: 40px;
}

    .timeline_viewmore a {
        width: 130px;
        height: 46px;
        background: var(--unnamed-color-ffc72c) 0% 0% no-repeat padding-box;
        background: #FFC72C 0% 0% no-repeat padding-box;
        border-radius: 26px;
        line-height: 1.4;
        cursor: pointer;
    }


/*************************leadership**********************/

.leadership-title {
    background: url(../images/line.png) repeat-x;
    background-size: auto 100%;
    text-align: center;
    margin: 100px -20px 40px -20px;
}

    .leadership-title h3 {
        background: #f4ede1;
    }

.mob-leadership .btn-warning {
    width: 130px;
    min-height: 46px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/*.leadership-bg {
    background: url(/images/background-texture@2x.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
}

.leadership-bg-yellow {
    background: url(/images/pattern@2x.png) 0 125px no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
}
*/
.leadership-inner {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}



.leadership-bg .card {
    padding: 0 10px;
    border: 0;
    background: none;
}



    .leadership-bg .card img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }



    .leadership-bg .card .card-body {
        background: var(--white);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 30px 28px 30px 28px;
    }



        .leadership-bg .card .card-body p {
            font-size: 14px;
        }



.leadership-bg .mt20 {
    margin-top: 20px;
}



.owl-carousel3 .owl-dots {
    justify-content: center;
    align-items: center;
    left: 0px;
    display: flex;
    margin-top: 53px;
}

.owl-carousel4 .owl-dots {
    justify-content: center;
    align-items: center;
    left: 0px;
    display: flex;
    margin-top: 53px;
}



.owl-carousel3 .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #000 !important;
    margin: 15px;
    border-radius: 7px;
}

.owl-carousel3 button.owl-dot.active {
    background: #fff0 !important;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}



.owl-carousel3 .owl-nav {
    justify-content: center;
    display: flex;
    /* margin-bottom: 0; */
    gap: 0 158px;
    /* font-size: 29px; */
    /* font-weight: normal; */
    position: absolute;
    width: 100%;
    margin-top: 50px;
}



.owl-carousel4 .owl-nav {
    justify-content: center;
    display: flex;
    margin-bottom: 0;
    gap: 0 431px;
    position: absolute;
    width: 100%;
    margin-top: 50px;
}




.leadership-desktop {
    display: none !important;
}




.owl-nav button {
    display: flex;
    align-items: center;
    height: 47px;
}



.owl-nav .owl-prev > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}



.owl-nav .owl-next > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}




.owl-carousel4 .owl-nav .owl-prev > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}



.owl-carousel4 .owl-nav .owl-next > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.owl-carousel4 .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #000 !important;
    margin: 0 3px;
    border-radius: 7px;
}

.owl-carousel4 button.owl-dot.active {
    background: #fff0 !important;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}




.img_block_container {
    padding-top: 100px;
    padding-bottom: 100px;
}



    .img_block_container .container {
        margin: 0 auto;
        max-width: 860px;
    }



.container h2.dual_tone_text {
    margin-bottom: 16px;
    font-size: 32px;
    letter-spacing: 0px;
    color: #000000;
}



    .container h2.dual_tone_text span {
        color: #CE1329;
    }



.img_block_container .container p {
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--black);
}



.img_block_container .container .row {
    padding-top: 60px;
}



.img_block_container .container .img_container {
    display: flex;
    justify-content: center;
    flex-direction: row;
}



    .img_block_container .container .img_container img {
        width: 162px;
    }



/*SMART PHONE VIEW*/
@media (min-width:320px) and (max-width:767px) {

    #content-wrap {
        padding-top: 62px;
    }

    header.bg-dark1 {
        position: fixed;
        width: 100%;
        left: 0px;
        right: 0px;
        z-index: 9999;
    }

    .mng-carousel .carousel-indicators {
        bottom: 70px;
    }

    .img_block_container {
        padding-top: 60px;
        padding-bottom: 60px;
    }



        .img_block_container .container .row {
            padding-top: 30px;
        }

    .pagination-number_press {
        margin: 0rem !important;
    }

    .content_container {
        min-height: 325px;
    }

    .store_selector .img_container {
        padding: 0px;
    }

    .store_selector_list {
        padding: 0px 20px;
    }

    #norecordDiv {
        display: flex;
        flex-direction: column
    }

        #norecordDiv .img_container {
            order: 2;
        }

    .store_selector_content h2 {
        font-size: 24px;
    }

    .timeline .timeline_left h2 {
        text-align: left !important;
    }

    .timeline_left .content .row {
        display: flex;
        flex-direction: column;
    }

        .timeline_left .content .row .col-md-7 {
            order: 2;
        }

    .store_selector_list ul.store_list li p {
        margin-bottom: 17px;
    }

    #locationList .locationrow > a {
        min-width: 180px;
        padding: 20px 15px;
        display: inline;
    }

    /*3-10*/
    .store_selector_list ul.store_list li span {
        margin-top: 12px;
    }

    .primary_btn {
        margin-top: 12px;
    }


    .cravings-title::before, .cravings-title::after {
        width: 12%;
    }

    .view_more {
        height: 1100px;
    }

    .htimeline .content p {
        display: block;
    }

    .carousel_right_arrow .carousel-control-next, .carousel_left_arrow .carousel-control-prev {
        position: relative;
    }

    .timeline .timeline_left h2 {
        justify-content: left;
    }

    .timeline_left, .timeline_right {
        margin-bottom: 40px;
    }

    .carousel_right_arrow .carousel-control-next,
    .carousel_left_arrow .carousel-control-prev {
        position: relative;
    }

    .order-now-btn .nav-link:hover:before {
        display: none;
    }

    .leadership-mobile .owl-nav {
        display: flex !important;
    }

    .owl-carousel4 .owl-nav .owl-next > span {
        position: relative;
        width: 15px;
        height: 15px;
        right: 95px;
        top: -15px;
    }

    .owl-carousel4 .owl-nav .owl-prev > span {
        position: relative;
        width: 15px;
        height: 15px;
        left: 95px;
        top: -15px;
    }

    .press-cards-release {
        margin-bottom: 20px;
    }

    .press-contain .press-description {
        line-height: 20px;
    }

    .press-contain .press-cards-release a.arrow {
        display: none;
    }

    .container.proom_head h1.press_title {
        font-size: 28px !important;
    }

    .viewdetails h1 {
        font-size: 28px;
    }

    .component-content::before {
        width: 20%;
    }

    .component-content::after {
        width: 20%;
    }
}

@media (min-width:320px) and (max-width:991px) {
    #map {
        position: relative !important;
        height: 350px;
    }
}

/*TABLET POTRAIT VIEW*/
@media (min-width:768px) and (max-width:840px) {

    .cravings-title::before, .cravings-title::after {
        width: 12%;
    }

    .text-box h1 {
        font-size: 48px !important;
        line-height: 48px !important;
    }

    .text-box h2 {
        margin: 0px;
    }




    .carousel-item .inner-box img {
        object-fit: cover;
        height: 100%;
        object-position: left;
    }

    .text-box {
        padding: 43px 30px 70px 8px !important;
    }

    #rewards .featured-info .featured-info__section {
        top: 45% !important;
    }

    .press-cards-release {
        margin-bottom: 20px;
    }

    .store_selector_list {
        padding: 0px 30px 0px 30px;
    }

    .feedback.contact .title-grid h3 span {
        font-size: 28px !important;
    }
}


/*TABLET LANDSCAPE VIEW*/
@media (min-width:1024px) and (max-width:1100px) {

    .cravings-title::before {
        width: 15%;
    }

    .cravings-title::after {
        width: 15%;
    }

    .feedback .card .card-body {
        padding: 40px 25px;
    }

    .card_link_1 {
        float: none;
        margin-bottom: 10px;
    }
}

@media (min-width:1180px) and (max-width:1194px) {
    .cravings-title::before, .cravings-title::after {
        width: 20%;
    }

    .card_link_1 {
        float: none;
        margin-bottom: 10px;
    }
}

/*LAPTOP MDPI*/
@media (min-width:1200px) and (max-width:1366px) {

    .cravings-title::before {
        width: 25%;
    }

    .cravings-title::after {
        width: 25%;
    }

    .text-box {
        padding: 0px 50px 0 90px;
        min-height: 510px;
        margin: 20px 0;
    }
}

/*LAPTOP HDPI*/
@media (min-width:1370px) and (max-width:1450px) {
    .text-box {
        min-height: 550px;
        /* padding: 50px 90px 0 70px !important; */
    }
}

.carousel-item .inner-box img {
    object-fit: cover;
    height: 100%;
}

/****heading features****/
.timeline-title.mt100 {
    margin: 100px 0 40px 0;
}

p.lines3title {
    text-align: center;
    width: 74%;
    font-size: 19px;
}


/*ANIMATION CSS*/

#rewards .featured-info {
    height: 100vh;
    position: relative;
}

    #rewards .featured-info .featured-info__section {
        text-align: center;
        padding: 0 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        /*   #rewards .featured-info .featured-info__section > * {
            opacity: 0;
        }*/

        #rewards .featured-info .featured-info__section img {
            max-width: 100%;
            margin-bottom: 26px;
        }

        #rewards .featured-info .featured-info__section h2 {
            margin-bottom: 12px;
            text-align: left;
            font-size: 30px;
            line-height: 32px;
            letter-spacing: 0px;
        }

        #rewards .featured-info .featured-info__section p {
            margin: 0;
            text-align: left;
            letter-spacing: 0px;
            color: #000000;
            font-size: 14px;
        }

.featured-info__three-up .featured-info__section .card {
    border: none;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 30px 60px 30px;
}


@media (min-width: 767px) {
    #rewards .featured-info {
        height: auto;
    }

        #rewards .featured-info .container {
            position: relative;
        }

            #rewards .featured-info .container .row {
                padding-top: 100px;
                padding-bottom: 100px;
            }

            #rewards .featured-info .container .featured-info__section {
                padding: 0 10px;
                opacity: 0;
                position: static;
                top: auto;
                left: auto;
                width: 33%;
                -webkit-transform: translateX(0) translateY(0);
                -moz-transform: translateX(0) translateY(0);
                -ms-transform: translateX(0) translateY(0);
                -o-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
            }

                #rewards .featured-info .container .featured-info__section > * {
                    opacity: 1;
                }
}


@media (min-width:300px) and (max-width:767px) {
    #rewards .featured-info .container .featured-info__section > * {
        opacity: 1;
    }

    .card {
        background-color: unset;
    }

    .featured-info__section--1 {
        z-index: 1;
    }

    .featured-info__section--2 {
        z-index: 0;
    }

    .featured-info__section--3 {
        z-index: -1;
    }

    #rewards .featured-info .featured-info__section h2 {
        font-size: 24px;
    }

    #rewards .featured-info .featured-info__section {
        padding: 0 20px;
    }

    .feedback.contact .title-grid > div > div p:last-child {
        line-height: 24px;
    }

    .feedback.contact .title-grid > div > div {
        width: 17px;
    }

        .feedback.contact .title-grid > div > div .lines {
            height: 68px;
        }
}


#rewards .cta {
    width: 100%;
    background-color: white;
    padding-bottom: 120px;
    text-align: center;
}

    #rewards .cta img.cta__happy-star {
        width: 180px;
        margin-bottom: 30px;
    }



/**********************press-cards start*****************************/


.press-cards-bg {
    background: url(/images/background-texture@2x.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
}

    .press-cards-bg h1.menuhead {
        margin-bottom: 40px;
    }

.press-cards-release {
    background-color: var(--white);
    border-radius: 10px;
    padding: 30px;
}

.press-cards-icon:first-child {
    margin-top: 0px;
}

.press-cards-icon {
    background-color: var(--white);
    border-radius: 10px;
    margin-top: 20px;
}

.press-contain {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
}

    .press-contain .press-cards-release a.arrow {
        color: var(--black);
    }

    .press-contain ul {
        padding-left: 0;
        margin: 0;
    }

.press-cards-release ul li.press-release-content {
    list-style: none;
}

/*.press-cards-release ul > li.press-release-content:last-child {
    border-bottom: none;
}*/

.press-release-content {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #00000029;
}

.listItems_press .press-release-content:nth-child(4n) {
    border-bottom: none;
}

.press-contain .press-date {
    font-size: 14px;
    margin-bottom: 16px;
    color: #000000;
}

.press-contain .press-page-pagination {
    display: flex;
    justify-content: center;
}

/* .press-contain .press-page-pagination ul li {
    }

        .press-contain .press-page-pagination ul li a {
            border: none;
            color: var(--black);
        }

            .press-contain .press-page-pagination ul li a.page-link:hover {
                background-color: white;
                text-decoration: underline;
                text-underline-offset: 4px;
            }*/


.press-contain .pagination-inner-div {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 80px;
    align-items: center;
}

button.pagination-number.pagPad {
    width: 0;
    height: 0;
}

.press-contain .press-description {
    font-size: 20px;
    margin-bottom: 6px;
    color: #000000;
    text-decoration: none;
}

    .press-contain .press-description:hover {
        text-decoration: underline;
    }

.press-contain .icons {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    background: var(--yellow);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .press-contain .icons img {
        width: 100%;
        max-width: 28px;
        max-height: 28px;
    }

.press-contain h5.card-title {
    font-size: 22px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.press-contain p.card-text {
    font-size: 14px;
    margin-top: 4px;
}

    .press-contain p.card-text a {
        font-size: 16px;
        color: var(--black);
        margin-right: 20px;
    }

.press-contain a.arrow-icon {
    color: var(--black);
    font-size: 16px;
    padding-left: 10px;
}


#rewards .cta h2 {
    margin-bottom: 17px;
}

#rewards .cta p {
    margin-bottom: 26px;
}

#rewards .cta .btn {
    margin-bottom: 20px;
}

#rewards .cta .cta__join-online {
    color: #C8102E;
    display: block;
}

.mng-pagination-desktop {
    margin-top: 50px;
    display: none;
}

    .mng-pagination-desktop .pagination-inner-div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


.leadership-desktop .owl-nav,
.leadership-desktop .owl-dots {
    display: none;
}

.leadership-mobile .owl-nav {
    display: none;
}

.pagination-number {
    width: 12px;
    height: 16px;
    border: 2px solid var(--black);
    background: var(--black);
    border-radius: 50%;
    opacity: 1;
    margin: 10px;
    font-size: 0;
}

.pagination-button {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0px;
    margin: 0 12px;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: transparent;
}

#next-button.pagination-button {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#prev-button.pagination-button {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
    background: transparent;
}

.pagination-number.active {
    color: inherit;
    background: transparent;
    position: relative;
}

/*button.pagination-number.active::after {
    display: block;
    height: 3px;
    width: 26px;
    background: var(--black);
    content: "";
    left: 50%;
    margin-left: -13px;
    position: absolute;
}*/


.seeing-stars {
    padding: 71px 0;
}

    .seeing-stars .heading {
        line-height: 1;
    }

    .seeing-stars .od-change > div:first-child {
        order: 1;
    }

    .seeing-stars .od-change .img_container {
        display: flex;
        flex-wrap: wrap;
    }

        .seeing-stars .od-change .img_container > img {
            order: 1;
        }

    .seeing-stars .od-change .join-app {
        margin: 0 auto;
    }

.two_column_static {
    min-height: 750px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

    .two_column_static .img_container,
    .two_column_static .content_container {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        min-height: 750px;
        width: 100%;
    }

        .two_column_static .img_container .btn_links {
            align-items: center;
            display: flex !important;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
        }


        .two_column_static .img_container .btn_links a:nth-child(2) {
            color: #000000;
            margin-left: 30px;
        }

        .two_column_static .content_container p {
            font-size: 16px;
        }

        .two_column_static .content_container h1 p {
            font-size: 32px;
        }

@media (min-width:300px) and (max-width:767px) {
    .two_column_static {
        padding-top: 80px;
        padding-bottom: 40px;
    }

        .two_column_static,
        .two_column_static .img_container,
        .two_column_static .content_container {
            min-height: auto;
        }

            .two_column_static .content_container {
                padding: 0px;
            }

            .two_column_static .img_container img {
                order: 2;
            }

            .two_column_static .content_container h1,
            .two_column_static .content_container p {
                text-align: center;
            }

            .two_column_static .container .row .col-md-6:nth-child(1) {
                order: 2;
            }

            .two_column_static .container .row .col-md-6:nth-child(2) {
                order: 1;
            }
}

.pressroom_list {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.pressroom_detail {
    background-size: cover;
    background-repeat: repeat-y;
    padding-top: 50px;
}

    .pressroom_detail .overlay_img {
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
    }

    .pressroom_detail .container {
        z-index: 1;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*.pressroom_detail h1 {
        text-align: center;
        font-size: 30px;*/
    /*margin-bottom: 50px;*/
    /*}*/

/*    .pressroom_detail h1.press_title {
        color: var(--unnamed-color-000000);
        text-align: center;
        font-size: 50px;
        margin-bottom: 50px;
        color: #000000;
        white-space: normal;
        word-break: break-word;
    }*/

    .pressroom_detail .press_title {
        color: var(--unnamed-color-000000);
        text-align: center;
        font-size: 40px;
        margin-bottom: 50px;
        color: #000000;
        text-transform: uppercase;
        white-space: normal;
        word-break: break-word;
        display: block; /* Ensures it behaves like a heading */
    }




.pressroom_detail_content {
    background-color: #ffffff;
    padding: 53px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .pressroom_detail_content .press_description {
        letter-spacing: 0px;
        color: #000000;
        font-size: 16px;
        line-height: 22px;
        white-space: normal;
        word-break: break-word;
    }

    .pressroom_detail_content span.press_date {
        text-align: left;
        letter-spacing: 0px;
        color: #000000;
        font-size: 14px;
    }

    .pressroom_detail_content h2.press_title {
        color: var(--unnamed-color-000000);
        text-align: left;
        letter-spacing: 0px;
        color: #000000;
        padding-top: 16px;
        font-size: 30px;
    }

.container.proom_head h1.press_title {
    color: var(--unnamed-color-000000);
    text-align: center;
    font-size: 50px;
    margin-bottom: 35px;
    color: #000000;
    padding: 60px 0 0 0;
}


.pressroom_detail_content .press_imgs {
    padding-top: 40px;
    padding-bottom: 50px;
}

.pressroom_detail_content .press_description p,
.pressroom_detail_content .press_list ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
}

.pressroom_detail_content .press_list h6 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
}

.pressroom_detail_content .press_list ul {
    padding-left: 0px;
    list-style: none;
}

    .pressroom_detail_content .press_list ul li span {
        text-align: left;
        text-align: left;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #000000;
    }

@media (min-width:320px) and (max-width:767px) {
    .pressroom_detail_content {
        padding: 30px 20px;
    }

        .pressroom_detail_content h2.press_title {
            font-size: 24px;
            white-space: normal;
            word-break: break-word;
        }

        .pressroom_detail_content .press_imgs {
            padding-top: 30px;
            padding-bottom: 30px;
        }
}

.pagination-inner-div1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none;
}

.pagination-number_press {
    font-size: 1.1rem;
    color: #000;
    background-color: transparent;
    border: none;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    border-radius: .2rem;
}

.pagination-button1 {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0px;
    margin: 0 12px;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: transparent;
}

#next-button_press.pagination-button1 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#prev-button_press.pagination-button1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.pagination-number_press:hover,
.pagination-button1:not(.disabled):hover {
    background: transparent;
}

.pagination-number_press.active {
    color: inherit;
    background: transparent;
    position: relative;
}

button.pagination-number_press.active::after {
    display: block;
    height: 3px;
    width: 26px;
    background: var(--black);
    content: "";
    left: 50%;
    margin-left: -13px;
    position: absolute;
}
/*
.col-md-9.prscreen{width:77%}
.col-md-3.cardicon {
    width: 23%
}*/


.cardicon .feedback .card_widget .card {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mapboxgl-ctrl-geocoder--button {
    display: none !important;
}

.leadership {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    padding: 35px 0 47px;
    margin: 0;
    background: url('../images/pattern.svg');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}



.slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}



.leadership-slider {
    opacity: 0;
    visibility: hidden;
    position: relative;
    margin: 0;
}

.component-content {
    position: relative;
    margin-bottom: 40px;
}

    .component-content h2 {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 72px;
    }

    .component-content::before {
        content: '';
        background: url(/images/line.png);
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 27%;
        background-size: cover;
    }

    .component-content::after {
        content: '';
        background: url(/images/line.png);
        position: absolute;
        top: 0;
        right: 0;
        height: 80px;
        width: 27%;
        background-size: cover;
    }



.slick-slider {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}



.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}



    .slick-slider .slick-track, .slick-slider .slick-list {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }



.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}



.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



    .slick-track::before, .slick-track::after {
        display: table;
        content: '';
    }



.slick-initialized .slick-slide {
    display: block;
}



.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}



.leadership-wrap {
    position: relative;
}



.slick-slider.slick-initialized {
    visibility: visible;
    margin-top: 40px;
}



.leadership-item-wrap {
    padding: 10px;
}

.leadership-details {
    padding-left: 20px;
    padding-right: 20px;
}


.leadership-item {
    overflow: hidden;
    border-radius: 8px;
    padding: 0 0 20px;
    background-color: #fff;
}



.leadership-img {
    height: 295px;
    margin-bottom: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.leadership-name {
    letter-spacing: 0px;
    color: #000000;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1;
}



.leadership-position {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 14px;
}



.leadership-bio {
    text-align: center;
}



.leadership-slider-arrows {
    padding: 4px 0;
    text-align: center;
    position: relative;
}



    .leadership-slider-arrows .slick-arrow {
        position: relative;
        left: auto;
        right: auto;
        top: -4px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(135deg);
        width: 14px;
        height: 14px;
        background: transparent;
    }

        .leadership-slider-arrows .slick-arrow.slick-next {
            left: auto;
            right: 3px;
            border: solid black;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            width: 14px;
            height: 14px;
            background: transparent;
        }

.leadership-slider-dots {
    margin: 0 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}




.slick-arrow {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    z-index: 50;
    font-size: 0;
    color: transparent;
    background: transparent url("/-/media/Themes/CKE/CKE/images/slider-arr.png") center no-repeat;
}

.slick-dots {
    padding-left: 0px;
}

    .slick-dots li {
        margin: 0 4px;
        display: inline-block;
        vertical-align: middle;
    }



        .slick-dots li.slick-active button {
            background: #ffffff !important;
            border: 1px solid #000000;
        }



        .slick-dots li button {
            margin: 0;
            border: 0;
            padding: 0;
            font-size: 0;
            width: 10px;
            height: 10px;
            display: block;
            box-shadow: none;
            color: transparent;
            border-radius: 100%;
            background: #000;
        }







/*.leadership-slider-arrows .slick-arrow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}*/



.slick-arrow.slick-next {
    left: auto;
    right: 4px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



.slick-arrow {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    z-index: 50;
    font-size: 0;
    color: transparent;
    background: transparent url("../images/arrow-left.png") center no-repeat;
}



.leadership-slider-dots .slick-dots li button {
    background: #000000;
}



/*.leadership-slider-arrows .slick-arrow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}*/

#paginated-list_press li:last-child {
    border: 0;
}

.feedback .case-vertical .col-md-3 {
    min-width: 319px;
}

/*.row {
    margin-left: 3px;
    margin-right: 3px;
}*/

.title-grid {
    display: table;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 50px;
}

    .title-grid > div {
        display: table-row;
    }

        .title-grid > div > div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 10%;
        }

            .title-grid > div > div:nth-child(2) {
                padding: 0 10px;
                width: auto;
            }

            .title-grid > div > div .lines {
                width: 100%;
                height: 50px;
                background: url("../images/line.png") no-repeat;
                background-size: cover;
            }

    .title-grid h3 {
        font-size: 24px;
    }

    .title-grid > div > div p:last-child {
        margin: 0.5rem 0;
    }

.text-hiding {
    display: flex;
    height: 42px;
    overflow: hidden;
    align-items: center;
}

.pressroom_detail_content .press_description > img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 28px;
}

.mng-carousel {
    margin-bottom: 0;
}

.pressroom_detail_content img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 15px 0;
}


.accordionFold .accordion-item h2 {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-align: left;
}

.accordionFold .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: left;
}

@media (max-width:900px) and (min-width:300px) {
    .Promo_img {
        width: 50px
    }
}


/*404 PAGE*/

.page_404 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.content_404 h5 {
    font-size: 35px;
}

.content_404 p {
    font-size: 22px;
}

.content_404 {
    height: 330px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.learn-btn {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-decoration: underline;
}

    .learn-btn:hover {
        color: #000000;
    }

#search {
    z-index: 2;
    position: relative;
}

.exscroll-wrapper.noscroll {
    overflow-x: visible;
}

.owl-carousel2 .owl-nav button.disabled {
    opacity: 0.5;
}

.rtext-padding {
    padding: 60px 0;
    margin: 0 auto;
}

span.rtext-padding {
    display: inline-block;
}

/* Spacing utilities for outer padding */
.spacing-10 {
    margin: 10px auto !important;
}

.spacing-20 {
    margin: 20px auto !important;
}

.spacing-25 {
    margin: 25px auto !important;
}

/* Inner text padding utilities */
.text-spacing-10 {
    padding: 10px !important;
}

.text-spacing-20 {
    padding: 20px !important;
}

.text-spacing-25 {
    padding: 25px !important;
}

.half-hero {
    background: var(--black2);
    padding-left: 15px;
    padding-right: 15px;
}

/*    .half-hero .inner-box > div:first-child {
        min-height: 219px;
    }*/

    .half-hero .text-box h2 {
        font-size: 38px;
        line-height: 34px;
    }

    .half-hero .text-box p {
        font-size: 16px;
        line-height: 22px;
    }

.card-style {
    background: #fff;
    border-radius: 12px;
    padding: 0px;
    max-width: 1200px;
}

.with-shadow {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15) !important;
}

.no-shadow {
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .card-style {
        max-width: 91%; /* Ensure it doesn't stretch too wide */
    }
}

/* Special handling for iPhones */
/*@media (max-width: 414px) {*/ /* Covers most iPhones */
/*.card-style {
        padding: 12px;*/ /* Slightly smaller padding */
/*margin: 10px;*/ /* Extra margin for safety */
/*max-width: 90%;*/ /* Keep it well-contained */
/*}
}*/


.inner-box {
    border-radius: 12px;
    overflow: hidden;
}

.pic img {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*@media (max-width: 768px) {
    .pic img {
        border-top-right-radius:12px;
        border-top-left-radius:12px
    }
}*/
@media (max-width: 768px) {
    .pic {
        border-radius: 0; /* Prevent container background or overflow showing curve */
        overflow: hidden; /* Clip image inside rounded corner */
    }

        .pic img {
            border-radius: 12px 12px 0 0; /* Top left and right only */
            display: block;
            width: 100%;
            height: auto;
        }
}
.accordion-body p a {
    color: #000;
}

.video-layer {
    text-align: center;
}

    .video-layer iframe {
        width: 334px;
        height: 188px;
    }

.primal-box .primary-btn-cheese {
    background-color: #fff;
}

.half-hero .inner-box .text-box2 {
    padding-bottom: 30px;
}

.promo-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.promo-image {
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
}

.content-section {
    height: 100%;
/*    width:50%;*/
}

.content-inner {
    padding: 40px; /* adjust as needed */
}

/* Optional: rounded corners only on outer side */
@media (min-width: 768px) {
    .promo-image-wrapper.image-left {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .promo-image-wrapper.image-right {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }
}

@media (max-width: 768px) {
    .promo-image-wrapper.image-left {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .promo-image-wrapper.image-right {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}


.promo-banner {
    color: #fff;
}

h2.title-underline {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

    h2.title-underline::after {
        content: '';
        display: block;
        width: 80px;
        height: 10px;
        background-color: #ffc72c;
        border-radius: 3px;
        margin: 10px auto;
    }

.hardees_timeline--careers {
    padding: 40px 0;
}

    .hardees_timeline--careers .franklin-normal {
        max-width: 800px;
        margin: auto;
        font-size: 18px;
        line-height: 1.2;
    }

    .hardees_timeline--careers .join-app {
        margin-bottom: 0;
    }
/******************************** 
** Media CTA 
********************************/
.media-cta-container {
    padding: 40px 0;
}

.media-cta {
}

.media-cta--flipped .media-cta__image {
    order: 2;
}

.media-cta__text {
    padding-left: 40px;
}

.media-cta--flipped .media-cta__text {
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.media-cta__figure {
    overflow: hidden;
}

.media-cta__img {
    display: block;
    background: no-repeat center center / cover;
}

    .media-cta__img::after {
        content: '';
        display: block;
        padding-top: 60%;
    }

.video-container video {
}

.media-cta__desc {
    max-width: 500px;
    font-size: 18px;
    line-height: 1.2;
}

@media (min-width:300px) and (max-width:767px) {
    .media-cta__figure {
        margin: 20px 0;
    }

    .media-cta__desc {
        padding: 0;
    }

    .media-cta--flipped .media-cta__image {
        order: 0;
    }

    .media-cta__text {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

/******************************** 
** Image Highlight 
********************************/
.image-highlight-container {
    padding: 40px 0;
}

.image-highlight__img {
    display: block;
    background: no-repeat center center / cover;
}

    .image-highlight__img::after {
        content: '';
        display: block;
        padding-top: 60%;
    }

/******************************** 
** CTA Card 
********************************/
.cta-card {
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    border-radius: 10px;
}

.cta-card__figure {
}

.cta-card__img {
    display: block;
    border-radius: 10px 10px 0 0;
    background: no-repeat center center / cover;
    overflow: hidden;
}

    .cta-card__img::after {
        content: '';
        display: block;
        padding-top: 60%;
    }

.cta-card__box {
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.cta-card__title {
    margin-bottom: 20px;
}

.cta-card__desc {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2;
}

/******************************** 
** Instagram 
********************************/
.instagram {
    padding: 40px 0;
}

    .instagram h3 {
        font-size: 30px;
    }

    .instagram h4 {
        font-size: 40px;
    }

    .instagram .social-media {
        margin: 10px 0;
    }

        .instagram .social-media i {
            color: #000;
        }

.instagram__grid {
    display: flex;
    flex-wrap: wrap;
}

    .instagram__grid a {
        display: block;
        width: 25%;
        transition: all ease-in .3s;
    }

        .instagram__grid a:hover {
            transform: scale(1.01);
        }

.instagram__figure {
    margin: 5px;
}

.instagram__img {
    display: block;
    background: no-repeat center center / cover;
}

    .instagram__img::after {
        content: '';
        display: block;
        padding-top: 100%;
    }

.instagram__box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

@media (min-width:300px) and (max-width:767px) {
    .instagram__box {
        margin-bottom: 30px;
    }

    .instagram__grid a {
        width: 50%;
    }
}

/******************************** 
**  Two col card listing
********************************/
.two-col-card-listing-container {
    margin: 40px auto;
}

.two-col-card-listing__content {
    padding-left: 40px;
}

    .two-col-card-listing__content h3 {
        color: #ffc72c;
    }

.two-col-card-listing-container .desc {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    max-width: 800px;
    margin: auto;
}

.two-col-card-listing__figure {
    border-right: 8px solid rgba(255, 199, 44, .3);
    padding-right: 20px;
}

.two-col-card-listing__img {
    display: block;
    background: no-repeat center center / cover;
    max-width: 200px;
    border-radius: 50%;
    border: 5px solid #ffc72c;
}

    .two-col-card-listing__img::after {
        content: '';
        display: block;
        padding-top: 100%;
    }

.two-col-card-listing__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.two-col-card-listing__desc {
    font-size: 18px;
    line-height: 1.2;
}

.two-col-card-listing__item {
    margin: 40px 0;
}

@media (min-width:300px) and (max-width:767px) {
    .two-col-card-listing__content {
        padding-left: 0;
    }

    .two-col-card-listing__figure {
        margin-bottom: 20px;
        border: none;
        padding-right: 0;
    }

    .two-col-card-listing__img {
        margin: auto;
    }

    .two-col-card-listing {
        text-align: center;
    }
}
/******************************** 
** Cards Carousel 
********************************/
.cards-carousel-container {
    padding: 40px auto;
}

.cards-carousel__item {
    display: flex;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    margin: 0 30px;
    flex: 1;
    width: 100%;
}

.cards-carousel__figure {
    width: 50%;
}

.cards-carousel__img {
    display: block;
    background: no-repeat center center / cover;
    width: 100%;
    height: 100%;
}

    .cards-carousel__img::after {
        content: '';
        display: block;
    }

.cards-carousel__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.cards-carousel__title {
    margin-bottom: 20px;
}

.cards-carousel__desc {
    font-size: 18px;
    line-height: 1.2;
}

.cards-carousel__content .primary-btn-cheese {
    width: fit-content;
    margin: 20px 0;
}

.owl-carousel5 .owl-stage {
    display: flex;
}

.owl-carousel5 .owl-item {
    display: flex;
    height: inherit;
    min-height: 500px;
}

.owl-carousel5 .owl-nav button {
    position: absolute;
}

.owl-carousel5 .owl-prev,
.owl-carousel5 .owl-next {
    top: 40%;
    margin: auto;
    background: #ffc72c !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .owl-carousel5 .owl-prev:hover,
    .owl-carousel5 .owl-next:hover {
        background: #C8102E !important;
    }

    .owl-carousel5 .owl-prev span,
    .owl-carousel5 .owl-next span {
        border: none;
        font-size: 90px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        position: absolute;
        height: 46px;
        color: #fff;
    }

    .owl-carousel5 .owl-prev span {
        left: 8px;
    }

    .owl-carousel5 .owl-next span {
        right: 8px;
    }

.owl-carousel5 .owl-prev {
    left: 0;
}

.owl-carousel5 .owl-next {
    right: 0;
}

.owl-carousel5 .owl-dots {
    text-align: center;
    margin: 20px 0;
}

    .owl-carousel5 .owl-dots .owl-dot {
        border: 1px solid #000;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin: 3px;
    }

        .owl-carousel5 .owl-dots .owl-dot.active {
            background-color: #000;
        }

@media (min-width:300px) and (max-width:767px) {
    .cards-carousel__item {
        flex-direction: column-reverse;
        margin: 0;
    }

    .cards-carousel__figure {
        width: 100%;
    }

    .owl-carousel5 .owl-nav {
        display: none;
    }

    .cards-carousel__img::after {
        content: '';
        display: block;
        padding-top: 60%;
    }
}

/******************************** 
** Inner Nav 
********************************/
.inner-nav {
    background-color: #FEC72E;
}

.inner-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.inner-nav__item {
    margin: 0 20px;
}

.inner-nav__link {
    font-size: 20px;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 20px 0;
    font-weight: 400;
    position: relative;
}

    .inner-nav__link.active {
        font-weight: 600;
    }

        .inner-nav__link.active:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #000;
        }

    .inner-nav__link:hover {
        color: #000;
        font-weight: 600;
    }

        .inner-nav__link:hover:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #000;
        }

    .inner-nav__link img {
        margin-right: 10px;
    }

@media (min-width:300px) and (max-width:767px) {
    .inner-nav__list {
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .inner-nav__item {
        flex: 1 0 auto;
    }
}

/******************************** 
** Careers Search 
********************************/
.search_area_container--careers .img_backdrop {
    height: auto !important;
    padding: 30px;
}


.careers-search__form {
    display: flex;
    align-items: center;
}

.careers-search__field--input {
    flex: 1;
}

.careers-search__field {
    margin-right: 10px;
}

    .careers-search__input,
    .careers-search__field select {
        font: inherit;
        width: 100%;
        border: 0;
        background-color: #fff;
        border-radius: 6px;
        margin: 0;
        height: 50px;
        padding: 6px 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .careers-search__field select {
        cursor: pointer;
    }

.careers-search__btn {
    display: flex;
    align-items: center;
}

    .careers-search__btn img {
        margin-right: 5px;
    }

@media (min-width:300px) and (max-width:767px) {
    .careers-search__form {
        flex-wrap: wrap;
    }

    .careers-search__field--input {
        width: 100%;
        flex: 1 auto;
        margin-bottom: 10px;
    }

    .careers-search__field {
        flex: 1 auto;
        margin-bottom: 10px;
    }

        .careers-search__field .secondary-btn-charbroil {
            width: 100%;
        }

    .locationrow .primary_btn {
        margin-top: 0;
    }
}

/******************************** 
** Store Details 
********************************/
#map.map-store-details {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: 360px;
    border-radius: 20px;
}

.store h1 {
    margin-bottom: 20px;
}

.store__detail {
    display: flex;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
}

.store__detail--phone,
.store__detail--email {
    align-items: center;
}

.store__detail address {
    margin-bottom: 0;
}

.store__detail svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.store__ctas {
    display: flex;
    flex-wrap: wrap;
}

    .store__ctas .btn {
        margin-right: 20px;
        width: auto;
        margin-bottom: 10px;
    }

@media (min-width:300px) and (max-width:575px) {
    #map.map-store-details {
        height: 180px;
        margin: -27px -20px 30px;
        width: calc(100% + 40px);
        border-radius: 0;
    }
}
/******************************** 
** Job Search 
********************************/
.job-search {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .job-search::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .3);
        z-index: -1;
    }

.job-search__container {
    padding: 120px 0;
}

.job-search__title {
    font-size: 40px;
}

.job-search__desc {
    font-size: 20px;
    max-width: 450px;
}

.job-search__form {
    margin: 40px 0;
    display: flex;
    align-items: center;
    max-width: 600px;
}

.job-search__label {
    margin-right: 10px;
    font-size: 25px;
}

.job-search__input {
    margin-right: 10px;
    flex: 1;
    border: 3px solid #FEC72E;
    border-radius: 40px;
    height: 46px;
    padding: 10px;
}

.job-search__button {
    border: none;
}

.job-search-video .video-container {
    background-repeat: no-repeat;
    background-size: cover;
}

.job-search-video__form-container {
    background-color: rgba(254, 199, 46, .3);
}

    .job-search-video__form-container .job-search__form {
        max-width: 800px;
        margin: auto;
        padding: 20px 20px;
    }

.video-stage__video {
    position: relative;
    padding-bottom: 55%; /* 16:9 */
    height: 0;
}

    .video-stage__video video,
    .video-stage__video iframe {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width:300px) and (max-width:767px) {
    .job-search__container {
        padding: 60px 0;
    }
}

/* form styles */

.form-container {
}

.form-container__location {
    margin: 0 0 20px;
}

.form-container .form-label {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
}

.form-container .form-field {
    padding: 5px 10px;
    height: 50px;
    width: 100%;
    margin:0 0 20px;
    font-size:16px;
    min-height:0;
}

/* video banner */
/*.video-banner-container {
    max-width: 1920px;
    width:100%;
}
.video-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}*/

/* Ensuring only one video is visible at a time */
/*.desktop-video {
    display: block !important;
}

.mobile-video {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile-video {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

        .mobile-video video {
            display:block;
            width: 100%;
            height: 100%;
            object-fit: contain;*/ /* Ensures full screen coverage */
        /*}

            .mobile-video video[src=""] {
                display: none !important;
            }

        .mobile-video:empty + .desktop-video {
            display: block !important;*/ /* Show desktop video if mobile video is missing */
        /*}
}

.video-banner__media {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:black;
}
.video-banner__media:after {
	content:'';
	position:absolute;
	top:0;
	lefT:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.35);
}

    .desktop-video video {
        width: 100vw;
        height: 100vh;
        object-fit: contain;
    }


.video-banner__content {
	position:absolute;
	bottom:15px;
	left:15px;
	max-width:600px;
	color:#fff;
	padding:15px;
}
.video-banner__heading {
	font-size:40px;
}
.video-banner__description {
	font-size:20px;
	margin:0 0 20px;
	line-height:1.4;
}
.video-banner__buttons {
	
}*/
/* General video banner container */
.video-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    text-align: center;
    border-radius:12px;
}

/* Ensuring video takes full width without cropping */
.video-banner__media {
    position: relative;
    width: 100%;
    max-width: 1920px; /* Adjust max width based on design */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items:center;
    padding-left:10px;
    padding-right:10px;
}

/* Desktop Video Styling */
.desktop-video video {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius:12px;
}

/* Mobile Video Styling */
.mobile-video {
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items:center;
    padding-left:10px;
    padding-right:10px;
}

    .mobile-video video {
        width: 100%;
        max-width: 400px; /* Adjust based on design */
        height: auto;
        object-fit: contain;
        border-radius:12px;
    }

/* Video Content (Heading, Description, Buttons) */
.video-banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* Adjust based on theme */
    text-align: center;
    z-index: 2;
    padding: 20px;
    width: 90%;
    max-width: 800px;
}

/* Heading & Description Styling */
.video-banner__heading {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.video-banner__description {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Buttons Styling */
.video-banner__buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:auto;
}

.primary-btn-cheese {
    width: fit-content;
}

.primary-btn-cheese {
    background: #ffcc00; /* Change based on theme */
    color: #000;
/*    padding: 10px 20px;*/
    font-size: 1rem;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 20px;
}
/* Custom Alignment Classes for btn-wrapper */

/* Align to Start (Left) */
.btn-wrapper.flex-align-start {
    justify-content: flex-start !important; /* Overrides justify-content: center; */
    align-items: center; /* Keep as is or adjust if needed */
}

/* Align to Center (already exists but useful to define explicitly if needed) */
.btn-wrapper.flex-align-center {
    justify-content: center !important; /* Ensures it's centered if flex-start/end was default */
    align-items: center;
}

/* Align to End (Right) */
.btn-wrapper.flex-align-end {
    justify-content: flex-end !important; /* Overrides justify-content: center; */
    align-items: center;
}
/* Custom Responsive Alignment Classes for btn-wrapper */

/* Mobile alignment (default) */
.btn-wrapper.flex-align-start {
    justify-content: flex-start !important;
}

.btn-wrapper.flex-align-center {
    justify-content: center !important;
}

.btn-wrapper.flex-align-end {
    justify-content: flex-end !important;
}


/* Desktop alignment (for medium and up) */
@media (min-width: 768px) { /* Adjust breakpoint as per your Bootstrap setup (e.g., md breakpoint) */
    .btn-wrapper.flex-md-align-start {
        justify-content: flex-start !important;
    }

    .btn-wrapper.flex-md-align-center {
        justify-content: center !important;
    }

    .btn-wrapper.flex-md-align-end {
        justify-content: flex-end !important;
    }
}

/* RESPONSIVE STYLES */
/*@media (max-width: 767px) {*/ /* Mobile screens */
    /*.desktop-video {
        display: none;  
    }

    .mobile-video {
        display: block;*/ /* Show mobile video on mobile */
    /*}

    .video-banner__content {
        position: static;*/ /* Prevent text from overlapping */
            /*transform: none;
            padding: 0px;
            width: 100%;
        }
}

@media (max-width: 767px) {*/
    /* Hide desktop video only if mobile video exists */
    /*.mobile-video ~ .desktop-video {
        display: none;
    }*/

    /* Show desktop video when mobile video is missing */
    /*.video-banner__media.desktop-video {
        display: block !important;
    }
}*/

@media (max-width: 767px) {
    /* Hide desktop video by default */
    .desktop-video {
        display: none;
    }

    .mobile-video:empty,
    .mobile-video:not(:has(source)) {
        display: none; /* Hide empty mobile container */
    }

        .mobile-video:empty + .desktop-video,
        .mobile-video:not(:has(source)) + .desktop-video {
            display: block !important; /* Show desktop video when mobile is missing */
        }

    .video-banner__content {
        position: static; /* Prevent text from overlapping */
        transform: none;
        padding: 0px;
        width: 100%;
    }
}


@media (min-width: 768px) { /* Tablets & desktops */
    .mobile-video {
        display: none; /* Hide mobile video on larger screens */
    }
}


@media (min-width:768px) {
    .video-banner {
        height: auto;
    }

    .video-banner__content {
        bottom: 45px;
        left: 45px;
    }

    .video-banner--center .video-banner__content {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .video-banner--right .video-banner__content {
        left: auto;
        right: 45px;
    }
}
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    transition: background-color 0.3s;
}

    .skip-link.focused {
        left: 0;
        background-color: #fff;
        padding: 8px;
        z-index: 1000;
    }

.popup-modal-wrapper {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5); /* Can be overridden from CMS */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.popup-modal-content {
    max-width: 550px;
    max-width: 550px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
}

.ModelContent {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    min-height: 100%; /* Make sure it stretches vertically */
    overflow: hidden;
    padding: 24px;
}

    .ModelContent img {
        display: block;
        width: 80%; /* ✅ Your requirement */
        height: auto;
        margin: 1rem auto 0.5rem auto;
        border-radius: 12px;
    }

.ModelContent {
    position: relative;
    z-index: 1;
    padding: 1rem 0px 1rem 0px;
    overflow: hidden;
}

.popup-background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* ✅ Ensures it fills container */
    z-index: -1;
    pointer-events: none;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-blend-mode: overlay; /* Optional if you want blend effect */
    user-select: none;
}



.close-popup {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}

.popup-modal-headline {
    font-weight: 600;
    line-height: 1;
    display: block; /* allow width to take effect */
    width: 100%; /* full width of the content area */
    margin: 0 0 1.5rem; /* no top margin, 1.5rem bottom */
    text-align: center; /* keep your text centered */
    box-sizing: border-box; /* include padding in the width calc */
}

.popup-modal-body .cta-align-left {
    line-height: 1.6;
    padding: 0 1.5rem 1.5rem 1.5rem !important;
}

.popup-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

    .popup-modal-body * {
        margin: 0.25rem 0 !important;
    }

    .popup-modal-body p,
    .popup-modal-body h2 {
        margin: 0 !important;
    }

.popup-modal-button {
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    min-height: 46px;
    min-width: 130px;
    padding: 0.75rem 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.popup-modal-body {
    padding: 2px;
    margin: 2px;
    line-height: 1.3;
}

    .popup-modal-body * {
        margin: 2px !important;
        padding: 2px !important;
        line-height: 1.3 !important;
    }

    .popup-modal-body br {
        display: none;
    }

.popup-modal-button {
    margin-top: 4px !important;
    padding-top: 4px !important;
    margin-bottom: 14px !important;
    padding-bottom: 4px !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.cta-align-left {
    justify-content: flex-start !important; /* Overrides justify-content: center; */
    align-items: center;
    
}

.cta-align-center {
    justify-content: center !important; /* Ensures it's centered if flex-start/end was default */
    align-items: center;
    
}

.cta-align-right {
    justify-content: flex-end !important; /* Overrides justify-content: center; */
    align-items: center;
}



@media (max-width: 576px) {
    .popup-modal-wrapper {
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.5); /* Optional overlay */
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-y: auto;
    }

    .popup-modal-content {
        width: 100%;
        max-width: 550px;
        border-radius: 20px;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .ModelContent {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

        .ModelContent img {
            display: block;
            width: 80%;
            height: auto;
            margin: 1rem auto 0.5rem auto;
            border-radius: 12px;
        }

    .close-popup {
        position: absolute;
        top: 0.75rem;
        right: 1rem;
        background: transparent;
        border: none;
        font-size: 1.6rem;
        font-weight: bold;
        cursor: pointer;
        z-index: 10;
        color: black !important;
        line-height: 1;
    }

    .popup-modal-headline {
        font-weight: 600;
        margin: 1rem auto 0.75rem auto;
        text-align: center;
        width: 100%;
        line-height: 1;
        padding: 0 1rem;
    }

    .popup-modal-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        line-height: 1.4;
    }

        .popup-modal-body * {
            margin: 2px !important;
            padding: 2px !important;
        }

        .popup-modal-body br {
            display: none;
        }

    .popup-modal-button {
        font-size: 16px;
        border-radius: 30px;
        min-height: 46px;
        min-width: 130px;
        padding: 0.75rem 2rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        text-transform: uppercase;
        margin: 4px auto 14px auto;
        line-height: 1;
    }


    /* 🔽 Responsive Fixes for max-width 576px */
@media (max-width: 576px) {
    .popup-modal-content {
        max-width: 90%;
        background: #fff;
        border-radius: 16px;
    }

        .ModelContent img {
            width: 85%;
            border-radius: 10px;
            margin: 1rem auto 0.5rem auto;
        }

        .popup-modal-headline {
            margin: 0.5rem auto 0.5rem auto;
            padding: 0 1rem;
            line-height:1.5;
        }

        .popup-modal-body {
            font-size: 0.95rem;
            padding: 0 0.75rem 1rem;
        }

    .ModelContent {
        width: 100%;
        border-radius: 0px;
        overflow: hidden;
        padding: 1px 0px 1px 0px;
        margin: 0;
    }

        .popup-modal-button {
            font-size: 14px;
            min-height: 42px;
            min-width: 120px;
            padding: 0.6rem 1.5rem;
            font-weight:bold;
        }

        .close-popup {
            font-size: 1.4rem;
            top: 0.6rem;
            right: 0.75rem;
            color: black !important;
        }

    .popup-modal-cta.cta-align-start {
        justify-content: flex-start;
        text-align: left;
       
    }

    .popup-modal-cta.cta-align-center {
        justify-content: center;
        text-align: center;
        
    }

    .popup-modal-cta.cta-align-end {
        justify-content: flex-end;
        text-align: right;
        
    }

    .popup-modal-cta {
        display:flex;
        width: 100%;
    }
   
    }

}




