         /* ==========================================================================
           BOOKING PAGE STYLING
           ========================================================================== */
        .booking-page-container {
            max-width: 1380px;
            margin: 0 auto;
            padding: 40px 24px 90px;
        }

        .booking-header-hero {
            text-align: center;
            margin-bottom: 45px;
        }

        .booking-header-hero h1 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.8rem;
            font-weight: 500;
            color: #1a1a1a;
            letter-spacing: -0.02em;
            margin-bottom: 10px;
        }

        .booking-header-hero p {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.95rem;
            color: #666;
            max-width: 650px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .booking-layout-grid {
            display: grid;
            grid-template-columns: 1.4fr 1fr;
            gap: 48px;
            align-items: start;
        }

        .booking-form-card {
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 0px;
            padding: 36px;
         }

        .section-subheading {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            color: #1a1a1a;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .booking-methods-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
            margin-bottom: 35px;
        }

        .method-card-label {
            position: relative;
            display: block;
            cursor: pointer;
        }

        .method-card-label input[type="radio"] {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }

        .method-card-body {
            border: 1.5px solid #e2e2e2;
            border-radius: 0px;
            padding: 20px;
            transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
            background: #fff;
        }

        .method-card-label input[type="radio"]:checked + .method-card-body {
            border-color: #1a1a1a;
            background: #fcfcfc;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }

        .method-header-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }

        .method-title {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 1rem;
            color: #1a1a1a;
        }

        .method-time-badge {
            font-size: 0.78rem;
            font-weight: 500;
            background: #f0f0f0;
            color: #444;
            padding: 4px 10px;
            border-radius: 0px;
        }

        .method-desc {
            font-size: 0.88rem;
            color: #666;
            line-height: 1.55;
            margin: 0;
        }

        .form-grid-2col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px;
            margin-bottom: 20px;
        }

        .form-group-full {
            margin-bottom: 20px;
        }

        .form-label {
            display: block;
            font-size: 0.82rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: #444;
            margin-bottom: 8px;
        }

        .form-input-control {
            width: 100%;
            padding: 13px 16px;
            border: 1px solid #dcdcdc;
            border-radius: 0px;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.92rem;
            color: #1a1a1a;
            background: #fff;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
            box-sizing: border-box;
        }

        .form-input-control:focus {
            outline: none;
            border-color: #1a1a1a;
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
        }

        textarea.form-input-control {
            resize: vertical;
            min-height: 100px;
        }

        .submit-booking-btn {
            width: 100%;
            padding: 16px;
            background: #1a1a1a;
            color: #ffffff;
            border: none;
            border-radius: 0px;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.95rem;
            font-weight: 500;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.25s ease, transform 0.15s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .submit-booking-btn:hover {
            background: #333333;
            transform: translateY(-1px);
        }

        .product-summary-sticky {
            position: sticky;
            top: 110px;
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 0px;
            overflow: hidden;
         }

        .summary-media-frame {
            width: 100%;
            height: 260px;
            overflow: hidden;
            position: relative;
            background: #f8f8f8;
        }

        .summary-media-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .summary-content-body {
            padding: 28px;
        }

        .summary-category-tag {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #888;
            font-weight: 600;
            margin-bottom: 6px;
            display: block;
        }

        .summary-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.8rem;
            font-weight: 500;
            color: #1a1a1a;
            margin-bottom: 12px;
            line-height: 1.25;
        }

        .summary-price-badge {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 20px;
            padding-bottom: 16px;
            border-bottom: 1px solid #f0f0f0;
        }

        .summary-highlights-list {
            list-style: none;
            padding: 0;
            margin: 0 0 24px 0;
        }

        .summary-highlights-list li {
            font-size: 0.88rem;
            color: #555;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .summary-highlights-list li i {
            color: #1a1a1a;
            font-size: 0.85rem;
        }

        .summary-reassurance-box {
            background: #fafafa;
            border-radius: 0px;
            padding: 16px;
            font-size: 0.82rem;
            color: #666;
            line-height: 1.5;
            border: 1px solid #eaeaea;
        }
          .section-subheading .heading-icon {
    width: 22px;      /* Adjust size as needed */
    height: 22px;     /* Keep square aspect ratio */
    object-fit: contain;
    vertical-align: middle;
} 

/* ==========================================================================
   BESPOKE MOBILE RESPONSIVE STYLES (CONSULTATION BOOKING PAGE)
   ========================================================================== */

/* --- Tablet Landscape & Small Desktops (<= 1024px) --- */
@media screen and (max-width: 1024px) {
    .booking-page-container {
        padding: 30px 20px 60px;
        max-width: 100%;
    }

    .booking-layout-grid {
        grid-template-columns: 1fr; /* Collapse from 2-column layout to single column */
        gap: 32px;
    }

    /* Unstick summary card on tablet so it scrolls naturally */
    .product-summary-sticky {
        position: static;
        top: auto;
    }

    .booking-form-card {
        padding: 28px 24px;
    }
}

