/* =============================================================================
   TATILPRO - Professional Search Bar Component
   Browser Inspection Date: 2026-01-11
   ============================================================================= */

/* === Font Family: Using Geist from theme-system.css === */
/* Font loaded in app.blade.php layout */

/* === Color Palette (Extracted from Voyage Kundu Export) === */
:root {
    --tatilpro-primary: #056BFD;
    --tatilpro-primary-hover: #5097FE;
    --tatilpro-primary-light: #E6F0FF;
    --tatilpro-price-red: #E1255F;
    --tatilpro-green: #16A34A;
    --tatilpro-bg: #F6F9FD;
    --tatilpro-white: #FFFFFF;
    --tatilpro-border: #E0E0E0;
    --tatilpro-dark: #000929;
    --tatilpro-text-dark: #000929;
    --tatilpro-text-gray: #666B7E;
    --tatilpro-text-light: #9E9E9E;
    --tatilpro-overlay: #00092966;
}

/* =============================================================================
   HERO SEARCH BAR - Pixel Perfect
   ============================================================================= */

.tatilpro-hero-search-wrapper {
    margin-bottom: 16px;
    z-index: 50;
    position: relative;
    /* Removed flex from here to avoid nesting issues */
}

.tatilpro-search-split-container {
    display: flex;
    gap: 16px;
    /* Split Gap */
    width: 100%;
}

/* Old .tatilpro-hero-search removed, split into: */

.tatilpro-search-left {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    /* Refined to 8px */
    padding: 6px;
    box-shadow: 0 4px 64px rgba(0, 0, 0, 0.1);
    /* Refined soft shadow */
    min-height: 72px;
    flex: 2.2;
    /* Widen Left Box */
    position: relative;
    /* For dropdown positioning */
}

.tatilpro-search-right {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    /* Refined to 8px */
    padding: 6px;
    box-shadow: 0 4px 64px rgba(0, 0, 0, 0.1);
    /* Refined soft shadow */
    min-height: 72px;
    flex: 1.8;
    /* Narrow Right Box */
}

/* Vertical Separator */
.tatilpro-search-separator {
    width: 1px;
    height: 40px;
    background: #efefef;
    margin: 0 4px;
}

/* Hotel Name / Input Field (Updated for Left Box) */
.tatilpro-search-hotel {
    display: flex;
    align-items: center;
    padding: 0 16px;
    flex: 1;
    width: 100%;
}

.tatilpro-icon-box {
    width: 36px;
    height: 36px;
    background-color: #eef6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.tatilpro-icon-box i {
    color: #0c2f54;
    font-size: 16px;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tatilpro-search-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    width: 100%;
    font-family: var(--font-primary);
}

.tatilpro-search-input::placeholder {
    color: #888;
    font-weight: 500;
}

/* -----------------------------------------------------------------------------
   ENTERPRISE FEATURES (Dropdown, Dates, Night Count)
   ----------------------------------------------------------------------------- */

/* Hotel Search Dropdown */
.tatilpro-search-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 16px;
    z-index: 100;
    border: 1px solid #eee;
}

.tatilpro-dropdown-section {
    margin-bottom: 12px;
}

.tatilpro-section-title {
    font-size: 12px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tatilpro-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.tatilpro-dropdown-item:hover {
    background: #f8f9fa;
}

.tatilpro-item-icon {
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #666;
    font-size: 14px;
}

.tatilpro-item-icon.blue {
    background: #eef6ff;
    color: #056bfd;
}

.tatilpro-item-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.tatilpro-item-desc {
    font-size: 12px;
    color: #888;
}

.tatilpro-dropdown-separator {
    height: 1px;
    background: #eee;
    margin: 8px 0 16px 0;
}

/* Enhanced Date Typography */
.tatilpro-search-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px;
    cursor: pointer;
    min-width: 120px;
    position: relative;
}

.tatilpro-date-label {
    font-size: 11px;
    color: #888;
    font-weight: 500;
    margin-bottom: 4px;
}

.tatilpro-date-display {
    display: flex;
    flex-direction: column;
}

