:root {
    --primary-color: #7E1B55;
    --primary-hover: #6a1748;
    --secondary-color: #000000;
    --filter-color: #333333;
    --tertiary-color: #FFFFFF;
    --text-body-color: #101010;
    --dark-color: #101010;
    --light-text-color: #101010b2;
    --primary-font: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --secondary-font: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    font-family: var(--secondary-font);
}

.text-filter-color {
    color: var(--filter-color);
}

.text-grey-white {
    color: #BACDDA;
}

.text-body-color {
    color: var(--text-body-color);
}

/* Payment method text override (order details) */
.payment-method-block .payment-method-type {
    color: var(--primary-color);
}

.text-light-color {
    color: var(--light-text-color);
}

.home-page {
    background-color: var(--primary-color);
}

/* Age confirmation popup (home page only) */
.age-consent-wrapper {
    position: fixed;
    inset: 0;
    z-index: 2000;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    /* Ensure wrapper is visible immediately but content fades in smoothly */
    visibility: visible;
    /* Fix edge pixelation - add padding to parent */
    padding: 1px;
    box-sizing: border-box;
}

/* 
.age-consent-bg {
    background: linear-gradient(135deg, #800020 0%, #5a0015 50%, #3d000f 100%);
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/bg-blur.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
} */

.age-consent-content {
    /* Use calc to ensure even pixel values (fixes Chromium rendering) */
    width: calc(100vw - 2px);
    height: calc(100vh - 2px);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: #101010B2;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform, opacity, backdrop-filter;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    isolation: isolate;
    /* Create a new stacking context to prevent reflows from affecting this layer */
    position: relative;
    contain: strict;
    /* Fix edge pixelation - add subtle shadow to cover edge gaps */
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01);
    /* Prevent flicker by ensuring blur is applied before content renders */
    opacity: 0;
    animation: ageConsentFadeIn 0.15s ease-in forwards;
}

@keyframes ageConsentFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.age-consent-title {
    font-size: 70px;
    font-family: var(--primary-font);
}

.age-consent-text {
    font-size: 18px;
}

.age-consent-confirm-text {
    color: #D0BCC8;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.age-consent-confirm-box {
    padding: 20px 30px;
    border-radius: 14px;
    background: #FFFFFF1A;
    list-style: none;
    font-size: 14px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.age-consent-btn {
    border-radius: 12px;
    padding: 10px 35px;
    font-size: 17px;
    color: #ffffff;
    cursor: pointer;
    min-width: 160px;
    border: 1px solid #F3F3F3 !important;
    background-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    isolation: isolate;
    contain: layout style paint;
    /* Prevent Bootstrap from interfering */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Fix edge pixelation - add subtle shadow to cover border edge gaps */
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.01);
}

.age-consent-btn-outline {
    background-color: transparent;
    border-color: #F3F3F3;
    border-width: 1px;
    border-style: solid;
}

.age-consent-btn-fill {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-width: 1px;
    border-style: solid;
}

.age-consent-btn-fill:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.age-consent-btn-outline:hover {
    background-color: #000000;
    color: #ffffff;
}

html.age-consent-open,
body.age-consent-open {
    overflow: hidden;
    height: 100%;
}

/* ============================================
   Allow Location Modal Styles
   ============================================ */

/* Allow Location Modal - Scoped to avoid conflicts */
#allowLocationModal {
    z-index: 2001;
    /* Higher than age modal to appear on top */
}

/* Allow Location Modal Title */
#allowLocationModal .allow-location-title {
    font-size: 70px;
    font-family: var(--primary-font);
    color: #ffffff;
}

/* Allow Location Modal Text */
#allowLocationModal .allow-location-text {
    font-size: 18px;
    color: #ffffff;
}

/* Allow Location Permission Text */
#allowLocationModal .allow-location-permission-text {
    color: #D0BCC8;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
}

.text-yellow-color {
    color: #F0C33A;
}

.text-green-color {
    color: #26A441;
}

.text-red-color {
    color: #CA1717;
}

.home-header .home-app-link {
    border-width: 2px;
}

.home-header .home-app-link i {
    transform: rotate(45deg);
    margin-left: 6px;
}

