/* ==========================================================================
   Mobile Fixed — Instafix Style Booking CSS
   Exactly matching booking.withinstafix.com reference design
   ========================================================================== */

/* Allow full-width container expansion strictly on pages/headers containing the booking flow */
.elementor-location-header:has(.instafix-header),
.elementor-location-header:has(.instafix-header) .e-con,
.elementor-location-header:has(.instafix-header) .e-con-boxed,
.elementor-location-header:has(.instafix-header) .e-con-inner,
.elementor:has(.instafix-header) .e-con-boxed,
.elementor:has(.instafix-header) .e-con-inner,
#content:has(#instafix-booking-flow) .ast-container,
#content:has(#instafix-booking-flow) #primary,
#content:has(#instafix-booking-flow) .site-main,
#content:has(#instafix-booking-flow) .entry-content,
.ast-container:has(#instafix-booking-flow),
.ast-separate-container:has(#instafix-booking-flow) #primary,
.elementor:has(#instafix-booking-flow),
.elementor:has(#instafix-booking-flow) .e-con-boxed,
.elementor:has(#instafix-booking-flow) .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.instafix-container,
.instafix-header,
#instafix-booking-flow {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1a1a2e;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.instafix-container {
    background: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.instafix-container * {
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

/* ========== HEADER ========== */
.instafix-header {
    position: static !important;
    z-index: 10 !important;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 16px 10px 16px !important;
}

.header-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px !important;
}

.header-left-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Back button */
.hdr-back-btn {
    background: #0066cc !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 102, 204, 0.25) !important;
    transition: opacity 0.2s, transform 0.2s !important;
}

.hdr-back-btn.hidden,
#hdr-back-btn.hidden {
    display: none !important;
}

.hdr-back-btn svg {
    stroke: #ffffff !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 2px !important;
}

.hdr-back-btn:hover {
    opacity: 0.9 !important;
    background: #0055b3 !important;
}

/* 30 MINS badge */
.hdr-mins-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ff6b00;
    color: #ffffff;
    border-radius: 8px;
    width: 42px;
    height: 38px;
    line-height: 1;
    flex-shrink: 0;
}

.mins-number {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.mins-label {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* Location pill */
.hdr-location {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.fixing-in-text {
    font-size: 11px;
    color: #888;
    font-weight: 500;
    padding-left: 17px;
    padding-bottom: 2px;
}

.location-pill {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

.location-pill svg {
    color: #333;
}

.city-select {
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    cursor: pointer;
    outline: none;
    padding: 0;
    font-family: inherit;
}

/* Logo */
.hdr-logo {
    flex-shrink: 0;
}

.logo-brand-name {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.3px;
}

.logo-accent {
    color: #1B1F24;
}

.custom-hdr-logo-img {
    max-height: 41px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Search bar */
.hdr-search-wrap {
    position: relative;
    width: 100%;
}

.hdr-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    stroke: #9ca3af;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr-search-input {
    width: 100%;
    height: 42px !important;
    padding: 0 16px 0 42px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 13.5px !important;
    font-family: inherit;
    color: #334155 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

.hdr-search-input::placeholder {
    color: #94a3b8 !important;
    font-weight: 400;
    font-size: 13.5px;
}

.hdr-search-input:focus {
    border-color: #1B1F24 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(27, 31, 36, 0.1) !important;
}

/* ========== PROMO BANNER ========== */
.promo-hero-banner {
    background: linear-gradient(90deg, #0e7e0f 0%, #0e7e0f 50%, #57cf2b 100%);
    border-radius: 8px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 14px rgba(14, 126, 15, 0.25);
}

.promo-text {
    flex: 1;
    color: #ffffff;
}

.promo-text .promo-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
    margin-bottom: 2px;
}

.promo-text .promo-subtitle {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.3;
}

.promo-price-badge {
    background: #073f08;
    border-radius: 10px;
    padding: 6px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    position: relative;
}

.promo-price-badge::after {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    width: 14px;
    height: 3px;
    background: #95D802;
    border-radius: 2px;
}

.promo-price-badge .badge-subtext {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    margin-bottom: 3px;
    white-space: nowrap;
}

.promo-price-badge .badge-pricetext {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

/* ========== MAIN CONTENT ========== */
.instafix-main-content {
    flex: 1;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-bottom: 120px;
}

/* ========== STEP SECTIONS (BRAND / SERIES / MODEL) ========== */
.step-section {
    padding: 16px 16px 4px 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.step-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.step-section-label {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.step-section-viewall {
    font-size: 12px;
    color: #45206C;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px;
}

/* ========== BRAND CARDS ========== */
.brands-scroll-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
}

.brands-scroll-row::-webkit-scrollbar {
    display: none;
}

.brand-card {
    background: #ffffff;
    border: 1.5px solid #e8e8e8;
    border-radius: 12px;
    padding: 12px 10px;
    min-width: 130px;
    max-width: 130px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    flex-shrink: 0;
}

.brand-card.selected {
    border-color: #1B1F24;
    border-width: 2px;
    box-shadow: 0 2px 12px rgba(27, 31, 36, 0.15);
}

.brand-card img {
    max-height: 50px;
    max-width: 90px;
    object-fit: contain;
    margin-bottom: 2px;
}

.brand-card h4 {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    color: #222;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* ========== SERIES PILLS ========== */
.series-pills-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
    flex-wrap: nowrap;
}

.series-pills-row::-webkit-scrollbar {
    display: none;
}

.series-pill {
    padding: 7px 18px;
    background: transparent;
    border: 1.5px solid #e0e0e0;
    border-radius: 22px;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.18s ease;
    flex-shrink: 0;
}

.series-pill.selected {
    border-color: #1B1F24;
    color: #ffffff;
    font-weight: 700;
    background: #1B1F24;
}

/* ========== MODEL GRID ========== */
.models-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    align-items: start;
}

/* Limit to 2 rows of 8 = 16 cards on desktop */
.models-grid.limit-rows .model-card:nth-child(n+17) {
    display: none !important;
}

@media(max-width: 900px) {
    .models-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    /* Limit to 2 rows of 4 = 8 cards on tablet */
    .models-grid.limit-rows .model-card:nth-child(n+9) {
        display: none !important;
    }
}

@media(max-width: 600px) {
    .models-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    /* Limit to 2 rows of 3 = 6 cards on mobile */
    .models-grid.limit-rows .model-card:nth-child(n+7) {
        display: none !important;
    }
}

.model-card {
    background: #ffffff;
    border: 1.5px solid #e8e8e8;
    border-radius: 10px;
    padding: 8px 6px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
}

.model-card.selected {
    border-color: #1B1F24;
    border-width: 2px;
    box-shadow: 0 2px 12px rgba(27, 31, 36, 0.15);
}

.model-card img {
    height: 68px;
    max-height: 68px;
    width: auto;
    max-width: 90%;
    object-fit: contain;
    margin-bottom: 5px;
    flex-shrink: 0;
}

.model-card h4 {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

/* ========== CATEGORY TABS ========== */
.category-tabs-wrapper {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    padding: 12px 0;
}

.category-tabs-scroll {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 16px;
    gap: 10px;
}

.category-tabs-scroll::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    color: #374151 !important;
    padding: 8px 18px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
    font-family: inherit !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-shrink: 0 !important;
    line-height: 1.2 !important;
    outline: none !important;
    box-shadow: none !important;
}

.tab-btn:hover {
    background: #f9fafb !important;
    border-color: #d1d5db !important;
    color: #111827 !important;
}

.tab-btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background: #ffffff !important;
    border-color: #e5e7eb !important;
    color: #374151 !important;
}

.tab-btn .tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    flex-shrink: 0;
}

.tab-btn .tab-icon svg,
.tab-btn .tab-icon svg * {
    fill: none !important;
}

.tab-btn .tab-icon svg {
    stroke: #4b5563 !important;
    stroke-width: 1.8px !important;
}

.tab-btn .tab-label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    display: inline-block;
}

.tab-btn.active,
.tab-btn.active:focus,
.tab-btn.active:hover {
    color: #0D0D0D !important;
    border-color: #95D802 !important;
    background: #fbfef5 !important;
    outline: none !important;
    box-shadow: 0 1px 4px rgba(149, 216, 2, 0.2) !important;
}

.tab-btn.active .tab-icon,
.tab-btn.active .tab-icon svg {
    color: #95D802 !important;
    stroke: #95D802 !important;
}

.tab-btn.active .tab-label {
    color: #0D0D0D !important;
    font-weight: 600 !important;
}

/* ========== SERVICE CARDS ========== */
.services-list-container {
    padding: 0 16px;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
}

.service-card {
    border: 1.5px solid #eaeaea;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.service-left h4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.service-desc {
    font-size: 13.5px;
    color: #777;
    line-height: 1.48;
    margin: 0 0 16px 0;
}

.service-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: auto;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 500;
    color: #0D0D0D !important;
}

.badge svg,
.badge svg * {
    fill: none !important;
}

.badge svg {
    color: #95D802 !important;
    stroke: #95D802 !important;
    stroke-width: 1.8px !important;
    flex-shrink: 0;
}

.service-right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.service-img-box {
    background: #f2f2f7;
    border-radius: 16px;
    width: 120px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #eaeaea;
}

.service-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-add-btn {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    height: 32px !important;
    background: #ffffff !important;
    color: #1B1F24 !important;
    border: 1.5px solid #1B1F24 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-shadow: 0 2px 6px rgba(27, 31, 36, 0.1) !important;
    line-height: 1 !important;
}

.service-add-btn:hover {
    background: #f3f4f6 !important;
    color: #1B1F24 !important;
    border-color: #1B1F24 !important;
}

.service-add-btn.added {
    background: #1B1F24 !important;
    color: #ffffff !important;
    border-color: #1B1F24 !important;
    box-shadow: 0 2px 6px rgba(27, 31, 36, 0.25) !important;
}

/* ========== STEP 1 NEXT BAR & STICKY CART BAR ========== */
.step-next-bar,
.sticky-cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 16px 20px;
    z-index: 150;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #eaeaea;
}

.step-next-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cart-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cart-bar-left {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #333;
}

.cart-bar-left svg {
    color: #1B1F24;
}

.step-next-cta {
    width: 100%;
    background: #1B1F24;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s, transform 0.1s;
    box-shadow: 0 4px 15px rgba(27, 31, 36, 0.25);
}

.cart-cta-btn {
    width: auto;
    min-width: 180px;
    background: #1B1F24;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: background 0.2s, transform 0.1s;
    box-shadow: 0 4px 15px rgba(27, 31, 36, 0.25);
}

.step-next-cta:active,
.cart-cta-btn:active {
    transform: scale(0.97);
}

.step-next-label-inside {
    opacity: 0.85;
    font-weight: 500;
    font-size: 13px;
    padding-right: 12px;
}

.step-next-text-inside {
    flex-grow: 1;
    text-align: right;
    padding-right: 8px;
}

.step-next-cta svg {
    margin-left: 2px;
}

/* ========== CENTER MODAL (ISSUE SELECT POPUP) ========== */
.center-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.center-modal .sheet-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

.center-modal-box {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: popIn 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes popIn {
    from {
        transform: scale(0.92);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Modal header */
.modal-header-row {
    padding: 16px 18px 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.modal-service-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.modal-service-thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f2f2f7;
}

.modal-service-titles h4 {
    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.modal-service-titles p {
    margin: 0;
    font-size: 12px;
    color: #888;
    line-height: 1.3;
}

.modal-close-btn {
    background: #f1f5f9 !important;
    border: none !important;
    border-radius: 50% !important;
    color: #64748b !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    transition: all 0.18s ease !important;
    box-shadow: none !important;
    outline: none !important;
    flex-shrink: 0 !important;
}

.modal-close-btn:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

/* Pick label */
.modal-pick-label {
    padding: 10px 18px 8px 18px;
    font-size: 12px;
    color: #888;
    font-weight: 500;
    flex-shrink: 0;
}

/* Options body (scrollable) */
.modal-options-body {
    flex: 1;
    overflow-y: auto;
    padding: 0 18px 10px 18px;
}

.modal-options-body::-webkit-scrollbar {
    width: 4px;
}

.modal-options-body::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 4px;
}

/* Radio rows in modal */
.option-radio-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    transition: background 0.15s;
}

.option-radio-row:last-child {
    border-bottom: none;
}

.option-radio-row.selected {
    background: #fafafa;
}

.option-left-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
    padding-right: 10px;
}

.option-radio-text {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.option-price-diff {
    font-size: 13px;
    font-weight: 600;
    color: #1B1F24;
}

/* Radio circle on RIGHT */
.custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.18s;
}

.option-radio-row.selected .custom-radio {
    border-color: #95D802;
    background: #95D802;
}

.option-radio-row.selected .custom-radio::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}

/* Modal footer */
.modal-footer-row {
    padding: 12px 18px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.modal-add-btn {
    width: 100%;
    background: #d0d0d0;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}

.modal-add-btn:not(:disabled) {
    background: #1B1F24;
    cursor: pointer;
}

/* ========== CHECKOUT MODAL DIALOG (CENTER POPUP) ========== */
.bottom-sheet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sheet-content-wrap {
    position: relative;
    background: #ffffff;
    width: 100%;
    max-width: 480px;
    max-height: 85vh;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1001;
    animation: popIn 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sheet-header {
    padding: 16px 18px 12px 18px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.sheet-header h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hdr-step-badge {
    background: rgba(27, 31, 36, 0.08);
    color: #1B1F24;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}

.sheet-close-btn {
    background: #f1f5f9 !important;
    border: none !important;
    border-radius: 50% !important;
    color: #64748b !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    transition: all 0.18s ease !important;
    box-shadow: none !important;
    outline: none !important;
    flex-shrink: 0 !important;
}

.sheet-close-btn:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

.sheet-body {
    padding: 18px;
    overflow-y: auto;
    flex: 1;
}

.sheet-body::-webkit-scrollbar {
    width: 4px;
}

.sheet-body::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 4px;
}

/* ========== LOADER ========== */
.loader-placeholder {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #999;
    font-size: 13px;
    padding: 20px 0;
}

.spin-loader {
    width: 16px;
    height: 16px;
    border: 2px solid #e0e0e0;
    border-top-color: #1B1F24;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    display: inline-block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ========== BUTTONS ========== */
.primary-btn {
    background: #1B1F24;
    color: #ffffff;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.primary-btn:disabled {
    background: #d0d0d0;
    color: #999;
    cursor: not-allowed;
}

.secondary-btn {
    background: #f3f4f6;
    color: #555;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background 0.2s;
}

.block-btn {
    width: 100%;
    display: flex;
    padding: 13px;
}

/* ========== CHECKOUT SCREENS ========== */
.checkout-body {
    background: #f9fafb;
    padding: 14px;
}

.checkout-sub-step {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.selected-phone-banner {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px 14px;
    text-align: center;
}

.device-badge {
    font-weight: 700;
    color: #45206C;
    font-size: 14px;
}

.cart-items-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-item-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.chk-item-info h4 {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.chk-item-info p {
    margin: 0;
    font-size: 12px;
    color: #888;
}

.chk-item-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.chk-item-price {
    font-size: 14px;
    font-weight: 700;
    color: #1B1F24;
}

.remove-chk-item {
    background: #fee2e2 !important;
    color: #ef4444 !important;
    border: 1px solid #fecaca !important;
    border-radius: 50% !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    transition: all 0.18s ease !important;
    box-shadow: none !important;
    outline: none !important;
}

.remove-chk-item:hover {
    background: #ef4444 !important;
    color: #ffffff !important;
    border-color: #ef4444 !important;
}

.checkout-price-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #555;
}

.price-val {
    font-weight: 700;
    color: #1a1a1a;
}

.price-row.highlight {
    color: #1a1a1a;
    font-weight: 600;
}

.highlight-val {
    color: #45206C;
    font-size: 15px;
}

.deposit-hint {
    font-size: 11px;
    color: #999;
    line-height: 1.4;
}

.checkout-actions {
    margin-top: 4px;
}

.checkout-hint-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 12px;
}

.field-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}

.field-wrap label {
    font-size: 11px;
    font-weight: 600;
    color: #555;
}

.field-wrap input,
.field-wrap textarea {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
}

.field-wrap input:focus,
.field-wrap textarea:focus {
    border-color: #45206C;
}

.input-with-prefix {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.prefix {
    padding: 10px 10px;
    background: #f5f5f5;
    font-weight: 700;
    font-size: 13px;
    color: #444;
    border-right: 1px solid #ddd;
    flex-shrink: 0;
}

.input-with-prefix input {
    border: none;
    border-radius: 0;
}

.otp-timer-wrap {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.two-column-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.details-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 25px;
}

.required {
    color: #e53e3e;
}

/* Payment & Success */
.payment-checkout-card,
.success-screen-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-icon-wrap,
.success-icon-wrap {
    font-size: 40px;
    color: #45206C;
}

.success-icon-wrap {
    color: #22c55e;
}

.payment-checkout-card h3,
.success-screen-card h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
}

.payment-checkout-card p,
.success-screen-card p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.booking-terms-notice {
    font-size: 11px;
    color: #999;
    line-height: 1.4;
}

.booking-reference-box {
    background: #f0f0ff;
    border: 1px solid #d0cbff;
    border-radius: 8px;
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.booking-reference-box span {
    color: #777;
    font-size: 11px;
    font-weight: 600;
}

.booking-reference-box strong {
    color: #45206C;
    font-size: 16px;
}

.success-msg-main,
.success-msg-sub {
    color: #444;
}

/* Service price tag (below desc, above badges) */
.service-price-tag {
    font-size: 14px;
    font-weight: 700;
    color: #45206C;
    margin: 4px 0 8px 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 480px) {
    .promo-hero-banner {
        padding: 14px 16px;
    }

    .promo-text p {
        font-size: 14px;
    }

    .hdr-mins-badge {
        width: 38px;
        height: 34px;
    }

    .mins-number {
        font-size: 14px;
    }
}

/* ========== LOCATION MODAL ========== */
.location-sheet-wrap {
    background: #fff;
    padding: 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.location-search-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.location-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 14px 16px;
}

.location-input-wrap input {
    border: none;
    background: transparent;
    flex: 1;
    font-size: 15px;
    color: #333;
    outline: none;
}

.location-input-wrap input::placeholder {
    color: #999;
}

.new-input-wrap {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 15px;
}

.new-input-wrap input {
    font-size: 14px;
}

.auto-detect-btn.new-style-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    background: #f5f3ff !important;
    color: #8b5cf6 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: 100% !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.2s;
}

.continue-btn.new-style-btn {
    display: block !important;
    width: 100% !important;
    background: #c4b5fd !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 12px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.2s;
}

.location-error-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff1f0;
    color: #cf1322;
    padding: 14px 16px;
    border-radius: 8px;
    margin-top: 16px;
    border: 1px solid #ffa39e;
}

.loc-err-text {
    font-size: 13.5px;
    line-height: 1.4;
}

/* ========== RESPONSIVENESS FIXES ========== */
.step-next-label-inside {
    white-space: nowrap;
    flex-shrink: 0;
}

.step-next-text-inside {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 8px;
    flex-grow: 1;
    text-align: left;
}

@media (max-width: 480px) {
    .cart-cta-btn {
        min-width: unset;
        padding: 10px 16px;
        font-size: 13px;
    }

    .cart-bar-left {
        font-size: 12px;
    }

    .step-next-cta {
        padding: 12px 14px;
        font-size: 13px;
        gap: 4px;
    }

    .brand-card {
        min-width: 100px;
        max-width: 100px;
        height: 95px;
        padding: 8px 6px;
    }

    .brand-card img {
        max-height: 40px;
        max-width: 70px;
    }

    .tab-btn {
        padding: 8px 14px;
        font-size: 13px;
    }
}

@media (max-width: 380px) {

    .brands-list,
    .series-pills-row,
    .category-tabs-scroll {
        padding: 0 10px;
    }

    .service-card {
        padding: 14px 10px;
    }
}

/* Disable all hover effects per user request */
@media (hover: hover) {

    .instafix-container button:hover,
    .brand-card:hover,
    .series-pill:hover,
    .model-card:hover,
    .tab-btn:hover {
        transform: none !important;
        opacity: 1 !important;
    }

    .brand-card:not(.selected):hover {
        border-color: #e8e8e8 !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .series-pill:not(.selected):hover {
        border-color: #e0e0e0 !important;
        background: transparent !important;
        color: inherit !important;
    }

    .model-card:not(.selected):hover {
        border-color: #e8e8e8 !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .tab-btn:not(.active):hover {
        border-color: #eaeaea !important;
        background: #ffffff !important;
        color: inherit !important;
    }

    .service-add-btn:not(.added):hover {
        background: #ffffff !important;
        color: #1B1F24 !important;
        border-color: #1B1F24 !important;
        box-shadow: 0 2px 6px rgba(27, 31, 36, 0.15) !important;
    }

    .service-add-btn.added:hover {
        background: #1B1F24 !important;
        color: #ffffff !important;
        border-color: #1B1F24 !important;
        box-shadow: 0 4px 15px rgba(27, 31, 36, 0.25) !important;
    }

    .primary-btn:hover,
    .cart-cta-btn:hover {
        background: #1B1F24 !important;
        color: #ffffff !important;
    }

    .secondary-btn:hover {
        background: #f3f4f6 !important;
        color: #555 !important;
    }
}

/* ================= CHECK PRICE PAGE ================= */
.cp-banners-container {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.cp-banners-container::-webkit-scrollbar {
    display: none;
}

.cp-banner {
    min-width: 200px;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.cp-banner.black-bg {
    background: #000;
}

.cp-banner.warranty-bg {
    background: #45206C;
}

.cp-banner-text strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.cp-banner-text span {
    font-size: 11px;
    opacity: 0.8;
}

.cp-issues-header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #222;
}

.cp-issue-section {
    margin-bottom: 24px;
}

.cp-issue-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #222;
}

.cp-repair-card {
    background: #fff;
    border: 1.5px solid #eaeaea;
    border-radius: 12px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.cp-repair-card.selected {
    border-color: #45206C;
    box-shadow: 0 4px 15px rgba(92, 75, 255, 0.1);
}

.cp-repair-card-inner {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cp-repair-icon {
    width: 60px;
    height: 60px;
    background: #f4f0fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-repair-info {
    flex: 1;
}

.cp-repair-info h4 {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.cp-repair-prices {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #777;
}

.cp-market-price del {
    font-size: 14px;
}

.cp-instafix-price strong {
    color: #45206C;
    font-size: 16px;
}

.cp-discount-badge {
    display: inline-block;
    background: #00b87c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 10px;
    margin-top: 8px;
}

.cp-repair-radio .custom-radio {
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-repair-card.selected .custom-radio {
    border-color: #45206C;
}

.cp-repair-card.selected .custom-radio::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #45206C;
    border-radius: 50%;
}

.cp-repair-recommended {
    background: #f4f0fa;
    color: #45206C;
    text-align: center;
    padding: 6px;
    font-size: 11px;
    font-weight: 700;
    border-top: 1.5px solid #45206C;
}

/* Nested Sub-Questions */
.sub-options-container {
    width: 100%;
}

.hidden-sub {
    display: none;
    margin-top: 15px;
    padding-left: 20px;
    border-left: 2px solid #e0e5ec;
}

.option-radio-row.selected>.hidden-sub {
    display: block;
    animation: slideDown 0.3s ease-out;
}

.issue-question-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a202c;
}

.option-radio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.option-radio-row.is-sub-option {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 8px 0;
    margin-bottom: 5px;
}

.option-radio-row.is-sub-option:not(:last-child) {
    border-bottom: 1px solid #f1f5f9 !important;
}

/* Hide reCAPTCHA badge completely */
.grecaptcha-badge {
    visibility: hidden !important;
}