.tatilpro-date-row-top {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.tatilpro-date-num {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.tatilpro-date-month {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.tatilpro-date-year {
    font-size: 11px;
    font-weight: 600;
    color: #056bfd;
    background: #eef6ff;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 2px;
}

.tatilpro-date-row-bottom {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

/* Night Count Indicator */
.tatilpro-night-count {
    position: absolute;
    right: -24px;
    top: 28%;
    transform: translateY(-50%);
    background: #056bfd;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    white-space: nowrap;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(5, 107, 253, 0.3);
}

.tatilpro-night-count i {
    font-size: 10px;
}

/* Date Pickers */
.tatilpro-search-dates {
    display: flex;
    align-items: center;
    position: relative;
    flex: 2;
}

.tatilpro-hidden-date-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 50%;
}

.tatilpro-date-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.tatilpro-search-date {
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tatilpro-date-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 2px;
}

.tatilpro-date-value {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.tatilpro-date-divider {
    width: 1px;
    height: 32px;
    background: #e0e0e0;
}

/* Guest Selector (Enterprise Polish) */
.tatilpro-search-guests {
    flex: 1;
    padding: 0 8px 0 2px;
    /* Super tight 2px to completely close gap */
    /* Increased left padding to shift right */
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tatilpro-guest-trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100px;
}

.tatilpro-guest-badge {
    background-color: #eef6ff;
    color: #056bfd;
    /* Blue Text to match reference */
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    /* Tighter padding */
    border-radius: 6px;
    margin-bottom: 4px;
    align-self: flex-start;
    display: inline-block;
    line-height: 1.2;
}

.tatilpro-guest-icon-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tatilpro-guest-icon-row i {
    font-size: 14px;
    color: #888;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tatilpro-guest-total {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

/* Guest Popover */
.tatilpro-guest-popover {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 20px;
    z-index: 1000;
    border: 1px solid #eee;
}

/* Popover Triangle */
.tatilpro-guest-popover::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 40px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.tatilpro-guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 600;
    color: #333;
}

.tatilpro-guest-row:last-child {
    margin-bottom: 0;
}

.tatilpro-counter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tatilpro-counter-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #0066cc;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.tatilpro-counter-btn:hover {
    border-color: #0066cc;
    background: #f0f7ff;
}

/* Search Button */
.tatilpro-search-btn {
    width: 56px;
    height: 56px;
    background: #0066cc;
    /* Brand Blue */
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.tatilpro-search-btn:hover {
    background: #0052a3;
}

/* 
   ============================================================================
   ULTRA PROFESSIONAL FLATPICKR CALENDAR (TATILPRO Style)
   ============================================================================
*/

/* Base Calendar Container */
.tatilpro-custom-flatpickr.flatpickr-calendar {
    width: auto !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2) !important;
    border-radius: 16px !important;
    background: #fff !important;
    overflow: visible !important;
}

/* Injected Tabs Container */
.tatilpro-flatpickr-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 20px 24px 0;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.tatilpro-tab {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    padding-bottom: 16px;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
}

.tatilpro-tab:hover {
    color: #1a2b48;
}

.tatilpro-tab.active {
    color: #0066cc;
}

.tatilpro-tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0066cc;
    border-radius: 3px 3px 0 0;
}

/* Month Header Container - FORCE WHITE */
.tatilpro-custom-flatpickr .flatpickr-months,
.flatpickr-calendar.tatilpro-custom-flatpickr .flatpickr-months,
.flatpickr-months {
    background: #fff !important;
    background-color: #fff !important;
    padding: 20px 24px 10px !important;
    border-bottom: none !important;
    align-items: center !important;
    height: auto !important;
}

/* Override any inline styles or theme */
.flatpickr-month,
.tatilpro-custom-flatpickr .flatpickr-month,
.flatpickr-calendar .flatpickr-month {
    background: #fff !important;
    background-color: #fff !important;
}

/* Individual Month Block */
.tatilpro-custom-flatpickr .flatpickr-month {
    background: transparent !important;
    color: #1a2b48 !important;
    fill: #1a2b48 !important;
    height: 36px !important;
    overflow: visible !important;
}

/* Month/Year Text */
.tatilpro-custom-flatpickr .flatpickr-current-month {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a2b48 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    position: static !important;
    height: auto !important;
}

.tatilpro-custom-flatpickr .flatpickr-current-month span.cur-month {
    font-weight: 700 !important;
    color: #1a2b48 !important;
    margin-right: 4px;
}

.tatilpro-custom-flatpickr .flatpickr-current-month .numInputWrapper {
    width: 60px !important;
}

.tatilpro-custom-flatpickr .flatpickr-current-month input.cur-year {
    font-weight: 700 !important;
    color: #0066cc !important;
    font-size: 16px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Navigation Arrows */
.tatilpro-custom-flatpickr .flatpickr-prev-month,
.tatilpro-custom-flatpickr .flatpickr-next-month {
    position: static !important;
    padding: 0 !important;
    height: 32px !important;
    width: 32px !important;
    background: #eef6ff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease;
}

.tatilpro-custom-flatpickr .flatpickr-prev-month svg,
.tatilpro-custom-flatpickr .flatpickr-next-month svg {
    fill: #0066cc !important;
    width: 12px !important;
    height: 12px !important;
}

.tatilpro-custom-flatpickr .flatpickr-prev-month:hover,
.tatilpro-custom-flatpickr .flatpickr-next-month:hover {
    background: #0066cc !important;
}

.tatilpro-custom-flatpickr .flatpickr-prev-month:hover svg,
.tatilpro-custom-flatpickr .flatpickr-next-month:hover svg {
    fill: #fff !important;
}

/* Weekdays */
.tatilpro-custom-flatpickr .flatpickr-weekdays {
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0;
}

.tatilpro-custom-flatpickr span.flatpickr-weekday {
    color: #9ca3af !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

/* Days Container */
.tatilpro-custom-flatpickr .flatpickr-days {
    background: #fff !important;
}

/* Day Cells */
.tatilpro-custom-flatpickr .flatpickr-day {
    border-radius: 50% !important;
    height: 38px !important;
    width: 38px !important;
    line-height: 38px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1a2b48;
    border: none !important;
    margin: 2px !important;
    transition: all 0.15s ease;
}

/* Day Hover */
.tatilpro-custom-flatpickr .flatpickr-day:hover {
    background: #eef6ff !important;
    color: #0066cc !important;
}

/* Today */
.tatilpro-custom-flatpickr .flatpickr-day.today {
    border: 2px solid #0066cc !important;
    background: transparent !important;
    color: #0066cc !important;
}

/* Selected Days */
.tatilpro-custom-flatpickr .flatpickr-day.selected,
.tatilpro-custom-flatpickr .flatpickr-day.startRange,
.tatilpro-custom-flatpickr .flatpickr-day.endRange {
    background: #0066cc !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3) !important;
}

/* In Range Days */
.tatilpro-custom-flatpickr .flatpickr-day.inRange {
    border-radius: 0 !important;
    background: #f0f7ff !important;
    color: #0066cc !important;
    box-shadow: -5px 0 0 #f0f7ff, 5px 0 0 #f0f7ff !important;
}

/* Range Start/End Corners */
.tatilpro-custom-flatpickr .flatpickr-day.startRange {
    border-radius: 50% 0 0 50% !important;
}

.tatilpro-custom-flatpickr .flatpickr-day.endRange {
    border-radius: 0 50% 50% 0 !important;
}

.tatilpro-custom-flatpickr .flatpickr-day.startRange.endRange {
    border-radius: 50% !important;
}

/* Disabled Days */
.tatilpro-custom-flatpickr .flatpickr-day.flatpickr-disabled,
.tatilpro-custom-flatpickr .flatpickr-day.prevMonthDay,
.tatilpro-custom-flatpickr .flatpickr-day.nextMonthDay {
    color: #d1d5db !important;
    background: transparent !important;
}

/* Holiday Dot */
.tatilpro-day-dot {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: #ff9800;
    border-radius: 50%;
}

.tatilpro-has-event {
    position: relative;
}

/* Footer Section */
.tatilpro-flatpickr-footer {
    padding: 16px 24px;
    background: #f9fafb;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 16px 16px;
}

.tatilpro-legend-item {
    font-size: 13px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tatilpro-dot.orange {
    width: 8px;
    height: 8px;
    background: #ff9800;
    border-radius: 50%;
    display: inline-block;
}

.tatilpro-clear-btn {
    font-size: 14px;
    color: #0066cc;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease;
}

.tatilpro-clear-btn:hover {
    color: #004799;
    text-decoration: underline;
}

.tatilpro-search-btn i {
    font-size: 16px;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Guest Dropdown */
.tatilpro-hero-guest-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 280px;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 9, 41, 0.12);
    padding: 16px;
    z-index: 100;
    margin-top: 8px;
}

.tatilpro-hero-guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--tatilpro-border);
}

.tatilpro-hero-guest-row:last-child {
    border-bottom: none;
}

.tatilpro-hero-guest-label {
    display: flex;
    flex-direction: column;
}

.tatilpro-hero-guest-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
}

.tatilpro-hero-guest-desc {
    font-size: 12px;
    color: var(--tatilpro-text-gray);
}

.tatilpro-hero-counter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tatilpro-hero-counter-btn {
    width: 32px;
    height: 32px;
    border: 1px solid var(--tatilpro-border);
    border-radius: 50%;
    background: var(--tatilpro-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tatilpro-primary);
    font-size: 12px;
    transition: all 0.2s;
}

.tatilpro-hero-counter-btn:hover:not(:disabled) {
    background: var(--tatilpro-primary-light);
    border-color: var(--tatilpro-primary);
}

.tatilpro-hero-counter-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tatilpro-hero-counter-value {
    font-size: 16px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    min-width: 24px;
    text-align: center;
}

/* CTA Button */
.tatilpro-hero-search__cta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: var(--tatilpro-primary);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.tatilpro-hero-search__cta:hover {
    background: var(--tatilpro-primary-hover);
}

.tatilpro-hero-search__cta i {
    font-size: 12px;
}

/* Responsive Hero Search */
@media (max-width: 1023px) {
    .tatilpro-hero-search {
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px;
    }

    .tatilpro-hero-search__hotel {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid var(--tatilpro-border);
        padding-bottom: 12px;
    }

    .tatilpro-hero-search__hotel-name {
        max-width: none;
    }

    .tatilpro-hero-search__date {
        flex: 1 1 45%;
        border-right: none;
        min-width: 0;
    }

    .tatilpro-hero-search__guest {
        flex: 1 1 45%;
        min-width: 0;
    }

    .tatilpro-hero-search__cta {
        flex: 1 1 100%;
        justify-content: center;
        margin-top: 8px;
    }
}

/* === Reset & Base === */
.tatilpro-page {
    background-color: var(--tatilpro-bg);
    color: var(--tatilpro-text-dark);
    font-family: var(--font-primary);
    font-size: 14px;
    line-height: 1.5;
}

/* === Container === */
.tatilpro-container {
    max-width: 1200px;
    /* Extracted */
    margin: 0 auto;
    padding: 0 16px;
}

/* === Breadcrumb Row === */
.tatilpro-breadcrumb-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 12px;
    color: var(--tatilpro-text-gray);
}

.tatilpro-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.tatilpro-breadcrumb a:hover {
    text-decoration: underline;
}

/* === Hotel Title Row === */
.tatilpro-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.tatilpro-hotel-name {
    font-size: 28px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
    margin: 0 0 4px 0;
}

.tatilpro-hotel-location {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: var(--tatilpro-primary);
}

.tatilpro-hotel-location i {
    font-size: 12px;
}

.tatilpro-action-btns {
    display: flex;
    gap: 12px;
}

.tatilpro-action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: var(--tatilpro-text-gray);
}

.tatilpro-action-btn:hover {
    color: var(--tatilpro-primary);
}

