/* Scoped hides for the Home page banner overlay */
.home-page .services-box,
.home-page .popular-destination-section,
.home-page .categories-section,
.home-page .offer,
.home-page .popular,
.home-page .banner-section-one,
.home-page .banner-section-two,
.home-page .banner-section-three,
.home-page .destination-search {
    display: none !important;
}

/* Ensure header is visible but transparent on home */
.home-page .main-header {
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* Ensure logo is visible on home but possibly themed white if needed */
.home-page .main-header .logo-box img {
    max-height: 40px;
}

.banner-luxury {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background-size: cover;
    background-position: center;
    color: white;
    font-family: 'Inter', sans-serif;
}

.banner-luxury-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: none;
    left: auto;
    right: auto;
}

.banner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}

.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.logo-roof {
    width: 60px;
    height: 25px;
    margin-bottom: -10px;
}

.banner-logo h1 {
    font-size: 64px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -2px;
    color: #1e3a8a;
    line-height: 1;
    text-align: center;
}

.banner-logo h1 span {
    color: #3b82f6;
}

.banner-tagline {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.1;
    color: white;
    text-align: center;
    width: 100%;
}

.banner-subtext {
    font-size: 16px;
    opacity: 0.95;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 400;
    max-width: 600px;
    text-align: center;
    width: 100%;
}

/* Glassmorphism Search Box */
.search-box-luxury {
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    padding: 25px;
    text-align: left;
    color: #1e293b;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0 auto;
}

.location-search-box {
    position: relative;
    width: 100%;
}

.select-option {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.search-label {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #1e3a8a;
    display: block;
    text-align: left;
}

.select-option p {
    font-weight: 400;
    color: #64748b;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.optionSearch {
    width: 100%;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.location-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.location-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 15px;
    color: #1e293b;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.location-pill:hover {
    background: #e2e8f0;
    border-color: #1e3a8a;
}

.currency-toggle-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #475569;
    flex-wrap: wrap;
}

.toggle-box {
    background: #1e1b4b;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.action-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
}

.btn-find-stay {
    flex: 2;
    background: #1e3a8a;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-find-stay:hover {
    background: #2563eb;
}

.currency-pills {
    flex: 1;
    display: flex;
    background: #1e3a8a;
    border-radius: 30px;
    padding: 4px;
    min-width: 120px;
}

.currency-pill {
    flex: 1;
    border: none;
    background: transparent;
    color: white;
    padding: 8px;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.currency-pill.active {
    background: white !important;
    color: #1e3a8a !important;
}

.currency-pill:hover:not(.active) {
    background: rgba(255, 255, 255, 0.2);
}

/* Location Search Dropdown */
.location-search-dropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 100%;
    background: white;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 5px;
}

.search-options {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

.search-item {
    padding: 12px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.search-item:last-child {
    border-bottom: none;
}

.search-item:hover {
    background-color: #f8fafc;
}

.options-list-icon {
    width: 30px;
    color: #64748b;
}

.options-list-inner h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.options-list-inner p {
    margin: 0;
    font-size: 12px;
    color: #64748b;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .banner-luxury {
        padding: 100px 15px 60px;
        min-height: 100vh;
        align-items: flex-start;
    }

    .banner-luxury-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .home-page .main-header .nav-outer .mobile-nav-toggler {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 5px;
    }

    .home-page .main-header .inner-container {
        padding: 15px 10px;
    }

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

    .banner-logo h1 {
        font-size: 42px !important;
        letter-spacing: -1px;
    }

    .logo-roof {
        width: 50px;
        height: 20px;
    }

    .banner-tagline {
        font-size: 22px !important;
        padding: 0 5px;
        margin-bottom: 5px;
    }

    .banner-subtext {
        font-size: 14px;
        padding: 0 5px;
        margin-bottom: 25px;
    }

    .search-box-luxury {
        padding: 20px !important;
        margin: 0 !important;
        border-radius: 20px;
    }

    .select-option {
        width: 100% !important;
    }

    .search-label {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .optionSearch {
        width: 100% !important;
        padding: 14px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .location-pills {
        gap: 6px;
        margin-bottom: 15px;
    }

    .location-pill {
        padding: 8px 14px;
        font-size: 14px;
    }

    .currency-toggle-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 15px;
    }

    .toggle-box {
        font-size: 14px;
        padding: 5px 12px;
    }

    .action-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .btn-find-stay {
        width: 100%;
        padding: 14px;
        font-size: 16px;
    }

    .currency-pills {
        width: 100%;
        min-width: unset;
    }

    .currency-pill {
        padding: 10px;
        font-size: 14px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .banner-luxury {
        padding: 90px 12px 40px;
    }

    .banner-logo h1 {
        font-size: 36px !important;
    }

    .banner-tagline {
        font-size: 20px !important;
    }

    .banner-subtext {
        font-size: 13px;
    }

    .search-box-luxury {
        padding: 18px !important;
    }

    .location-pills {
        gap: 5px;
    }

    .location-pill {
        padding: 7px 12px;
        font-size: 13px;
    }
}

/* Destinations Grid */
.destinations-grid-luxury {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    padding: 40px 20px;
}

.card-luxury {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.card-img-luxury {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-overlay-luxury {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    color: white;
}

.card-title-luxury {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-desc-luxury {
    font-size: 14px;
    opacity: 0.9;
}

/* Destinations Slider */
.destinations-section {
    padding: 60px 0;
    background: #fff;
}

.destinations-title {
    font-size: 32px;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 10px;
    text-align: center;
}

.destinations-subtitle {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 40px;
    text-align: center;
}

.destination-card-luxury {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
    margin-bottom: 20px;
}

.destination-card-luxury:hover {
    transform: translateY(-5px);
}

.card-img-box {
    height: 250px;
    overflow: hidden;
}

.card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content-luxury {
    padding: 25px;
}

.card-title-luxury {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.card-desc-luxury {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.card-features-luxury {
    display: flex;
    gap: 15px;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
}

.card-feature-luxury {
    font-size: 13px;
    color: #1e3a8a;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-feature-luxury i {
    color: #3b82f6;
}

/* Swiper Overrides */
.category-swiper-box {
    position: relative;
    padding: 0 50px;
}

.category-swiper-box .swiper-button-next,
.category-swiper-box .swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
    color: #1e3a8a !important;
}

.category-swiper-box .swiper-button-next::after,
.category-swiper-box .swiper-button-prev::after {
    display: none !important;
}

@media (max-width: 768px) {
    .category-swiper-box {
        padding: 0 10px;
    }

    .destinations-title {
        font-size: 24px;
        padding: 0 10px;
    }

    .destinations-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }
}