.home-hero {
    min-height: calc(100vh - 85.41px);
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/hero-section-bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.home-title {
    font-family: var(--primary-font);
    font-size: 65px;
    line-height: 1.15;
}

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

.home-hero-content {
    height: 500px;
}

.home-subtitle {
    max-width: 780px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
}

.home-underline {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.home-search {
    margin-top: 10px;
}

.home-input-group {
    background: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-input {
    font-size: 0.95rem;
}

.home-input:focus {
    box-shadow: none;
}

.home-footer {
    background: transparent;
    overflow: hidden;
}

.btn-style-common {
    border-radius: 12px;
    font-family: var(--secondary-font);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.outline-primary-btn {
    border: 1px solid #F3F3F3;
    color: var(--tertiary-color);
    background-color: transparent;
}

.outline-primary-btn:hover {
    background-color: #ffffff18;
}

.primary-btn {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
}

.primary-btn:hover {
    background-color: #181717;
    border-color: #181717;
}

/* Items Section */
.items-section {
    background: linear-gradient(180deg, #FEF0D3 0%, #f8ddf5 100%);
    position: relative;
}

.items-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://www.chillbardelivery.com/public/web/assets/images/website/home-texture-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    mix-blend-mode: soft-light;
    z-index: 0;
}

.items-section>* {
    position: relative;
    z-index: 1;
}

.subtitle-label {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}


.title-label {
    font-family: var(--primary-font);
    font-size: 52px;
    line-height: 1.2;
}

.hero-title {
    font-size: 70px;
    font-family: var(--primary-font);
    line-height: 1.2;
}

.description-label {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.location-field {
    width: 300px;
}

.search-field {
    width: 400px;
}

/* Category Filters */
.category-filter-item {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px 16px;
    border-radius: 12px;
    background: transparent;
    display: inline-block;
    width: 18%;
}

.category-filters {
    border-radius: 12px;
    background-color: #F3E4C9;
}

.category-filter-item.active {
    background: var(--tertiary-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.category-filter-item:hover:not(.active) {
    opacity: 0.7;
}

.category-icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.category-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.category-label {
    color: var(--text-body-color);
    text-transform: uppercase;
}

/* Product Categories */
.category-title {
    font-family: var(--primary-font);
    font-size: 36px;
    color: var(--text-body-color);
}

.see-all-link {
    text-decoration: none;
}

.see-all-link:hover {
    color: var(--primary-color);
}

.see-all-link i {
    margin-left: 4px;
}

/* Product Cards */
.product-card {
    background: var(--tertiary-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/offer.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--tertiary-color);
    font-size: 10px;
    text-transform: uppercase;
    z-index: 10;
    letter-spacing: 0.5px;
    text-align: center;
    min-width: 60px;
    min-height: 60px;
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 12px;
    border-radius: 8px;
}

.product-name {
    color: var(--text-body-color);
    margin-bottom: 8px;
    text-align: center;
}

.product-rating {
    color: var(--text-body-color);
}

/* Font Size Utilities */
.text-11px {
    font-size: 11px;
}

.text-12px {
    font-size: 12px;
}

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

.text-15px {
    font-size: 15px;
}

.text-16px {
    font-size: 16px;
}

.text-18px {
    font-size: 18px;
}

.text-26px {
    font-size: 26px;
}

.text-22px {
    font-size: 22px;
}

.text-20px {
    font-size: 20px;
}

.text-30px {
    font-size: 30px;
}

.text-34px {
    font-size: 34px;
}

.text-50px {
    font-size: 50px;
}

.hr-line {
    color: #D9C1B2;
    opacity: 1;
}

.bg-light-primary {
    background-color: #D9D9D933 !important;
}

/* Why Choose Us Section */
.why-choose-us-section {
    background-color: var(--primary-color);
    position: relative;
}

.card-bg {
    background: var(--tertiary-color);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.border-3px {
    border: 3px solid #F4F4F4;
}

/* Reusable 3px border + soft shadow card */
.elevated-card-3px-shadow,
.reviews-overall,
.promo-code-card,
.delivery-pincode-input-group,
.delivery-instructions-address-card,
.accordion-bg {
    border: 3px solid #F4F4F4;
    box-shadow: 0 4px 48px rgba(0, 0, 0, 0.04);
}

.why-us-badge {
    height: 85px;
    width: 85px;
}

.bg-offer {
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/offer.png');
    z-index: 1000;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* How It Works Section */
.how-it-works-section {
    background: var(--tertiary-color);
}

.corporate-contact-section {
    background: linear-gradient(90deg, rgb(126, 27, 85) 0%, rgba(126, 27, 85, 0.9) 50%, rgba(96, 13, 88, 0.01) 90%),
        url('../images/website/questions-bg.jpg');
    background-size: cover;
    background-position: center;
}

.how-works-badge {
    width: 60px;
    height: 60px;
}


.step-badge-wrapper {
    top: -30px;
    left: 20px;
    z-index: 10;
}

.step-badge-wrapper.step-badge-bottom {
    top: auto;
    bottom: -30px;
}


.step-number {
    color: var(--tertiary-color);
    font-size: 30px;
    font-family: var(--primary-font);
}

.how-it-works-content {
    height: 100%;
}

.step-title {
    font-size: 26px;
}

.step-description {
    color: #101010CC;
}

.step-illustration {
    margin-top: auto;
}

.step-arrow {
    position: absolute;
    z-index: 5;
    display: none;
}

.step-arrow-1 {
    bottom: -11%;
    right: -60px;
    width: 140px;
    transform: rotatex(-180deg);
}

.step-arrow-2 {
    top: -11%;
    right: -60px;
    width: 140px;
    transform: rotate(0deg);
}

@media (min-width: 992px) {
    .step-arrow {
        display: block;
    }
}

.how-it-works-cta {
    background: #FFE5F0;
}

.cta-handwritten {
    font-family: 'Brush Script MT', cursive;
    font-style: italic;
    font-size: 25px;
}

.cta-text {
    font-family: var(--primary-font);
}

.btn-white-custom {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    transition: all 0.3s ease;
    box-shadow: 0 4px 48px 0px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    color: #000;
}

.btn-white-border {
    background-color: #fff;
    border: 1.5px solid #E6E6E6;
    transition: all 0.3s ease;
    box-shadow: 0 4px 48px 0px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    color: #000;
}

.btn-white-border:hover {
    border: 1.5px solid var(--primary-color);
}

.btn-primary-custom {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px 0px #7E1B553D;
    cursor: pointer;
    padding: 14px 25px;
}

.btn-primary-custom:hover {
    background-color: var(--primary-hover);
}

/* Download App Section */

.download-app-left {
    background-color: var(--dark-color);
}

.download-app-right {
    background: linear-gradient(180deg, #FFE5F0 0%, #FFD4A3 100%);
    border-radius: 0 30px 30px 0;
}

.qr-code-wrapper {
    background: #202020;
    width: 400px;
    padding: 20px;
}

.qr-code-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-store-button {
    display: inline-block;
    text-decoration: none;
}

.app-store-img {
    height: 50px;
    width: auto;
}

.phones-container {
    height: 450px;
    width: 100%;
}

.phone-mockup-wrapper {
    position: absolute;
}

.phone-left {
    left: 15%;
    top: 1%;
    z-index: 10;
    transform: rotate(0deg);
}

.phone-right {
    right: 0%;
    top: 10%;
    z-index: 5;
    transform: rotate(0deg);
}

.phone-mockup {
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .phones-container {
        height: 500px;
    }

    .phone-mockup-wrapper {
        width: 250px;
    }

    .phone-left {
        left: 10%;
    }

    .phone-right {
        right: 5%;
    }
}

/* Our Values Section */
.our-values-section {
    background: var(--tertiary-color);
}

.value-card {
    border-radius: 24px;
    padding: 20px;
    height: 100%;
}

.value-card-speed {
    background-color: var(--primary-color);
}

.value-card-tracking {
    background-color: #FBD3E7;
}

.value-card-age {
    background-color: #3B3AAC;
}

.value-card-convenience {
    background-color: #8CEDBE;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.value-icon-circle {
    width: 60px;
    height: 60px;
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/white-badge.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.value-card-tracking .value-icon-circle,
.value-card-convenience .value-icon-circle {
    border-color: var(--text-body-color);
}

.value-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.value-feature-title {
    font-size: 14px;
    text-transform: uppercase;
}

.value-heading {
    font-family: var(--primary-font);
    font-size: 26px;
    line-height: 1.3;
}

.value-description {
    line-height: 1.6;
}

.value-icon-wrapper {
    margin-bottom: 50px;
}

/* Must Try Section */
.must-try-section {
    background: #F5F5F5;
    min-height: 100vh;
}

.btn-see-everything {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Footer */
.home-footer {
    background-color: var(--dark-color);
}


.footer-column-title {
    font-size: 24px;
    color: var(--tertiary-color);
}

.footer-links a:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-qr-wrapper {
    background: #202020;
    border-radius: 12px;
    padding: 15px;
    width: 180px;
    border: 1px solid #383838;
}

.footer-qr-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--tertiary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    background-color: #1877F2;
}


.footer-logo {
    max-width: 170px;
    height: auto;
    width: 100%;
    margin-bottom: 40px;
}

.footer-big-text {
    font-size: 300px;
    color: var(--tertiary-color);
    line-height: 1;
    position: relative;
    top: 10px;
    height: 200px;
}

/* Navbar Header Styles */
.bg-primary-color {
    background-color: var(--primary-color);
}


.navbar-link{
    text-decoration: none;
}
.navbar-link-active {
    text-underline-offset: 2px;
    font-family: var(--secondary-font);
    text-decoration-style: wavy !important;
    text-decoration: underline;
}

.navbar-cart-btn {
    background-color: var(--secondary-color);
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar-cart-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.quantity-count {
    font-size: 26px;
    color: black;
}

.nav-vr {
    width: 1px;
    height: 25px;
    background-color: #ffffff20;
}

.navbar-search-group {
    background: transparent;
    border-radius: 14px;
    width: 150px;
}

.navbar-search-icon {
    background: transparent !important;
    padding: 0;
    padding-right: 8px;
}

.navbar-search-input-field {
    background: transparent;
    color: var(--tertiary-color);
}

.navbar-search-input-field::placeholder {
    color: var(--tertiary-color);
    opacity: 1;
}

.navbar-search-input-field:focus {
    background: transparent;
    color: var(--tertiary-color);
    box-shadow: none;
}

.navbar-address {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.profile-user-name {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.navbar-user-name {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

/* Category Cards Section */
.categories-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.category-card {
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    cursor: pointer;
}

.category-card-alcohol {
    background-color: #FBD3E7;
}

.category-card-fast-food {
    background-color: #FFEDDD;
}

.category-card-snacks {
    background-color: #DEEEFF;
}

.category-card-tobacco {
    background-color: #E6F6EE;
}

.category-card-cannabis {
    background-color: #F0F0FF;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.category-card-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}


.category-card-title {
    font-family: var(--primary-font);
    font-size: 24px;
    color: var(--text-body-color);
    margin: 0;
    line-height: 1.2;
}

.category-card-items {
    font-size: 14px;
    color: var(--text-body-color);
    margin-top: 4px;
}

.category-card-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.category-card:hover .category-card-arrow {
    transform: translateX(4px);
}

.category-card:hover .category-card-arrow-alcohol {
    background-color: #7E1B55;
}

.category-card-arrow-alcohol {
    background-color: #fccce4;
    transition: 0.3s ease-in-out;
}

.category-card-arrow-fast-food {
    background-color: #FFDAB8;
    transition: 0.3s ease-in-out;
}

.category-card:hover .category-card-arrow-fast-food {
    background-color: #A5401E;
}

.category-card-arrow-snacks {
    background-color: #CCE5FF;
    transition: 0.3s ease-in-out;
}

.category-card:hover .category-card-arrow-snacks {
    background-color: #073D73;
}

.category-card-arrow-tobacco {
    background-color: #CBEADA;
    transition: 0.3s ease-in-out;
}

.category-card:hover .category-card-arrow-tobacco {
    background-color: #1A8B54;
}

.category-card-arrow-cannabis {
    background-color: #E3E3FE;
    transition: 0.3s ease-in-out;
}

.category-card:hover .category-card-arrow-cannabis {
    background-color: #3A39AB;
}

.category-card:hover .category-card-arrow {
    color: var(--tertiary-color);
}

.category-card-body {
    flex: 1;
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.category-card-body-bg {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.category-card-body-alcohol {
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/mask-purple.png');
}

.category-card-body-fast-food {
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/mask-brown.png');
}

.category-card-body-snacks {
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/mask-blue.png');
}

.category-card-body-tobacco {
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/mask-green.png');
}

.category-card-body-cannabis {
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/mask-violet.png');
}

.category-card-image {
    position: relative;
    z-index: 2;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    margin: 20px;
}

/* Reusable Border Radius */
.border-radius-20 {
    border-radius: 20px;
}

/* Shop Section */
.shop-section {
    background-color: #ffffff;
    min-height: 100vh;
}

.shop-filters {
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
}

.filter-group {
    border-bottom: 1px solid #E5E5E5;
}

.filter-group:last-child {
    border-bottom: none;
}

.filter-title {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: var(--secondary-font);
}

.filter-select {
    border-radius: 12px;
    border: 1px solid #EFEFEF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(126, 27, 85, 0.1);
    outline: none;
}

.filter-checkbox,
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: 1px solid #600A3C;
    accent-color: var(--primary-color);
    flex-shrink: 0;
}


.filter-label {
    cursor: pointer;
    user-select: none;
}

.filter-label:hover {
    color: var(--primary-color);
}

/* Price Filter */
.price-slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #E0E0E0;
    outline: none;
    cursor: pointer;
}

.price-slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.price-currency {
    color: #CECECE;
}

.price-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.price-input-group {
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}

.price-input {
    border: none;
    background: transparent;
    width: 50px;
    text-align: center;
}

.price-input:focus {
    outline: none;
}

.price-input::-webkit-outer-spin-button,
.price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.price-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Filter Buttons */
.filter-button {
    flex: 1;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--secondary-font);
}

.filter-button:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.filter-button-active {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    border-color: var(--primary-color);
}

.filter-button-active:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: var(--tertiary-color);
}

/* Brand Search */
.filter-search-input {
    background-color: #F8F8F8;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}

.filter-search-field {
    border: none;
    background: transparent;
}

.filter-search-field:focus {
    outline: none;
    box-shadow: none;
}

.filter-search-field::placeholder {
    color: #999999;
}

.filter-search-icon {
    background: transparent;
    border: none;
}

.filter-more-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.filter-more-link:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}

/* Order history list */
.order-history-card {
    padding: 18px 0;
    border-top: 1px solid #F0F0F0;
}

.order-history-card:first-of-type {
    border-top: none;
}

.order-history-thumb {
    width: 70px;
    flex-shrink: 0;
}

.order-history-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.order-history-title {
    font-family: var(--secondary-font);
}

.btn-view-details {
    font-family: var(--secondary-font);
    background-color: #F3D9EF;
    color: var(--text-body-color);
    border: none;
    border-radius: 5px;
}

.btn-view-details:hover {
    background-color: #F3D9EF;
    border-color: #F3D9EF;
    color: var(--text-body-color);
}

.order-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.order-status-dot-delivered {
    background-color: #23B26B;
}

.order-status-dot-cancelled {
    background-color: #E84141;
}

.order-status-dot-refund {
    background-color: #F5A623;
}

.order-refund-summary {
    background-color: #F8FFF6;
    border: 1px solid #D9F2D3;
}

/* Additional status dots */
/* Placed / newly created */
.order-status-dot-placed {
    background-color: #9CA3AF;
    /* neutral grey */
}

/* In progress – processing / packed */
.order-status-dot-processing {
    background-color: #3B82F6;
    /* blue */
}

.order-status-dot-packed {
    background-color: #3B82F6;
    /* same blue as processing */
}

/* On the way – dispatched / out for delivery */
.order-status-dot-dispatched {
    background-color: #7C3AED;
    /* purple */
}

.order-status-dot-out-for-delivery {
    background-color: #7C3AED;
    /* same purple as dispatched */
}

/* Error – rejected (shares red family with cancelled) */
.order-status-dot-rejected {
    background-color: #E84141;
}




/* Shop Products */
.shop-products-count {
    color: #666666;
    font-size: 30px;
}

.btn-load-more {
    border: 3px solid #EAEAEA;
    color: var(--filter-color);
    padding: 12px 20px;
    font-size: 20px;
    font-family: var(--secondary-font);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    width: 100%;
}

/* Product Badge - New */
.product-badge-new {
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/offer.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--tertiary-color);
    font-size: 12px;
    text-transform: uppercase;
    z-index: 10;
    letter-spacing: 0.5px;
    text-align: center;
    min-width: 60px;
    min-height: 60px;
}

.br-10 {
    border-radius: 10px !important;
}

.br-12 {
    border-radius: 12px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-22 {
    border-radius: 22px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-30 {
    border-radius: 30px !important;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .shop-filters {
        position: relative;
        top: 0;
    }
}

/* Price Range Slider Styles */
.range-container {
    position: relative;
    height: 6px;
    background: #e9ecef;
    border-radius: 4px;
}

.range-fill {
    position: absolute;
    height: 6px;
    background: #000;
    border-radius: 4px;
    left: 0;
    right: 0;
}

input[type=range] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
    -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {
    pointer-events: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
}

/* Product Details Page Styles */
.product-details-section {
    background-color: #ffffff;
    min-height: 100vh;
}

.product-image-main-wrapper {
    background-color: #fff;
    padding: 40px 10px;
    text-align: center;
    border: 2px solid #F4F4F4;
    box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.04);
}

.product-image-main {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
}

.product-favorite-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 10;
    border: 2px solid #F4F4F4;
}

.product-favorite-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.product-image-thumbnails {
    overflow-x: auto;
    padding-bottom: 10px;
}

.product-thumbnail {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 2px solid #F4F4F4;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
    padding: 8px;
    box-sizing: content-box;
}

.product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-thumbnail.active {
    border-color: var(--primary-color);
}

.product-thumbnail:hover {
    border-color: var(--primary-color);
    opacity: 0.8;
}

.product-details-title {
    font-family: var(--primary-font);
    font-size: 32px;
    line-height: 1.3;
}

.product-price {
    font-size: 26px;
}

.product-price-unit {
    font-size: 16px;
}

.product-option-label {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: var(--secondary-font);
}

.product-option-btn {
    padding: 8px 15px;
    border-radius: 50px;
    border: 1px solid #DFDFDF;
    background-color: #ffffff;
    color: var(--text-body-color);
    font-size: 16px;
    font-family: var(--secondary-font);
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-option-btn:hover {
    border-color: #D0D0D0;
}

.product-review-pill {
    background-color: #FFFAEA;
    border: 1px solid #FFF4D0;
    padding: 6px 12px;
    width: fit-content !important;
}

.review-decoration {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 5px;
}

.product-option-btn-active {
    background-color: #FFF0F9;
    color: var(--primary-color);
    border-color: #FBCBE6;
    border-width: 1px;
}


.quantity-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
    color: var(--text-body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    flex-shrink: 0;
}

.quantity-btn:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--tertiary-color);
}

.quantity-input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
    color: var(--text-body-color);
    font-size: 18px;
    font-family: var(--secondary-font);
}

.quantity-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(126, 27, 85, 0.1);
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.quantity-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.btn-add-to-cart {
    background-color: var(--secondary-color);
    border: none;
    color: var(--tertiary-color);
    border-radius: 14px;
    padding: 14px 24px;
    box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.btn-add-to-cart:hover {
    background-color: var(--dark-color);
}

.btn-buy-now {
    padding: 14px 24px;
    border-radius: 12px;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    font-size: 18px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-buy-now:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}


.product-attribute-item {
    padding: 20px 10px;
    width: 100%;
}

.attribute-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.attribute-text {
    font-family: var(--secondary-font);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-top: 8px;
}

.product-attribute-divider {
    position: relative;
}

.product-attribute-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 65px;
    background-color: #101010;
}

.product-section-title {
    font-family: var(--primary-font);
    font-size: 32px;
    margin-bottom: 20px;
}

.product-description {
    font-family: var(--secondary-font);
    line-height: 1.8;
    color: var(--text-body-color);
}

.highlight-item {
    font-family: var(--secondary-font);
}

.reviews-overall {
    padding: 25px;
    background-color: #fff;
}

.overall-rating-number h1 {
    font-size: 80px;
}

.text-24px {
    font-size: 24px;
}


.star-bar-container {
    height: 8px;
    background-color: #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

.star-bar {
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.review-filter-dropdown {
    position: relative;
    min-width: 250px;
    display: inline-block;
}

.review-filter-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
    font-family: var(--secondary-font);
    font-size: 16px;
    color: var(--text-body-color);
    min-width: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.review-filter-btn:hover {
    border-color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(126, 27, 85, 0.1);
}

.review-filter-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #999;
}

.review-filter-dropdown.active .review-filter-btn {
    border-color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(126, 27, 85, 0.1);
}

.review-filter-dropdown.active .review-filter-btn i {
    transform: rotate(180deg);
}

.review-filter-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    overflow: hidden;
    min-width: 200px;
}

.review-filter-dropdown.active .review-filter-menu {
    display: block;
}

.review-filter-option {
    padding: 5px 0px;
    font-family: var(--secondary-font);
    font-size: 16px;
    color: var(--text-body-color);
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #F5F5F5;
}

.review-filter-option:last-child {
    border-bottom: none;
}


.review-filter-option.selected {
    color: var(--primary-color);
}

.review-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #F0F0F0;
}

.review-text {
    line-height: 1.6;
    color: var(--text-body-color);
}

.btn-load-more-reviews {
    padding: 12px 40px;
    border: 3px solid #EAEAEA;
    background-color: transparent;
    color: var(--filter-color);
    font-size: 18px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-load-more-reviews:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--tertiary-color);
}


/* Order details – rating cards (review-given page) - DISABLED */
.order-review-card {
    padding: 32px 32px 24px;
    border-radius: 24px;
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.order-review-title {
    font-family: var(--primary-font);
}

.order-review-label,
.order-review-text-label {
    margin-bottom: 10px;
}

.order-review-stars i {
    font-size: 20px;
    color: #E4E7EC;
}

.order-review-stars i.selected {
    color: #FFC107;
}

.order-review-textarea-wrapper {
    position: relative;
}

.order-review-textarea {
    width: 100%;
    min-height: 110px;
    border-radius: 20px;
    border: 1.5px solid #F2F2F2;
    padding: 16px 44px 16px 18px;
    font-size: 16px;
    color: var(--text-body-color);
    resize: none;
    background-color: #ffffff;
    font-family: var(--secondary-font);
}

.order-review-textarea::placeholder {
    color: #9AA0B4;
}

.order-review-textarea-wrapper .smiley-icon {
    position: absolute;
    right: 16px;
    bottom: 14px;
    font-size: 18px;
    color: #C4C4C4;
}

.order-review-char-count {
    display: block;
    text-align: right;
    margin-top: 8px;
    font-size: 13px;
    color: #999999;
}

.order-review-card .order-review-tags {
    display: none;
}

.order-rate-experience-banner {
    background-color: #F3D9EF;
    border: 2px solid #F4F4F4;
    box-shadow: 0 4px 48px 0px rgba(0, 0, 0, 0.04);
}

.order-rate-experience-text h4 {
    font-family: var(--secondary-font);
}

.order-rate-experience-text p {
    max-width: 420px;
}

/* Order details – status chips (Returned / Cancelled) */
.order-status-chip-returned {
    padding-top: 6px;
    padding-bottom: 6px;
}

.order-status-chip-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
}

.order-status-chip-cancelled {
    background-color: #fff;
    border: 1px solid #CA1717;
    color: #CA1717;
}

/* Profile – wallet panel */
.wallet-summary-card {
    background: linear-gradient(90deg, #FFF7E6 0%, #FDE5F4 100%);
}

.wallet-transactions-card {
    background-color: #ffffff;
}

.wallet-transactions-table thead th {
    border-bottom: 1px solid #F0F0F0 !important;
}

.wallet-transactions-table tbody tr:last-child td {
    border-bottom: none;
}

.wallet-feature-card {
    background-color: #ffffff;
}

.wallet-feature-badge {
    width: 60px;
    height: 60px;
    background-image: url('../images/website/profile-badge.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wallet-feature-icon {
    font-size: 22px;
    color: var(--primary-color);
}

.wallet-add-money-wrapper {
    display: inline-block;
}

.wallet-add-money-popup {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 320px;
    max-width: 400px;
    background-color: #ffffff;
    z-index: 20;
}

/* Profile – custom wallet message alert (centered format) */
.wallet-add-money-alert-overlay {
    position: fixed;
    inset: 0;
    background: rgba(16, 16, 16, 0.45);
    z-index: 2500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.wallet-add-money-alert-card {
    background-color: #ffffff;
    width: 100%;
    max-width: 440px;
    text-align: center;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.18);
}

.wallet-add-money-alert-icon-inner {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 4px solid #CA1717;
    color: #CA1717;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    background: #FFEAEA;
}

.wallet-add-money-alert-title {
    font-family: var(--primary-font);
    color: var(--text-body-color);
}

.wallet-add-money-alert-desc {
    color: var(--light-text-color);
    font-size: 16px;
}

/* Profile – payment methods */
.profile-saved-cards-card {
    background-color: #ffffff;
}

.profile-saved-cards-list .profile-saved-card {
    min-width: 280px;
    color: #ffffff;
}

.profile-saved-card-primary {
    background: radial-gradient(#1B6392, #124261);
}

.profile-saved-card-success {
    background: radial-gradient(#2DB224, #248E1D);
}

.payment-method-tab {
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
    color: #33333399;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.04);
}

.payment-method-tab-active {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.profile-saved-card-menu-wrapper {
    position: relative;
}

.profile-saved-card-menu {
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 140px;
    background-color: #ffffff;
    z-index: 30;
}

.profile-saved-card-menu-item {
    background: transparent;
    border: none;
    font-size: 14px;
    font-family: var(--secondary-font);
    color: var(--text-body-color);
    cursor: pointer;
}

.profile-saved-card-menu-item:hover {
    background-color: #F5F5F5;
}

/* Profile – In-App Chat */
.in-app-chat-wrapper {
    min-height: 620px;
    overflow: hidden;
}

.in-app-chat-messages {
    max-height: 420px;
    overflow-y: auto;
    scrollbar-width: none;
}

.in-app-chat-bubble {
    position: relative;
    display: inline-block;
    max-width: 80%;
    padding: 10px 14px;
    font-family: var(--secondary-font);
    box-shadow: 0 4px 48px rgba(0, 0, 0, 0.04);
}

.support-bubble {
    border-radius: 18px 18px 18px 0px;
    background-color: #F3E9EE;
}

.user-bubble {
    border-radius: 18px 18px 0px 18px;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.in-app-chat-bubble {
    position: relative;
}


/* SUPPORT bubble tail (left side) */
.support-bubble::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 14px;
    height: 10px;
    background: #F3E9EE;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* USER bubble tail (right side) */
/* Border layer */
.user-bubble::before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -10px;
    width: 16px;
    height: 12px;
    background: #E0E0E0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* White fill layer */
.user-bubble::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 16px;
    height: 10px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* SUPPORT BUBBLE TAIL (left side curved) */
/* .support-bubble::after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -10px;
    width: 16px;
    height: 16px;
    background: #F3E9EE;
    border-bottom-right-radius: 16px;
} */

/* USER BUBBLE TAIL (right side curved) */
/* .user-bubble::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -10px;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-bottom-left-radius: 16px;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
} */

.support-bubble-tail {
    left: 14px;
    bottom: -6px;
    background-color: #F3E9EE;
}

.user-bubble-tail {
    right: 14px;
    bottom: -8px;
    background-color: #FFFFFF;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.in-app-chat-input-bar {
    background-color: #F6F6F6;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.in-app-chat-input-bar input:focus {
    box-shadow: none;
}

/* Shopping Cart Page Styles */
.shopping-cart-section {
    background-color: #ffffff;
    min-height: 100vh;
}

/* Order Success Page */
.order-success-section {
    padding: 100px 0px;
}

.order-success-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #D5F0D3;
    border: 4px solid #2DB224;
}

.order-success-check {
    font-size: 50px;
    color: #2DB224;
}

.order-success-title {
    font-family: var(--primary-font);
    font-size: 56px;
    line-height: 1.25;
}

.order-success-btn-outline {
    padding: 16px 28px;
    border-radius: 12px;
    border: 1px solid #CCCCCC;
    background-color: var(--tertiary-color);
    color: var(--text-body-color);
    font-size: 16px;
    font-family: var(--secondary-font);
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.order-success-btn-outline:hover {
    background-color: #F8F8F8;
    border-color: #BBBBBB;
    color: var(--text-body-color);
}

.cart-subtitle {
    font-family: var(--secondary-font);
    letter-spacing: 0.05em;
}

.cart-title {
    font-family: var(--primary-font);
    font-size: 48px;
    line-height: 1.2;
}

.cart-items-count {
    font-family: var(--secondary-font);
}

.cart-address-section {
    border: 1px solid #E0E0E0;
}

/* .cart-pincode-btn - DISABLED */
.cart-pincode-btn {
    padding: 15px 30px;
    transition: all 0.3s ease;
    border: 2px solid #F4F4F4;
    background-color: #ffffff;
}

.cart-pincode-btn:hover {
    background-color: #f7e6ed;
    color: var(--primary-color);
}

/* Reusable card style for cart-item-card, payment-method-block, etc. */
.card-common {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #F0F0F0;
}

.cart-item-image {
    object-fit: contain;
    border: 3px solid #F4F4F4;
}


.cart-item-name {
    font-family: var(--secondary-font);
}

/* .cart-item-stock - DISABLED */
/* .cart-item-stock {
    color: #333333B2;
} */

.cart-quantity-selector {
    /* border: 2px solid #F4F4F4; */
    border: 2px solid var(--primary-color);
    border-radius: 14px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 6px;
    box-sizing: content-box;
}

.cart-quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #F4F4F4;
    color: var(--text-body-color);
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
}

.cart-quantity-btn:hover {
    background-color: #F8F8F8;
}

.cart-quantity-input {
    width: 50px;
    border: none;
}

/* Order history quantity styling (based on old cart-pincode-btn hover colors) */
.order-history-qty-input {
    background-color: #f7e6ed;
    color: var(--primary-color);
}

/* Override wrapper for order history so border doesn't show and fill is solid */
.order-history-qty-wrapper {
    border: none !important;
    background-color: #f7e6ed !important;
}

.cart-quantity-input:focus {
    outline: none;
}

.cart-quantity-input::-webkit-outer-spin-button,
.cart-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.cart-quantity-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.cart-delete-btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid #F4F4F4;
}

.cart-delete-btn:hover {
    background-color: #F8F8F8;
}

.cart-delete-btn i {
    font-size: 18px;
}

.cart-summary-card {
    padding: 24px;
    border-left: 1px solid #F0F0F0;
    position: sticky;
    top: 20px;
}

.cart-promo-input {
    border: 0;
    padding: 10px 16px;
}

.cart-promo-btn {
    border: none;
    transition: all 0.3s ease;
}

.promo-code-card {}


.cart-price-details {
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.cart-price-title {
    font-family: var(--secondary-font);
    letter-spacing: 0.02em;
}

.cart-savings {
    font-family: var(--secondary-font);
}

.cart-checkout-btn {
    padding: 14px 24px;
    border-radius: 12px;
    border: none;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    font-size: 18px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-checkout-btn:hover {
    background-color: var(--primary-hover);
    color: var(--tertiary-color);
}

/* Delivery Address Modal */
#deliveryModal,
#deliveryInstructionsModal {
    backdrop-filter: blur(15px);
}

#deliveryModal .modal-dialog {
    max-width: 600px;
    position: relative;
}

#deliveryModal .modal-content,
#deliveryInstructionsModal .modal-content {
    border-radius: 14px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#deliveryModal .modal-body,
#deliveryInstructionsModal .modal-body {
    padding: 30px 40px;
    position: relative;
}

#deliveryModal .modal-backdrop {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.9);
}

.delivery-modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.08);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-modal-close-btn:hover {
    color: #000000;
    background-color: #F8F8F8;
}

.delivery-modal-title {
    font-family: var(--primary-font);
}

.delivery-modal-description {
    line-height: 1.5;
    font-family: var(--secondary-font);
}

/* Add-delivery-instructions modal content */
.delivery-instructions-address-card {
    background-color: #FFFFFF;
    padding: 16px 20px;
}

.delivery-instructions-address-name {
    font-weight: 600;
}



.delivery-instructions-section+.delivery-instructions-section {
    margin-top: 16px;
}

.delivery-instructions-section-title {
    font-size: 16px;
    font-weight: 600;
}

.delivery-instructions-chevron {
    font-size: 15px;
    color: #000000;
}

.delivery-toggle-pill {
    border-radius: 16px;
    border: 1px solid #E2E2E2;
    padding: 4px 14px;
    font-size: 18px;
    font-weight: 600;
    background-color: #FFFFFF;
    color: #101010;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.delivery-toggle-pill.delivery-toggle-pill-active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFFFFF;
}


.delivery-instructions-textarea {
    border-radius: 12px;
    border: 2px solid #F0F0F0;
    min-height: 120px;
    resize: vertical;
    font-family: var(--secondary-font);
}

.delivery-instructions-textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(126, 27, 85, 0.18);
}

.delivery-pincode-input-group {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 12px 24px;
}

.delivery-pincode-input {
    border-radius: 8px;
    font-family: var(--secondary-font);
}

.delivery-pincode-input:focus,
.delivery-pincode-input:active,
.delivery-pincode-input:focus-visible {
    outline: none;
    box-shadow: none;
}

.delivery-pincode-input::placeholder {
    color: #11111199;
}

.delivery-text-dark {
    color: #111111;
}

.delivery-btn-submit {
    white-space: nowrap;
    text-underline-offset: 6px;
    font-family: var(--secondary-font);
    background: transparent;
}

.delivery-btn-submit:hover {
    color: var(--primary-hover);
}

.delivery-location-icon-wrapper {
    width: 50px;
    height: 50px;
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/offer.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.delivery-location-icon {
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.delivery-location-link {
    text-underline-offset: 2px;
    font-family: var(--secondary-font);
    text-decoration-style: wavy;
}

.delivery-location-link:hover {
    color: var(--primary-hover);
}

/* Responsive Design for Product Details */
@media (max-width: 991.98px) {
    .product-details-title {
        font-size: 24px;
    }

    .product-price {
        font-size: 32px;
    }

    .product-image-main-wrapper {
        padding: 20px;
    }

    .overall-rating-number h1 {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .product-details-title {
        font-size: 20px;
    }

    .product-price {
        font-size: 28px;
    }

    .product-option-btn {
        padding: 8px 12px;
        font-size: 14px;
    }
}

/* Payment Details Page Styles */
.payment-details-section .cart-summary-card {
    border-left: 1px solid #F0F0F0;
    position: sticky;
    top: 20px;
}

.payment-delivery-title {
    font-family: var(--secondary-font);
}

.payment-change-link:hover {
    color: var(--primary-hover);
}

/* Payment option card styles - DISABLED (static payment form removed) */
.payment-option-card {
    cursor: pointer;
    transition: all 0.2s ease;
}

.payment-option-card:hover {
    border-color: #E8E8E8;
}

.payment-option-card.payment-option-selected {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(126, 27, 85, 0.15);
}

.payment-option-radio-wrap {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.payment-option-radio,
.payment-option-radio-empty {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.payment-option-radio {
    border-radius: 6px;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-option-check {
    font-size: 12px;
}

.payment-option-radio-empty {
    border-radius: 8px;
    border: 2px solid #D0D0D0;
    background-color: var(--tertiary-color);
}

.payment-option-selected .payment-option-radio {
    display: flex;
}

.payment-option-selected .payment-option-radio-empty {
    display: none;
}

.payment-option-card:not(.payment-option-selected) .payment-option-radio {
    display: none;
}

.payment-option-card:not(.payment-option-selected) .payment-option-radio-empty {
    display: block;
}

.payment-option-icon {
    height: 34px;
    width: auto;
    max-width: 48px;
    object-fit: contain;
}

.payment-option-logo {
    height: 35px;
    width: auto;
    max-width: 90px;
    object-fit: contain;
}

.payment-card-fields {
    border: 1px solid #E8E8E8;
    background-color: #FAFAFA !important;
}

/* Payment input styles - DISABLED (static payment form removed) */
.payment-input-wrapper {
    position: relative;
}

.payment-input-card-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    pointer-events: none;
}

.payment-input {
    border: 2px solid #F4F4F4;
    border-radius: 12px;
    padding: 12px 44px 12px 16px;
    font-family: var(--secondary-font);
    transition: all 0.3s ease;
}

.payment-card-fields .payment-input {
    padding: 10px 40px 10px 14px;
    font-size: 15px;
}

.payment-card-fields .payment-input-wrapper .payment-input {
    padding-right: 44px;
}

.payment-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(126, 27, 85, 0.1);
    outline: none;
}

.payment-input::placeholder {
    color: var(--light-text-color);
}

.payment-pay-btn {
    padding: 16px 24px;
    border-radius: 16px;
    border: none;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    font-size: 18px;
    font-family: var(--secondary-font);
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 30px 0 #7E1B5524;
}

.payment-pay-btn:hover {
    background-color: var(--primary-hover);
    color: var(--tertiary-color);
}

.payment-agreement-checkbox {
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color);
    cursor: pointer;
}

.payment-agreement label {
    cursor: pointer;
}

.payment-agreement a:hover {
    color: var(--primary-hover);
}

.payment-promo-input::placeholder {
    color: var(--light-text-color);
}

/* Saved cards – single card with gradient (reference structure) */
.payment-saved-cards-inner {
    background: linear-gradient(186deg, #fef0d37d 0%, #f6cff294 100%);
    border: 1px solid #F0E8EC;
    border-radius: 12px;
}

.payment-saved-cards-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.payment-saved-card-item {
    cursor: pointer;
}

.payment-saved-card-item:hover {
    border-color: #E8E8E8;
}

.payment-saved-card-item .payment-saved-card-label {
    font-weight: 700;
}

.payment-saved-card-item .payment-saved-card-cvc {
    display: none;
}

.payment-saved-card-item.payment-saved-card-selected .payment-saved-card-cvc {
    display: block;
}

/* Small checkboxes for saved cards only */
.payment-saved-card-radio-wrap {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.payment-saved-card-radio,
.payment-saved-card-radio-empty {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
}

.payment-saved-card-radio {
    border-radius: 4px;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-saved-card-check {
    font-size: 10px;
}

.payment-saved-card-radio-empty {
    border-radius: 4px;
    border: 2px solid #D0D0D0;
    background-color: var(--tertiary-color);
}

.payment-saved-card-item.payment-saved-card-selected .payment-saved-card-radio {
    display: flex;
}

.payment-saved-card-item.payment-saved-card-selected .payment-saved-card-radio-empty {
    display: none;
}

.payment-saved-card-item:not(.payment-saved-card-selected) .payment-saved-card-radio {
    display: none;
}

.payment-saved-card-item:not(.payment-saved-card-selected) .payment-saved-card-radio-empty {
    display: block;
}

.payment-saved-cards-inner .payment-saved-card-brand-icon {
    height: 28px;
    width: auto;
    object-fit: contain;
}

.payment-saved-card-divider {
    border: 0;
    border-top: 1px solid #00000045;
    margin: 0.5rem 0;
}

.payment-card-brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 6px;
    background: #1A56B8;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* Payment new card form - DISABLED (static payment form removed) */
/* .payment-new-card-form {
    max-height: 500px;
    transition: max-height 0.35s ease-out;
}

.payment-new-card-form.payment-new-card-form-collapsed {
    max-height: 0;
} */

/* Legacy payment method icons (if used elsewhere) */
.payment-method-icon {
    height: 32px;
    width: auto;
    max-width: 56px;
    object-fit: contain;
}

.payment-method-icon.payment-method-logo {
    height: 28px;
    max-width: 70px;
}

/* ========== Live Tracking / Order Details (reusable) ========== */
.live-tracking-section {
    padding: 0 0 80px;
}

/* Tracking hero block – reusable for order status headers */
.tracking-hero-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(187deg, #7e1b5524 0%, #FFFFFF 100%);
}

/* Order summary card – reusable for order overview blocks */
.tracking-order-summary-card {
    background: linear-gradient(358deg, #f6cff299, #fef0d34f);
}

/* Driver Identity Verification */
.driver-id-status-card {
    border-radius: 30px;
}

.driver-id-progress-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pie-wrapper {
    width: 120px;
    height: 120px;
    position: relative;
}

.pie-wrapper svg {
    transform: rotate(-90deg);
}

.pie-bg {
    fill: none;
    stroke: #ffffff;
    stroke-width: 10;
}

.pie-progress {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 314;
    /* circumference */
    stroke-dashoffset: 235.5;
    /* 25% */
}

.pie-center {
    position: absolute;
    inset: 15px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.25rem;
}

/* Driver ID – custom switches (exact design) */
.driver-id-switch .form-check-input {
    width: 55px;
    height: 26px;
    background-color: #CCB5C2;
    border-radius: 50px;
    border: none;
    background-image: none;
    position: relative;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.driver-id-switch .form-check-input::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 5px;
    transition: left 0.25s ease, background-color 0.25s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.driver-id-switch .form-check-input:checked {
    background-color: #7E1B55;
}

.driver-id-switch .form-check-input:checked::before {
    left: calc(100% - 25px);
    background-color: #ffffff;
}

.driver-id-switch .form-check-input:focus {
    box-shadow: none;
}

.driver-id-upload-card {
    border-style: dashed;
    border-width: 2px;
    border-color: #E4E4E4;
    background-color: #FFFFFF;
    min-height: 200px;
}

.driver-id-table tbody tr:last-child td {
    border-bottom: none;
}

.tracking-order-id {
    letter-spacing: 0.02em;
}

/* Map card – reusable for map/embed blocks */
.tracking-map-card {
    background: var(--tertiary-color);
}

.tracking-map-image {
    display: block;
    object-fit: cover;
}

.tracking-driver-card {
    background: var(--tertiary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 48px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    /* ensure rating pill and inner content stay within card border */
}

.tracking-driver-card-title {
    font-family: var(--secondary-font);
}

/* Order history: product description clamping */
.order-product-description-clamped {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tracking-driver-avatar {
    width: 78px;
    height: 78px;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #F0F0F0;
}

.tracking-driver-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tracking-driver-name {
    font-family: var(--secondary-font);
}

.tracking-driver-actions {
    flex-wrap: wrap;
}

.tracking-driver-action-btn {
    padding: 7px 12px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background-color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tracking-driver-action-btn:hover {
    background-color: #f0e6f5;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.tracking-tip-block {
    border-top: 1px dashed #C9C9C9;
}

.tracking-tip-option,
.tracking-tip-option-disabled {
    padding: 6px 11px;
    border: 1px solid #EFEFEF;
    background-color: #F1F2F4;
    color: #33333399;
    font-size: 15px;
    font-family: var(--secondary-font);
    transition: all 0.3s ease;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.tracking-tip-option-disabled-active {
    background-color: #7e1b5580;
    color: var(--tertiary-color);
}

.tracking-tip-option:hover {
    background-color: #f0e6f5;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.tracking-tip-option-active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--tertiary-color);
}

.tracking-tip-option-active:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: var(--tertiary-color);
}

/* Delivery status steps – reusable for order/delivery progress */
.tracking-status-card {
    background: var(--tertiary-color);
}

.tracking-status-title {
    border-bottom: 1px solid #E6E6E6;
}

.tracking-status-progress {
    position: relative;
    padding-top: 24px;
    margin: 20px 50px 0px;
}

.tracking-status-line-wrapper {
    position: relative;
    height: 32px;
}

.tracking-status-line-bg,
.tracking-status-line-fill {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    border-radius: 999px;
}

.tracking-status-line-bg {
    background-color: #f5d9ea;
}

.tracking-status-line-fill {
    background-color: var(--primary-color);
    right: auto;
    width: 66%;
}

.tracking-status-dot {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.tracking-status-dot--done {
    background-color: var(--primary-color);
}

.tracking-status-dot--current {
    background-color: var(--primary-color);
    box-shadow: 0 0 0 6px rgba(126, 27, 85, 0.18);
}

.tracking-status-dot--pending {
    background-color: #ffffff;
    border: 2px solid #f2c5e2;
}

.tracking-status-labels {
    margin-top: 20px;
    font-family: var(--secondary-font);
}

.tracking-status-label-text {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary-color);
}

.tracking-eta-badge {
    position: absolute;
    top: -32px;
    left: 66%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    color: var(--filter-color);
    font-family: var(--secondary-font);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}

.tracking-eta-pointer {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1px;
    height: 18px;
    background-color: var(--primary-color);
}

/* Items table – reusable for order items / menu lists */
.tracking-items-card {
    background: #fafafa;
}

.tracking-items-title {
    font-family: var(--secondary-font);
}

.tracking-items-table thead tr {
    background-color: #f4f4f4;
}

.tracking-items-table thead th {
    font-family: var(--secondary-font);
    border-bottom: 1px solid #E5E5E5 !important;
    padding-top: 12px;
    padding-bottom: 12px;
}

.tracking-items-table tbody td {
    vertical-align: middle;
    padding: 16px 12px;
    border-bottom: 1px solid #F0F0F0;
    font-family: var(--secondary-font);
}

.tracking-items-table tbody tr:last-child td {
    border-bottom: 0;
}

.tracking-item-thumb {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    background: #fafafa;
}

.tracking-item-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tracking-item-row {
    font-size: 15px;
}

.tracking-subtotal-flex {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.rating-pill {
    background-color: #FFFAEA;
    border: 1px solid #FFF4D0;
    padding: 5px 10px;
    width: fit-content !important;
    border-radius: 37px;

}

/* ============================================
   Choose Location Modal Styles
   ============================================ */

/* Choose Location Modal - Scoped to avoid conflicts */
#chooseLocationModal {
    z-index: 2002;
    /* Higher than allow location modal */
}

/* #chooseLocationModal .choose-location-bg {
    background: linear-gradient(135deg, #800020 0%, #5a0015 50%, #3d000f 100%);
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/bg-blur.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
} */

#chooseLocationModal .choose-location-content {
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: #101010B2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

#chooseLocationModal .location-modal {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 30px 40px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#chooseLocationModal .location-modal-title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 12px;
    font-family: var(--primary-font);
}

#chooseLocationModal .location-modal-description {
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
    line-height: 1.5;
}

#chooseLocationModal .btn-signin {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 14px 20px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

#chooseLocationModal .btn-signin:hover {
    background-color: var(--primary-hover);
}

#chooseLocationModal .location-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #10101066;
    margin: 20px 0;
}

#chooseLocationModal .location-divider::before,
#chooseLocationModal .location-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #7E1B5533;
}

#chooseLocationModal .location-divider:not(:empty)::before {
    margin-right: 1rem;
}

#chooseLocationModal .location-divider:not(:empty)::after {
    margin-left: 1rem;
}

#chooseLocationModal .pincode-input-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 3px solid #F4F4F4;
    padding: 12px 24px;
    box-shadow: 0 4px 48px rgba(0, 0, 0, 0.04);
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

/* Logged-in location row: override global .location-field { width: 300px } */
#chooseLocationModal .pincode-input-group.location-field {
    max-width: 100%;
    position: relative;
}

#chooseLocationModal .location-input-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#chooseLocationModal .pincode-input {
    flex: 1;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    color: #000000;
    font-family: var(--secondary-font);
    min-height: 26px;
    line-height: 1.45;
    padding: 6px 0;
    box-sizing: border-box;
}

#chooseLocationModal .pincode-input:focus,
#chooseLocationModal .pincode-input:active,
#chooseLocationModal .pincode-input:focus-visible {
    outline: none;
    box-shadow: none;
}

#chooseLocationModal .pincode-input::placeholder {
    color: #11111199;
}

#chooseLocationModal .btn-apply {
    color: var(--primary-color);
    font-weight: 600;
    border: none;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 6px;
    background: transparent;
    font-family: var(--secondary-font);
}

#chooseLocationModal .btn-apply:hover {
    color: var(--primary-hover);
}

#chooseLocationModal .location-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.08);
    border: none;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
    border-radius: 50%;
    padding: 15px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chooseLocationModal .location-close-btn:hover {
    color: #000000;
    background-color: #F8F8F8;
}

/* ============================================
   Location Modal (Save Address) Styles
   ============================================ */

/* Location Modal - Scoped to avoid conflicts */
#locationModal {
    z-index: 2003;
    /* Higher than choose location modal */
}

/* #locationModal .location-modal-bg {
    background: linear-gradient(135deg, #800020 0%, #5a0015 50%, #3d000f 100%);
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/bg-blur.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
} */

#locationModal .location-modal-content {
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: #101010B2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

#locationModal .location-save-modal {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 26px 34px 30px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#locationModal .location-save-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
    font-family: var(--primary-font);
}

#locationModal .location-save-description {
    font-size: 16px;
    color: #222222;
    margin-bottom: 18px;
    line-height: 1.5;
}

#locationModal .location-save-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.08);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#locationModal .location-save-close-btn:hover {
    color: #000000;
    background-color: #F8F8F8;
}

#locationModal .location-save-label {
    font-size: 16px;
    color: #222222;
    margin-bottom: 6px;
    font-weight: 500;
    display: block;
}

#locationModal .location-save-input {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 10px 12px;
    box-shadow: 0 4px 48px rgba(0, 0, 0, 0.04);
    font-size: 16px;
    color: #000000;
    font-family: var(--secondary-font);
}

#locationModal .location-save-input:focus {
    border-color: #E6E6E6;
    box-shadow: none;
    outline: none;
}