/* === Gallery Grid (1 Big + 2 Stacked) === */
.tatilpro-gallery {
    /* TATILPRO export: flex row, gap:24px */
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.tatilpro-gallery-main {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    background: #eee;
}

.tatilpro-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Gallery nav arrows (TATILPRO export: 32x32 circle, overlay bg, left/right 16px) */
.tatilpro-gallery-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tatilpro-overlay);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
}

.tatilpro-gallery-nav-prev {
    left: 16px;
}

.tatilpro-gallery-nav-next {
    right: 16px;
}

.tatilpro-gallery-nav::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.tatilpro-gallery-nav-prev::before {
    transform: rotate(135deg);
}

.tatilpro-gallery-nav-next::before {
    transform: rotate(-45deg);
}

.tatilpro-gallery-main:hover img {
    transform: scale(1.02);
}

.tatilpro-gallery-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tatilpro-gallery-thumb {
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    background: #eee;
}

.tatilpro-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tatilpro-gallery-thumb:hover img {
    transform: scale(1.02);
}

.tatilpro-gallery-count {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: var(--tatilpro-overlay);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Desktop sizing (TATILPRO export) */
@media (min-width: 1024px) {
    .tatilpro-gallery-main {
        width: 700px;
        height: 400px;
        flex: 0 0 auto;
    }

    .tatilpro-gallery-side {
        height: 400px;
        flex: 1;
    }
}

@media (min-width: 1200px) {
    .tatilpro-gallery-main {
        width: 792px;
        height: 452px;
    }

    .tatilpro-gallery-side {
        height: 452px;
    }
}

@media (max-width: 1023.95px) {
    .tatilpro-gallery {
        display: block;
    }

    .tatilpro-gallery-main {
        height: 280px;
        width: 100%;
    }

    .tatilpro-gallery-side {
        flex-direction: row;
        height: 120px;
        gap: 8px;
        margin-top: 8px;
    }
}

/* === Sticky Navigation === */
.tatilpro-sticky-nav {
    top: 0;
    z-index: 10;
    background: var(--tatilpro-bg);
    margin-bottom: 24px;
}

.tatilpro-sticky-nav.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tatilpro-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tatilpro-nav-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tatilpro-nav-tab {
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tatilpro-text-gray);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.tatilpro-nav-tab:hover,
.tatilpro-nav-tab.active {
    color: var(--tatilpro-primary);
    border-bottom-color: var(--tatilpro-primary);
}

.tatilpro-nav-price {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tatilpro-nav-price-label {
    font-size: 12px;
    color: var(--tatilpro-text-light);
}

.tatilpro-nav-price-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
}

.tatilpro-nav-cta {
    padding: 10px 24px;
    background: var(--tatilpro-primary);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.tatilpro-nav-cta:hover {
    background: var(--tatilpro-primary-hover);
}

/* Mobile sticky tab bar sizing (TATILPRO export) */
@media (max-width: 1023.95px) {
    .tatilpro-sticky-nav {
        position: sticky;
    }

    .tatilpro-nav-inner {
        height: 56px;
        background: var(--tatilpro-white);
        border-bottom: 1px solid var(--tatilpro-border);
    }

    .tatilpro-nav-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tatilpro-nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .tatilpro-nav-tab {
        padding: 14px 14px;
        white-space: nowrap;
    }

    .tatilpro-nav-price {
        display: none;
    }
}

@media (min-width: 1024px) {
    .tatilpro-sticky-nav {
        position: relative;
        background: transparent;
        box-shadow: none;
    }

    .tatilpro-nav-inner {
        height: 96px;
        background: var(--tatilpro-white);
        border: 1px solid var(--tatilpro-border);
        border-radius: 8px;
        padding: 0 16px;
    }

    .tatilpro-nav-price {
        display: flex;
    }
}

/* === Mobile Sticky Price (Bottom) === */
.tatilpro-mobile-sticky-price {
    position: sticky;
    bottom: 0;
    z-index: 5;
    background: var(--tatilpro-white);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.10);
    border-radius: 32px 32px 0 0;
    padding: 24px 16px;
    display: none;
}

.tatilpro-mobile-sticky-price__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tatilpro-mobile-sticky-price__label {
    font-size: 12px;
    color: var(--tatilpro-text-gray);
}

.tatilpro-mobile-sticky-price__value {
    font-size: 18px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
    margin-top: 2px;
}

.tatilpro-mobile-sticky-price__cta {
    background: var(--tatilpro-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 700;
    cursor: pointer;
}

.tatilpro-mobile-sticky-price__cta:hover {
    background: var(--tatilpro-primary-hover);
}

@media (max-width: 1023.95px) {
    .tatilpro-mobile-sticky-price {
        display: block;
    }
}

/* === Main Content Grid === */
.tatilpro-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

@media (min-width: 1024px) {
    .tatilpro-content-grid {
        grid-template-columns: 1fr 380px;
        /* 68% / 32% approx */
    }
}

/* === Content Sections === */
.tatilpro-section {
    background: var(--tatilpro-white);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
}

.tatilpro-section-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
    margin: 0 0 16px 0;
}

.tatilpro-section-content {
    color: var(--tatilpro-text-gray);
    line-height: 1.7;
}

/* === Room Cards (Horizontal Layout) === */
.tatilpro-room-card {
    display: flex;
    flex-direction: column;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    /* Extracted */
    border-radius: 8px;
    /* Extracted */
    overflow: hidden;
    margin-bottom: 16px;
    transition: box-shadow 0.2s;
}

.tatilpro-room-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .tatilpro-room-card {
        flex-direction: row;
    }
}

.tatilpro-room-card-image {
    width: 100%;
    height: 200px;
    position: relative;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .tatilpro-room-card-image {
        width: 280px;
        /* Extracted ~368px but adjusted for our layout */
        height: auto;
    }
}

.tatilpro-room-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tatilpro-room-card-body {
    flex: 1;
    padding: 16px;
    /* Extracted */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tatilpro-room-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
    margin: 0 0 8px 0;
}

.tatilpro-room-board {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--tatilpro-text-gray);
    margin-bottom: 8px;
}

.tatilpro-room-board i {
    color: var(--tatilpro-primary);
}

.tatilpro-room-promo {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #E1255F;
    margin-bottom: 12px;
}

.tatilpro-room-features {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: var(--tatilpro-primary);
    margin-top: auto;
}

.tatilpro-room-card-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 16px;
    border-left: 1px solid var(--tatilpro-border);
    min-width: 180px;
}

@media (max-width: 768px) {
    .tatilpro-room-card-price {
        border-left: none;
        border-top: 1px solid var(--tatilpro-border);
        flex-direction: row;
        align-items: center;
    }
}

.tatilpro-room-nights {
    font-size: 12px;
    color: var(--tatilpro-text-light);
    margin-bottom: 4px;
}

.tatilpro-room-old-price {
    font-size: 14px;
    color: var(--tatilpro-text-light);
    text-decoration: line-through;
}

.tatilpro-room-final-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--tatilpro-price-red);
    /* Pink/Red extracted */
}

.tatilpro-room-price-note {
    font-size: 11px;
    color: var(--tatilpro-text-light);
}

.tatilpro-room-cta {
    padding: 12px 24px;
    background: var(--tatilpro-primary);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
    transition: background 0.2s;
}

.tatilpro-room-cta:hover {
    background: var(--tatilpro-primary-hover);
}

/* === Sticky Sidebar Widget === */
.tatilpro-sidebar {
    position: sticky;
    top: 80px;
}

.tatilpro-sidebar-card {
    background: var(--tatilpro-white);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.tatilpro-sidebar-price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.tatilpro-sidebar-label {
    font-size: 12px;
    color: var(--tatilpro-text-light);
}

.tatilpro-sidebar-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
}

.tatilpro-sidebar-price-note {
    font-size: 12px;
    color: var(--tatilpro-text-light);
}

.tatilpro-sidebar-cta {
    width: 100%;
    padding: 14px;
    background: var(--tatilpro-primary);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 16px;
    transition: background 0.2s;
}

