/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* =====================================================
   OHANA STAYS - ACCOMMODATION BOOKING SYSTEM
   ===================================================== */

/* Override parent theme's default link color on hover */
a:active, a:hover {
    color: inherit;
}

/* =====================================================
   1. GLOBAL STYLES & VARIABLES
   ===================================================== */

:root {
    --primary-color: #FF6B6B;
    --primary-hover: #FF5252;
    --secondary-color: #2C3E50;
    --text-dark: #1A2332;
    --text-gray: #6C757D;
    --text-light: #A8B2BD;
    --border-color: #E5E9ED;
    --bg-light: #F8F9FA;
    --bg-white: #FFFFFF;
    --success-color: #52C99C;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
}

* {
    box-sizing: border-box;
}

/* Force Poppins font sitewide */
body,
html,
body *,
.elementor *,
h1, h2, h3, h4, h5, h6,
p, span, a, div, button, input, textarea, select {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

body {
    color: var(--text-dark);
    line-height: 1.6;
    font-size: 16px;
}

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

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =====================================================
   2. TYPOGRAPHY
   ===================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

/* =====================================================
   3. BUTTONS
   ===================================================== */

.btn-search,
.btn-continue,
.btn-home,
.btn-filter {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: var(--radius-sm);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-search:hover,
.btn-continue:hover,
.btn-home:hover,
.btn-filter:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-cancel {
    background: transparent;
    color: var(--text-gray);
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-cancel:hover {
    color: var(--text-dark);
}

/* =====================================================
   4. HOMEPAGE STYLES
   ===================================================== */

/* Hero Section */
.hero-section {
    position: relative;
    height: 560px;
    background: url('https://ohanaproperty.com/wp-content/uploads/2024/06/aerial-drone-shot-during-sunrise-at-new-brighton-b-2023-11-27-05-16-43-utc.jpg') center center;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    overflow: visible;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
}

.logo-welcome {
    margin-bottom: 20px;
}

.logo-badge {
    background: var(--primary-color);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.brand-name {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    font-style: normal;
    color: white;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.2;
    color: white;
}

/* Search Form */
.hero-search-form {
    background: white;
    padding: 30px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
}

/* Homepage Hero Search Bar */
.hero-search-bar {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.hero-search-bar .search-bar-fields {
    text-align: left; /* Override parent's center alignment */
    margin: 0 auto; /* Center the search bar container */
    overflow: visible !important;
}

.hero-search-bar .search-field {
    overflow: visible !important;
    text-align: left; /* Ensure fields are left-aligned */
}

.hero-search-bar .search-field label {
    text-align: left; /* Ensure labels are left-aligned like browse page */
}

.hero-search-bar input,
.hero-search-bar .mapboxgl-ctrl-geocoder,
.hero-search-bar .mapboxgl-ctrl-geocoder--input {
    text-align: left !important; /* Ensure inputs are left-aligned */
}

/* Homepage geocoder z-index */
#hero-geocoder-container {
    z-index: 101 !important;
    position: relative !important;
    overflow: visible !important;
}

#hero-geocoder-container .mapboxgl-ctrl-geocoder {
    z-index: 101 !important;
    overflow: visible !important;
}

#hero-geocoder-container .mapboxgl-ctrl-geocoder .suggestions {
    z-index: 102 !important;
}

.hero-search-bar .search-where {
    overflow: visible !important;
}

.search-field-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.search-field label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    margin-bottom: 8px;
}

.search-field input {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-size: 15px;
    background: var(--bg-light);
}

.search-field input:focus {
    outline: none;
    border-color: var(--primary-color);
    background: white;
}

.btn-search {
    width: 100%;
}

/* Property Grids */
.section-properties {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 30px;
    color: var(--text-dark);
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

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

.property-card {
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    position: relative;
}

.property-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.property-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.property-price-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--primary-color);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

.availability-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #52C99C 0%, #45B88C 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(82, 201, 156, 0.3);
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.property-image {
    height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-info {
    padding: 20px;
}

.property-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.property-location {
    color: var(--text-gray);
    font-size: 14px;
}

/* Small Property Cards */
.property-card-small {
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    position: relative;
}

.property-card-small:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.property-card-small a {
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
}

.property-image-small {
    height: 180px;
    background-size: cover;
    background-position: center;
}

.property-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-info-small {
    padding: 16px;
}

.property-info-small h4 {
    font-size: 1rem;
    margin-bottom: 4px;
    color: var(--text-dark);
}

.property-info-small p {
    color: var(--text-gray);
    font-size: 14px;
    margin: 0;
}

.badge-popular {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    display: inline-block;
    background: #e3f2fd;
    color: #1565c0;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.badge-popular-alt {
    right: 12px;
    left: auto;
}

.location-badge {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 12px;
    background: var(--bg-light);
    border-radius: 12px;
    font-size: 12px;
    color: var(--text-gray);
}

/* =====================================================
   5. BROWSE PAGE STYLES
   ===================================================== */

.ohana-browse-page {
    padding: 0;
}

/* Browse Container with Airbnb-like padding */
.ohana-browse-page .browse-container {
    padding: 0;
}

/* Airbnb-style Search Bar */
.airbnb-search-bar {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    overflow: visible !important;
    position: relative;
}

/* When search bar is in header, override centering */
.browse-header .airbnb-search-bar {
    justify-content: flex-start;
}

.search-bar-fields {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 40px;
    padding: 8px 8px 8px 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease;
    gap: 8px;
    overflow: visible !important;
}

/* Search Button */
.search-button {
    background: var(--primary-color) !important;
    color: white !important;
    border: none;
    border-radius: 24px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
    white-space: nowrap;
}

.search-button:hover,
.search-button:focus {
    background: var(--primary-hover) !important;
    color: white !important;
    transform: scale(1.02);
}

.search-button svg {
    fill: white !important;
    color: white !important;
}

.search-button svg {
    width: 16px;
    height: 16px;
}

.search-bar-fields:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
}

.search-field {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 32px;
    transition: none;
    position: relative;
    overflow: visible !important;
}

.search-field label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 4px;
    display: block;
}

.search-field input {
    border: none;
    background: transparent;
    font-size: 14px;
    color: var(--text-dark);
    padding: 0;
    width: 150px;
}

.search-field input:focus {
    outline: none;
}

.search-field input::placeholder {
    color: var(--text-gray);
    font-size: 14px;
}

.search-where {
    min-width: 200px;
    overflow: visible !important;
}

.search-where input {
    width: 180px;
}

.search-when input {
    width: 130px;
}

.search-dates-combined input#search-dates {
    width: 180px;
    cursor: pointer;
}

.search-who input {
    width: 100px;
}

/* Airbnb-style Flatpickr Calendar */
.airbnb-style-calendar.flatpickr-calendar {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--border-color);
    font-family: 'Poppins', sans-serif !important;
    width: auto !important;
}

.airbnb-style-calendar.flatpickr-calendar.inline {
    max-width: 100%;
}

/* Ensure calendar fits on screen */
.airbnb-style-calendar.flatpickr-calendar.arrowTop::before,
.airbnb-style-calendar.flatpickr-calendar.arrowTop::after {
    left: auto !important;
    right: 20px;
}