#locationModal .location-save-input::placeholder {
    color: #999999;
}

#locationModal .location-save-default {
    color: var(--primary-color);
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 500;
    cursor: pointer;
    font-family: var(--secondary-font);
}

#locationModal .location-save-default:hover {
    color: var(--primary-hover);
}

#locationModal .btn-location-save {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    margin-top: 16px;
    cursor: pointer;
    letter-spacing: 0.2px;
    font-family: var(--secondary-font);
    transition: all 0.3s ease;
}

#locationModal .btn-location-save:hover {
    background-color: var(--primary-hover);
}

/* ============================================
   Items Modal (Search for Items) Styles
   ============================================ */

/* Items Modal - Scoped to avoid conflicts */
#itemsModal {
    z-index: 2004;
    /* Higher than location modal */
}

/* #itemsModal .items-modal-bg {
    background: linear-gradient(135deg, #800020 0%, #5a0015 50%, #3d000f 100%);
    background-image: url('https://www.chillbardelivery.com/public/web/assets/images/website/bg-blur.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
} */

#itemsModal .items-modal-content {
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: #101010B2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

#itemsModal .items-search-modal {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 28px 32px 30px;
    max-width: 620px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#itemsModal .items-modal-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
    font-family: var(--primary-font);
}

#itemsModal .items-modal-description {
    font-size: 16px;
    color: #222222;
    margin-bottom: 25px;
    line-height: 1.5;
}