.tatilpro-sidebar-cta:hover {
    background: var(--tatilpro-primary-hover);
}

.tatilpro-sidebar-trust {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--tatilpro-border);
}

.tatilpro-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--tatilpro-text-gray);
}

.tatilpro-trust-item i {
    color: var(--tatilpro-green);
    font-size: 14px;
}

/* === Map === */
.tatilpro-map-container {
    border-radius: 8px;
    overflow: hidden;
}

.tatilpro-map-container iframe {
    display: block;
    width: 100%;
    height: 350px;
    border: 0;
}

/* === Utilities === */
.text-primary {
    color: var(--tatilpro-primary);
}

.text-muted {
    color: var(--tatilpro-text-gray);
}

.text-sm {
    font-size: 13px;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

/* =============================================================================
   REVIEW SECTION STYLES (TATILPRO Style)
   ============================================================================= */

/* === Review Summary === */
.tatilpro-review-summary {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: var(--tatilpro-white);
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 9, 41, 0.08);
}

.tatilpro-review-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.tatilpro-review-score .score {
    font-size: 48px;
    font-weight: 700;
    color: var(--tatilpro-primary);
    line-height: 1;
}

.tatilpro-review-score .text {
    font-size: 14px;
    font-weight: 600;
    color: var(--tatilpro-text-gray);
    margin-top: 4px;
}

.tatilpro-review-count {
    font-size: 16px;
    font-weight: 500;
    color: var(--tatilpro-text-dark);
}

/* === Review List === */
.tatilpro-review-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* === Review Card === */
.tatilpro-review-card {
    padding: 20px;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 12px;
    transition: box-shadow 0.2s ease;
}

.tatilpro-review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 9, 41, 0.1);
}

.tatilpro-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.tatilpro-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tatilpro-review-author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--tatilpro-primary-light);
}

.tatilpro-review-author span {
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    font-size: 15px;
}

.tatilpro-review-rating {
    background: var(--tatilpro-primary);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.tatilpro-review-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    margin: 0 0 8px 0;
}

.tatilpro-review-content {
    font-size: 14px;
    color: var(--tatilpro-text-gray);
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.tatilpro-review-date {
    font-size: 12px;
    color: var(--tatilpro-text-light);
}

/* === Review Pagination === */
.tatilpro-review-pagination {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.tatilpro-review-pagination nav {
    display: flex;
    gap: 8px;
}

.tatilpro-review-pagination .page-link {
    padding: 8px 14px;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 6px;
    color: var(--tatilpro-text-dark);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.tatilpro-review-pagination .page-link:hover {
    background: var(--tatilpro-primary);
    color: white;
    border-color: var(--tatilpro-primary);
}

.tatilpro-review-pagination .page-item.active .page-link {
    background: var(--tatilpro-primary);
    color: white;
    border-color: var(--tatilpro-primary);
}

/* === Responsive Review Styles === */
@media (max-width: 600px) {
    .tatilpro-review-summary {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 20px;
    }

    .tatilpro-review-score .score {
        font-size: 40px;
    }

    .tatilpro-review-card {
        padding: 16px;
    }

    .tatilpro-review-author img {
        width: 36px;
        height: 36px;
    }

    .tatilpro-review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* =============================================================================
   TATILPRO SEARCH BOX STYLES
   ============================================================================= */

.tatilpro-search-box {
    position: sticky;
    top: 70px;
    z-index: 100;
    background: var(--tatilpro-white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 9, 41, 0.1);
    padding: 20px 24px;
    margin-bottom: 24px;
}

.tatilpro-search-box__inner {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

/* Search Field Base */
.tatilpro-search-field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: var(--tatilpro-bg);
    border: 1px solid transparent;
    border-radius: 8px;
    flex: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tatilpro-search-field:hover {
    border-color: var(--tatilpro-primary-light);
    background: var(--tatilpro-white);
}

.tatilpro-search-field:focus-within {
    border-color: var(--tatilpro-primary);
    background: var(--tatilpro-white);
    box-shadow: 0 0 0 3px rgba(5, 107, 253, 0.1);
}

.tatilpro-search-field__icon {
    color: var(--tatilpro-primary);
    font-size: 20px;
    flex-shrink: 0;
}

.tatilpro-search-field__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.tatilpro-search-field__content label {
    font-size: 11px;
    color: var(--tatilpro-text-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.tatilpro-search-field__content span,
.tatilpro-date-input {
    font-size: 15px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    width: 100%;
    outline: none;
}

.tatilpro-date-input::placeholder {
    color: var(--tatilpro-text-gray);
    font-weight: 500;
}

.tatilpro-search-field__arrow {
    color: var(--tatilpro-text-gray);
    font-size: 12px;
    transition: transform 0.2s;
}

.tatilpro-search-field__arrow .fa-rotate-180 {
    transform: rotate(180deg);
}

/* Search CTA Button */
.tatilpro-search-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: var(--tatilpro-primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.tatilpro-search-cta:hover {
    background: var(--tatilpro-primary-hover);
    box-shadow: 0 8px 20px rgba(5, 107, 253, 0.3);
    transform: translateY(-1px);
}

.tatilpro-search-cta:active {
    transform: translateY(0);
}

.tatilpro-search-cta i {
    font-size: 14px;
    transition: transform 0.2s;
}

.tatilpro-search-cta:hover i {
    transform: translateX(3px);
}

/* Search Hint */
.tatilpro-search-hint {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--tatilpro-border);
    font-size: 13px;
    font-weight: 500;
    color: var(--tatilpro-text-gray);
    text-align: center;
}

/* =============================================================================
   GUEST DROPDOWN STYLES
   ============================================================================= */

.tatilpro-guest-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 12px 32px rgba(0, 9, 41, 0.15);
    z-index: 200;
    min-width: 280px;
}

.tatilpro-guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
    border-radius: 8px;
    transition: background 0.2s;
}

.tatilpro-guest-row:hover {
    background: var(--tatilpro-bg);
}

.tatilpro-guest-label {
    display: flex;
    flex-direction: column;
}

.tatilpro-guest-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
}

.tatilpro-guest-desc {
    font-size: 12px;
    color: var(--tatilpro-text-gray);
    margin-top: 2px;
}

/* Counter Buttons */
.tatilpro-counter {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tatilpro-counter-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--tatilpro-border);
    border-radius: 50%;
    background: var(--tatilpro-white);
    font-size: 12px;
    color: var(--tatilpro-primary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.tatilpro-counter-btn:hover:not(:disabled) {
    background: var(--tatilpro-primary);
    border-color: var(--tatilpro-primary);
    color: white;
}

.tatilpro-counter-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tatilpro-counter-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
    min-width: 24px;
    text-align: center;
}

/* =============================================================================
   FLATPICKR CUSTOMIZATION
   ============================================================================= */

.flatpickr-calendar {
    font-family: var(--font-primary) !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 40px rgba(0, 9, 41, 0.18) !important;
    border: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: var(--tatilpro-primary) !important;
    border-color: var(--tatilpro-primary) !important;
}

.flatpickr-day.inRange {
    background: var(--tatilpro-primary-light) !important;
    border-color: var(--tatilpro-primary-light) !important;
    box-shadow: none !important;
}

.flatpickr-day:hover {
    background: var(--tatilpro-primary-light) !important;
    border-color: var(--tatilpro-primary-light) !important;
}

/* Month header - WHITE background (no blue) */
.flatpickr-months .flatpickr-month {
    background: #fff !important;
    color: #1a2b48 !important;
    border-radius: 12px 12px 0 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: #1a2b48 !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    fill: #0066cc !important;
}


/* =============================================================================
   SEARCH BOX MOBILE RESPONSIVE
   ============================================================================= */

@media (max-width: 1023px) {
    .tatilpro-search-box {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -4px 30px rgba(0, 9, 41, 0.18);
        padding: 20px 16px;
        padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
        z-index: 1000;
    }

    .tatilpro-search-box__inner {
        flex-direction: column;
        gap: 10px;
    }

    .tatilpro-search-field {
        width: 100%;
        padding: 12px 16px;
    }

    .tatilpro-search-cta {
        width: 100%;
        padding: 14px 24px;
        margin-top: 4px;
    }

    .tatilpro-search-hint {
        display: none;
    }

    .tatilpro-guest-dropdown {
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: calc(100% + 10px);
        top: auto;
        width: auto;
    }

    /* Add bottom padding to page content so it doesn't get hidden behind sticky box */
    .tatilpro-main-col {
        padding-bottom: 180px;
    }
}

@media (max-width: 600px) {
    .tatilpro-search-field__content label {
        font-size: 10px;
    }

    .tatilpro-search-field__content span,
    .tatilpro-date-input {
        font-size: 14px;
    }

    .tatilpro-search-cta {
        font-size: 14px;
    }
}

/* =============================================================================
   HERO SEARCH BOX - Header AltÄ±nda, Galeri ÃœstÃ¼nde (Sticky)
   ============================================================================= */

.tatilpro-hero-search-wrapper {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--tatilpro-bg);
    padding: 16px 0;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 9, 41, 0.05);
}

.tatilpro-hero-search {
    display: flex;
    align-items: stretch;
    gap: 8px;
    background: var(--tatilpro-white);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 4px 24px rgba(0, 9, 41, 0.12);
    min-height: 64px;
}

/* Hotel Name Field */
.tatilpro-hero-search__hotel {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding: 8px 16px;
    background: var(--tatilpro-bg);
    border-radius: 8px;
    min-width: 200px;
}

.tatilpro-hero-search__hotel-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tatilpro-primary-light);
    border-radius: 8px;
    color: var(--tatilpro-primary);
    flex-shrink: 0;
}