/* --- Tablets Portrait & Large Smartphones (<= 768px) --- */
@media screen and (max-width: 768px) {
    /* Header & Hero Section */
    .booking-header-hero {
        margin-bottom: 30px;
        text-align: left; /* Aligns with form headers for better scanning */
    }

    .booking-header-hero h1 {
        font-size: 2.1rem;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .booking-header-hero p {
        font-size: 0.88rem;
        line-height: 1.55;
        margin: 0;
    }

    /* Form Container Card */
    .booking-form-card {
        padding: 22px 18px;
        border-radius: 0px;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    }

    /* Section Subheadings & Heading Icons */
    .section-subheading {
        font-size: 1.3rem;
        margin-bottom: 16px;
        padding-bottom: 8px;
        gap: 8px;
    }

    .section-subheading .heading-icon {
        width: 18px;
        height: 18px;
    }

    /* Form 2-Column Grids -> Force Full-Width Stack */
    .form-grid-2col {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }

    .form-group-full {
        margin-bottom: 16px;
    }

    /* Input Controls & Touch Target Optimization */
    .form-label {
        font-size: 0.78rem;
        margin-bottom: 6px;
    }

    .form-input-control {
        padding: 14px 14px; /* Increases touch target area */
        font-size: 0.95rem; /* Prevents iOS auto-zoom on input focus (<16px trigger) */
        border-radius: 0px;
        height: 48px; /* Standard comfortable mobile touch height */
    }

    textarea.form-input-control {
        height: auto;
        min-height: 110px;
    }

    /* Booking Method Cards */
    .booking-methods-grid {
        gap: 12px;
        margin-bottom: 28px;
    }

    .method-card-body {
        padding: 16px 14px;
    }

    .method-header-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 6px;
    }

    .method-title {
        font-size: 0.95rem;
    }

    .method-time-badge {
        font-size: 0.72rem;
        padding: 3px 8px;
    }

    .method-desc {
        font-size: 0.82rem;
        line-height: 1.48;
    }

    /* Submit Button Optimization */
    .submit-booking-btn {
        padding: 16px;
        font-size: 0.9rem;
        letter-spacing: 0.03em;
        border-radius: 0px;
        width: 100%;
        min-height: 52px; /* Touch-optimized tap area */
    }

    /* Summary Card Styling Stack */
    .product-summary-sticky {
        border-radius: 0px;
    }

    .summary-media-frame {
        height: 200px; /* Reduces image frame height on phone displays */
    }

    .summary-content-body {
        padding: 20px 18px;
    }

    .summary-title {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .summary-price-badge {
        font-size: 1rem;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .summary-highlights-list li {
        font-size: 0.82rem;
        margin-bottom: 8px;
    }

    .summary-reassurance-box {
        padding: 12px 14px;
        font-size: 0.78rem;
    }
}

/* --- Small Smartphones (<= 480px) --- */
@media screen and (max-width: 480px) {
    .booking-page-container {
        padding: 16px 20px 45px;
    }

    .booking-header-hero h1 {
        font-size: 1.8rem;
    }

    .booking-form-card {
        padding: 18px 14px;
    }

    .method-card-body {
        padding: 14px 12px;
    }

    .submit-booking-btn {
        font-size: 0.85rem;
        gap: 8px;
    }
}

/* ==========================================================================
   BOOKING METHOD CARDS & SELECTED BADGE (DESKTOP & MOBILE-FIRST)
   ========================================================================== */

/* Main card wrapper layout */
.method-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

/* Container keeping title and badge aligned cleanly */
.title-with-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; /* Prevents overflow on smaller devices */
}

/* Base style for the Selected Badge (hidden by default) */
.selected-badge {
    display: none;
    align-items: center;
    gap: 5px;
    font-size: 0.70rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #1a1a1a;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 0px;
    line-height: 1;
    white-space: nowrap; /* Ensures "Selected" never splits onto two lines */
}

.selected-badge i {
    font-size: 0.65rem;
}

/* Reveal badge ONLY when radio input is active/checked */
.method-card-label input[type="radio"]:checked + .method-card-body .selected-badge {
    display: inline-flex;
}

/* Active State Visuals */
.method-card-label input[type="radio"]:checked + .method-card-body {
    border-color: #1a1a1a;
    background-color: #fafafa;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE OVERRIDES
   ========================================================================== */

/* --- Tablets & Large Phones (<= 768px) --- */
@media screen and (max-width: 768px) {
    .method-header-row {
        flex-direction: row; /* Keeps badge/time in a clean horizontal flow */
        align-items: flex-start;
        justify-content: space-between;
    }

    .title-with-badge {
        gap: 6px;
    }

    .selected-badge {
        font-size: 0.65rem;
        padding: 3px 6px;
    }

    .method-time-badge {
        font-size: 0.72rem;
        padding: 3px 8px;
        white-space: nowrap;
        align-self: flex-start; /* Keeps time badge top-aligned */
    }
}

/* --- Small Smartphones (<= 480px) --- */
@media screen and (max-width: 480px) {
    .method-header-row {
        flex-direction: column; /* Stack top header components cleanly on narrow screens */
        align-items: flex-start;
        gap: 6px;
    }

    .title-with-badge {
        width: 100%;
        justify-content: space-between; /* Pushes selected tag opposite to title if needed */
    }

    .method-time-badge {
        margin-top: 2px;
    }
}
      
 
/* ==========================================================================
   INLINE LUXURY ALERT MESSAGES FOR BOOKING FORM
   ========================================================================== */

.booking-alert-box {
    padding: 18px 24px;
    margin-bottom: 30px;
    
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.booking-alert-box i {
    font-size: 18px;
    flex-shrink: 0;
}

/* Success Toast */
.booking-alert-box.success {
    background-color: #010100;
    color: #fefefe;
    border: 1px solid #8c8273;
}

.booking-alert-box.success i {
    color: #8c8273;
}

/* Error Toast */
.booking-alert-box.error {
    background-color: #010100;
    color: #fefefe;
    border: 1px solid #d9534f;
}

.booking-alert-box.error i {
    color: #d9534f;
}