.airbnb-style-calendar .flatpickr-months {
    padding: 0;
    margin-bottom: 12px;
}

.airbnb-style-calendar .flatpickr-month {
    height: auto;
    position: relative; /* For absolute positioning of arrows */
    padding: 0 48px; /* Space for arrows on sides */
}

.airbnb-style-calendar .flatpickr-current-month {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    padding: 6px 0;
    letter-spacing: -0.02em;
    position: static !important; /* Override flatpickr positioning */
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.airbnb-style-calendar .flatpickr-monthDropdown-months,
.airbnb-style-calendar .numInputWrapper {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
}

.airbnb-style-calendar .flatpickr-prev-month,
.airbnb-style-calendar .flatpickr-next-month {
    position: absolute !important;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
    top: 28px !important;
}

.airbnb-style-calendar .flatpickr-prev-month {
    left: 30px !important;
}

.airbnb-style-calendar .flatpickr-next-month {
    right: 30px !important;
}

.airbnb-style-calendar .flatpickr-prev-month:hover,
.airbnb-style-calendar .flatpickr-next-month:hover {
    background: #F7F7F7;
    border-color: #222222;
    transform: scale(1.05);
}

.airbnb-style-calendar .flatpickr-prev-month svg,
.airbnb-style-calendar .flatpickr-next-month svg {
    fill: #222222;
    width: 12px;
    height: 12px;
}

.airbnb-style-calendar .flatpickr-weekdays {
    padding: 16px 0 8px;
}

.airbnb-style-calendar .flatpickr-weekday {
    color: #717171;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.airbnb-style-calendar .flatpickr-days {
    padding: 0;
}

.airbnb-style-calendar .flatpickr-day {
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    border: none;
    margin: 1px;
    height: 48px;
    line-height: 48px;
    max-width: 48px;
    flex-basis: 14.2857%;
    transition: all 0.2s;
}

.airbnb-style-calendar .flatpickr-day:hover {
    background: #F7F7F7;
    border: 1px solid #222222;
}

.airbnb-style-calendar .flatpickr-day.today {
    font-weight: 600;
    background: transparent;
    color: #222222;
    position: relative;
}

.airbnb-style-calendar .flatpickr-day.today::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #222222;
    border-radius: 50%;
}

/* Disabled dates styling */
.airbnb-style-calendar .flatpickr-day.flatpickr-disabled {
    color: #e0e0e0 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background: transparent !important;
}

/* Hide the "today" indicator dot when today is disabled */
.airbnb-style-calendar .flatpickr-day.flatpickr-disabled.today::after {
    display: none !important;
}

/* Remove border from disabled today */
.airbnb-style-calendar .flatpickr-day.flatpickr-disabled.today {
    border: none !important;
}

.airbnb-style-calendar .flatpickr-day.selected,
.airbnb-style-calendar .flatpickr-day.startRange,
.airbnb-style-calendar .flatpickr-day.endRange {
    background: #222222;
    color: white;
    border-radius: 50%;
    border: none;
    font-weight: 600;
}

.airbnb-style-calendar .flatpickr-day.inRange {
    background: #F7F7F7;
    border-radius: 0;
    box-shadow: none;
    color: #222222;
}

.airbnb-style-calendar .flatpickr-day.startRange {
    border-radius: 50% 0 0 50%;
}

.airbnb-style-calendar .flatpickr-day.endRange {
    border-radius: 0 50% 50% 0;
}

.airbnb-style-calendar .flatpickr-day.startRange.endRange {
    border-radius: 50%;
}

.airbnb-style-calendar .flatpickr-day.disabled,
.airbnb-style-calendar .flatpickr-day.prevMonthDay,
.airbnb-style-calendar .flatpickr-day.nextMonthDay {
    color: #DDDDDD;
    cursor: not-allowed;
}

.airbnb-style-calendar .flatpickr-day.disabled:hover {
    background: transparent;
    border: none;
}

/* Clean 2-month layout like Airbnb */
.airbnb-style-calendar .flatpickr-months {
    padding: 0 0 16px 0;
    gap: 24px;
}

/* Gap between the two months - divider */
.airbnb-style-calendar .flatpickr-months .flatpickr-month:last-child {
    border-left: 1px solid #EBEBEB;
    padding-left: 24px;
    margin-left: 24px;
}

.airbnb-style-calendar.showTimeInput.hasTime .flatpickr-time {
    display: none;
}

/* Prevent calendar overflow */
.flatpickr-calendar {
    max-width: 100vw;
    box-sizing: border-box;
}

/* Clean Airbnb-style calendar - 2 months side by side, centered near top */
.airbnb-style-calendar.flatpickr-calendar {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    border: 1px solid #EBEBEB;
    padding: 24px;
    background: white;
    position: fixed !important;
    left: 50% !important;
    top: 222px !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    max-width: 90vw;
    z-index: 9999 !important;
    min-height: 420px; /* Fixed height to prevent jumping */
}

/* Backdrop when calendar is open */
.airbnb-style-calendar.flatpickr-calendar.open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

/* Responsive - Mobile shows 1 month at a time */
@media (max-width: 768px) {
    .airbnb-style-calendar.flatpickr-calendar {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        transform: none !important;
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 16px 16px 0 0 !important;
        max-height: 85vh;
        overflow-y: auto;
        padding: 20px;
    }
    
    .airbnb-style-calendar .flatpickr-months {
        padding: 0;
    }
    
    .airbnb-style-calendar .flatpickr-month {
        padding: 0;
        border: none !important;
    }
}

/* Mapbox Geocoder Custom Styling */
.search-where #geocoder-container {
    width: 100%;
    max-width: 180px;
    z-index: 10001 !important;
    position: relative !important;
}

.search-where .mapboxgl-ctrl-geocoder {
    width: 100%;
    max-width: none;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    min-width: auto !important;
    position: relative !important;
    z-index: 10001 !important;
}

.search-where .mapboxgl-ctrl-geocoder--input {
    border: none !important;
    background: transparent !important;
    font-size: 14px !important;
    color: var(--text-dark) !important;
    padding: 2px 30px 2px 0 !important;
    height: 22px !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.4 !important;
}

.search-where .mapboxgl-ctrl-geocoder--input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.search-where .mapboxgl-ctrl-geocoder--icon {
    display: none !important;
}

.search-where .mapboxgl-ctrl-geocoder--button {
    background: transparent !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
}

.mapboxgl-ctrl-geocoder .suggestions {
    border-radius: var(--radius-md) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15) !important;
    border: 1px solid var(--border-color) !important;
    margin-top: 12px !important;
    font-family: 'Poppins', sans-serif !important;
    z-index: 10002 !important;
    background: white !important;
    position: absolute !important;
    top: 100% !important;
    left: -16px !important;
    min-width: 350px !important;
}

.mapboxgl-ctrl-geocoder--suggestion-list {
    z-index: 10002 !important;
}