.tatilpro-hero-search__hotel-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.tatilpro-hero-search__hotel-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Date Field */
.tatilpro-hero-search__date {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 8px;
    cursor: pointer;
    min-width: 220px;
    transition: all 0.2s ease;
}

.tatilpro-hero-search__date:hover {
    border-color: var(--tatilpro-primary);
    background: var(--tatilpro-white);
}

.tatilpro-hero-search__date-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tatilpro-primary-light);
    border-radius: 8px;
    color: var(--tatilpro-primary);
    flex-shrink: 0;
}

.tatilpro-hero-search__date-content {
    display: flex;
    flex-direction: column;
}

.tatilpro-hero-search__date-content label {
    font-size: 11px;
    color: var(--tatilpro-text-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.tatilpro-hero-date-input {
    font-size: 14px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    width: 100%;
    outline: none;
}

.tatilpro-hero-date-input::placeholder {
    color: var(--tatilpro-text-gray);
    font-weight: 500;
}

/* Guest Field */
.tatilpro-hero-search__guest {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 8px;
    cursor: pointer;
    min-width: 180px;
    transition: all 0.2s ease;
}

.tatilpro-hero-search__guest:hover {
    border-color: var(--tatilpro-primary);
}

.tatilpro-hero-search__guest-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tatilpro-primary-light);
    border-radius: 8px;
    color: var(--tatilpro-primary);
    flex-shrink: 0;
}

.tatilpro-hero-search__guest-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tatilpro-hero-search__guest-content label {
    font-size: 11px;
    color: var(--tatilpro-text-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.tatilpro-hero-guest-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
}

.tatilpro-hero-search__guest-arrow {
    color: var(--tatilpro-text-gray);
    font-size: 12px;
    transition: transform 0.2s;
}

.tatilpro-hero-search__guest-arrow .fa-rotate-180 {
    transform: rotate(180deg);
}

/* Guest Dropdown */
.tatilpro-hero-guest-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 12px 32px rgba(0, 9, 41, 0.15);
    z-index: 200;
    min-width: 280px;
}

.tatilpro-hero-guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
    border-radius: 8px;
    transition: background 0.2s;
}

.tatilpro-hero-guest-row:hover {
    background: var(--tatilpro-bg);
}

.tatilpro-hero-guest-label {
    display: flex;
    flex-direction: column;
}

.tatilpro-hero-guest-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
}

.tatilpro-hero-guest-desc {
    font-size: 12px;
    color: var(--tatilpro-text-gray);
    margin-top: 2px;
}

/* Counter Buttons */
.tatilpro-hero-counter {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tatilpro-hero-counter-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--tatilpro-border);
    border-radius: 50%;
    background: var(--tatilpro-white);
    font-size: 12px;
    color: var(--tatilpro-primary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.tatilpro-hero-counter-btn:hover:not(:disabled) {
    background: var(--tatilpro-primary);
    border-color: var(--tatilpro-primary);
    color: white;
}

.tatilpro-hero-counter-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tatilpro-hero-counter-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
    min-width: 24px;
    text-align: center;
}

/* CTA Button */
.tatilpro-hero-search__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: var(--tatilpro-primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.tatilpro-hero-search__cta:hover {
    background: var(--tatilpro-primary-hover);
    box-shadow: 0 8px 20px rgba(5, 107, 253, 0.3);
    transform: translateY(-1px);
}

.tatilpro-hero-search__cta:active {
    transform: translateY(0);
}

.tatilpro-hero-search__cta i {
    font-size: 14px;
    transition: transform 0.2s;
}

.tatilpro-hero-search__cta:hover i {
    transform: translateX(3px);
}

/* =============================================================================
   HERO SEARCH BOX - MOBILE RESPONSIVE
   ============================================================================= */

@media (max-width: 1023px) {
    .tatilpro-hero-search-wrapper {
        position: sticky;
        top: 0;
        padding: 12px 0;
        margin-bottom: 16px;
    }

    .tatilpro-hero-search {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
        min-height: auto;
    }

    .tatilpro-hero-search__hotel {
        display: none;
    }

    .tatilpro-hero-search__date,
    .tatilpro-hero-search__guest {
        width: 100%;
        min-width: auto;
        padding: 12px 16px;
    }

    .tatilpro-hero-search__cta {
        width: 100%;
        padding: 14px 24px;
        margin-top: 4px;
    }

    .tatilpro-hero-guest-dropdown {
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: calc(100% + 10px);
        top: auto;
        width: auto;
    }
}

/* === Campaign Cards === */
.tatilpro-campaign-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
}

@media (min-width: 768px) {
    .tatilpro-campaign-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .tatilpro-campaign-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.tatilpro-campaign-card {
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tatilpro-campaign-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.tatilpro-campaign-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.tatilpro-campaign-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--tatilpro-bg);
}

.tatilpro-campaign-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.tatilpro-campaign-card:hover .tatilpro-campaign-image img {
    transform: scale(1.05);
}

.tatilpro-campaign-badge-discount {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--tatilpro-price-red);
    color: var(--tatilpro-white);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
}

.tatilpro-campaign-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    color: var(--tatilpro-white);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
}

