/* ===================================================================
   HEADER BOAT SEARCH BAR – overrides for .bsearch-bar--header
   Loaded on ALL pages via enqueue_header_assets()
   =================================================================== */

/* ── Header context: no sticky, no border, transparent bg ── */
.bsearch-bar--header {
    position: static;
    border-bottom: none;
    background: transparent;
    padding: 0;
    z-index: auto;
}
.bsearch-bar--header .bsearch-bar__inner {
    max-width: none;
    margin: 0;
}

/* Location dropdown z-index for header stacking context */
.bsearch-bar--header .bsearch-location-dropdown {
    z-index: 10001;
}

/* Ensure daterangepicker calendar renders above header */
.bsearch-bar--header .daterangepicker {
    z-index: 10002;
}

/* ── Homepage banner: keep Listeo white box, just fix max-height ── */
.main-search-container.alt-search-box .main-search-input:has(.bsearch-bar--home) {
    max-height: none !important;
    height: auto !important;
}

/* ── Homepage banner boat search bar (.bsearch-bar--home) ── */
.bsearch-bar--home {
    position: relative;
    background: transparent;
    border-bottom: none;
    padding: 0;
    z-index: 10;
    margin-top: 0;
    width: 100%;
}
.bsearch-bar--home .bsearch-bar__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: none;
    width: 100%;
    margin: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    align-items: stretch;
}
.bsearch-bar--home .bsearch-bar__location,
.bsearch-bar--home .bsearch-bar__dates {
    border: 1px solid var(--bs-border, #ddd);
    background: #f7f7f7;
    border-radius: 8px;
    padding: 10px 14px;
    flex: none;
    width: 100%;
}
.bsearch-bar--home .bsearch-bar__location:focus-within,
.bsearch-bar--home .bsearch-bar__dates:focus-within {
    border-color: var(--bs-primary, #01024d);
    background: #fff;
}
.bsearch-bar--home .bsearch-bar__guests {
    border: 1px solid var(--bs-border, #ddd);
    background: #f7f7f7;
    border-radius: 8px;
    padding: 10px 14px;
    width: 100%;
    justify-content: center;
}
.bsearch-bar--home .bsearch-bar__submit {
    border-radius: 8px;
    padding: 12px 24px;
    width: 100%;
    justify-content: center;
}
.bsearch-bar--home .bsearch-location-dropdown {
    z-index: 10003;
}
.bsearch-bar--home .daterangepicker {
    z-index: 10004;
}
/* Hide the default Listeo search form when our partial replaces it */
.main-search-container .main-search-form {
    display: none;
}

/* Also hide the header-search-container default listeo form when partial is active */
.header-search-container .main-search-form {
    display: none;
}

/* ── Responsive: header search bar ── */
@media (max-width: 1200px) {
    .bsearch-bar--header .bsearch-bar__inner {
        gap: 6px;
    }
    .bsearch-bar--header .bsearch-bar__location,
    .bsearch-bar--header .bsearch-bar__dates {
        padding: 8px 12px;
    }
    .bsearch-bar--header .bsearch-bar__submit {
        padding: 8px 16px;
    }
    .bsearch-bar--header .bsearch-guests__label {
        display: none;
    }
}

@media (max-width: 992px) {
    .bsearch-bar--header .bsearch-bar__inner {
        flex-wrap: wrap;
    }
    .bsearch-bar--header .bsearch-bar__location {
        flex: 1 1 45%;
    }
    .bsearch-bar--header .bsearch-bar__dates {
        flex: 1 1 45%;
    }
    .bsearch-bar--header .bsearch-bar__guests {
        flex: 0 1 auto;
    }
    .bsearch-bar--header .bsearch-bar__submit {
        flex: 0 1 auto;
    }
}

@media (max-width: 768px) {
    .bsearch-bar--header {
        padding: 0;
    }
    .bsearch-bar--header .bsearch-bar__inner {
        flex-wrap: wrap;
        gap: 6px;
    }
    .bsearch-bar--header .bsearch-bar__location,
    .bsearch-bar--header .bsearch-bar__dates {
        flex: 1 1 100%;
    }
    .bsearch-bar--header .bsearch-bar__guests {
        flex: 1 1 auto;
        justify-content: center;
    }
    .bsearch-bar--header .bsearch-bar__submit {
        flex: 1;
    }
}

/* ── Responsive: homepage banner search bar ── */
@media (max-width: 992px) {
    .bsearch-bar--home .bsearch-bar__inner {
        gap: 8px;
    }
    .bsearch-bar--home .bsearch-guests__label {
        display: none;
    }
}


/* ===================================================================
   HERO TWO-COLUMN LAYOUT
   =================================================================== */
.hero-two-col {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: stretch;
}

.hero-two-col > .main-search-input {
    flex: 0 0 60%;
    min-width: 0;
}

/* ── Experience Card (right side) ── */
.hero-experience-card {
    flex: 0 0 38%;
    background: #01024d;
    color: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 8px 32px rgba(1, 2, 77, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-experience-card h3 {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
}

.hero-experience-card > p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* Checkmark list */
.hero-card-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.hero-card-checks li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.hero-card-checks li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    color: #f5c518;
    font-weight: 700;
    font-size: 15px;
}

/* CTA Button */
.hero-card-cta {
    display: inline-block;
    background: #fff;
    color: #01024d;
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
    letter-spacing: 0.2px;
}

.hero-card-cta:hover {
    background: #f0f0ff;
    box-shadow: 0 4px 16px rgba(1, 2, 77, 0.2);
    transform: translateY(-1px);
}

.hero-card-cta:active {
    transform: translateY(0);
}

/* ── Social Proof Line ── */
.hero-social-proof {
    text-align: center;
    margin: 16px 0 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #555;
}

.hero-social-proof::first-letter {
    color: #f5c518;
}

/* ── Horizontal search bar on homepage ── */
.bsearch-bar--home .bsearch-bar__inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

.bsearch-bar--home .bsearch-bar__location,
.bsearch-bar--home .bsearch-bar__dates {
    flex: 1 1 35%;
    min-width: 180px;
    width: auto;
    padding: 12px 16px;
    font-size: 14px;
}

.bsearch-bar--home .bsearch-bar__location input,
.bsearch-bar--home .bsearch-bar__dates input {
    font-size: 14px;
    width: 100%;
    min-width: 0;
}

.bsearch-bar--home .bsearch-bar__guests {
    flex: 0 1 auto;
    min-width: 120px;
    width: auto;
    padding: 12px 14px;
    font-size: 14px;
}

.bsearch-bar--home .bsearch-bar__submit {
    flex: 0 0 auto;
    width: auto;
    padding: 12px 24px;
    font-size: 14px;
}

/* ── Scroll-based header search visibility ── */
body.homepage-hero-visible .header-search-container {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.header-search-container {
    transition: opacity 0.3s ease;
}

/* ===================================================================
   HERO RESPONSIVE
   =================================================================== */

/* Tablet – stack columns */
@media (max-width: 992px) {
    .hero-two-col {
        flex-direction: column;
        gap: 20px;
    }

    .hero-two-col > .main-search-input {
        flex: 1 1 auto;
    }

    .hero-experience-card {
        flex: 1 1 auto;
    }

    .hero-experience-card h3 {
        font-size: 20px;
    }
}

/* Mobile – vertical search bar, smaller card */
@media (max-width: 768px) {
    .bsearch-bar--home .bsearch-bar__inner {
        flex-direction: column;
    }

    .bsearch-bar--home .bsearch-bar__location,
    .bsearch-bar--home .bsearch-bar__dates {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
    }

    .bsearch-bar--home .bsearch-bar__guests {
        width: 100%;
        min-width: 0;
    }

    .bsearch-bar--home .bsearch-bar__submit {
        width: 100%;
        justify-content: center;
    }

    .hero-experience-card {
        padding: 24px 20px;
    }

    .hero-experience-card h3 {
        font-size: 18px;
    }

    .hero-card-cta {
        width: 100%;
    }
}

#bsearch-search-on-move{
    height: 13px;
    margin: 0px;
}

.bsearch-sort{
    margin: 0px ;
}