        /* Page-wide FOUC prevention — inline style="opacity:0" is
           overridden once this stylesheet loads */
        @keyframes fadeInPage {
            from { opacity: 0; }
            to   { opacity: 1; }
        }
        .location-page-wrapper {
            opacity: 1 !important;
            animation: fadeInPage 0.4s ease both;
        }

        html {
            scroll-behavior: smooth;
            overflow-x: hidden;
        }

            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            /* Theme Colors */
            --brand-primary: #b33529;
            --brand-secondary: #1e293b;
            --orange-accent: #b33529;
            --brand-blue: #3b5da7;
            
            /* Backgrounds & Surfaces */
            --background-color: #f7f9fc;
            --surface-color: #ffffff;
            --light-gray: #f8fafc;
            --white: #ffffff;
            
            /* Text Colors */
            --text-dark: #0f172a;
            --text-gray: #64748b;
            --heading-color: #0f172a;
            --body-color: #5e6a7a;
            
            /* UI Elements & Misc */
            --border-light: #e2e8f0;
            --border-color: #e6eaf0;
            --icon-chip-bg: #eaf1ff;

            /* Legacy Aliases (Do not delete) */
            --primary-blue: #b33529;
            --dark-blue: #1e293b;
        }

        body {
            font-family:
                -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                "Helvetica Neue", Arial, sans-serif;
            color: #0f172a;
            line-height: 1.6;
            overflow-x: hidden;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Hero Section */
        .hero {
            color: #ffffff;
            position: relative;
            overflow: hidden;
            background: #1e293b; /* Fallback */
        }

        .hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://citywidemelbourneappliancerepairs.com.au/wp-content/uploads/2025/12/domain-gas-cooktop-citywide-melbourne-appliance-repairs.jpeg');
            background-size: cover;
            background-position: center;
            filter: grayscale(40%);
            z-index: 1;
        }

        .hero::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(15, 23, 42, 0.7); /* Slightly darker overlay for better readability */
            z-index: 2;
        }

        .hero-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 120px 2rem;
            display: grid;
            grid-template-columns: 1.4fr 1fr;
            gap: 5rem;
            align-items: center;
            position: relative;
            z-index: 3;
        }

        .btn-submit {
            width: 100%;
            background: #b33529;
            color: #ffffff;
            padding: 0.9rem 1rem;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .priority-badge {
            background: rgba(249, 115, 22, 0.1);
            border: 1px solid #b33529;
            color: #b33529;
            padding: 0.5rem 1rem;
            border-radius: 24px;
            display: inline-block;
            margin-bottom: 1.5rem;
            font-size: 0.875rem;
            font-weight: 600;
        }

        .hero-content h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            line-height: 1.1;
        }

        .hero-content h1 span {
            color: #b33529;
        }

        .hero-content p {
            font-size: 1.25rem;
            color: #cbd5e1;
            margin-bottom: 2.5rem;
            line-height: 1.8;
        }

        .hero-buttons {
            display: flex;
            gap: 1.5rem;
            align-items: center;
        }

        .hero-trust-badges {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-auto-rows: 1fr;
            gap: 0.75rem;
            margin-top: 1.75rem;
            margin-bottom: 0.5rem;
        }

        .hero-trust-badges .trust-item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #f1f5f9;
            font-size: 0.85rem;
            font-weight: 600;
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-left: 3px solid #b33529;
            border-radius: 8px;
            padding: 10px 14px;
            backdrop-filter: blur(6px);
            transition: transform 0.25s, background 0.3s;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .hero-trust-badges .trust-item:hover {
            background: rgba(255, 255, 255, 0.13);
            transform: translateX(4px);
        }

        .hero-trust-badges .trust-item i {
            color: #b33529;
            font-size: 1.1rem;
            flex-shrink: 0;
        }

        .btn-primary {
            background: #b33529;
            color: #ffffff;
            padding: 1rem 2rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
            display: inline-block;
            box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
            white-space: nowrap;
        }

        .btn-primary:hover {
            background: #ea580c;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
        }

        .phone-link {
            color: #ffffff;
            text-decoration: none;
            font-size: 1.125rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: color 0.3s;
            white-space: nowrap;
        }

        .phone-link:hover {
            color: #b33529;
        }

        .booking-form input::placeholder {
            color: #94a3b8;
            opacity: 1;
        }

        .booking-form input:focus {
            outline: none;
            border-color: #b33529;
            background: rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.3);
        }

        input[type="date"],
        input[type="time"] {
            position: relative;
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.25em;
            cursor: pointer;
        }

        input[type="date"] {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
        }

        input[type="time"] {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
        }

        input::-webkit-calendar-picker-indicator {
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

        input[type="date"]:not(:valid)::before,
        input[type="time"]:not(:valid)::before {
            content: attr(placeholder);
            color: #94a3b8;
        }

        .btn-submit:hover {
            background: #ea580c;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
        }

        /* =========================================================
         SECTION 3: OUR COMMITMENT (COMPLETELY REDESIGNED)
      ========================================================= */
        .why-choose-us {
            padding: 100px 0;
            /* background-color: #f8fafc; */
        }

        .commitment-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .commitment-header .eyebrow-text {
            color: #b33529;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 20px;
            font-size: 0.875rem;
            display: inline-flex;
            align-items: center;
            background: rgba(249, 115, 22, 0.1);
            padding: 8px 20px;
            border-radius: 30px;
        }

        .commitment-header h2 {
            font-size: 3rem;
            font-weight: 800;
            color: #1e293b;
            line-height: 1.2;
            margin-bottom: 24px;
            letter-spacing: -1px;
        }

        .commitment-header .lead-text {
            font-size: 1.15rem;
            color: #1e293b;
            font-weight: 500;
            margin-bottom: 16px;
            line-height: 1.6;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .commitment-header .sub-text {
            color: #64748b;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 48px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .commitment-visual {
            width: 100%;
            position: relative;
            margin-bottom: 60px;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
            height: 450px;
        }

        .commitment-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 30%;
            transition: transform 0.7s ease;
        }

        .commitment-visual:hover img {
            transform: scale(1.03);
        }

        .commitment-badge {
            position: absolute;
            top: 30px;
            left: 30px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 16px 24px;
            border-radius: 16px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            gap: 12px;
            z-index: 3;
        }

        .commitment-badge .exp-number {
            font-size: 2.2rem;
            font-weight: 800;
            color: #b33529;
            line-height: 1;
        }

        .commitment-badge .exp-text {
            font-size: 0.85rem;
            font-weight: 600;
            color: #1e293b;
            line-height: 1.2;
            text-align: left;
        }

        .commitment-benefits-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            width: 100%;
            max-width: 1200px;
        }

        .minimal-benefit-card {
            background: transparent;
            padding: 10px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .minimal-benefit-icon {
            width: 60px;
            height: 60px;
            background: #ffffff;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #b33529;
            margin-bottom: 20px;
            transition:
                transform 0.3s ease,
                background 0.3s ease,
                color 0.3s ease;
        }

        .minimal-benefit-card:hover .minimal-benefit-icon {
            transform: translateY(-5px);
            background: #b33529;
            color: #ffffff;
        }

        .minimal-benefit-card h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 12px;
        }

        .minimal-benefit-card p {
            font-size: 0.95rem;
            color: #64748b;
            line-height: 1.5;
            margin: 0;
        }

        /* =========================================================
         END OF SECTION 3 CSS
      ========================================================= */

        /* === START: IS IT WORTH REPAIRING SECTION (ENHANCED) === */
        .worth-repairing-section {
            padding: 120px 0;
            background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        .worth-bg-pattern {
            position: absolute;
            top: 0;
            right: 0;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(59, 93, 167, 0.04) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .worth-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 5rem;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        /* ---- Text content ---- */
        .worth-content .eyebrow-text {
            color: #3b5da7;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 20px;
            font-size: 0.875rem;
            display: inline-flex;
            align-items: center;
            background: rgba(59, 93, 167, 0.08);
            padding: 8px 20px;
            border-radius: 30px;
        }

        .worth-content h2 {
            font-size: 3rem;
            font-weight: 800;
            color: #1e293b;
            line-height: 1.15;
            margin-bottom: 24px;
            letter-spacing: -1px;
        }

        .worth-content .lead-text {
            font-size: 1.25rem;
            color: #3b5da7;
            font-weight: 600;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .worth-content p {
            color: #64748b;
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .worth-content .highlight-box {
            background: #ffffff;
            padding: 32px;
            border-radius: 16px;
            margin-top: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
            position: relative;
            border: 1px solid #e2e8f0;
        }

        .worth-content .highlight-box::before {
            content: "\201C";
            position: absolute;
            top: -24px;
            left: 32px;
            font-size: 60px;
            color: #b33529;
            font-family: Georgia, serif;
            line-height: 1;
            background: #ffffff;
            height: 40px;
            display: flex;
            align-items: flex-end;
            padding: 0 10px;
        }

        .worth-content .highlight-box p {
            margin-bottom: 0;
            color: #1e293b;
            font-weight: 600;
            font-style: italic;
            font-size: 1.15rem;
            line-height: 1.7;
        }

        /* ---- Image wrapper with floating badge ---- */
        .worth-image-wrapper {
            position: relative;
        }

        .worth-image-wrapper .worth-image-inner {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
            height: 100%;
            min-height: 420px;
        }

        .worth-image-wrapper .worth-image-inner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;
            display: block;
        }

        .worth-image-wrapper:hover .worth-image-inner img {
            transform: scale(1.03);
        }

        .worth-floating-card {
            position: absolute;
            bottom: 24px;
            left: 24px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(8px);
            padding: 16px 20px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            gap: 14px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            z-index: 2;
        }

        .worth-floating-icon {
            width: 44px;
            height: 44px;
            background: rgba(179, 53, 41, 0.1);
            color: #b33529;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            flex-shrink: 0;
        }

        .worth-floating-text {
            font-size: 0.88rem;
            font-weight: 700;
            color: #1e293b;
            line-height: 1.35;
            margin: 0;
        }

        /* ---- Checklist inside content ---- */
        .worth-check-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .worth-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            color: #64748b;
            font-size: 1rem;
            line-height: 1.7;
        }

        .worth-check-list li::before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #b33529;
            font-size: 1rem;
            flex-shrink: 0;
            margin-top: 4px;
        }

        /* ---- Worth section responsive ---- */
        @media (max-width: 1024px) {
            .worth-container {
                grid-template-columns: 1fr;
                gap: 4rem;
            }

            .worth-image-wrapper {
                max-width: 600px;
                margin: 0 auto;
            }
        }

        @media (max-width: 768px) {
            .worth-repairing-section {
                padding: 80px 0;
            }

            .worth-content h2 {
                font-size: 2.25rem;
            }

            .worth-image-wrapper .worth-image-inner {
                min-height: 300px;
            }
        }

        /* === END: IS IT WORTH REPAIRING SECTION === */

        /* === START: WORTH REPAIRING – BENTO LAYOUT === */

        /* Override container to be block (not grid) for bento */
        .worth-layout-bento .worth-container {
            display: block;
        }

        /* Centred section header */
        .worth-layout-bento .worth-header {
            text-align: center;
            max-width: 720px;
            margin: 0 auto 56px;
        }

        .worth-layout-bento .worth-header .eyebrow-text {
            color: #3b5da7;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-size: 0.875rem;
            display: inline-flex;
            align-items: center;
            background: rgba(59,93,167,0.08);
            padding: 8px 20px;
            border-radius: 30px;
            margin-bottom: 20px;
        }

        .worth-layout-bento .worth-header h2 {
            font-size: 3rem;
            font-weight: 800;
            color: #1e293b;
            line-height: 1.15;
            margin-bottom: 16px;
            letter-spacing: -1px;
        }

        .worth-layout-bento .worth-header .lead-text {
            font-size: 1.1rem;
            color: #64748b;
            line-height: 1.7;
            margin: 0;
            font-weight: 400;
        }

        /* Bento grid: image (left, spans height) + cards (right, stacked) */
        .worth-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }

        .worth-image-cell {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            min-height: 520px;
        }

        .worth-image-cell img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;
            display: block;
        }

        .worth-image-cell:hover img {
            transform: scale(1.04);
        }

        /* Floating badge overlaid on image */
        .worth-image-badge {
            position: absolute;
            bottom: 24px;
            left: 24px;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(8px);
            padding: 16px 20px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            gap: 14px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.1);
            z-index: 2;
        }

        .worth-image-badge .badge-icon {
            width: 44px;
            height: 44px;
            background: rgba(179,53,41,0.1);
            color: #b33529;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            flex-shrink: 0;
        }

        .worth-image-badge span {
            font-size: 0.88rem;
            font-weight: 700;
            color: #1e293b;
            line-height: 1.35;
        }

        /* 3 cards stacked on right */
        .worth-cards {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .worth-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            padding: 28px 28px;
            display: flex;
            align-items: flex-start;
            gap: 20px;
            flex: 1;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .worth-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(15,23,42,0.08);
        }

        .worth-card-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            flex-shrink: 0;
        }

        .worth-card:nth-child(1) .worth-card-icon { background: rgba(179,53,41,0.1);   color: #b33529; }
        .worth-card:nth-child(2) .worth-card-icon { background: rgba(59,93,167,0.1);   color: #3b5da7; }
        .worth-card:nth-child(3) .worth-card-icon { background: rgba(16,185,129,0.1);  color: #10b981; }

        .worth-card-body h4 {
            font-size: 1.05rem;
            font-weight: 700;
            color: #1e293b;
            margin: 0 0 6px;
            line-height: 1.3;
        }

        .worth-card-body p {
            font-size: 0.93rem;
            color: #64748b;
            line-height: 1.65;
            margin: 0;
        }

        /* Quote strip below the grid */
        .worth-quote {
            margin-top: 36px;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-left: 4px solid #b33529;
            border-radius: 14px;
            padding: 28px 36px;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .worth-quote-icon {
            font-size: 2.5rem;
            color: #b33529;
            line-height: 1;
            flex-shrink: 0;
            font-family: Georgia, serif;
        }

        .worth-quote p {
            margin: 0;
            color: #1e293b;
            font-weight: 600;
            font-style: italic;
            font-size: 1.05rem;
            line-height: 1.7;
        }

        /* Bento responsive */
        @media (max-width: 1024px) {
            .worth-grid {
                grid-template-columns: 1fr;
            }
            .worth-image-cell {
                min-height: 380px;
            }
        }

        @media (max-width: 768px) {
            .worth-layout-bento .worth-header h2 {
                font-size: 2.25rem;
            }
            .worth-card {
                padding: 22px;
            }
            .worth-quote {
                flex-direction: column;
                gap: 12px;
                padding: 24px;
                text-align: center;
            }
        }

        /* === END: WORTH REPAIRING – BENTO LAYOUT === */

        /* === START: GOOGLE REVIEWS PLUGIN SECTION CSS === */
        .google-reviews-plugin {
            padding: 80px 0;
            background-color: #f8fafc;
            overflow: hidden;
        }
        /* === END: GOOGLE REVIEWS PLUGIN SECTION CSS === */

        /* === START: ACF REVIEWS SECTION CSS === */
        .reviews-section {
            padding: 80px 0;
            background-color: #f8fafc;
            overflow: hidden;
        }

        .reviews-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .reviews-track {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 20px;
        }

        .review-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 24px;
            display: flex;
            flex-direction: column;
            gap: 14px;
            box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
            transition: box-shadow 0.25s ease, transform 0.25s ease;
        }

        .review-card:hover {
            box-shadow: 0 8px 28px rgba(15, 23, 42, 0.09);
            transform: translateY(-3px);
        }

        .review-card-header {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .reviewer-avatar {
            flex-shrink: 0;
        }

        .reviewer-avatar img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            display: block;
        }

        .reviewer-initial {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            font-weight: 700;
            line-height: 1;
        }

        .reviewer-info {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .reviewer-name {
            font-size: 0.95rem;
            font-weight: 700;
            color: #1e293b;
            line-height: 1.2;
        }

        .review-time {
            font-size: 0.8rem;
            color: #94a3b8;
        }

        .review-google-icon {
            margin-left: auto;
            flex-shrink: 0;
        }

        .review-stars {
            display: flex;
            gap: 3px;
            font-size: 0.9rem;
        }

        .review-text {
            font-size: 0.92rem;
            color: #475569;
            line-height: 1.65;
            margin: 0;
        }

        @media (max-width: 768px) {
            .reviews-track {
                grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            }
        }

        @media (max-width: 480px) {
            .reviews-track {
                grid-template-columns: 1fr;
            }
        }
        /* === END: ACF REVIEWS SECTION CSS === */

        /* === START: FAQ SECTION CSS === */
        .faq-section {
            padding: 100px 0;
            background-color: #ffffff;
            border-top: 1px solid #e2e8f0;
        }

        .faq-grid {
            display: grid;
            grid-template-columns: 1fr 1.6fr;
            gap: 6rem;
            align-items: flex-start;
        }

        .faq-header {
            position: sticky;
            top: 100px;
        }

        .faq-header .sub-heading {
            color: #b33529;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 16px;
            font-size: 0.875rem;
            display: inline-block;
            background: rgba(249, 115, 22, 0.1);
            padding: 8px 20px;
            border-radius: 30px;
        }

        .faq-header .main-heading {
            font-size: 2.75rem;
            font-weight: 800;
            color: #1e293b;
            line-height: 1.15;
            letter-spacing: -0.5px;
            margin-bottom: 20px;
        }

        .faq-header p {
            color: #64748b;
            font-size: 1.1rem;
            line-height: 1.7;
        }

        .faq-accordion-wrapper {
            border-top: 1px solid #e2e8f0;
        }

        .faq-item {
            border-bottom: 1px solid #e2e8f0;
        }

        .faq-question {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 24px 0;
            background: none;
            border: none;
            cursor: pointer;
            font-size: 1.2rem;
            font-weight: 700;
            color: #1e293b;
            text-align: left;
            transition: color 0.3s;
            gap: 20px;
        }

        .faq-question:hover {
            color: #3b5da7;
        }

        .faq-question i {
            color: #b33529;
            font-size: 1rem;
            transition: transform 0.4s ease;
            flex-shrink: 0;
            width: 32px;
            height: 32px;
            background: rgba(249, 115, 22, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out;
        }

        .faq-answer-content {
            padding-bottom: 24px;
            color: #64748b;
            font-size: 1.05rem;
            line-height: 1.7;
            padding-right: 40px;
        }

        .faq-item.active .faq-question {
            color: #3b5da7;
        }

        .faq-item.active .faq-question i {
            transform: rotate(180deg);
            background: #b33529;
            color: #ffffff;
        }

        @media (max-width: 992px) {
            .faq-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .faq-header {
                position: static;
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .faq-header .main-heading {
                font-size: 2.25rem;
            }

            .faq-question {
                font-size: 1.1rem;
                padding: 20px 0;
            }

            .faq-answer-content {
                padding-right: 0;
                font-size: 1rem;
            }
        }

        /* === END: FAQ SECTION CSS === */

        /* === START: OUR PROCESS SECTION CSS === */
        .op-section {
            padding: 5rem 1rem;
            background: linear-gradient(to bottom, #f8fafc, #f1f5f9);
            position: relative;
            overflow: hidden;
        }

        .op-bg-shape-1 {
            position: absolute;
            top: -5rem;
            right: -5rem;
            width: 24rem;
            height: 24rem;
            background-color: rgba(219, 234, 254, 0.5);
            border-radius: 50%;
            filter: blur(3rem);
            pointer-events: none;
        }

        .op-bg-shape-2 {
            position: absolute;
            bottom: -5rem;
            left: -5rem;
            width: 20rem;
            height: 20rem;
            background-color: rgba(224, 242, 254, 0.5);
            border-radius: 50%;
            filter: blur(3rem);
            pointer-events: none;
        }

        .op-container {
            max-width: 1280px;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

        .op-header {
            margin-bottom: 2rem;
            text-align: left;
        }

        .op-header-eyebrow {
            color: #3b5da7;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
            display: block;
        }

        .op-header-title {
            font-size: 3rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 0.75rem;
            line-height: 1.2;
        }

        .op-header-desc {
            max-width: 42rem;
            color: #64748b;
            font-size: 1.125rem;
            line-height: 1.7;
        }

        .op-scroll-wrapper {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 1.5rem;
            padding: 2.5rem 0.5rem 3rem 0.5rem;
            scroll-snap-type: x mandatory;
        }

        .op-scroll-wrapper::-webkit-scrollbar {
            height: 8px;
        }

        .op-scroll-wrapper::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 4px;
        }

        .op-scroll-wrapper::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 4px;
        }

        .op-scroll-wrapper::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

        .op-card {
            flex: 0 0 auto;
            width: 340px;
            scroll-snap-align: center;
            background: white;
            border-radius: 0.75rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            padding: 2.5rem 2rem 2rem 2rem;
            position: relative;
            border-top: 4px solid #3b5da7;
            display: flex;
            flex-direction: column;
            cursor: pointer;
            transition:
                transform 0.3s ease,
                box-shadow 0.3s ease;
        }

        @media (min-width: 768px) {
            .op-card {
                width: 360px;
            }
        }

        .op-card:hover {
            transform: translateY(-5px);
            box-shadow:
                0 10px 25px -5px rgba(0, 0, 0, 0.1),
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }

        .op-step-number {
            position: absolute;
            top: -20px;
            left: 1.5rem;
            width: 40px;
            height: 40px;
            background: #3b5da7;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.2rem;
            border: 4px solid white;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: background-color 0.3s;
        }

        .op-card:hover .op-step-number {
            background: #0ea5e9;
        }

        .op-card-icon {
            font-size: 2.25rem;
            color: #3b5da7;
            opacity: 0.8;
            margin-bottom: 1rem;
        }

        .op-card-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 0.75rem;
        }

        .op-card-desc {
            color: #64748b;
            margin-bottom: 1.5rem;
            flex-grow: 1;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .op-card-btn {
            color: #3b5da7;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.95rem;
            transition: color 0.3s;
            margin-top: auto;
            border: none;
            background: none;
            padding: 0;
            cursor: pointer;
        }

        .op-card:hover .op-card-btn {
            color: #0ea5e9;
        }

        /* Modal CSS */
        .op-modal-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(4px);
            z-index: 3000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            opacity: 0;
            visibility: hidden;
            transition:
                opacity 0.3s ease,
                visibility 0.3s ease;
        }

        .op-modal-overlay.is-open {
            opacity: 1;
            visibility: visible;
        }

        .op-modal-content {
            background: white;
            border-radius: 1rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            width: 100%;
            max-width: 500px;
            overflow: hidden;
            transform: scale(0.95);
            transition: transform 0.3s ease;
            opacity: 0;
        }

        .op-modal-overlay.is-open .op-modal-content {
            transform: scale(1);
            opacity: 1;
        }

        .op-modal-header {
            background: #3b5da7;
            padding: 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .op-modal-header-left {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .op-modal-badge {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            font-weight: 700;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 255, 255, 0.3);
            font-size: 1.125rem;
        }

        .op-modal-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
            margin: 0;
            line-height: 1.2;
        }

        .op-modal-close {
            color: rgba(255, 255, 255, 0.7);
            background: none;
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
            transition: color 0.2s;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .op-modal-close:hover {
            color: white;
        }

        .op-modal-body {
            padding: 2rem;
        }

        .op-modal-info {
            display: flex;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .op-modal-icon {
            font-size: 2.25rem;
            color: #3b5da7;
            transition:
                transform 0.3s ease,
                opacity 0.3s ease;
        }

        .op-modal-text-container {
            transition: opacity 0.2s ease;
        }

        .op-modal-subtitle {
            font-size: 1.125rem;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 0.5rem;
            margin-top: 0;
        }

        .op-modal-desc {
            color: #64748b;
            line-height: 1.6;
            margin: 0;
        }

        .op-modal-footer {
            margin-top: 2rem;
            padding-top: 1.5rem;
            border-top: 1px solid #e2e8f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .op-btn-prev {
            color: #64748b;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: none;
            border: none;
            padding: 0.5rem 0.75rem;
            border-radius: 0.5rem;
            cursor: pointer;
            transition: all 0.2s;
            font-size: 1rem;
        }

        .op-btn-prev:hover {
            color: #3b5da7;
            background: #eaf1ff;
        }

        .op-footer-right {
            display: flex;
            gap: 0.75rem;
        }

        .op-btn-close-bottom {
            background: #f8fafc;
            color: #1e293b;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            font-weight: 500;
            border: none;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 1rem;
        }

        .op-btn-close-bottom:hover {
            background: #e2e8f0;
        }

        .op-btn-next {
            background: #3b5da7;
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 0.5rem;
            font-weight: 500;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: all 0.2s;
            font-size: 1rem;
        }

        .op-btn-next:hover {
            background: #2c4a85;
            transform: translateY(-1px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        /* Tambahan CSS khusus untuk tombol Book Now (Langkah 6) */
        .op-btn-next.is-final {
            background-color: #d24335 !important;
            /* Warna merah di-set paksa (Hex code) */
            color: #ffffff !important;
            /* Memastikan teks selalu putih */
            box-shadow: 0 4px 15px rgba(210, 67, 53, 0.4) !important;
        }

        .op-btn-next.is-final:hover {
            background-color: #b33529 !important;
            /* Merah gelap saat di-hover */
            color: #ffffff !important;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(210, 67, 53, 0.5) !important;
        }

        @media (max-width: 768px) {
            .op-header-title {
                font-size: 2.25rem;
            }

            .op-btn-close-bottom {
                display: none;
            }
        }

        /* === END: OUR PROCESS SECTION CSS === */

        /* === START: BRANDS SECTION CSS === */
        .brands-section {
            padding: 100px 0;
            background-color: #f8fafc;
            overflow: hidden;
            position: relative;
        }

        .brands-section .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .brands-section .sub-heading {
            color: #b33529;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 12px;
            font-size: 0.875rem;
            display: inline-block;
            background: rgba(249, 115, 22, 0.1);
            padding: 8px 20px;
            border-radius: 30px;
        }

        .brands-section .main-heading {
            font-size: 2.75rem;
            font-weight: 800;
            color: #1e293b;
            letter-spacing: -0.5px;
            margin: 0;
        }

        .brands-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .brands-slider .swiper-slide img {
            height: 40px;
            max-width: 150px;
            object-fit: contain;
            filter: grayscale(20%);
            transition: all 0.3s ease;
        }

        .brands-slider .swiper-slide:hover img {
            filter: grayscale(0%) opacity(1);
            transform: scale(1.1);
        }

        .brands-slider-2 {
            margin-top: 40px;
        }

        .brands-slider .swiper-wrapper,
        .brands-slider-2 .swiper-wrapper {
            transition-timing-function: linear !important;
        }

        @media (max-width: 768px) {
            .brands-section {
                padding: 70px 0;
            }

            .brands-section .main-heading {
                font-size: 2.25rem;
            }

            .brands-slider .swiper-slide img {
                height: 30px;
                max-width: 110px;
            }
        }

        /* === END: BRANDS SECTION CSS === */

        /* === START: MID CTA SECTION CSS === */
        .mid-cta-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
            color: #ffffff;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .mid-cta-section::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
            z-index: 1;
        }

        .mid-cta-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .mid-cta-section h2 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            color: #ffffff;
        }

        .mid-cta-section p {
            font-size: 1.2rem;
            line-height: 1.8;
            color: #94a3b8;
            margin-bottom: 2.5rem;
        }

        .mid-cta-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .mid-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 1rem 2rem;
            border-radius: 12px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            min-width: 220px;
            justify-content: center;
        }

        .mid-cta-btn.primary {
            background: #b33529;
            color: #ffffff;
            box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
        }

        .mid-cta-btn.primary:hover {
            background: #ea580c;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
        }

        .mid-cta-btn.secondary {
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(4px);
        }

        .mid-cta-btn.secondary:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-3px);
        }

        @media (max-width: 768px) {
            .mid-cta-section {
                padding: 60px 0;
            }
            .mid-cta-section h2 {
                font-size: 2rem;
            }
            .mid-cta-section p {
                font-size: 1.1rem;
            }
        }
        /* === END: MID CTA SECTION CSS === */

        /* === START: NEW BORONIA LOCALS SECTION CSS === */
        .location-locals-section {
            padding: 100px 0;
            background-color: #ffffff;
            position: relative;
            overflow: hidden;
        }

        .location-header {
            text-align: center;
            margin-bottom: 60px;
            max-width: 850px;
            margin-left: auto;
            margin-right: auto;
        }

        .location-header .sub-heading {
            color: #b33529;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 16px;
            font-size: 0.875rem;
            display: inline-block;
            background: rgba(249, 115, 22, 0.1);
            padding: 8px 20px;
            border-radius: 30px;
        }

        .location-header .main-heading {
            font-size: 2.75rem;
            font-weight: 800;
            color: #1e293b;
            line-height: 1.2;
            letter-spacing: -0.5px;
            margin: 0;
        }

        .location-grid {
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            /* Teks mendapat ruang sedikit lebih besar */
            gap: 5rem;
            align-items: flex-start;
        }

        .location-content p.intro-text {
            font-size: 1.15rem;
            color: #1e293b;
            font-weight: 500;
            line-height: 1.6;
            margin-bottom: 2rem;
        }

        /* Accordion Styles */
        .location-accordion {
            border-top: 1px solid #e2e8f0;
        }

        .accordion-item {
            border-bottom: 1px solid #e2e8f0;
        }

        .accordion-header {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 0;
            background: none;
            border: none;
            cursor: pointer;
            font-size: 1.1rem;
            font-weight: 700;
            color: #1e293b;
            text-align: left;
            transition: color 0.3s;
        }

        .accordion-header:hover {
            color: #3b5da7;
        }

        .accordion-header i {
            color: #b33529;
            transition: transform 0.4s ease;
            font-size: 1rem;
        }

        .accordion-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out;
        }

        .accordion-body-content {
            padding-bottom: 1.5rem;
            color: #64748b;
            font-size: 1.05rem;
            line-height: 1.7;
        }

        .accordion-item.active .accordion-header {
            color: #3b5da7;
        }

        .accordion-item.active .accordion-header i {
            transform: rotate(180deg);
        }

        .location-slider-wrapper {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.2);
            aspect-ratio: 4/3;
            /* Diubah menjadi lebih lebar/landscape dari 4/5 */
            width: 100%;
            margin-top: 0.5rem;
        }

        .location-slider {
            width: 100%;
            height: 100%;
        }

        .location-slider .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .location-slider .swiper-pagination-bullet {
            background-color: #ffffff;
            opacity: 0.7;
            width: 10px;
            height: 10px;
        }

        .location-slider .swiper-pagination-bullet-active {
            background-color: #b33529;
            opacity: 1;
            width: 24px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        @media (max-width: 992px) {
            .location-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .location-slider-wrapper {
                max-width: 700px;
                margin: 0 auto;
            }
        }

        @media (max-width: 768px) {
            .location-header .main-heading {
                font-size: 2.25rem;
            }
        }

        /* === END: NEW BORONIA LOCALS SECTION CSS === */

        /* === START: FINAL CTA & BOOKING FORM CSS === */
        .booking-section {
            padding: 100px 0;
            background-color: #f8fafc;
            position: relative;
            border-top: 1px solid #e2e8f0;
        }

        .booking-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
        }

        .booking-content .eyebrow-text {
            color: #3b5da7;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 20px;
            font-size: 0.875rem;
            display: inline-flex;
            align-items: center;
            background: rgba(59, 93, 167, 0.1);
            padding: 8px 20px;
            border-radius: 30px;
        }

        .booking-content h2 {
            font-size: 2.75rem;
            font-weight: 800;
            color: #1e293b;
            line-height: 1.15;
            margin-bottom: 24px;
            letter-spacing: -1px;
        }

        .booking-content .lead-text {
            font-size: 1.15rem;
            color: #1e293b;
            font-weight: 600;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .booking-content p {
            color: #64748b;
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .booking-cta-box {
            background: #ffffff;
            border-left: 5px solid #3b5da7;
            padding: 30px 32px;
            border-radius: 12px;
            margin-top: 40px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .booking-cta-text {
            flex: 1;
        }

        .booking-cta-text p {
            margin: 0;
            color: #1e293b;
            font-weight: 500;
            font-size: 1.1rem;
            line-height: 1.6;
        }

        .booking-cta-text strong {
            color: #3b5da7;
            font-weight: 800;
            font-size: 1.25rem;
        }

        .booking-cta-button {
            background: #b33529;
            color: #ffffff;
            text-decoration: none;
            padding: 14px 28px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.05rem;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            white-space: nowrap;
            box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
            transition: all 0.3s ease;
        }

        .booking-cta-button:hover {
            background: #ea580c;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
        }

        /* Form Styles */
        .booking-form-wrapper {
            background: #ffffff;
            padding: 48px;
            border-radius: 24px;
            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
        }

        .form-header {
            margin-bottom: 32px;
        }

        .form-header p {
            color: #64748b;
            font-size: 1.1rem;
            font-weight: 500;
            margin: 0;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-bottom: 16px;
        }

        .form-group {
            margin-bottom: 16px;
        }

        .form-control {
            width: 100%;
            padding: 14px 16px;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            background: #f9fafb;
            font-family: inherit;
            font-size: 0.95rem;
            color: #1e293b;
            transition: all 0.3s ease;
        }

        .form-control::placeholder {
            color: #9ca3af;
        }

        .form-control:focus {
            outline: none;
            border-color: #3b5da7;
            box-shadow: 0 0 0 4px rgba(59, 93, 167, 0.1);
            background: #ffffff;
        }

        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }

        .file-upload-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
            padding: 12px;
            border: 1px dashed #cbd5e1;
            border-radius: 12px;
            background: #f8fafc;
            transition: border-color 0.3s;
        }

        .file-upload-wrapper:hover {
            border-color: #3b5da7;
        }

        .file-upload-btn {
            background: #e2e8f0;
            padding: 8px 16px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            color: #1e293b;
            font-size: 0.9rem;
            transition: background 0.2s;
            border: 1px solid #cbd5e1;
            white-space: nowrap;
        }

        .file-upload-btn:hover {
            background: #cbd5e1;
        }

        .file-upload-text {
            font-size: 0.9rem;
            color: #64748b;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        input[type="file"] {
            display: none;
        }

        .btn-submit-form {
            background: #3b5da7;
            color: white;
            border: none;
            padding: 16px 32px;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 700;
            width: 100%;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(59, 93, 167, 0.2);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

        .btn-submit-form:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(59, 93, 167, 0.3);
            background: #1e293b;
        }

        @media (max-width: 1024px) {
            .booking-container {
                gap: 3rem;
            }

            .booking-form-wrapper {
                padding: 32px 24px;
            }
        }

        @media (max-width: 992px) {
            .booking-container {
                grid-template-columns: 1fr;
                max-width: 700px;
            }
        }

        @media (max-width: 768px) {
            .booking-content h2 {
                font-size: 2.25rem;
            }

            .form-row {
                grid-template-columns: 1fr;
                gap: 0;
            }
        }

        @media (max-width: 640px) {
            .booking-cta-box {
                flex-direction: column;
                align-items: flex-start;
                padding: 24px;
            }

            .booking-cta-button {
                width: 100%;
                justify-content: center;
            }
        }

        /* === Elementor Form Overrides inside Booking Wrapper === */

        @keyframes fadeInForm {
            from { opacity: 0; }
            to   { opacity: 1; }
        }

        .booking-form-wrapper .elementor {
            animation: fadeInForm 0.3s ease 0.05s both;
        }

        .booking-form-wrapper .elementor,
        .booking-form-wrapper .elementor-widget-wrap,
        .booking-form-wrapper .elementor-element,
        .booking-form-wrapper .elementor-widget-container,
        .booking-form-wrapper .elementor-widget {
            max-width: 100% !important;
            width: 100% !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .booking-form-wrapper .elementor-section,
        .booking-form-wrapper .elementor-section .elementor-container {
            max-width: 100% !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .booking-form-wrapper .elementor-form-fields-wrapper {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 16px !important;
        }

        .booking-form-wrapper .elementor-form-fields-wrapper > .elementor-field-group {
            margin-bottom: 0 !important;
            padding: 0 !important;
            min-height: unset !important;
        }

        .booking-form-wrapper .elementor-field-group.elementor-col-100 {
            width: 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }

        .booking-form-wrapper .elementor-field-group.elementor-col-50 {
            width: calc(50% - 8px) !important;
            flex: 0 0 calc(50% - 8px) !important;
            max-width: calc(50% - 8px) !important;
        }

        .booking-form-wrapper .elementor-field-group .elementor-field-label {
            display: none !important;
        }

        .booking-form-wrapper .elementor-field-group input.elementor-field,
        .booking-form-wrapper .elementor-field-group input.elementor-field-textual,
        .booking-form-wrapper .elementor-field-group select.elementor-field,
        .booking-form-wrapper .elementor-field-group .elementor-field.elementor-field-textual {
            width: 100% !important;
            padding: 14px 16px !important;
            border-radius: 12px !important;
            border: 1px solid #e5e7eb !important;
            background-color: #f9fafb !important;
            font-family: inherit !important;
            font-size: 0.95rem !important;
            color: #1e293b !important;
            transition: all 0.3s ease !important;
            height: auto !important;
            min-height: unset !important;
            line-height: 1.5 !important;
            box-sizing: border-box !important;
            -webkit-appearance: none !important;
            box-shadow: none !important;
            outline: none !important;
        }

        .booking-form-wrapper .elementor-field-group input.elementor-field::placeholder,
        .booking-form-wrapper .elementor-field-group textarea.elementor-field::placeholder,
        .booking-form-wrapper .elementor-field-group .elementor-field::placeholder {
            color: #9ca3af !important;
            opacity: 1 !important;
        }

        .booking-form-wrapper .elementor-field-group input.elementor-field:focus,
        .booking-form-wrapper .elementor-field-group textarea.elementor-field:focus,
        .booking-form-wrapper .elementor-field-group .elementor-field:focus {
            border-color: #3b5da7 !important;
            box-shadow: 0 0 0 4px rgba(59, 93, 167, 0.1) !important;
            background-color: #ffffff !important;
            outline: none !important;
        }

        .booking-form-wrapper .elementor-field-group textarea.elementor-field,
        .booking-form-wrapper .elementor-field-group textarea.elementor-field-textual {
            width: 100% !important;
            padding: 14px 16px !important;
            border-radius: 12px !important;
            border: 1px solid #e5e7eb !important;
            background-color: #f9fafb !important;
            font-family: inherit !important;
            font-size: 0.95rem !important;
            color: #1e293b !important;
            transition: all 0.3s ease !important;
            min-height: 120px !important;
            resize: vertical !important;
            height: auto !important;
            line-height: 1.5 !important;
            box-sizing: border-box !important;
            box-shadow: none !important;
            outline: none !important;
        }

        .booking-form-wrapper .elementor-field-type-upload .elementor-field,
        .booking-form-wrapper .elementor-field-type-upload input[type="file"] {
            padding: 12px !important;
            border: 1px dashed #cbd5e1 !important;
            border-radius: 12px !important;
            background-color: #f8fafc !important;
            width: 100% !important;
            box-sizing: border-box !important;
        }

        .booking-form-wrapper .elementor-field-type-upload .elementor-field:hover {
            border-color: #3b5da7 !important;
        }

        .booking-form-wrapper .elementor-field-type-submit {
            width: 100% !important;
            flex: 0 0 100% !important;
        }

        .booking-form-wrapper .elementor-field-type-submit button,
        .booking-form-wrapper .elementor-field-type-submit .elementor-button,
        .booking-form-wrapper .elementor-button[type="submit"],
        .booking-form-wrapper button.elementor-button.elementor-size-sm,
        .booking-form-wrapper button.elementor-button.elementor-size-md,
        .booking-form-wrapper button.elementor-button.elementor-size-lg,
        .booking-form-wrapper .e-form__buttons button {
            background-color: #3b5da7 !important;
            color: #ffffff !important;
            border: none !important;
            padding: 16px 32px !important;
            border-radius: 12px !important;
            font-size: 1.1rem !important;
            font-weight: 700 !important;
            width: 100% !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 12px rgba(59, 93, 167, 0.2) !important;
            line-height: 1 !important;
            letter-spacing: 0 !important;
            text-transform: none !important;
            min-height: unset !important;
        }

        .booking-form-wrapper .elementor-field-type-submit button:hover,
        .booking-form-wrapper .elementor-field-type-submit .elementor-button:hover,
        .booking-form-wrapper .elementor-button[type="submit"]:hover,
        .booking-form-wrapper .e-form__buttons button:hover {
            transform: translateY(-2px) !important;
            box-shadow: 0 8px 20px rgba(59, 93, 167, 0.3) !important;
            background-color: #1e293b !important;
        }

        .booking-form-wrapper .elementor-field-type-submit .elementor-button .elementor-button-text {
            font-size: 1.1rem !important;
            font-weight: 700 !important;
            color: #ffffff !important;
        }

        .booking-form-wrapper .elementor-message {
            border-radius: 12px !important;
            padding: 14px 16px !important;
            font-size: 0.95rem !important;
            margin-top: 16px !important;
        }

        .booking-form-wrapper .elementor-message-success {
            background: #f0fdf4 !important;
            color: #166534 !important;
            border: 1px solid #bbf7d0 !important;
        }

        .booking-form-wrapper .elementor-message-danger {
            background: #fef2f2 !important;
            color: #991b1b !important;
            border: 1px solid #fecaca !important;
        }

        @media (max-width: 768px) {
            .booking-form-wrapper .elementor-field-group.elementor-col-50 {
                width: 100% !important;
                flex: 0 0 100% !important;
                max-width: 100% !important;
            }
        }

        /* === END: Elementor Form Overrides === */

        /* === END: FINAL CTA & BOOKING FORM CSS === */

        /* Responsive */
        @media (max-width: 1024px) {
            nav {
                gap: 1.5rem;
            }

            nav ul {
                display: none;
            }

            /* SECTION 3 RESPONSIVE UPDATE */
            .commitment-benefits-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .commitment-visual {
                height: 350px;
            }

            .hero-container {
                grid-template-columns: 1fr 1fr;
            }

            .locations-grids {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 1200px) {
            .services-header-left h2 {
                font-size: 3rem;
            }

            .services-content {
                gap: 2rem;
            }

            .services-menu {
                width: 300px;
            }

            .service-image-wrapper {
                width: 380px;
            }

            .service-details-wrapper {
                width: 350px;
            }

            .service-details-wrapper h3 {
                font-size: 2.2rem;
            }

            /* Testimonials responsive */
            .prev-btn {
                left: 0px;
            }

            .next-btn {
                right: 0px;
            }
        }

        @media (max-width: 992px) {
            .services-header {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .services-header-right {
                align-items: center;
            }

            .services-content {
                flex-direction: column;
            }

            .services-menu {
                width: 100%;
                flex-direction: row;
                overflow-x: auto;
                -ms-overflow-style: none;
                scrollbar-width: none;
                border-bottom: 1px solid #e2e8f0;
            }

            .services-menu::-webkit-scrollbar {
                display: none;
            }

            .service-item-btn {
                border: none;
                padding: 1rem 1.25rem;
                white-space: nowrap;
            }

            .service-item-btn:first-child {
                border-top: none;
            }

            .service-item-btn.active {
                padding-left: 1.25rem;
            }

            .service-item-btn.active::before {
                width: 100%;
                height: 3px;
                bottom: 0;
                top: auto;
                left: 0;
                transform: none;
            }

            .service-image-wrapper {
                width: 100%;
                max-width: 400px;
                margin: 0 auto;
            }

            .service-details-wrapper {
                width: 100%;
                padding: 2rem 0 0 0;
            }

            /* Testimonials responsive */
            .testimonials-grid {
                grid-template-columns: 35% 1fr;
                gap: 24px;
            }

            .testimonial-card {
                flex-basis: calc(100% / 2 - 16px);
            }

            /* Get to know responsive */
            .get-to-know-container {
                flex-direction: column;
                gap: 2.5rem;
            }

            .get-to-know-content-wrapper {
                margin-left: 0;
            }
        }

        @media (max-width: 768px) {
            .header-container {
                flex-direction: row;
                justify-content: space-between;
            }

            .header-phone {
                display: none;
            }

            .hero-container {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .hero-buttons {
                justify-content: center;
                flex-direction: column;
                gap: 1.25rem;
                width: 100%;
            }

            .hero-buttons .btn-primary {
                width: 100%;
                max-width: 320px;
                text-align: center;
            }

            .hero-buttons .phone-link {
                justify-content: center;
                width: 100%;
            }

            .hero-trust-badges {
                grid-template-columns: 1fr 1fr;
                gap: 0.5rem;
            }

            .hero-trust-badges .trust-item {
                font-size: 0.72rem;
                padding: 8px 10px;
                gap: 6px;
            }

            .hero-content h1 {
                font-size: 2.5rem;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            /* SECTION 3 RESPONSIVE UPDATE */
            .commitment-header h2 {
                font-size: 2.25rem;
            }

            .commitment-benefits-grid {
                grid-template-columns: 1fr;
                gap: 32px;
            }

            .commitment-visual {
                height: 250px;
            }

            .commitment-badge {
                top: 15px;
                left: 15px;
                padding: 12px 16px;
            }

            .commitment-badge .exp-number {
                font-size: 1.8rem;
            }

            /* Testimonials responsive */
            .google-reviews-section {
                padding: 64px 0;
            }

            .google-reviews-section .main-heading {
                font-size: 32px;
            }

            .google-reviews-section .section-header {
                margin-bottom: 32px;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .google-summary-panel {
                text-align: center;
                align-items: center;
            }

            .testimonial-card {
                flex-basis: 95%;
                height: auto;
                min-height: 260px;
            }

            .slider-btn {
                display: none;
            }

            /* Get to know responsive */
            .get-to-know-section {
                padding: 64px 0;
            }

            .get-to-know-container {
                flex-direction: column-reverse;
                /* Content on top of image */
            }

            .get-to-know-content-wrapper {
                padding: 24px;
            }

            .get-to-know-image {
                height: 400px;
            }

            .get-to-know-grid {
                grid-template-columns: 1fr;
            }

            /* How it works responsive */
            .how-it-works-header {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .how-it-works-header-left,
            .how-it-works-header-right {
                max-width: 100%;
            }

            .process-grid {
                grid-template-columns: 1fr;
            }

            /* Locations Grid Responsive */
            .locations-grids {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Responsive for New Services Section */
        @media (max-width: 1199px) {
            .services-grid {
                grid-template-columns: repeat(3, 1fr) !important;
            }
        }

        @media (max-width: 992px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }
        }

        @media (max-width: 767px) {
            .services-grid {
                grid-template-columns: 1fr !important;
                gap: 20px !important;
            }

            .overlay-header {
                flex-direction: column;
                align-items: flex-start;
                position: relative;
                padding-top: 24px;
            }

            .close-overlay-btn {
                position: absolute;
                top: 15px;
                right: 15px;
            }

            .search-bar-wrapper {
                display: block;
                margin: 28px 0 0 0;
                /* Diubah dari 16px menjadi 28px agar memberikan gap yang lega */
                width: 100%;
            }

            .search-bar-wrapper input {
                width: 100%;
                box-sizing: border-box;
            }

            .sub-service-panel {
                width: 100%;
                height: 60%;
                top: auto;
                bottom: 0;
                transform: translateY(100%);
                border-radius: 16px 16px 0 0;
            }
        }

        /* Service Options Modal - Modern Redesign */
        .service-options-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(15, 23, 42, 0.6);
            backdrop-filter: blur(8px);
            z-index: 2000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition:
                opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                visibility 0.3s ease;
        }

        .service-options-modal.is-open {
            opacity: 1;
            visibility: visible;
        }

        .service-options-content {
            background-color: #ffffff;
            border-radius: 24px;
            width: 90%;
            max-width: 400px;
            text-align: center;
            position: relative;
            transform: scale(0.95) translateY(10px);
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            padding: 0;
        }

        .service-options-modal.is-open .service-options-content {
            transform: scale(1) translateY(0);
        }

        .service-options-header-image {
            width: 100%;
            height: 200px;
            background-color: #f7f9fc;
            position: relative;
            overflow: hidden;
        }

        .service-options-header-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .service-options-modal.is-open .service-options-header-image img {
            transform: scale(1.05);
        }

        .service-options-header-image::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 80px;
            background: linear-gradient(to top, #ffffff, transparent);
        }

        .service-options-body {
            padding: 0 32px 32px;
            position: relative;
            z-index: 1;
        }

        .service-options-close {
            position: absolute;
            top: 16px;
            right: 16px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(4px);
            border: none;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            font-size: 20px;
            color: #0f172a;
            cursor: pointer;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .service-options-close:hover {
            color: #0f172a;
            background: #ffffff;
            transform: rotate(90deg) scale(1.1);
        }

        .service-options-title {
            font-size: 24px;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 8px;
            letter-spacing: -0.5px;
            margin-top: -10px;
        }

        .service-options-text {
            color: #5e6a7a;
            margin-bottom: 28px;
            font-size: 15px;
            line-height: 1.5;
        }

        .service-options-buttons {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .option-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 14px;
            border-radius: 12px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
            border: 2px solid transparent;
            font-size: 16px;
        }

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

        .option-btn.book {
            background-color: #3b5da7;
            color: white;
            box-shadow:
                0 4px 6px -1px rgba(59, 93, 167, 0.2),
                0 2px 4px -1px rgba(59, 93, 167, 0.1);
        }

        .option-btn.book:hover {
            background-color: #1e293b;
            transform: translateY(-2px);
            box-shadow: 0 10px 15px -3px rgba(59, 93, 167, 0.3);
        }

        .option-btn.learn {
            background-color: #f7f9fc;
            color: #0f172a;
            border: 1px solid #e6eaf0;
        }

        .option-btn.learn:hover {
            background-color: #eaf1ff;
            color: #3b5da7;
            border-color: #3b5da7;
        }

        /* === 4. COMMON APPLIANCE SERVICES (NEW VERSION) === */
        .section-heading {
            text-align: center;
            padding: 50px 0 20px 0;
            font-weight: bolder;
            font-size: 30px;
        }

        .category-heading {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 24px;
            border-left: 4px solid #b33529;
            padding-left: 16px;
            text-align: left;
        }

        .service-category-wrapper {
            margin-bottom: 50px;
        }

        .common-services-section {
            background-color: #f7f9fc;
            padding: 40px 0 60px 0;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }

        .service-card {
            background-color: #ffffff;
            border: 1px solid #e6eaf0;
            border-radius: 16px;
            overflow: hidden;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            height: 100%;
            transition:
                transform 200ms ease,
                box-shadow 200ms ease,
                border-color 200ms ease;
        }

        .card-image-wrapper {
            aspect-ratio: 4 / 3;
            overflow: hidden;
            width: 100%;
            flex-shrink: 0;
        }

        .service-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition:
                transform 200ms ease,
                filter 200ms ease;
        }

        .card-content {
            padding: 20px;
            flex-grow: 1;
        }

        .card-content h4 {
            font-size: 18px;
            margin-bottom: 8px;
            color: #0f172a;
        }

        .card-content p {
            font-size: 15px;
            line-height: 1.5;
            color: #5e6a7a;
        }

        .service-card:hover,
        .service-card:focus-visible {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
            border-color: rgba(59, 93, 167, 0.3);
        }

        .service-card:hover img,
        .service-card:focus-visible img {
            transform: scale(1.02);
            filter: brightness(1.03);
        }

        .service-card:focus-visible {
            outline: 3px solid #3b5da7;
            outline-offset: 2px;
        }

        .special-card {
            cursor: pointer;
        }

        .view-all-container {
            text-align: left;
            margin-top: 32px;
        }

        .view-all-container .cta-button {
            background-color: #3b5da7;
            color: #ffffff;
            border-radius: 12px;
            border: none;
            padding: 12px 24px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            font-size: inherit;
            font-family: inherit;
            transition:
                transform 0.2s,
                box-shadow 0.2s;
        }

        .view-all-container .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(59, 93, 167, 0.3);
        }

        .view-all-subcopy {
            margin-top: 12px;
            font-size: 14px;
            color: #5e6a7a;
        }

        .all-services-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(15, 23, 42, 0.8);
            backdrop-filter: blur(8px);
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition:
                opacity 300ms ease,
                visibility 300ms ease;
        }

        .all-services-overlay.is-open {
            opacity: 1;
            visibility: visible;
        }

        .overlay-content {
            background-color: #f7f9fc;
            border-radius: 16px;
            width: calc(100% - 40px);
            height: calc(100% - 40px);
            max-width: 1280px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            transform: translateY(10px);
            transition: transform 300ms ease;
        }

        .all-services-overlay.is-open .overlay-content {
            transform: translateY(0);
        }

        .overlay-header {
            padding: 20px 24px;
            border-bottom: 1px solid #e6eaf0;
            display: flex;
            align-items: center;
            flex-shrink: 0;
        }

        .overlay-header .title-group {
            flex-grow: 1;
        }

        .overlay-header h2 {
            font-size: 24px;
            color: #0f172a;
        }

        .overlay-header p {
            font-size: 14px;
            color: #5e6a7a;
        }

        /* Overlay Tabs Styling */
        .overlay-tabs {
            display: flex;
            gap: 12px;
            margin-bottom: 24px;
            border-bottom: 1px solid #e6eaf0;
            padding-bottom: 16px;
        }

        .overlay-tab-btn {
            background: none;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 600;
            color: #5e6a7a;
            cursor: pointer;
            border-radius: 8px;
            transition: all 0.2s ease;
        }

        .overlay-tab-btn:hover {
            background-color: #e6eaf0;
            color: #0f172a;
        }

        .overlay-tab-btn.active {
            background-color: #3b5da7;
            color: #ffffff;
        }

        @media (max-width: 767px) {
            .overlay-tabs {
                flex-direction: column;
                gap: 8px;
            }

            .overlay-tab-btn {
                width: 100%;
            }
        }

        .search-bar-wrapper {
            position: relative;
            margin: 0 24px;
        }

        .search-bar-wrapper i {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #5e6a7a;
        }

        .search-bar-wrapper input {
            padding: 10px 12px 10px 36px;
            border-radius: 8px;
            border: 1px solid #e6eaf0;
            width: 300px;
            font-family: inherit;
        }

        .close-overlay-btn {
            background: none;
            border: none;
            font-size: 24px;
            color: #5e6a7a;
            cursor: pointer;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition:
                background-color 0.2s,
                color 0.2s;
        }

        .close-overlay-btn:hover {
            background: #e6eaf0;
            color: #0f172a;
        }

        .overlay-body {
            padding: 24px;
            overflow-y: auto;
            flex-grow: 1;
        }

        .sub-service-panel {
            position: absolute;
            top: 0;
            right: 0;
            width: 35%;
            height: 100%;
            background-color: #ffffff;
            box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
            transform: translateX(100%);
            transition: transform 300ms ease;
            display: flex;
            flex-direction: column;
            z-index: 10;
        }

        .sub-service-panel.is-open {
            transform: translateX(0);
        }

        .panel-header {
            display: flex;
            align-items: center;
            padding: 20px 24px;
            border-bottom: 1px solid #e6eaf0;
            flex-shrink: 0;
        }

        .panel-back-btn {
            background: none;
            border: none;
            font-size: 16px;
            color: #0f172a;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
        }

        .panel-body {
            padding: 24px;
        }

        .panel-body h4 {
            font-size: 20px;
            margin-bottom: 8px;
            color: #0f172a;
        }

        .panel-body p {
            font-size: 15px;
            margin-bottom: 24px;
            color: #5e6a7a;
        }

        .panel-service-list a {
            display: block;
            padding: 12px 16px;
            color: #3b5da7;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px solid #e6eaf0;
            transition: background-color 0.2s;
            border-radius: 8px;
        }

        .panel-service-list a:hover {
            background-color: #f7f9fc;
        }

        .panel-service-list a:last-child {
            border-bottom: none;
        }

        /* === PERBAIKAN RESPONSIVE MOBILE UNTUK SERVICES GRID === */
        @media (max-width: 1024px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }
        }

        @media (max-width: 767px) {
            .services-grid {
                grid-template-columns: 1fr !important;
                gap: 16px !important;
            }

            .section-heading {
                font-size: 24px !important;
                padding: 30px 0 16px 0 !important;
            }

            .category-heading {
                font-size: 1.25rem !important;
                margin-bottom: 16px !important;
            }
        }

        /* =====================================================
           MOBILE RESPONSIVENESS — SECTION PADDING & FONT FIXES
           ===================================================== */

        /* --- Tablet: reduce oversized section paddings --- */
        @media (max-width: 768px) {
            .hero-container {
                padding: 80px 1.5rem;
            }

            .why-choose-us {
                padding: 70px 0;
            }

            .worth-repairing-section {
                padding: 70px 0;
            }

            .worth-container {
                gap: 2.5rem;
            }

            .faq-section {
                padding: 70px 0;
            }

            .location-locals-section {
                padding: 70px 0;
            }

            .location-header {
                margin-bottom: 40px;
            }

            .booking-section {
                padding: 70px 0;
            }
        }

        /* --- Small mobile: further reductions for 480px and below --- */
        @media (max-width: 480px) {
            .hero-container {
                padding: 60px 1rem;
            }

            .hero-content h1 {
                font-size: 1.9rem;
                line-height: 1.25;
            }

            /* Stack trust badges to a single column on very small screens */
            .hero-trust-badges {
                grid-template-columns: 1fr;
            }

            .hero-trust-badges .trust-item {
                white-space: normal;
            }

            .why-choose-us {
                padding: 56px 0;
            }

            .worth-repairing-section {
                padding: 56px 0;
            }

            .worth-content h2 {
                font-size: 1.875rem;
            }

            .worth-layout-bento .worth-header h2 {
                font-size: 1.875rem;
            }

            .mid-cta-section {
                padding: 50px 0;
            }

            .brands-section {
                padding: 50px 0;
            }

            .faq-section {
                padding: 56px 0;
            }

            .faq-header .main-heading {
                font-size: 1.875rem;
            }

            .location-locals-section {
                padding: 56px 0;
            }

            .location-header .main-heading {
                font-size: 1.875rem;
            }

            .booking-section {
                padding: 56px 0;
            }

            .booking-content h2 {
                font-size: 1.875rem;
            }

            .booking-form-wrapper {
                padding: 24px 20px;
            }

            .commitment-header h2 {
                font-size: 1.875rem;
            }

            /* Bento worth cards: single column */
            .worth-cards {
                grid-template-columns: 1fr;
            }
        }