.tatilpro-campaign-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tatilpro-campaign-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tatilpro-campaign-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: var(--tatilpro-text-gray);
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.tatilpro-campaign-description {
    font-size: 13px;
    color: var(--tatilpro-text-light);
    margin: 0 0 12px 0;
    line-height: 1.5;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tatilpro-campaign-price {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--tatilpro-border);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tatilpro-campaign-price-label {
    font-size: 12px;
    color: var(--tatilpro-text-gray);
}

.tatilpro-campaign-price-amount {
    font-size: 18px;
    font-weight: 700;
    color: var(--tatilpro-primary);
}

@media (max-width: 768px) {
    .tatilpro-campaign-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tatilpro-campaign-image {
        height: 180px;
    }

    .tatilpro-campaign-content {
        padding: 12px;
    }

    .tatilpro-campaign-title {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .tatilpro-hero-search__date-content label,
    .tatilpro-hero-search__guest-content label {
        font-size: 10px;
    }

    .tatilpro-hero-date-input,
    .tatilpro-hero-guest-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {

    .tatilpro-hero-search__date-icon,
    .tatilpro-hero-search__guest-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

/* =============================================================================
   CONCORDE EXTENDED FEATURES - New Sections & Components
   ============================================================================= */

/* Campaign Top Banner */
.tatilpro-campaign-top-banner {
    margin: 16px auto;
    max-width: 1200px;
    padding: 16px;
    border-radius: 8px;
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tatilpro-campaign-top-banner a {
    transition: transform 0.2s, box-shadow 0.2s;
}

.tatilpro-campaign-top-banner a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Description Text Sections */
.tatilpro-description-text {
    color: var(--tatilpro-text-gray);
    line-height: 1.8;
    margin-bottom: 20px;
}

.tatilpro-description-text p {
    margin-bottom: 12px;
}

.tatilpro-description-text p:last-child {
    margin-bottom: 0;
}

/* Concept Description */
.tatilpro-concept-description {
    margin-bottom: 20px;
    padding: 20px;
    background: var(--tatilpro-white);
    border-radius: 8px;
    border-left: 4px solid var(--tatilpro-primary);
}

/* Amenity Grid (2-column layout) */
.tatilpro-amenity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .tatilpro-amenity-grid {
        grid-template-columns: 1fr;
    }
}

/* Payment & Cancellation Info */
.tatilpro-payment-info {
    background: var(--tatilpro-bg);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tatilpro-payment-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--tatilpro-text-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}

.tatilpro-payment-info h3 i {
    color: var(--tatilpro-primary);
}

.tatilpro-payment-info p {
    color: var(--tatilpro-text-gray);
    line-height: 1.6;
    margin: 0;
}

/* Hotel Rules */
.tatilpro-hotel-rules {
    background: var(--tatilpro-bg);
    padding: 20px;
    border-radius: 8px;
}

.tatilpro-hotel-rules h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--tatilpro-text-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}

.tatilpro-hotel-rules h3 i {
    color: var(--tatilpro-primary);
}

/* Room Modal Features */
#modalRoomFeatures {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--tatilpro-border);
}

#modalRoomFeatures h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--tatilpro-text-dark);
}

#modalRoomHighlights,
#modalRoomBathroom {
    margin-bottom: 16px;
}

#modalRoomHighlights>div,
#modalRoomBathroom>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

#modalRoomHighlights>div>div:first-child,
#modalRoomBathroom>div>div:first-child {
    grid-column: 1 / -1;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    margin-bottom: 8px;
}

@media (max-width: 480px) {

    #modalRoomHighlights>div,
    #modalRoomBathroom>div {
        grid-template-columns: 1fr;
    }
}

/* Responsive adjustments for new sections */
@media (max-width: 768px) {
    .tatilpro-campaign-top-banner {
        margin: 12px 16px;
        padding: 12px;
    }

    .tatilpro-campaign-top-banner>div {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .tatilpro-campaign-top-banner a {
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }

    .tatilpro-description-text {
        font-size: 14px;
    }

    .tatilpro-payment-info,
    .tatilpro-hotel-rules {
        padding: 16px;
    }
}

/* =============================================================================
   ACCORDION STYLES (Tesis Bilgileri Section)
   ============================================================================= */

.tatilpro-accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tatilpro-accordion-item {
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 8px;
    overflow: hidden;
}

.tatilpro-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: var(--tatilpro-white);
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    transition: background 0.2s;
}

.tatilpro-accordion-header:hover {
    background: var(--tatilpro-bg);
}

.tatilpro-accordion-header span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tatilpro-accordion-header span i:first-child {
    width: 20px;
    color: var(--tatilpro-primary);
}

.tatilpro-accordion-header>i {
    color: var(--tatilpro-text-gray);
    transition: transform 0.3s;
}

.tatilpro-accordion-body {
    padding: 0 20px 20px;
}

.tatilpro-amenity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.tatilpro-amenity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: var(--tatilpro-bg);
    border-radius: 6px;
    font-size: 14px;
    color: var(--tatilpro-text-dark);
}

.tatilpro-amenity-item i {
    flex-shrink: 0;
    width: 16px;
}

.tatilpro-info-block {
    margin-bottom: 20px;
}

.tatilpro-info-block:last-child {
    margin-bottom: 0;
}

.tatilpro-info-block h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
    margin: 0 0 12px 0;
}

.tatilpro-payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tatilpro-payment-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: var(--tatilpro-primary-light);
    color: var(--tatilpro-primary);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.tatilpro-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tatilpro-faq-item {
    padding: 16px;
    background: var(--tatilpro-bg);
    border-radius: 8px;
}

.tatilpro-faq-question {
    font-size: 14px;
    color: var(--tatilpro-text-dark);
    margin-bottom: 8px;
}

.tatilpro-faq-answer {
    font-size: 14px;
    color: var(--tatilpro-text-gray);
    line-height: 1.6;
}

/* Responsive accordion */
@media (max-width: 768px) {
    .tatilpro-accordion-header {
        padding: 14px 16px;
        font-size: 14px;
    }

    .tatilpro-accordion-body {
        padding: 0 16px 16px;
    }

    .tatilpro-amenity-grid {
        grid-template-columns: 1fr;
    }

    .tatilpro-amenity-item {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* =============================================================================
   CAMPAIGNS ROW (Concorde Reference - Below Tabs)
   ============================================================================= */

.tatilpro-campaigns-row {
    background: var(--tatilpro-white);
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 16px;
}

.tatilpro-campaigns-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.tatilpro-campaigns-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
    margin: 0;
}

.tatilpro-campaigns-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--tatilpro-primary);
    text-decoration: none;
    font-weight: 500;
}

.tatilpro-campaigns-link:hover {
    text-decoration: underline;
}

.tatilpro-campaigns-link i {
    font-size: 10px;
}

.tatilpro-campaigns-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.tatilpro-campaigns-slider::-webkit-scrollbar {
    display: none;
}

.tatilpro-campaign-mini-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--tatilpro-bg);
    border: 1px solid var(--tatilpro-border);
    border-radius: 8px;
    text-decoration: none;
    min-width: 280px;
    flex: 0 0 auto;
    transition: all 0.2s;
}

.tatilpro-campaign-mini-card:hover {
    border-color: var(--tatilpro-primary);
    box-shadow: 0 2px 8px rgba(5, 107, 253, 0.12);
}

.tatilpro-campaign-mini-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--tatilpro-primary-light);
    border-radius: 8px;
    color: var(--tatilpro-primary);
    font-size: 16px;
    flex-shrink: 0;
}

.tatilpro-campaign-mini-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tatilpro-campaign-mini-badge {
    font-size: 11px;
    font-weight: 600;
    color: var(--tatilpro-price-red);
    text-transform: uppercase;
}

.tatilpro-campaign-mini-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--tatilpro-text-dark);
    line-height: 1.3;
}

/* Responsive campaigns */
@media (max-width: 768px) {
    .tatilpro-campaigns-row {
        padding: 12px 16px;
    }

    .tatilpro-campaign-mini-card {
        min-width: 240px;
        padding: 10px 14px;
    }

    .tatilpro-campaign-mini-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

/* =============================================================================
   REVIEW SECTION - CONCORDE STYLE (Circular Progress)
   ============================================================================= */

.tatilpro-review-summary-concorde {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

/* Main Score Circle */
.tatilpro-review-main-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 120px;
}

.tatilpro-score-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tatilpro-score-circle svg {
    transform: rotate(0deg);
}

.tatilpro-score-circle--large {
    width: 100px;
    height: 100px;
}

.tatilpro-score-circle--large svg {
    width: 100px;
    height: 100px;
}

.tatilpro-score-circle--medium {
    width: 70px;
    height: 70px;
}

.tatilpro-score-circle--medium svg {
    width: 70px;
    height: 70px;
}

.tatilpro-score-circle--small {
    width: 50px;
    height: 50px;
}

.tatilpro-score-circle--small svg {
    width: 50px;
    height: 50px;
}

.tatilpro-score-value {
    position: absolute;
    font-size: 28px;
    font-weight: 700;
    color: var(--tatilpro-primary);
}

.tatilpro-score-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
    margin-top: 8px;
}

