/* ========== Root & Reset ========== */
:root {
    --font-base: 16px;
    --color-primary: #FF5472;
    --bg-light-pink: #FFEDED;
    --color-dark: #000000;
    --color-light: #fff;
    --spacing-unit: 1rem;
    --max-width: 1200px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
}

p {
    color: #000000;
}

/* new code 2025 for css  */

.font-bold-700 {
    FONT-WEIGHT: 700;
    font-size: 16px;
    color: #000000;
}

.font-bold-400 {
    FONT-WEIGHT: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.font-title {
    FONT-WEIGHT: 700;
    font-size: 36px;
    line-height: 100%;
}

.merch-info .map img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.merch-subheading {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

.font-16 {
    font-size: 16px;
    color: #000000;
}

.dark-color {
    color: #000000;
}

.merchant-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

/*Product Section*/
/* 1) Card base styles */
.custom-card {
    border: 0.5px solid #FFFFFF;
    border-radius: 1rem;
    box-shadow: 2px 2px 11px 1px #00000040;
    max-width: 600px;
    /* adjust as needed */
    background-color: #ffffff;
    padding: 2.2rem;
}

/* 2) Title styling */
.menu-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 2.7rem;
    text-transform: capitalize;
}

/* 3) “Add” button styling */
.btn-add {
    max-width: 78px;
    box-shadow: 2px 2px 11px 1px #00000040;
}

.btn-add:hover {
    background-color: #e14366;
}

/* 4) Burger image styling */
.burger-img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    /* max-width: 150px */
}

/* 5) Overlay “+” circle */
.overlay-plus {
    position: absolute;
    bottom: 3rem;
    right: 1.5rem;
}

.gap-50 {
    gap: 15px;
}

.onlymobile {
    display: none !important;
}

.text-end {
    text-align: end;
}

.pr-25 {
    padding-right: 25px;
}

/*slick slider reviews*/
/* Make sure slides have space between them */
.slick-slider .slick-slide {
    margin-right: 15px;
    /* adjust spacing here */
}

/* Override last slide's extra margin */
.slick-slider .slick-track {
    display: flex !important;
}

/* Prevent overflow due to spacing */
.slick-slider .slick-list {
    overflow: hidden;
    width: 100%;
}

.w-27 {
    width: 27px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.wsg-sec-faq {
    padding: 6vw 0;
}

.mx-200 {
    width: 200px;
}

.pt-4125 {
    padding-top: 4.125rem;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 0.8;
}

.spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
    border-top: 4px solid var(--color-primary);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*food menu section*/
.owl-carousel.owl-loaded {
    max-height: 50px;
}

div#foodmenu.sticky {
    border-bottom: solid 1px #eeee;
    padding: 10px;
    box-shadow: 5px 10px 18px #888888;
    background-color: #ffffff;
}

.sticky {
    position: fixed;
    top: 64px;
    width: 100%;
    z-index: 9;
    max-width: 1016px;
}

div#foodmenu .wsg-slide-foodmenu {
    display: inline-block;
}

.ps-tab-content {
    background-color: #ffffff;
}

.ps-tab {
    padding-top: 12px;
}

.add-item {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

div#foodmenu .wsg-slide-foodmenu:last-child {
    margin-right: 0px;
}

div#foodmenu .wsg-slide-foodmenu {
    margin-right: 15px;
}

.res-information-main {
    padding-top: 21px;
}

.workdays-content-main {
    display: flex;
    flex-flow: row;
}

.days-content {
    max-width: 46px;
}

.timing-content {
    padding-left: 82px;
}

.main-content-mobile {
    background-color: white;
}

.ps-shopping {
    margin-top: 10px;
}

@media (max-width: 1199px) {

    .sticky {
        top: 0px;
        max-width: 930px;

    }
}

@media (max-width: 992px) {
    .sticky {
        max-width: 690px;
    }

    .delivery-centered {
        justify-content: center;
    }

    .mx-500-md {
        max-width: 500px;
    }

    .pb-4sm {
        padding-bottom: 1.5rem;
    }

    .mx-992-dnone {
        display: none !important;
    }
}