#itemsModal .items-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #FFFFFF;
    border: none;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.08);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#itemsModal .items-close-btn:hover {
    color: #000000;
    background-color: #F8F8F8;
}

#itemsModal .btn-items-signin {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 14px 20px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    font-family: var(--secondary-font);
    transition: all 0.3s ease;
}

#itemsModal .btn-items-signin:hover {
    background-color: var(--primary-hover);
}

/* ============================================
   Profile Page Styles
   ============================================ */
/* .profile-page-section {
    background-color: #F5F5F5;
    min-height: calc(100vh - 120px);
} */

.profile-sidebar {
    /* background-color: #FAFAFA; */
    border: 1px solid #F0F0F0;
}

.profile-sidebar-title {
    font-family: var(--primary-font);
}

.profile-sidebar-link {
    transition: color 0.2s ease;
}

.profile-sidebar-link:hover {
    color: var(--primary-color) !important;
}

.profile-sidebar-link.active,
.profile-sidebar-link-active {
    color: var(--primary-color) !important;
}

/* .profile-nav-group-title {
    letter-spacing: 0.02em;
} */

.profile-nav-group {
    border-top: 1px solid #E5E5E5;
}

.profile-nav-group-active .profile-nav-group-title {
    color: var(--primary-color) !important;
}