/* Hide geocoder dropdown on initial page load when pre-filling location */
body.suppress-geocoder-dropdown .mapboxgl-ctrl-geocoder--suggestion-list,
body.suppress-geocoder-dropdown .mapboxgl-ctrl-geocoder .suggestions {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.mapboxgl-ctrl-geocoder--suggestion {
    padding: 14px 16px !important;
    font-size: 14px !important;
    color: var(--text-dark) !important;
    border-bottom: 1px solid var(--bg-light) !important;
}

.mapboxgl-ctrl-geocoder--suggestion:last-child {
    border-bottom: none !important;
}

.mapboxgl-ctrl-geocoder--suggestion:hover {
    background: var(--bg-light) !important;
    cursor: pointer !important;
}

.mapboxgl-ctrl-geocoder--suggestion-title {
    font-weight: 500 !important;
    margin-bottom: 2px !important;
}

.mapboxgl-ctrl-geocoder--suggestion-address {
    color: var(--text-gray) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.search-field-divider {
    width: 1px;
    height: 32px;
    background: var(--border-color);
}

/* Loading Spinner - Centered */
.ajax-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10002 !important; /* Above calendar */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: white;
    padding: 40px 60px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    text-align: center;
}

.ajax-loading p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
}

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

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

.browse-header {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    padding: 20px;
    background: white;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;
}

.browse-header .breadcrumb {
    display: none;
}

.browse-header .airbnb-search-bar {
    flex: 1 1 auto;
    margin-bottom: 0;
    max-height: 200px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease, flex 0.3s ease;
}

.browse-header.search-collapsed .airbnb-search-bar {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    pointer-events: none;
    flex: 0 0 0 !important;
    min-width: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    display: none !important;
}

.browse-header.search-collapsed .breadcrumb {
    flex: 1;
}

.btn-toggle-search {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--bg-light) !important;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--text-dark) !important;
    white-space: nowrap;
}

.btn-toggle-search:hover,
.btn-toggle-search:focus {
    border-color: var(--text-dark) !important;
    background: white !important;
    color: var(--text-dark) !important;
}

.btn-toggle-search svg {
    fill: var(--text-dark) !important;
    color: var(--text-dark) !important;
}

.btn-toggle-search svg {
    width: 16px;
    height: 16px;
}

.btn-toggle-search svg:last-child {
    transition: transform 0.3s ease;
}

.browse-header:not(.search-collapsed) .btn-toggle-search svg:last-child {
    transform: rotate(180deg);
}

/* Search bar inside browse-header */
.browse-header .airbnb-search-bar {
    margin-bottom: 0;
    flex: 1 1 auto;
    max-width: none;
}