.mx-1192 {
    max-width: 1192px;
    margin: auto;
}

.font-w-800 {
    font-weight: 800;
}

.wsg-slide-item__thumb {
    position: relative;
}

.overlay-plus-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 32px;
    /* adjust size as needed */
    height: 32px;
    z-index: 2;
}

.bg-light-pink {
    background-color: #fbeff2;
    padding: 20px;
    border-radius: 8px;
}

.image-box {
    position: relative;
    width: 100%;
}

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

.plus-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.font-w-800 {
    font-weight: 800;
}

.mr-15 {
    margin-right: 15px;
}

.bg-none {
    mix-blend-mode: multiply;
}

.btn-danger.btn {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-size: 1.5rem;
}

.text-danger {
    color: var(--color-primary) !important;
}

.ps-btn,
button.ps-btn {
    background-color: var(--color-primary);
    color: #ffffff;
}

.abboda-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid var(--color-primary);
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.font-w-500 {
    font-weight: 500;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .product-title {
    display: inline-block;
    max-width: 100px;
    font-size: 1.2rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

/* hide slick’s built-in arrows */
.slick-prev,
.slick-next {
    display: none !important;
}

/* style your custom arrow buttons */
.custom-arrow {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    background: var(--bg-light-pink);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: var(--color-primary);
    cursor: pointer;
    transition: background .2s, color .2s, box-shadow .2s, transform .2s;

    /* stronger shadow to lift it off the page */
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.10);
    border: none;
}

.custom-arrow:hover {
    background: var(--color-primary);
    color: #fff;
    /* pop up slightly on hover */
    transform: translateY(-50%) scale(1.05);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.20),
        0 8px 16px rgba(0, 0, 0, 0.15);
}

.btn-danger:hover {
    background-color: #E82E37;
    /* darker hover color */
    border-color: #E82E37;
    color: #fff;
}





.slick-next-menu {
    right: -6px;
}

.border-danger {
    border: 2px solid var(--color-primary);
    margin-bottom: 20px;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
    max-width: 1192px;
    padding-top: 7rem !important;
}

.line-h-20 {
    line-height: 20px;
}

.search-product {
    position: relative;
    padding: 1rem;
    background: var(--bg-light-pink);
}

.input-custom {
    padding-left: 35px;
    background: var(--bg-light-pink);
    !important;
    color: var(--color-primary) !important;
    caret-color: var(--color-primary);
    /* Change blinking cursor color */
}

.input-custom::placeholder {
    color: var(--color-primary);
    /* Change placeholder text color */
    opacity: 1;
    /* Ensure it's fully visible */
}

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

.font-w-700 {
    font-weight: 700;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

/*for homepage*/
.pt-6rem {
    padding-top: 6rem;
}

.hero-title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 100%;
}

.mb-5rem {
    margin-bottom: 5rem;
}

.border-top-title {
    border-top: 3px solid var(--color-primary);
}

.pt-7rem {
    padding-top: 7rem;
}

/*3 sections Partner etc*/

/* Constrain card width but allow full width on mobile */
.partner-card {
    /* max-width: 376px; */
    width: 100%;
}

/* Custom shadow & rounding */
.partner-card {
    border-radius: 1rem;
    box-shadow: 2px 2px 11px 1px #00000040;
    padding: 2rem;
    /* min-height: 393px; */
    flex-direction: column;
    height: 100%;
}

/* Image wrapper to size and center */
.partner-card .card-img-top {
    /* width: 120px; */
    margin: 1.5rem auto 0;
    */
    /* top margin + auto horizontal centering
        /* display: block; */
}

/* Adjust text spacing */
.partner-card .card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .partner-card .card-title {
        margin-bottom: 0.75rem;
        font-weight: 600;
        font-size: 1.25rem;
        } */

/* .partner-card .card-text {
        margin-bottom: 1.5rem;
        color: #555;
        line-height: 1.5;
        } */

