body
{
    margin: 0;
    font-family: 'Inter', sans-serif;
}


.offer-card-img .overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 100%;
    background-color: rgba(163, 25, 91, 0.6);
    transform: translateX(-50%);
}

.offer-card-img .offer-text {
    z-index: 2;
}

.offer-card-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
header .top-header {
    background: #710526 !important;
}
.hero-section
{
    background-image: transparent !important;
}
#header
{
    background: rgba(0, 18, 64, 0.13) !important;
}

.fleet-card img {
    max-height: 160px;
    width: auto;
    margin-bottom: 15px;
}


header #navbar .navbar-nav li a.active {
    color: #fff;
    border-radius: 23.5px;
    background: #DF4956;
    padding: 9px 40px;
}
.hero-section .hero-title
{
    width: 100%;
    font-size: 45px;
}
.hero-section .hero-subtext
{
    width: 100%;
}

.navbar-brand
{
    z-index: 11;
}

.lang-switch ,.lang-slider
{
    background: #DF4956 !important;
}
.tap-to-table-section {
    background-color: #fff;
    position: relative;
}

.tap-to-table-section .shape-img {
    position: absolute;
    left: -14rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.4;
}

.tap-title {
    color: #a30057;
    font-weight: 700;
    font-size: 2rem;
}

.line-accent {
    width: 100px;
    border-top: 3px solid #710526;
    opacity: 1;
}

.tap-text {
    color: #444;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.cta-link {
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
}

.cta-link:hover {
    text-decoration: underline;
}
.tap-title
{
    color: #710526;
    font-family: "Playfair Display" !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.tap-text
{
    color: #323232;
    text-align: justify;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 100;
    line-height: 37px; /* 176.19% */
}
.cta-link
{
    color: #323232;
    text-align: justify;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; /* 176.19% */
}

.title {
    color: #710526;
    font-family: "Playfair Display" !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.description {
    color: #323232;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.35px; /* 149.286% */
}

.img-rounded {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.img-tall {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    max-height: 610px;
    object-fit: cover;
}

.side-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}


.underline-title
{
    width: 79px;
    height: 4px;
    flex-shrink: 0;border-radius: 200px;
    background: #710526;
    margin: auto;
    opacity: 1;
}
.flavors-from-around
{
    background: #F6F6F6;
}
.section-title {
    color: #7b1e3d;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #7b1e3d;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.section-desc {
    text-align: center;
    color: #444;
    max-width: 800px;
    margin: 0 auto 50px auto;
    font-size: 21px;
}

.card-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.card-container {
    position: relative;
    overflow: visible; /* important */
    border-radius: 20px;
}

.badge-circle {
    position: absolute;
    bottom: -25px; /* Push outside the image */
    left: 20%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for exact centering */

    background-color: #d94d57;
    border-radius: 50%;
    min-width: 90px;
    height: 89.6px;
    padding: 31px 0px 28.6px 0px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    color: #FFF;
    text-align: center;
    font-family: "Fredoka One", sans-serif;
    font-size: 20.48px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.48px; /* 100% */
}

.card-text
{
    position: absolute;
    bottom: 15px;
    left: 35% !important;
    white-space: nowrap;
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px; /* 128% */
}

.next-meal-section {
    background-color: #fff;
    padding: 60px 20px;
    position: relative;
    text-align: center;
}

.next-meal-title {
    color: #7b1e3d;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
}

.next-meal-desc {
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
    color: #444;
}

.banner-img {
    max-width: 100%;
    height: auto;
}

.store-badges {
    gap: 20px;
}

.store-badges img {
    height: 50px;
}

.how-it-works-section {
    background-color: #F5F5F5;
    padding: 60px 20px;
    text-align: center;
}

.how-it-works-title {
    color: #7b1e3d;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 60px !important;
    margin-top: 20px !important;
}

.how-it-works-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #7b1e3d;
    margin: 10px auto;
    border-radius: 2px;
}

.step-icon {
    height: 50px;
    margin-bottom: 10px;
}

.step-label {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 20px;
}

.step-track {
    height: 16px;
    background-color: #fc2b53;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
}

.step-track .step-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    border: 4px solid #fc2b53;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.step-track .dot-1 { left: 10%; }
.step-track .dot-2 { left: 35%; }
.step-track .dot-3 { left: 61%; }
.step-track .dot-4 { right: 10%; }
.lottie-container
{
    width: 100%;
    height: 10rem;
}
.fueling-growth
{
    background: url(../images/fueling-growth-background.png) 0px 0px / 100% 100% no-repeat;
}

.yay-difference-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
}
.yay-text
{
    z-index: 1;
}