/* Responsive browse header */
@media (max-width: 1024px) {
    .browse-header {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .browse-header .airbnb-search-bar {
        flex: 1 1 auto;
        min-width: 0;
    }
    
    .btn-open-filters {
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .browse-header {
        gap: 8px;
        margin-bottom: 0;
        padding: 12px;
        flex-wrap: wrap;
        max-width: 100vw;
        width: 100%;
        overflow-x: hidden;
    }
    
    .browse-header .breadcrumb {
        display: none;
    }
    
    .btn-toggle-search {
        display: flex;
        flex: 1 1 0;
        order: 1;
        min-width: 0;
    }
    
    .btn-open-filters {
        order: 2;
        flex: 1 1 0;
        min-width: 0;
    }
    
    .browse-header.search-collapsed .btn-toggle-search {
        flex: 1 1 0;
        min-width: 0;
    }
    
    .browse-header.search-collapsed .btn-open-filters {
        flex: 1 1 0;
        min-width: 0;
    }
    
    .ohana-browse-page .browse-container {
        padding: 0;
    }
    
    .browse-split-view {
        padding: 0;
    }
    
    .breadcrumb {
        font-size: 13px;
        padding: 0 4px;
    }
    
    /* Collapsible search on mobile */
    .browse-header .airbnb-search-bar {
        width: 100%;
        order: 3;
        flex: 1 1 100%;
        max-height: 500px;
        margin-top: 12px;
        transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease, flex 0.3s ease;
    }
    
    .browse-header.search-collapsed .airbnb-search-bar {
        margin-top: 0;
        flex: 0 0 0 !important;
        min-width: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        display: none !important;
    }
    
    /* Availability message mobile */
    .availability-message {
        flex-wrap: wrap;
        padding: 12px 16px;
        gap: 12px;
    }
    
    .availability-message-content {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .availability-message span {
        font-size: 13px;
    }
    
    .btn-clear-dates {
        width: 100%;
        text-align: center;
        order: 3;
    }
}

/* Mobile search button - handled in main mobile section below */

.breadcrumb {
    color: var(--text-gray);
    font-size: 14px;
}

.breadcrumb a {
    color: var(--text-gray);
    text-decoration: none;
}

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

.breadcrumb span {
    color: var(--text-dark);
}

/* Availability Message */
.availability-message {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: linear-gradient(135deg, #52C99C 0%, #45B88C 100%);
    color: white;
    padding: 16px 24px;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    animation: slideDown 0.4s ease-out;
}

.availability-message svg {
    flex-shrink: 0;
    color: white;
    width: 24px;
    height: 24px;
}

.availability-message-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.availability-message span {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.availability-message strong {
    font-weight: 700;
}

.btn-clear-dates {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-clear-dates:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Filter Button (Airbnb Style) */
.btn-open-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: white !important;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--text-dark) !important;
}

.btn-open-filters:hover,
.btn-open-filters:focus {
    border-color: var(--text-dark) !important;
    background: white !important;
    color: var(--text-dark) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.btn-open-filters svg {
    fill: var(--text-dark) !important;
    color: var(--text-dark) !important;
}

/* Filter Modal (Airbnb Style) */
.filter-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    animation: fadeIn 0.2s ease;
}

.filter-modal.active {
    display: block;
}

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

.filter-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.filter-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: var(--radius-lg);
    width: 90%;
    max-width: 780px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 2;
    box-shadow: 0 8px 48px rgba(0,0,0,0.28);
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translate(-50%, -45%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.filter-modal-header {
    position: relative;
    padding: 24px;
    border-bottom: 1px solid var(--border-color);
}

.filter-modal-header h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.btn-close-modal {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.btn-close-modal:hover {
    background: var(--bg-light);
}

.filter-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.filter-section {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--border-color);
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.filter-section h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Filter Input */
.filter-input-large {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 15px;
    background: white;
    transition: border-color 0.2s ease;
}

.filter-input-large:focus {
    outline: none;
    border-color: var(--text-dark);
}

/* Filter Row with Counter */
.filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.filter-row label {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-dark);
}

.filter-counter {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-counter {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    background: white;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: var(--text-dark);
}

.btn-counter:hover {
    border-color: var(--text-dark);
    transform: scale(1.05);
}

.btn-counter:active {
    transform: scale(0.95);
}

.counter-value {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-dark);
}

.counter-value:focus {
    outline: none;
}

/* Radio Group */
.filter-radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-radio {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-radio:hover {
    border-color: var(--text-dark);
    background: var(--bg-light);
}

.filter-radio input[type="radio"] {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.filter-radio span {
    font-size: 15px;
    color: var(--text-dark);
}

/* Modal Footer */
.filter-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-top: 1px solid var(--border-color);
}

.btn-clear-filters {
    background: none;
    border: none;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    padding: 8px 16px;
    transition: color 0.2s ease;
}

.btn-clear-filters:hover {
    color: var(--primary-color);
}

.btn-show-results {
    background: var(--text-dark);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-show-results:hover {
    background: #0d1623;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.browse-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
    justify-content: center;
    max-width: 100%;
}

.property-card-browse {
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
}

.property-card-browse:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.property-meta {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    font-size: 13px;
    color: var(--text-gray);
}

.property-meta span {
    display: flex;
    align-items: center;
}

/* Browse Split View - 50/50 Map and Properties */
.browse-split-view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 0;
    padding: 24px;
    max-width: 100%;
}

.browse-grid-container {
    overflow-y: auto;
    max-height: calc(100vh - 250px);
    padding-right: 12px;
    padding-left: 0;
}

/* Loading States */
.browse-grid.loading {
    position: relative;
    pointer-events: none;
}

.browse-grid.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 10;
    backdrop-filter: blur(2px);
}

.browse-grid.loading .property-card-browse {
    opacity: 0.5;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

@keyframes skeleton-pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.3; }
}

/* Fade in animation for properties */
.property-card-browse {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.property-card-browse.fade-in {
    animation: fadeInUp 0.4s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Map Container */
.browse-map-container {
    position: sticky;
    top: 120px;
    height: calc(100vh - 180px);
}

#stays-map {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Mobile Property Preview (Airbnb Style - Sticky Bottom) */
.mobile-property-preview {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
    padding: 16px;
    padding-right: 56px;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

/* Hide on desktop */
@media (min-width: 769px) {
    .mobile-property-preview {
        display: none !important;
    }
}

/* Mobile Navigation Buttons Container */
.mobile-nav-buttons {
    display: none;
}

@media (max-width: 768px) {
    .mobile-nav-buttons {
        display: block;
    }
}

/* Floating Navigation Buttons (Mobile Only) */
.map-nav-btn {
    position: fixed;
    bottom: max(24px, env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    background: #1A2332;
    color: white;
    border: none;
    border-radius: 28px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    cursor: pointer;
    z-index: 999;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    white-space: nowrap;
    opacity: 0;
    animation: fadeInUpCentered 0.3s ease-out forwards;
}

@keyframes fadeInUpCentered {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.map-nav-btn:active {
    background: #2A3342;
    transform: translateX(-50%) scale(0.96);
}

.map-nav-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Hide on desktop */
@media (min-width: 769px) {
    .mobile-nav-buttons,
    .map-nav-btn {
        display: none !important;
    }
}

.mobile-property-preview.active {
    transform: translateY(0);
}

.preview-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s ease;
    padding: 0;
    flex-shrink: 0;
}

.preview-close:hover,
.preview-close:active {
    background: rgba(0,0,0,0.8);
}

.preview-close svg {
    width: 14px;
    height: 14px;
    pointer-events: none;
}

.preview-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    align-items: center;
    width: 100%;
}

.preview-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.preview-details {
    flex: 1;
    min-width: 0;
    max-width: calc(100% - 92px);
    overflow: hidden;
}

.preview-title {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1A2332;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    max-height: 2.8em;
    word-wrap: break-word;
    word-break: break-word;
}

.preview-price {
    margin: 0;
    font-size: 14px;
    color: #FF6B6B;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Mapbox Price Markers (Airbnb Style) - Optimized for Performance */
.mapbox-price-marker {
    cursor: pointer;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.mapbox-price-marker .price-marker-label {
    background: white;
    color: #1A2332;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 24px;
    border: 2px solid #FF6B6B;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    white-space: nowrap;
    transition: all 0.2s ease;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.mapbox-price-marker:hover .price-marker-label,
.mapbox-price-marker.active .price-marker-label {
    background: #1A2332;
    color: white;
    border-color: #1A2332;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 1000;
}

/* Mapbox Popup Styles */
.mapboxgl-popup-content {
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    border-top-color: white;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    border-bottom-color: white;
}

.map-popup {
    padding: 0;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 40px 0;
}

.pagination a,
.pagination span {
    padding: 10px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    text-decoration: none;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.pagination a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.pagination .current {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* No Results Message */
.no-results-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    grid-column: 1 / -1;
    color: var(--text-gray);
}

.no-results-container svg {
    color: var(--text-light);
    margin-bottom: 24px;
}

.no-results-container h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.no-results-container p {
    font-size: 16px;
    color: var(--text-gray);
    max-width: 400px;
    line-height: 1.6;
    margin: 0;
}

.no-results {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-gray);
    font-size: 18px;
}

/* =====================================================
   6. SINGLE STAY PAGE STYLES
   ===================================================== */

.ohana-single-stay {
    padding: 40px 0 80px;
}

.single-stay-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    margin-top: 30px;
}

.stay-main-content {
    min-width: 0; /* Critical for grid items to allow shrinking */
    overflow: hidden;
}

/* Image Carousel */
.stay-gallery-carousel {
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.carousel-arrow:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
}

.carousel-arrow-left {
    left: 20px;
}

.carousel-arrow-right {
    right: 20px;
}

.carousel-arrow svg {
    color: #333;
}

.carousel-counter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
}

/* Carousel Thumbnails */
.carousel-thumbnails {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.thumbnails-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 4px 0;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.thumbnails-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

.thumbnail-item {
    min-width: 100px;
    width: 100px;
    height: 70px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.thumbnail-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.thumbnail-item:hover::after {
    background: rgba(0, 0, 0, 0.2);
}

.thumbnail-item.active {
    outline: 3px solid var(--primary-color, #2563eb);
    outline-offset: 0;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.thumbnail-item.active::after {
    opacity: 0;
}

/* Stay Header */
.stay-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.stay-title {
    font-size: 2.5rem;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.stay-location {
    color: var(--text-gray);
    font-size: 16px;
}

/* Stay Sections */
.stay-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
}

.stay-section:last-child {
    border-bottom: none;
}

.stay-section h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.stay-description {
    color: var(--text-gray);
    line-height: 1.8;
}

/* Property Specs */
.property-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.spec-item {
    text-align: center;
    padding: 20px;
    background: var(--bg-light);
    border-radius: var(--radius-md);
}

.spec-icon {
    font-size: 2.5rem;
    margin-bottom: 12px;
}

.spec-details strong {
    display: block;
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.spec-details span {
    color: var(--text-gray);
    font-size: 14px;
}

/* Amenities */
.amenities-grid,
.amenities-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--bg-light);
    border-radius: var(--radius-sm);
}

.amenity-item-hidden {
    display: none;
}

.amenity-icon {
    font-size: 22px;
    min-width: 24px;
}

.btn-show-amenities {
    margin-top: 20px;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.btn-show-amenities:hover {
    background: var(--bg-light);
    border-color: var(--text-dark);
}

.btn-show-amenities .chevron-icon {
    transition: transform 0.3s ease;
}

/* Mobile Sticky Booking Widget */
.mobile-sticky-booking {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.mobile-sticky-booking.visible {
    display: block;
}

.mobile-sticky-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998;
}

.mobile-sticky-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-booking-container {
    background: white;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.3s ease, border-radius 0.3s ease;
    position: relative;
    z-index: 9999;
}

.mobile-booking-container.expanded {
    max-height: 85vh;
    border-radius: 20px 20px 0 0;
}

/* Don't block date picker */
.date-picker-modal.active ~ * .mobile-booking-container {
    z-index: 1;
}

.mobile-booking-header {
    background: white;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.mobile-booking-container.expanded .mobile-booking-header {
    border-bottom: 1px solid var(--border-color);
}

.mobile-sticky-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-sticky-price .date-range-text {
    font-size: 11px;
    color: var(--text-gray);
    font-weight: 400;
}

.mobile-sticky-price .price-amount {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
}

.mobile-sticky-price .price-loading {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-dark);
}

.mobile-sticky-price .price-unit {
    font-size: 14px;
    color: var(--text-gray);
}

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

.btn-mobile-book {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: var(--radius-md);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.btn-mobile-book:hover {
    background: var(--primary-hover);
}

.btn-mobile-book.text-style {
    background: transparent;
    color: #222222;
    padding: 0;
    border-radius: 0;
}

.btn-mobile-book.text-style .btn-text {
    text-decoration: underline;
}

.btn-mobile-book.text-style:hover {
    background: transparent;
    opacity: 0.7;
}

.btn-mobile-book svg {
    transition: transform 0.3s ease;
    transform-origin: center;
}



.mobile-booking-content {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(85vh - 80px);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-booking-container.expanded .mobile-booking-content {
    opacity: 1;
    transform: translateY(0);
}

/* Booking Widget */
.stay-sidebar {
    position: sticky;
    top: 100px; /* Stick below the fixed header (80px) with some spacing */
    align-self: flex-start; /* Prevent stretching to full height */
}

.booking-widget {
    background: white;
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.booking-widget h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.booking-widget select,
#rate-plan-select {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    font-family: inherit;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: white;
    cursor: pointer;
    transition: border-color 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.booking-widget select:hover,
#rate-plan-select:hover {
    border-color: var(--primary-color);
}

.booking-widget select:focus,
#rate-plan-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

.booking-price {
    margin-bottom: 30px;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.price-unit {
    color: var(--text-gray);
    font-size: 16px;
    margin-left: 8px;
}

.booking-form .form-group {
    margin-bottom: 0;
}

.booking-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222222;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.night-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--bg-light);
    border-radius: var(--radius-sm);
}

.btn-minus,
.btn-plus {
    width: 36px;
    height: 36px;
    border: none;
    background: white;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    color: var(--primary-color);
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-minus:hover,
.btn-plus:hover {
    background: var(--primary-color);
    color: white;
}

.nights-input {
    width: 60px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
}

.nights-label {
    color: var(--text-gray);
}

.date-range {
    display: block;
    width: 100%;
    position: relative;
}

.date-range input[type="text"] {
    padding: 16px 50px 16px 20px;
    border: 2px solid #DDDDDD;
    border-radius: 12px;
    background: white;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.date-range input[type="text"]::placeholder {
    color: #717171;
    font-weight: 400;
}

.date-range input[type="text"]:hover {
    border-color: #222222;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.date-range input[type="text"]:focus {
    outline: none;
    border-color: #222222;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Calendar icon */
.date-range::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23222222' 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");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

.date-separator {
    color: var(--text-gray);
}

.booking-summary {
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin-bottom: 24px;
}

.quote-breakdown {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-row.total-row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
}

.total-price {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* Loading Spinner */
.spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

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

.total-price small {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-gray);
}

.btn-continue {
    width: 100%;
}

/* Related Properties */
.section-related {
    padding: 60px 0;
    background: var(--bg-light);
}

.property-card-related {
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    position: relative;
}

.property-card-related:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

/* =====================================================
   7. BOOKING FLOW STYLES
   ===================================================== */

.ohana-booking-page,
.ohana-payment-page,
.ohana-complete-page {
    padding: 60px 0;
    min-height: 70vh;
}

/* Progress Steps */
.booking-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
}

.step {
    position: relative;
}

.step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--border-color);
    color: var(--text-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.step.active .step-circle {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.2);
}

.step.completed .step-circle {
    background: var(--primary-color);
    color: white;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 60px;
    width: 60px;
    height: 2px;
    background: var(--border-color);
}

.step.completed:not(:last-child)::after {
    background: var(--primary-color);
}

/* Page Headers */
.page-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.page-subtitle {
    text-align: center;
    color: var(--text-gray);
    margin-bottom: 50px;
}

/* Booking Layout */
.booking-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.booking-property-card {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    height: fit-content;
    position: sticky;
    top: 40px;
}

.property-card-image {
    height: 280px;
    background-size: cover;
    background-position: center;
}

.property-card-details {
    padding: 24px;
}

.property-card-details h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.property-card-location {
    color: var(--text-gray);
    font-size: 14px;
    margin-bottom: 16px;
}

.property-card-price {
    padding: 16px;
    background: var(--bg-light);
    border-radius: var(--radius-sm);
    text-align: center;
}

.property-card-price strong {
    color: var(--primary-color);
    font-size: 1.25rem;
}

/* Booking Form Container */
.booking-form-container {
    background: white;
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.booking-info-form .form-group {
    margin-bottom: 24px;
}

.booking-info-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.booking-info-form input {
    width: 100%;
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-size: 15px;
    background: var(--bg-light);
}

.booking-info-form input:focus {
    outline: none;
    border-color: var(--primary-color);
    background: white;
}

.form-actions {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.form-actions .btn-continue,
.form-actions .btn-cancel {
    flex: 1;
}

/* =====================================================
   8. PAYMENT PAGE STYLES
   ===================================================== */

.payment-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.payment-instructions,
.payment-upload {
    background: white;
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.payment-instructions h3,
.payment-upload h3 {
    font-size: 1.5rem;
    margin-bottom: 24px;
}

.payment-details {
    margin-bottom: 30px;
    padding: 20px;
    background: var(--bg-light);
    border-radius: var(--radius-sm);
}

.payment-details p {
    margin-bottom: 8px;
    color: var(--text-dark);
}

.bank-accounts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bank-account {
    display: flex;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
}

.bank-logo {
    width: 60px;
    height: 30px;
    object-fit: contain;
}

.bank-details strong {
    display: block;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.bank-details p {
    margin: 4px 0;
    color: var(--text-gray);
    font-size: 14px;
}

/* Upload Field */
.upload-field {
    position: relative;
    margin-bottom: 24px;
}

.upload-field input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.upload-label {
    display: block;
    padding: 40px 20px;
    border: 2px dashed var(--border-color);
    border-radius: var(--radius-md);
    text-align: center;
    background: var(--bg-light);
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-label:hover {
    border-color: var(--primary-color);
    background: white;
}

.upload-placeholder {
    color: var(--text-gray);
    font-size: 15px;
}

.payment-form .form-group {
    margin-bottom: 20px;
}

.payment-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.payment-form input {
    width: 100%;
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-size: 15px;
    background: var(--bg-light);
}

.payment-form input:focus {
    outline: none;
    border-color: var(--primary-color);
    background: white;
}

/* =====================================================
   9. BOOKING COMPLETE PAGE STYLES
   ===================================================== */

.completion-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.completion-title {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 40px;
}

.success-illustration {
    margin: 40px 0;
}

.completion-message {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 40px;
}

.btn-home {
    display: inline-block;
    padding: 16px 48px;
    font-size: 16px;
}

/* =====================================================
   10. HEADER STYLES
   ===================================================== */

.ohana-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    max-width: 100vw;
    overflow-x: hidden;
}

.ohana-header.scrolled {
    /* Shadow now always applied */
}

.ohana-header.scroll-down {
    transform: translateY(-100%);
}

.ohana-header.scroll-up {
    transform: translateY(0);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

/* Logo */
.header-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.header-logo a:hover {
    transform: scale(1.05);
}

.logo-icon {
    font-size: 32px;
    line-height: 1;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: var(--text-dark);
    letter-spacing: -0.5px;
}

.logo-image {
    height: 48px;
    width: auto;
    display: block;
}

/* Navigation */
.header-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-menu {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding: 8px 0;
    transition: color 0.3s ease;
}

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

.nav-link.active {
    color: var(--primary-color);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-host {
    background: var(--primary-color);
    color: white;
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-host:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.btn-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.btn-menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Mobile Menu */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

.mobile-menu-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 85vw;
    background: white;
    padding: 24px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--text-dark);
    transition: transform 0.3s ease;
}

.mobile-menu-close:hover {
    transform: rotate(90deg);
}

.mobile-nav {
    margin-top: 60px;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav li {
    margin-bottom: 8px;
}

.mobile-nav li a {
    display: block;
    padding: 16px;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: all 0.3s ease;
}

.mobile-nav li a:hover {
    background: var(--bg-light);
    color: var(--primary-color);
}

.mobile-nav-cta {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
}

.btn-host-mobile {
    background: var(--primary-color) !important;
    color: white !important;
    text-align: center;
    font-weight: 600;
}

.btn-host-mobile:hover {
    background: var(--primary-hover) !important;
}

/* Add padding to body to account for fixed header */
body {
    padding-top: 80px;
}

/* =====================================================
   11. FOOTER STYLES
   ===================================================== */

.ohana-footer {
    background: var(--secondary-color);
    color: white;
    padding: 60px 0 30px;
    margin-top: 80px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

/* Footer Brand Column */
.footer-brand {
    max-width: 320px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.footer-logo .logo-icon {
    font-size: 32px;
}

.footer-logo .logo-text {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: white;
}

.footer-logo .logo-image {
    height: 48px;
    width: auto;
    display: block;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

/* Footer Columns */
.footer-column h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: white;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-legal p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.separator {
    color: rgba(255, 255, 255, 0.3);
}

.footer-badges {
    display: flex;
    gap: 12px;
}

.badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

/* =====================================================
   12. RESPONSIVE STYLES
   ===================================================== */

@media (max-width: 1200px) {
    .property-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .single-stay-layout {
        grid-template-columns: 1fr 350px;
    }
    
    /* Browse page - adjust for smaller screens */
    .browse-split-view {
        grid-template-columns: 1fr 400px;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .search-field-group {
        grid-template-columns: 1fr;
    }
    
    .property-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .single-stay-layout {
        grid-template-columns: 1fr;
    }
    
    .stay-sidebar {
        position: static;
    }
    
    .property-specs {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
    
    .spec-item {
        padding: 16px 10px;
    }
    
    .spec-icon {
        font-size: 2rem;
        margin-bottom: 8px;
    }
    
    .spec-details strong {
        font-size: 18px;
    }
    
    .spec-details span {
        font-size: 12px;
    }
    
    .amenities-grid,
    .amenities-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mobile-sticky-booking {
        display: block;
    }
    
    .stay-sidebar {
        display: none !important;
    }
    
    .booking-layout,
    .payment-layout {
        grid-template-columns: 1fr;
    }
    
    .booking-property-card {
        position: static;
    }
    
    .filter-bar form {
        grid-template-columns: 1fr;
    }
    
    /* Browse page responsive */
    .browse-split-view {
        grid-template-columns: 1fr;
    }
    
    .browse-map-container {
        position: relative;
        top: 0;
        height: calc(100vh - 250px);
        min-height: 350px;
        max-height: calc(100vh - 80px);
        order: -1;
    }
    
    #stays-map {
        border-radius: 0;
        box-shadow: none;
    }
    
    .browse-grid-container {
        max-height: none;
        padding: 20px;
    }
    
    .browse-grid {
        gap: 20px;
    }
    
    /* Filter modal responsive */
    .filter-modal-content {
        width: 95%;
        max-width: 600px;
    }
    
    /* Search bar tablet */
    .search-bar-fields {
        flex-wrap: wrap;
        padding: 12px;
        justify-content: center;
    }
    
    .search-where #geocoder-container {
        max-width: 200px;
    }
    
    .search-field-divider {
        display: none;
    }
    
    /* Header responsive */
    .header-nav {
        display: none;
    }
    
    .btn-host {
        display: none;
    }
    
    .btn-menu-toggle {
        display: flex;
    }
    
    .header-container {
        padding: 0 20px;
    }
    
    /* Footer responsive */
    .footer-top {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    /* Search bar mobile - Optimized */
    .airbnb-search-bar,
    .hero-search-bar {
        max-width: 100%;
        padding: 0;
    }
    
    .search-bar-fields {
        flex-direction: column;
        padding: 8px;
        border-radius: 20px;
        width: 100%;
        gap: 0;
        background: white;
    }
    
    .search-field {
        width: 100%;
        padding: 16px 20px;
        border-radius: 12px;
        border-bottom: 1px solid var(--border-color);
        transition: background 0.2s ease;
    }
    
    .search-field:last-of-type {
        border-bottom: none;
    }
    
    .search-field label {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--text-gray);
        margin-bottom: 6px;
    }
    
    .search-field input {
        width: 100% !important;
        font-size: 16px;
        padding: 0;
    }
    
    .search-where {
        min-width: 100%;
    }
    
    .search-where #geocoder-container,
    .search-where #hero-geocoder-container {
        width: 100%;
        max-width: 100%;
    }
    
    .search-where .mapboxgl-ctrl-geocoder {
        width: 100%;
        max-width: 100%;
    }
    
    .search-where .mapboxgl-ctrl-geocoder--input {
        font-size: 15px !important;
        padding: 0 30px 0 0 !important;
    }
    
    .mapboxgl-ctrl-geocoder .suggestions {
        min-width: calc(100vw - 48px) !important;
        left: -20px !important;
        max-width: calc(100vw - 48px) !important;
        margin-top: 8px !important;
    }
    
    .search-field-divider {
        display: none;
    }
    
    .search-button {
        width: calc(100% - 16px);
        margin: 8px;
        padding: 16px 24px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        justify-content: center;
    }
    
    .btn-search-main {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        margin-top: 8px;
    }
    
    /* Filter modal mobile */
    .filter-modal-content {
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
        top: 0;
        left: 0;
        transform: none;
    }
    
    @keyframes slideUp {
        from {
            transform: translateY(20px);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .filter-modal-body {
        padding: 20px;
    }
    
    .filter-section {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
    

    .hero-section {
        height: auto;
        min-height: 480px;
        padding: 60px 0 80px;
    }
    
    .hero-content {
        padding: 0 16px;
        width: 100%;
    }
    
    .brand-name {
        font-size: 2.5rem;
    }
    
    .hero-title {
        font-size: 1.75rem;
        margin-bottom: 32px;
    }
    
    /* Hero search bar mobile specific */
    .hero-search-bar {
        width: 100%;
        max-width: 100%;
    }
    
    .hero-search-bar .search-bar-fields {
        box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    }
    
    .property-grid,
    .browse-grid,
    .property-grid-4 {
        grid-template-columns: 1fr;
    }
    
    .carousel-container {
        height: 300px;
    }
    
    .carousel-arrow {
        width: 40px;
        height: 40px;
    }
    
    .carousel-arrow-left {
        left: 10px;
    }
    
    .carousel-arrow-right {
        right: 10px;
    }
    
    .carousel-counter {
        bottom: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .thumbnail-item {
        min-width: 70px;
        width: 70px;
        height: 50px;
    }
    
    .thumbnail-item.active {
        outline-width: 2px;
    }
    
    .carousel-thumbnails {
        margin-top: 12px;
    }
    
    .thumbnails-wrapper {
        gap: 8px;
    }
    
    .property-specs {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .spec-item {
        padding: 12px 8px;
    }
    
    .spec-icon {
        font-size: 1.5rem;
        margin-bottom: 6px;
    }
    
    .spec-details strong {
        font-size: 16px;
        display: block;
        margin-bottom: 2px;
    }
    
    .spec-details span {
        font-size: 11px;
        line-height: 1.2;
    }
    
    .amenities-grid,
    .amenities-container {
        grid-template-columns: 1fr;
    }
    
    .booking-steps {
        gap: 30px;
    }
    
    .step:not(:last-child)::after {
        width: 30px;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    /* Header mobile */
    .header-container {
        height: 70px;
    }
    
    .logo-text {
        font-size: 20px;
    }
    
    .logo-icon {
        font-size: 28px;
    }
    
    body {
        padding-top: 70px;
    }
    
    /* Footer mobile */
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-container {
        padding: 0 20px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 12px;
    }
    
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 500px;
        padding: 40px 0 60px;
    }
    
    .hero-content {
        padding: 0 12px;
    }
    
    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }
    
    .logo-badge {
        font-size: 12px;
        padding: 6px 16px;
    }
    
    .hero-search-form {
        padding: 20px;
    }
    
    /* Extra small screen search optimization */
    .search-bar-fields {
        padding: 6px;
        border-radius: 16px;
    }
    
    .search-field {
        padding: 14px 16px;
    }
    
    .search-field label {
        font-size: 10px;
        margin-bottom: 4px;
    }
    
    .search-field input {
        font-size: 16px !important;
    }
    
    .search-where .mapboxgl-ctrl-geocoder--input {
        font-size: 16px !important;
    }
    
    /* Prevent mobile zoom on input focus */
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        font-size: 16px !important;
    }
    
    .search-button {
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .mapboxgl-ctrl-geocoder .suggestions {
        min-width: calc(100vw - 32px) !important;
        left: -16px !important;
        max-width: calc(100vw - 32px) !important;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .completion-title {
        font-size: 2rem;
    }
    
    .stay-title {
        font-size: 1.75rem;
    }
    
    .booking-widget {
        padding: 20px;
    }
    
    .booking-form-container {
        padding: 24px;
    }
    
    .payment-instructions,
    .payment-upload {
        padding: 24px;
    }
    
    /* Header extra mobile */
    .header-container {
        height: 60px;
        padding: 0 16px;
    }
    
    .logo-text {
        font-size: 18px;
    }
    
    .logo-icon {
        font-size: 24px;
    }
    
    body {
        padding-top: 60px;
    }
    
    /* Footer extra mobile */
    .ohana-footer {
        padding: 40px 0 20px;
        margin-top: 60px;
    }
    
    .footer-container {
        padding: 0 16px;
    }
    
    .footer-top {
        gap: 32px;
        padding-bottom: 32px;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-tagline {
        text-align: center;
    }
}
/* ==========================================
   UNIVERSAL DATE PICKER MODAL
   ========================================== */

.date-picker-modal {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
    align-items: center !important;
    justify-content: center !important;
}

.date-picker-modal.active {
    display: flex !important;
}

.date-picker-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(4px);
    animation: fadeIn 0.3s ease;
}

.date-picker-container {
    position: relative !important;
    background: white !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    max-width: 90vw !important;
    max-height: 90vh !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 100000 !important;
}

.date-picker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px 20px;
    border-bottom: 1px solid #EBEBEB;
}

.date-picker-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.02em;
}

.date-picker-close {
    background: none;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #717171;
}

.date-picker-close:hover {
    background: #F7F7F7;
    color: #222;
    transform: scale(1.1);
}

.date-picker-body {
    padding: 32px 40px 24px;
    overflow-y: auto;
    flex: 1;
}

.date-picker-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    border-top: 1px solid #EBEBEB;
}

.btn-date-clear {
    background: none;
    border: none;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    padding: 10px 16px;
    transition: color 0.15s ease;
    border-radius: 8px;
}

.btn-date-clear:hover {
    background: #F7F7F7;
    text-decoration: none;
}

.btn-date-done {
    background: linear-gradient(to right, #E61E4D 0%, #E31C5F 50%, #D70466 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-date-done:hover {
    background: linear-gradient(to right, #D70466 0%, #E31C5F 50%, #E61E4D 100%);
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Universal Calendar Styles - Airbnb Design */
.universal-calendar.flatpickr-calendar {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    font-family: 'Circular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
}

.universal-calendar .flatpickr-months {
    padding: 0 0 24px 0;
    gap: 48px;
    display: flex;
}

.universal-calendar .flatpickr-month {
    height: auto;
    position: relative;
    padding: 0 56px;
    flex: 1;
}

.universal-calendar .flatpickr-current-month {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    padding: 12px 0;
    letter-spacing: -0.02em;
    position: static !important;
    text-align: center;
    height: auto;
    line-height: 1.4;
}

.universal-calendar .flatpickr-monthDropdown-months,
.universal-calendar .numInputWrapper {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
}

.universal-calendar .flatpickr-prev-month,
.universal-calendar .flatpickr-next-month {
    position: absolute !important;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    cursor: pointer;
    top: 8px !important;
}

.universal-calendar .flatpickr-prev-month {
    left: 12px !important;
}

.universal-calendar .flatpickr-next-month {
    right: 12px !important;
}

.universal-calendar .flatpickr-prev-month:hover,
.universal-calendar .flatpickr-next-month:hover {
    background: #F7F7F7;
    border-color: #222222;
    transform: scale(1.04);
}

.universal-calendar .flatpickr-prev-month svg,
.universal-calendar .flatpickr-next-month svg {
    fill: #222222;
    width: 12px;
    height: 12px;
}

.universal-calendar .flatpickr-weekdays {
    padding: 16px 0 12px;
    background: transparent;
}

.universal-calendar .flatpickr-weekday {
    color: #717171;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1;
}

.universal-calendar .flatpickr-days {
    padding: 0;
    width: 100% !important;
}

.universal-calendar .flatpickr-day {
    border-radius: 50% !important;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    border: none;
    margin: 0;
    height: 48px !important;
    line-height: 48px !important;
    max-width: 48px !important;
    min-width: 48px !important;
    width: 48px !important;
    flex-basis: 14.2857%;
    transition: all 0.15s ease;
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
}

.universal-calendar .flatpickr-day:hover:not(.disabled):not(.prevMonthDay):not(.nextMonthDay) {
    background: #F7F7F7;
    border: 1px solid #222222;
}

.universal-calendar .flatpickr-day.today {
    font-weight: 600;
    background: transparent;
    color: #222222;
    position: relative;
    border: 1px solid #222222;
}

.universal-calendar .flatpickr-day.today:not(.selected):not(.startRange):not(.endRange)::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #222222;
    border-radius: 50%;
}

/* Disabled dates styling */
.universal-calendar .flatpickr-day.flatpickr-disabled {
    color: #e0e0e0 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background: transparent !important;
}

/* Hide the "today" indicator dot when today is disabled */
.universal-calendar .flatpickr-day.flatpickr-disabled.today::before {
    display: none !important;
}

/* Remove border from disabled today */
.universal-calendar .flatpickr-day.flatpickr-disabled.today {
    border: none !important;
}

.universal-calendar .flatpickr-day.selected,
.universal-calendar .flatpickr-day.startRange,
.universal-calendar .flatpickr-day.endRange {
    background: #222222 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    border: none !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

/* Higher specificity to override .available class */
.universal-calendar .flatpickr-day.selected.available,
.universal-calendar .flatpickr-day.startRange.available,
.universal-calendar .flatpickr-day.endRange.available,
.universal-calendar .flatpickr-day.selected,
.universal-calendar .flatpickr-day.startRange,
.universal-calendar .flatpickr-day.endRange {
    color: #ffffff !important;
    background: #222222 !important;
}

.universal-calendar .flatpickr-day.selected *,
.universal-calendar .flatpickr-day.startRange *,
.universal-calendar .flatpickr-day.endRange * {
    color: #ffffff !important;
}

/* Force white text on selected dates - ultra high specificity */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.selected,
span.flatpickr-day.selected,
span.flatpickr-day.startRange,
span.flatpickr-day.endRange,
.universal-calendar span.flatpickr-day.selected.available,
.universal-calendar span.flatpickr-day.startRange.available,
.universal-calendar span.flatpickr-day.endRange.available {
    color: #ffffff !important;
}

.universal-calendar .flatpickr-day.inRange {
    background: #F7F7F7 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #222222 !important;
    border: none !important;
}

.universal-calendar .flatpickr-day.startRange:not(.endRange) {
    border-radius: 50% 0 0 50% !important;
}

.universal-calendar .flatpickr-day.endRange:not(.startRange) {
    border-radius: 0 50% 50% 0 !important;
}

.universal-calendar .flatpickr-day.startRange.endRange,
.universal-calendar .flatpickr-day.selected.startRange.endRange {
    border-radius: 50% !important;
}

.universal-calendar .flatpickr-day.disabled,
.universal-calendar .flatpickr-day.prevMonthDay,
.universal-calendar .flatpickr-day.nextMonthDay {
    color: #DDDDDD !important;
    cursor: not-allowed !important;
}

.universal-calendar .flatpickr-day.disabled:hover,
.universal-calendar .flatpickr-day.prevMonthDay:hover,
.universal-calendar .flatpickr-day.nextMonthDay:hover {
    background: transparent !important;
    border: none !important;
}

/* Gap between two months - Airbnb style */
.universal-calendar .flatpickr-months .flatpickr-month:last-child {
    border-left: 1px solid #EBEBEB;
    padding-left: 48px;
    margin-left: 48px;
}

/* Better day container spacing */
.universal-calendar .dayContainer {
    justify-content: space-between;
    padding: 0 4px;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .date-picker-container {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        max-height: 85vh !important;
        border-radius: 16px 16px 0 0 !important;
        animation: slideUpMobile 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        margin: 0 !important;
    }
    
    .date-picker-modal {
        padding: 0 !important;
    }
    
    .date-picker-header,
    .date-picker-body,
    .date-picker-footer {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .date-picker-body {
        overflow-x: hidden !important;
    }
    
    .universal-calendar .flatpickr-months .flatpickr-month {
        border: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        padding-right: 32px !important;
    }
    
    .universal-calendar .flatpickr-months .flatpickr-month:last-child {
        border: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    .universal-calendar .flatpickr-days {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .universal-calendar .dayContainer {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .universal-calendar .flatpickr-calendar {
        width: 100% !important;
    }
    
    .universal-calendar .flatpickr-innerContainer {
        width: 100% !important;
    }
    
    .universal-calendar .flatpickr-rContainer {
        width: 100% !important;
    }
    
    .universal-calendar .flatpickr-weekdays {
        width: 100% !important;
    }
    
    .universal-calendar .flatpickr-weekdaycontainer {
        width: 100% !important;
    }
    
    .universal-calendar .flatpickr-day {
        max-width: 14.2857% !important;
        flex: 1 0 14.2857% !important;
    }
    
    /* Override inline styles */
    .date-picker-modal.active .universal-calendar * {
        box-sizing: border-box !important;
    }
}

@keyframes slideUpMobile {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Availability Calendar Styling - Airbnb Style */
.universal-calendar .flatpickr-day.unavailable,
.universal-calendar .flatpickr-day.reserved,
.universal-calendar .flatpickr-day.booked {
    color: #DDDDDD !important;
    cursor: not-allowed !important;
    text-decoration: line-through;
    background: transparent !important;
    position: relative;
}

.universal-calendar .flatpickr-day.unavailable:hover,
.universal-calendar .flatpickr-day.reserved:hover,
.universal-calendar .flatpickr-day.booked:hover {
    background: transparent !important;
    border: none !important;
}

.universal-calendar .flatpickr-day.available:not(.selected):not(.startRange):not(.endRange) {
    color: #222222 !important;
}

/* Show subtle indicator for booked dates */
.universal-calendar .flatpickr-day.reserved::after,
.universal-calendar .flatpickr-day.booked::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #DDDDDD;
    border-radius: 50%;
}

/* Loading spinner for availability */
.availability-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.spinner-small {
    width: 16px;
    height: 16px;
    border: 2px solid #EBEBEB;
    border-top-color: #FF6B6B;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

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