.tatilpro-score-count {
    font-size: 12px;
    color: var(--tatilpro-text-gray);
    margin-top: 2px;
}

/* Progress Group */
.tatilpro-review-progress-group {
    display: flex;
    gap: 24px;
}

.tatilpro-progress-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tatilpro-progress-value {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: var(--tatilpro-primary);
}

.tatilpro-progress-label {
    font-size: 12px;
    color: var(--tatilpro-text-gray);
    margin-top: 6px;
}

/* Category Scores */
.tatilpro-review-categories {
    display: flex;
    gap: 20px;
    margin-left: auto;
}

.tatilpro-category-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tatilpro-category-value {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: var(--tatilpro-green);
}

.tatilpro-category-label {
    font-size: 12px;
    color: var(--tatilpro-text-gray);
    margin-top: 6px;
}

/* Review List Header */
.tatilpro-review-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.tatilpro-review-list-header h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--tatilpro-text-dark);
    margin: 0;
}

.tatilpro-review-more-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--tatilpro-primary);
    text-decoration: none;
    font-weight: 500;
}

.tatilpro-review-more-link:hover {
    text-decoration: underline;
}

.tatilpro-review-more-link i {
    font-size: 10px;
}

/* Responsive Review Summary */
@media (max-width: 1023px) {
    .tatilpro-review-summary-concorde {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .tatilpro-review-categories {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .tatilpro-review-progress-group {
        gap: 16px;
    }

    .tatilpro-review-categories {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tatilpro-score-circle--large {
        width: 80px;
        height: 80px;
    }

    .tatilpro-score-circle--large svg {
        width: 80px;
        height: 80px;
    }

    .tatilpro-score-value {
        font-size: 22px;
    }
}

/* =============================================================================
   DATE QUICK LINKS (Concorde Reference - In Sticky Nav)
   ============================================================================= */

.tatilpro-date-quicklinks {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    margin-right: 16px;
}

.tatilpro-quicklink-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 12px;
    background: var(--tatilpro-bg);
    border: 1px solid var(--tatilpro-border);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.tatilpro-quicklink-item:hover {
    border-color: var(--tatilpro-primary);
    background: var(--tatilpro-primary-light);
}

.tatilpro-quicklink-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--tatilpro-text-dark);
}

.tatilpro-quicklink-dates {
    font-size: 10px;
    color: var(--tatilpro-text-gray);
}

/* Hide on mobile */
@media (max-width: 1199px) {
    .tatilpro-date-quicklinks {
        display: none;
    }
}

/* =============================================================================
   SKELETON LOADERS (Room Cards Loading State)
   ============================================================================= */

@keyframes tatilpro-skeleton-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.tatilpro-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: tatilpro-skeleton-pulse 1.5s ease-in-out infinite;
    border-radius: 4px;
}