.slider-title {
    font-weight: 600;
    font-size: 20px;
}

.line-h-24 {
    line-height: 2.4rem;
    flex-grow: 1;
}

.btn-shadows {
    width: 100%;
    box-shadow: 2px 2px 11px 1px #00000040;
    border-radius: 4px;
    margin-top: auto;
}

.hw-110px {
    height: 110px;
    width: 110px;
}

.deliver-title {
    font-weight: 700;
    font-size: 4rem;
}

.deliver-text {
    font-weight: 400;
    font-size: 2rem;
    line-height: 24px;
}

.full-bg-section {
    background: linear-gradient(270deg, #000000 0%, rgba(59, 59, 59, 0) 100%),
        url('/images/we_deliver_anything.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.form-wrapper {
    position: relative;
}

.form-group--icon {
    position: relative;
}



.input-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.send-btn_1 {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    display: flex;
    align-items: center;
}

.bg-pink {
    background: var(--bg-light-pink);
}

.pb-7rem {
    padding-bottom: 7rem;
}

.blog-shadow {
    border-radius: 12px;
    box-shadow: 2px 2px 11px 1px #00000040;
    overflow: hidden;
}

.blog-text-space {
    padding: 2rem;
    background: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.blog-text {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

#blog-slider-wrapper .slick-track {
    min-height: 380px !important;
}


/* 6) Responsive tweaks */
@media (max-width: 576px) {
    .custom-card {
        max-width: 100%;
    }

    .menu-title {
        font-size: 1.6rem;
    }

    .btn-add {
        width: 90px;
        font-size: 0.95rem;
    }

    .overlay-plus {
        right: 1rem;
    }

    .onlymobile {
        display: flex !important;
    }

    .no-horizontal-padding {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1rem !important;
    }

    .sticky {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 9;
        max-width: 1192px;
        padding-top: 0rem !important;
    }

    .mx-150 {
        max-width: 150px;
    }

    .hw-20 {
        height: 20px;
        width: 20px;
    }


}

@media (max-width: 768px) {
    .sticky {
        top: 0px;
        left: 0;
        right: 0;
        max-width: 100%;
    }

    .add-item {

        right: 0px;
        padding: 7px 14px;
        font-size: 12px;
    }

    h6 {
        font-size: 1.6rem;
        line-height: 100%;
        letter-spacing: 0.15px;
        color: var(--color-dark);
    }

    .font-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        padding-top: 7px !important;
        margin-bottom: 0 !important;
    }

    .ps-section__content {
        margin-top: 10px;
    }

    .partner-card {
        padding: 1rem;
    }

    .font-600 {
        font-weight: 600;
    }

    .answer {
        line-height: 22px;
    }

    .ps-vendor-store {
        padding: 30px 0;
    }

    .plus-icon {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: white;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #000;
        text-decoration: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .faq-container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .containerFaq {
        border-radius: 12px;
    }

    a.ps-carousel__prev,
    a.ps-carousel__next {
        /* border-radius: 50%; */
        /* border: 1px solid #E0E0E0; */
        height: 30px;
        width: 30px;
        display: inline-block;
    }

    .h-12 {
        height: 12px;
    }

    .menu-full-width {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .pt-7rem {
        padding-top: 3rem;
    }

    .pb-7rem {
        padding-bottom: 3rem;
    }

    .pt-6rem {
        padding-top: 3rem;
    }

    .slider-title {
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 0.5rem !important;
    }

    .title-18 {
        font-size: 1.8rem !important;
    }

    .partner-card .card-img-top {
        margin: 1rem auto 0;
    }

    .blog-text {
        font-weight: 500;
    }

    #address input {
        background: var(--bg-light-pink);
        opacity: 0.94;
    }

    .switches-container {
        width: 100%;
        padding: 0 1rem;
        /* Optional: inner space on mobile */
        flex-direction: column;
        /* Optional if layout breaks */
    }


}

.pac-container {
    z-index: 99999 !important;
    margin-top: -1px !important;
    /* Or adjust more */
}

.ps-form__content,
.form-group--icon {
    position: relative;
}

#deliver-with-abboda .bg-deliver {
    position: relative;
    background-image: url("../images/deliver-with-abboda.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    /* full screen height */
    color: white;
    overflow: hidden;
}

.bg-deliver::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000000A8;
    /* dark overlay */
    z-index: 1;
}

.centered-signup-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
    padding: 2rem;
    text-align: center;
    color: white;
}

.underline {
    text-decoration: underline !important;
}

.email-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;
}