/* Delete Account Modal */
.delete-account-modal .modal-content {
    border: 2px solid #F4F4F4;
}

#deleteAccountModalLabel {
    font-family: var(--primary-font);
}

#deleteAccountModal,
#driverEditProfileModal,
#driverVerificationModal,
#driverVerificationRejectedModal {
    backdrop-filter: blur(10px);
    background: rgba(16, 16, 16, 0.698);
}

.delete-account-modal .modal-body {
    position: relative;
    overflow: hidden;
}

.delete-account-content {
    position: relative;
    z-index: 1;
}

.delete-account-msg-icons {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.delete-account-msg-icon {
    position: absolute;
    font-size: 26px;
    color: #F3D9EF;
    opacity: 0.7;
}

.delete-account-msg-icon-1 {
    top: 18%;
    left: 16%;
}

.delete-account-msg-icon-2 {
    top: 26%;
    right: 18%;
}

.delete-account-msg-icon-3 {
    bottom: 20%;
    left: 20%;
}

.delete-account-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #FFFFFF;
    border: none;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.08);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-account-close-btn:hover {
    color: #000000;
    background-color: #F8F8F8;
}

.delete-account-icon-outer {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #E82704;
}

.delete-account-icon-inner {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.30);
}

/* Verification modal overrides */
.verification-status-modal-success .delete-account-icon-outer {
    background-color: #03B338;
}