.tatilpro-room-card-skeleton {
    display: flex;
    flex-direction: row;
    background: var(--tatilpro-white);
    border: 1px solid var(--tatilpro-border);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.tatilpro-skeleton-image {
    width: 280px;
    height: 180px;
    background: #e8e8e8;
}

.tatilpro-skeleton-body {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tatilpro-skeleton-title {
    height: 20px;
    width: 60%;
}

.tatilpro-skeleton-text {
    height: 14px;
    width: 40%;
}

.tatilpro-skeleton-features {
    display: flex;
    gap: 16px;
    margin-top: auto;
}

.tatilpro-skeleton-feature {
    height: 14px;
    width: 80px;
}

.tatilpro-skeleton-price-section {
    min-width: 160px;
    padding: 16px;
    border-left: 1px solid var(--tatilpro-border);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.tatilpro-skeleton-price {
    height: 28px;
    width: 100px;
}

.tatilpro-skeleton-btn {
    height: 40px;
    width: 100%;
    margin-top: 12px;
}

/* Responsive skeleton */
@media (max-width: 768px) {
    .tatilpro-room-card-skeleton {
        flex-direction: column;
    }

    .tatilpro-skeleton-image {
        width: 100%;
        height: 160px;
    }

    .tatilpro-skeleton-price-section {
        flex-direction: row;
        border-left: none;
        border-top: 1px solid var(--tatilpro-border);
        align-items: center;
    }
}

/* =============================================================================
   MOBILE STICKY BOTTOM BAR (TATILPRO Style - 768px and below)
   ============================================================================= */

/* Hide mobile bar on desktop */
.mobile-sticky-bar {
    display: none;
}

.mobile-calendar-modal {
    display: none;
}

@media (max-width: 768px) {

    /* Hide desktop search bar on mobile */
    .tatilpro-search-split-container {
        display: none !important;
    }

    /* Show mobile sticky bar */
    .mobile-sticky-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9998;
        background: #fff;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        padding: 12px 16px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    }

    .mobile-sticky-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .mobile-sticky-info {
        flex: 1;
        cursor: pointer;
        padding: 8px 0;
    }

    .mobile-date-summary {
        font-size: 15px;
        font-weight: 600;
        color: #1a2b48;
        margin-bottom: 2px;
    }

    .mobile-guest-summary {
        font-size: 13px;
        color: #6b7280;
    }

    .mobile-sticky-btn {
        background: var(--tatilpro-primary, #0066CC);
        color: #fff;
        border: none;
        border-radius: 10px;
        padding: 14px 28px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
        white-space: nowrap;
        box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
    }

    .mobile-sticky-btn:hover,
    .mobile-sticky-btn:active {
        background: var(--tatilpro-primary-hover, #0052a3);
        transform: translateY(-1px);
    }

    /* Add bottom padding to content so it doesn't get hidden behind sticky bar */
    .tatilpro-main-col,
    .tatilpro-container {
        padding-bottom: 90px !important;
    }

    /* Mobile Calendar Modal */
    .mobile-calendar-modal {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        background: #fff;
    }

    .mobile-calendar-header {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px;
        background: var(--tatilpro-primary, #0066CC);
        color: #fff;
    }

    .mobile-calendar-close {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.15);
        border: none;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        transition: background 0.2s;
    }

    .mobile-calendar-close:hover {
        background: rgba(255, 255, 255, 0.25);
    }

    .mobile-calendar-title {
        font-size: 18px;
        font-weight: 600;
    }

    .mobile-calendar-body {
        flex: 1;
        overflow-y: auto;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .mobile-flatpickr-input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    /* Override Flatpickr for mobile inline mode */
    .mobile-calendar-body .flatpickr-calendar {
        box-shadow: none !important;
        border: none !important;
        width: 100% !important;
        max-width: 360px;
    }

    .mobile-calendar-body .flatpickr-calendar.inline {
        position: static !important;
        display: block !important;
    }

    .mobile-calendar-footer {
        padding: 16px;
        background: #fff;
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    }

    .mobile-calendar-apply {
        width: 100%;
        background: var(--tatilpro-primary, #0066CC);
        color: #fff;
        border: none;
        border-radius: 10px;
        padding: 16px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s;
    }

    .mobile-calendar-apply:hover {
        background: var(--tatilpro-primary-hover, #0052a3);
    }

    /* Smooth transitions for Alpine.js */
    .translate-y-full {
        transform: translateY(100%);
    }


    .translate-y-0 {
        transform: translateY(0);
    }
}

/* =============================================================================
   TOAST NOTIFICATION & ACTION BUTTONS
   ============================================================================= */
.text-red-500 {
    color: #ef4444 !important;
}

.tatilpro-toast-notification {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    pointer-events: none;
}

.tatilpro-toast-notification {
    bottom: 80px;
    /* Above the sticky bar */
}


/* =============================================================================
   SHARE MENU
   ============================================================================= */

/* Desktop Dropdown */
.tatilpro-share-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background-color: #f0f7ff;
    /* Light blue background like reference */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    min-width: 200px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.tatilpro-share-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background-color: #f0f7ff;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    /* Subtle border for definition */
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.tatilpro-share-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    transition: background-color 0.2s;
    text-decoration: none;
}

.tatilpro-share-item:hover {
    background-color: rgba(0, 102, 204, 0.08);
    color: var(--tatilpro-primary);
}

.tatilpro-share-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.tatilpro-share-icon.whatsapp {
    color: #25D366;
    background: rgba(37, 211, 102, 0.1);
}

.tatilpro-share-icon.facebook {
    color: #1877F2;
    background: rgba(24, 119, 242, 0.1);
}

.tatilpro-share-icon.email {
    color: #056BFD;
    background: rgba(5, 107, 253, 0.1);
}

.tatilpro-share-icon.copy {
    color: #6b7280;
    background: rgba(107, 114, 128, 0.1);
}

/* Mobile Bottom Sheet */
.tatilpro-share-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    animation: fadeIn 0.3s ease-out;
}

.tatilpro-share-bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 24px;
    z-index: 10001;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tatilpro-share-bottom-sheet.open {
    transform: translateY(0);
}

.tatilpro-share-sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.tatilpro-share-sheet-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.tatilpro-share-sheet-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
}

.tatilpro-share-sheet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 cols for WhatsApp, FB, Email */
    gap: 16px;
    text-align: center;
}

.tatilpro-share-sheet-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.tatilpro-share-sheet-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: transform 0.2s;
    background: #f3f4f6;
    /* Default gray for skeleton/loader feel or just bg */
}

/* Custom Colors for Mobile Boxes */
.tatilpro-share-sheet-item.whatsapp .tatilpro-share-sheet-icon-box {
    background: #DCF8C6;
    color: #25D366;
}

.tatilpro-share-sheet-item.facebook .tatilpro-share-sheet-icon-box {
    background: #E7F3FF;
    color: #1877F2;
}

.tatilpro-share-sheet-item.email .tatilpro-share-sheet-icon-box {
    background: #E6F0FF;
    color: #056BFD;
}

.tatilpro-share-sheet-label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {

    /* Hide dropdown on mobile */
    .tatilpro-share-dropdown {
        display: none !important;
    }
}

/* =============================================================================
   TATILPRO ROOM LISTING (Enterprise Horizontal layout)
   ============================================================================= */

/* Container */
/* Container */
.tatilpro-room-card {
    display: flex;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    min-height: 260px;
    /* Slight increase */
    transition: all 0.2s ease;
}

.tatilpro-room-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Left Image (Fixed 300px ~30%) */
.tatilpro-room-left {
    width: 320px;
    flex-shrink: 0;
    position: relative;
    background: #f4f4f4;
    padding: 12px;
    /* Inner padding for rounded image look */
}

/* Rounded Inner Image Wrapper */
.tatilpro-room-slider-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    /* Rounded corners as per screenshot */
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
}

.tatilpro-room-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* Center Content */
.tatilpro-room-center {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 1px solid #f0f0f0;
    position: relative;
}

.tatilpro-room-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Board Type as Text Row */
.tatilpro-room-board-row {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
}

.tatilpro-room-board-row i {
    font-size: 16px;
    color: #777;
}

/* Promo Pill (Left Side) */
.tatilpro-promo-pill-left {
    display: inline-flex;
    align-items: center;
    background: #fff0f6;
    color: #d6006e;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    /* Pill shape */
    margin-bottom: 20px;
}

.tatilpro-room-features-link {
    margin-top: auto;
    /* Push to bottom */
}

.tatilpro-room-features-link a {
    color: #056BFD;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tatilpro-room-features-link a:hover {
    text-decoration: underline;
}

/* Right Price Section (Fixed width ~300px) */
.tatilpro-room-right {
    width: 300px;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Align bottom */
    align-items: flex-end;
    /* Right align */
    background: #fff;
    gap: 8px;
}

/* Price Grouping */
.tatilpro-price-group {
    text-align: right;
    width: 100%;
}

.tatilpro-nights-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    display: block;
}

/* Standard Price Block */
.tatilpro-price-row-standard {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.tatilpro-price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.tatilpro-discount-badge-circle {
    background: #00bfa5;
    /* Teal */
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 12px;
}

.tatilpro-price-main {
    font-size: 26px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    margin-bottom: 12px;
    display: block;
}

/* Pink Promo Box */
.tatilpro-price-promo-box {
    background: #fff0f6;
    /* Light pink bg */
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 8px;
}

.tatilpro-promo-box-text {
    font-size: 11px;
    color: #333;
    margin-bottom: 2px;
    text-align: right;
}

.tatilpro-promo-box-price {
    font-size: 18px;
    font-weight: 700;
    color: #d6006e;
    /* Pink price */
    line-height: 1;
}

.tatilpro-installment-link {
    font-size: 11px;
    color: #056BFD;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    cursor: pointer;
}

.tatilpro-btn-select-room {
    background: #006ce1;
    /* TATILPRO Blue */
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    transition: background 0.2s;
}

.tatilpro-btn-select-room:hover {
    background: #005bbd;
}

.tatilpro-btn-select-room:active {
    transform: translateY(1px);
}

@media (max-width: 900px) {
    .tatilpro-room-card {
        flex-direction: column;
        height: auto;
    }

    .tatilpro-room-left {
        width: 100%;
        height: 220px;
        min-height: 220px;
    }

    .tatilpro-room-center {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 20px;
    }

    .tatilpro-room-right {
        width: 100%;
        padding: 20px;
        align-items: center;
        text-align: center;
        flex-direction: row;
        /* Horizontal on mobile */
        justify-content: space-between;
    }

    .tatilpro-room-price-box {
        text-align: left;
        margin-bottom: 0;
    }

    .tatilpro-btn-select-room {
        width: auto;
        min-width: 140px;
    }

    .tatilpro-promo-banner {
        width: 100%;
        margin-top: 16px;
    }
}


/* ==========================================================================
   Room Modal (TATILPRO Style Tabs) - Refined
   ========================================================================== */
.tatilpro-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: none;
    /* Changed from flex to none */
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tatilpro-modal-overlay.active {
    display: flex;
    opacity: 1;
}

.tatilpro-modal-content {
    background: #fff;
    width: 90%;
    max-width: 960px;
    height: 85%;
    max-height: 90vh;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* Header */
.tatilpro-modal-header {
    flex-shrink: 0;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.tatilpro-modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.tatilpro-modal-close {
    background: #f5f5f5;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}

.tatilpro-modal-close:hover {
    background: #e0e0e0;
    color: #333;
}

/* Tabs */
.tatilpro-modal-tabs {
    flex-shrink: 0;
    padding: 0 24px;
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.tatilpro-modal-tab {
    padding: 14px 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
}

.tatilpro-modal-tab:hover {
    color: #056BFD;
}

.tatilpro-modal-tab.active {
    color: #056BFD !important;
    border-bottom-color: #056BFD;
}

/* Body */
.tatilpro-modal-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding: 0;
}

/* Gallery Grid */
.tatilpro-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
    padding: 24px;
}

.tatilpro-gallery-item {
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f4f4;
}

.tatilpro-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.tatilpro-gallery-item:hover img {
    transform: scale(1.05);
}

/* Features List */
.tatilpro-features-container {
    padding: 24px;
}

.tatilpro-feature-group {
    margin-bottom: 24px;
}

.tatilpro-feature-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.tatilpro-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.tatilpro-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
    padding: 8px;
    background: #f9f9f9;
    border-radius: 6px;
}

/* Footer */
.tatilpro-modal-footer {
    flex-shrink: 0;
    padding: 16px 24px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.03);
    z-index: 10;
}

/* Scrollbar styling for modal body */
.tatilpro-modal-body::-webkit-scrollbar {
    width: 6px;
}

.tatilpro-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tatilpro-modal-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.tatilpro-modal-body::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

@media (max-width: 768px) {
    .tatilpro-modal-content {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .tatilpro-modal-footer {
        flex-direction: column;
        align-items: stretch;
        padding: 12px 16px;
    }

    .tatilpro-modal-footer form {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .tatilpro-modal-footer-price {
        text-align: center;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }

    #bookingDateSummary {
        text-align: center;
        margin-bottom: 8px;
    }
}