.email-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding-left: 2.5rem;
}

.input-icon-deliver {
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
}

.driver-input-deliver {
    flex: 1;
    border: none;
    outline: none;
    padding: 0.75rem 4rem 0.75rem 2rem;
    color: #000000;
}

.send-btn-deliver {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-primary);
    border: none;
    padding: 1rem 2.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-check {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid white;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.custom-check:checked {
    background-color: black;
    border: 2px solid white;
}

.custom-check:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid var(--color-primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.section-underline {
    display: inline-block;
    border-bottom: 4px solid var(--color-primary);
    padding-bottom: 4px;
    margin-right: 6px;
}

.text-primary {
    color: var(--color-primary) !important;
}

.bg-primary-abboda {
    background: var(--color-primary);
}

.driver-card {
    box-shadow: 2px 2px 11px 1px #00000040;
    border-radius: 1.2rem;
}

.border-top-white {
    border-top: 3px solid white;
}

.card-spacing {
    padding: 2.5rem;
}

.advantage-spacing {
    padding-bottom: 8rem;
    padding-top: 8rem;
}

/* Minimal additions */

#how_it_works .card-spacing {
    margin: 0 auto;
    padding: 4.5rem;
}

.slide-number {
    font-size: 4rem;
    line-height: 1;
}

.how-slider .slick-dots li.slick-active button:before {
    color: var(--color-primary);
}

.how-slider .slick-dots button:before {
    font-size: 10px;
    opacity: 0.4;
}

#how_it_works {
    background: #FAEDF0;
}

#how_it_works .slick-slide {
    /* height: 397px; */
}

#how_it_works .driver-card-wrapper {
    position: relative;
}

#how_it_works .how-it-works-img {
    position: absolute;
    right: 58px;
    top: 34%;
    transform: translateY(-50%);
}

#how_it_works .slick-list {
    overflow: visible !important;
}

/* allow slides to overflow the list, so your pop‑out image can show */
.how-slider .slick-list {
    overflow: visible !important;
}

/* but clip each slide’s contents by default */
.how-slider .slick-slide {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* the active slide should be on top and allow its clipped content to show */
.how-slider .slick-slide.slick-active {
    overflow: visible;
    z-index: 2;
}

/* Center the dot navigation */
.how-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 2;
  }

  /* Dot wrapper */
  .how-slider .slick-dots li {
    margin: 0 5px;
  }

  /* Dot button - replace with inactive SVG */
  .how-slider .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: url('/images/icon/dot_inactive.svg') no-repeat center center;
    background-size: contain;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 1;
  }

  /* Active state - replace with active SVG */
  .how-slider .slick-dots li.slick-active button {
    background-image: url('/images/icon/dot_active.svg');
    width: 21px;
    height: 21px;
  }
  .image-shadow-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
  }

  .image-shadow-wrapper::after {
    content: "";
    position: absolute;
    bottom: -20px; /* adjust spacing below the image */
    left: 50%;
    transform: translateX(-50%);
    width: 120%; /* adjust width to spread the shadow */
    height: 60px; /* height of the shadow */
    background: radial-gradient(50% 50% at 50% 50%, rgba(19, 19, 19, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
  #how_it_works ul{
    margin-bottom: 0 !important;
  }

  #driver-login a:hover {
    color: #ffffff !important;
}
#terms-driver a:hover{
    color: var(--color-primary) !important;
}