.yay-text h5 {
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 10px;
}

.yay-text h2 {
    color: #7b1e3d;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

footer
{
    background: linear-gradient(90deg, #6E0325 0%, #E34C58 100%);
}
.yay-text h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #7b1e3d;
    margin-top: 10px;
    border-radius: 2px;
}

.yay-feature {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    color: #333;
}

.yay-feature i {
    width: 10px;
    height: 10px;
    background-color: #d94d57;
    border-radius: 50%;
    display: inline-block;
}

.yay-buttons img {
    height: 50px;
    margin-right: 15px;
}

.yay-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.best-app
{
    color: #000 !important;
    font-family: "Fredoka One";
    font-size: 14.58px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.3px; /* 166.667% */
    letter-spacing: 1.62px;
    text-transform: uppercase;
}
.text-yay-difference
{
    color: #710526;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-custom
{
    border-radius: 38px;
    border: 2px solid #710526;
    background: linear-gradient(90deg, #710526 0%, #DF4956 100%) !important;
}
.btn-custom:hover
{
    background: linear-gradient(90deg, #710526 0%, #DF4956 100%) !important;
    color: #fff;
}
.hero-content h1
{
    color: #FFF;
    text-align: justify;
    font-family: Oswald;
    font-size: 130px;
    font-style: normal;
    font-weight: 600;
    line-height: 135px; /* 103.846% */
    text-transform: uppercase;
}
.btn:hover {
    color: #fff !important;
}
.hero-section
{
    min-height: 100vh;
    background: url('../images/yay-food.png') center center / cover no-repeat;
    z-index: -1
}
.yay-difference-section
{
    background-color: #f9f9f9;
    padding: 80px 0;
}
.image-side
{
    max-width: 290px;
}
.image-chinese
{
    max-width: 607px;
}
.image-yay-difference
{
    width: 40%;
    z-index: 0;
}
@media (max-width: 900px) {
    .image-yay-difference
    {
        display: none !important;
    }
}
@media (min-width: 769px) and (max-width: 1400px) {
    .yay-text h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #7b1e3d;
        border-radius: 2px;
        text-align: center;
        margin: 10px auto 0;
    }
}
@media (max-width: 1399px) {
.img-tall
{
display: none;
}
@media (max-width: 1700px) {
    .image-yay-difference
    {
        width: 48%;
        z-index: 0;
    }
}
@media (max-width: 1399px) {
    .image-yay-difference
    {
        width: 55%;
        z-index: 0;
    }


}
@media (max-width: 768px) {
    .yay-buttons img
    {
        width: 193px;
    }
}
    .image-side,
    .image-chinese,
    .image-arabic {
        width: 290px !important;
    }

    .navbar-toggler
    {
        background-color: #fff !important;
    }
    header #navbar .navbar-nav li a {
        color: #fff;
    }

    header #navbar .navbar-nav li {
        padding-block: 5px;
        padding-right: 20px;
    }
    .search-icon
    {
        display: none !important;
    }
    #header {
        background: #710526 !important;
    }
    .step-track
    {
        display: none;
    }
    .hero-content h1
    {
        font-size:60px;
        line-height: 1.5;
    }
    .main-row {
        flex-direction: column;
        align-items: center;
    }
    .card-container {
        margin-bottom: 30px;
    }

    .card-text {
        left: 100px;
        font-size: 0.9rem;
    }

    .badge-circle {
        padding: 12px 16px;
        font-size: 16px;
        left: 17%;
    }
    .store-badges {
        flex-direction: column;
        align-items: center;
    }
    .yay-text {
        text-align: center;
    }

    .yay-buttons {
        justify-content: center;
    }
}

@media (max-width: 999px) and (orientation: landscape) {
    header #navbar .navbar-nav li a {
        color: #000 !important;
    }
}

@media (min-width: 999px) and (max-width: 1400px)
{
    .badge-circle {
        padding: 12px 16px;
        font-size: 16px;
        left: 13%;
    }
}

/* Show only on screens below 1400px */
.image-chinese {
    display: block;
}

.image-chinese-large {
    display: none;
}

/* Responsive behavior for < 1400px */
@media (max-width: 1399px) {
    .image-chinese {
        display: none !important;
    }

    .image-chinese-large {
        display: block !important;
    }
    .main-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .main-row img {
        width: 290px;
        border-radius: 20px;
    }

    .side-stack {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }


}