.verification-status-modal-success .delete-account-icon-inner {
    background-color: #FFFFFF4D;
}

.profile-info-card {
    background: var(--tertiary-color);
}

.profile-info-title {
    font-family: var(--primary-font);
}

.profile-avatar-wrap {
    flex-shrink: 0;
}

.profile-avatar {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 20px;
}

.profile-avatar-camera {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    background: #fff;
}

/* 
.profile-avatar-camera i {
    font-size: 14px;
} */
.btn-reset-pass {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px 0px #7E1B553D;
    border: 1.5px solid var(--primary-color);
}

.btn-reset-pass:hover {
    background-color: var(--primary-hover);
}

.btn-sign-in {
    border: 1.5px solid #EAEAEA;
    color: var(--filter-color);
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.btn-sign-in:hover {
    background-color: #F5F5F5;
}

.profile-name {
    font-family: var(--secondary-font);
}

.profile-verified-badge {
    flex-shrink: 0;
    object-fit: contain;
}

.profile-detail-label {
    flex-shrink: 0;
}

.profile-detail-colon {
    flex-shrink: 0;
    font-family: var(--secondary-font);
}

.profile-detail-value {
    font-family: var(--secondary-font);
}

.profile-form-control {
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    padding: 10px 14px;
    height: 50px;
    font-size: 16px;
    color: var(--filter-color);
    box-shadow: 0px 4px 8px 0 #00000008;
}

.profile-form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(126, 27, 85, 0.08);
    outline: none;
}

/* Disable focus highlight specifically for search input inside profile-form-control groups */
.input-group.profile-form-control .form-control:focus {
    box-shadow: none;
    outline: none;
}

/* Phone number composite input (country code + number) */
.profile-phone-group {
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 8px 0 #00000008;
    overflow: hidden;
}

.profile-phone-group:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(126, 27, 85, 0.08);
}

.profile-phone-code {
    flex: 0 0 auto;
    width: auto;
    min-width: 72px;
    border: none;
    border-radius: 0;
    background-color: #FAFAFA;
    padding-right: 32px;
    cursor: pointer;
}

.profile-phone-input {
    flex: 1 1 auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.profile-phone-input:focus {
    box-shadow: none;
}

.profile-phone-divider {
    width: 3px;
    height: 26px;
    background-color: #00000033;
}

.profile-input-with-icon {
    position: relative;
}

.profile-input-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #C0C0C0;
    font-size: 16px;
    pointer-events: none;
}

/* Password visibility toggle (shared with auth sign-in) */
.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    z-index: 10;
}

.password-toggle:hover {
    color: #000000;
}

.password-wrapper .profile-form-control,
.password-wrapper .change-password-input {
    padding-right: 45px;
}

/* Select – single clean arrow, no duplicate */
.profile-select.form-select {
    padding-right: 2.25rem;
    cursor: pointer;
    background-position: right 0.75rem center;
}

.profile-select.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(126, 27, 85, 0.08);
    outline: none;
}

/* 
.btn-profile-save {
    border-radius: 999px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    width: 100%;
    font-family: var(--secondary-font);
    cursor: pointer;
}

.btn-profile-save:hover {
    background-color: var(--primary-hover);
} */


.promo-code-card .form-control:focus {
    box-shadow: none !important;
}

/* .disabled-cart-btn - DISABLED */
/* .disabled-cart-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #F4F4F4;
    color: #ccc;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
} */

.disabled-promo-apply {
    color: #6666664D;
}

.cart-summary {
    padding: 24px;
    border-left: 1px solid #F0F0F0;
}

.green-status-badge {
    background: #009F001A;
    border: 1px solid #009F00;
    color: #009F00;
    padding: 10px 20px;
}

.yellow-status-badge {
    background: #F08D011A;
    border: 1px solid #F08D01;
    color: #F08D01;
    padding: 10px 20px;
}

.red-status-badge {
    background: #9F00001A;
    border: 1px solid #9F0000;
    color: #9F0000;
    padding: 10px 20px;
}

.border-gray-bottom {
    border-bottom: 1px solid #0000001A;
}

#helpCenterAccordion .accordion-button::after,
#faqAccordion .accordion-button::after {
    display: none
}

.accordion-icon-minus,
.accordion-icon-plus {
    background: #D9D9D940;
    padding: 5px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

.textarea-resize-none {
    resize: none;
}

/* Driver profile css  */
.driver-profile-img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.empty-star {
    color: #A8A6A6;
}

.online-pill {
    border: 1px solid #00A619;
    background: #fff;
}

/* About page */
.bg-color-gradient {
    background: linear-gradient(180deg, #fef0d375 0%, #f6cff275 100%);
}

.about-hero-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.section-padding {
    padding: 80px 0;
}

.about-story-section {
    background-color: #ffffff;
}

.about-story-img4 {
    border-radius: 150px;
}

.about-what-we-do-section {
    background-color: var(--primary-color);
}

.about-what-card {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

/* About why choose us section to be filtered  */

.about-why-section {
    position: relative;
    overflow: hidden;
    background: url('../images/website/choose-us-bg.png');
    background-position: center bottom;
    background-size: cover;
}

.about-why-bg {
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-why-padding {
    padding-bottom: 250px;
}

.about-why-card {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}


.promise-card-keep {
    background-color: #2F37FF;
}

.promise-card-fun {
    background-color: #FFD9F0;
}

.promise-card-order {
    background-color: #A3F2D5;
}

.our-promise-section,
.compliance-notes-section {
    background-color: #F8F8F8;
}
.compliance-image {
    height:400px;
    width:100%;
    object-fit: cover;
}
.offer-app-section {
    background-image: url('../images/website/offer-bg-rounded.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 375px;
    border-radius: 60px;
}

.offer-title {
    font-size: 80px;
    background: linear-gradient(180deg, #FEF0D3 0%, #F6CFF2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.content-divider {
    border: 1px solid #E5E5E54D;
}
.list-item-divider {
    border-bottom: 1px solid #E5E5E54D !important;
}
.retail-hero-image-wrapper,
.responsible-retail-image-wrapper, .affiliate-hero-image {
    height: 500px !important;
}

.contact-hero-card {
    background-image: url('../images/website/contact-hero.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
}

.contact-textarea-wrapper {
    position: relative;
}

.contact-textarea-counter {
    position: static;
    display: block;
    margin-top: 4px;
    text-align: right;
}

.retail-dashboard-card img {
    flex-shrink: 0;
}

.responsible-retail-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Retail partner application form */
/* .partner-form-page {
    background-color: #F8F8F8;
} */

/* .partner-form {
    max-width: 960px;
    margin: 0 auto;
} */

/* .partner-form-card {
    border-radius: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #F0E8EC;
    padding: 1px;
} */

/* .partner-form-card-inner {
    border-radius: 30px;
    background-color: #FFFFFF;
    padding: 26px 26px 28px;
} */

/* .partner-form-card-gradient {
    background: linear-gradient(120deg, #FEF0D3 0%, #F6CFF2 100%);
} */



.partner-input {
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    padding: 10px 14px;
}

.partner-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(126, 27, 85, 0.12);
    outline: none;
}

.partner-input-with-icon {
    position: relative;
}

.partner-input-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #C0C0C0;
    font-size: 16px;
}

.partner-textarea {
    min-height: 140px;
}

/* Business type pill checkboxes */
.partner-business-type {
    gap: 10px;
}

.partner-pill-checkbox {
    position: relative;
    display: inline-block;
}

.partner-pill-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.partner-pill-checkbox label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid #E7E7E7;
    background-color: #FFFFFF;
    color: #10101099;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.partner-pill-check-icon {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 1.5px solid #E2E2E2;
    background-color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: transparent;
}

.partner-pill-check-icon::before {
    content: "✓";
}

.partner-pill-checkbox input:checked+label {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-color: var(--primary-color);
    /* box-shadow: 0 8px 20px rgba(126, 27, 85, 0.35); */
}

.partner-pill-checkbox input:checked+label .partner-pill-check-icon {
    background-color: #FFFFFF;
    border-color: transparent;
    color: var(--primary-color);
}

/* Square checkboxes used in Licensing & Technology sections */
.partner-checkbox {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.partner-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.partner-checkbox-box {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 1.5px solid #EFEFEF;
    background-color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
    position: relative;
}

.partner-checkbox-box::before {
    content: "✓";
    font-size: 16px;
    color: transparent;
}

.partner-checkbox-label {
    line-height: 1.5;
}

.partner-checkbox input:checked+.partner-checkbox-box {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.partner-checkbox input:checked+.partner-checkbox-box::before {
    color: #FFFFFF;
}

.partner-checkbox input:focus-visible+.partner-checkbox-box {
    outline: 2px solid rgba(126, 27, 85, 0.5);
    outline-offset: 2px;
}

/* Reusable floating dropdown (Bootstrap dropdown + CSS; use .dropdown.partner-dropdown) */
.dropdown.partner-dropdown {
    position: relative;
    width: 100%;
}

.partner-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    font-family: var(--secondary-font);
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.partner-dropdown-trigger::after {
    display: none;
}

.partner-dropdown-trigger:hover {
    border-color: #D0D0D0;
}

.partner-dropdown-trigger:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(126, 27, 85, 0.12);
}

.partner-dropdown-value {
    flex: 1;
    color: var(--text-body-color);
}


.partner-dropdown-arrow {
    flex-shrink: 0;
    margin-left: 8px;
    color: #666666;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.dropdown.partner-dropdown.show .partner-dropdown-arrow {
    transform: rotate(180deg);
}

.partner-dropdown-menu.dropdown-menu {
    margin-top: 6px !important;
    border: 1px solid #E6E6E6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding:5px 15px !important;
}

.dropdown-item.partner-dropdown-option {
    padding: 6px 0px;
    font-family: var(--secondary-font);
    font-size: 16px;
    color: var(--text-body-color);
    transition: background-color 0.15s ease, color 0.15s ease;
    border-bottom: 1px solid #F0F0F0;
}

.dropdown-item.partner-dropdown-option:last-child {
    border-bottom: none;
}

.dropdown-item.partner-dropdown-option:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.dropdown-item.partner-dropdown-option.partner-dropdown-option--selected {
    color: var(--primary-color);
}

.dropdown-item.partner-dropdown-option.partner-dropdown-option--selected:hover {
    background-color: transparent;
    color: var(--primary-color);
}

@media (max-width: 767.98px) {
    .partner-form-card-inner {
        padding: 20px 18px 22px;
    }

    .partner-section-title {
        font-size: 22px;
    }
}

.responsible-check-icon {
    width: 22px;
    height: 22px;
}


.start-selling-banner {
    background-image: linear-gradient(90deg, rgba(126, 27, 84, 1) 0%, rgba(126, 27, 85, 0.94) 40%, rgba(0, 0, 0, 0.25) 84%), url(../images/website/start-selling-banner.jpg);
    background-size: cover;
    background-position: top right;
    overflow: hidden;
}

.start-selling-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.affiliate-cta-section {
    background-image: linear-gradient(90deg, rgba(126, 27, 84, 1) 0%, rgba(126, 27, 85, 0.94) 40%, rgba(0, 0, 0, 0.3) 84%), url('../images/website/affiliate-program-banner.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.navbar-profile-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    min-width: 210px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    z-index: 1100;
    display: none;
    overflow: visible;
}

.navbar-profile-dropdown::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20%;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    transform: rotate(45deg);
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.04);
}

.navbar-profile-dropdown a {
    font-family: var(--secondary-font);
    font-size: 16px;
    color: var(--text-body-color);
}

.navbar-profile-dropdown a:hover {
    color: var(--primary-color);
}
.scrollbar-none {
    scrollbar-width: none;
}
.blog-img{
    height: 210px;
}
.blog-category-badge {
    background-color: #F5F5F5;
}

.blog-description-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-pagination {
    gap: 8px;
}

.blog-pagination .page-link {
    border: none;
    background-color: transparent;
    color: #999999;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 14px;
}

.blog-pagination .page-item.active .page-link {
    background-color: rgba(126, 27, 85, 0.08);
    color: var(--primary-color);
}

.blog-pagination .page-item.disabled .page-link {
    color: #C0C0C0;
    background-color: transparent;
}

.blog-pagination .page-link:hover {
    background-color: #F7F2F6;
    color: var(--primary-color);
}

.blog-pagination .page-link:focus {
    box-shadow: none;
}

.blog-page-separator {
    pointer-events: none;
    padding-left: 4px;
    padding-right: 4px;
}
.blog-ind-image{
    height: 500px;
    object-position: top;
    border-radius:50px;
}
.privacy-policy-card {
    background: linear-gradient(180deg, #F8F8F8, #F2F2F2);
    padding: 30px;
}