.heroSearch{
    background: none;
}

@media screen and (width <= 414px){
    .mainSearchForm{
        padding-bottom: 100px;
        margin-top: 0;

    }
    .heroGallery{
        margin-top: 150px;
    }
    #mainSectionLetsGo{
        height: 1000px;
    }
}
.dropdown-active {
    background-color: #bbf7d0; /* green-200 */
}
/* ===============================
   SEARCH SECTION – MOBILE FIXES
================================ */

@media (max-width: 768px) {

    /* Overall spacing */
    #searchSectionLetsGo {
        gap: 1rem;              /* tighter vertical spacing */
    }

    /* Labels */
    #searchSectionLetsGo label {
        font-size: 0.85rem;
        margin-bottom: 0.4rem;
    }

    /* Inputs */
    #searchSectionLetsGo input[type="text"],
    #searchSectionLetsGo input[type="date"] {
        padding: 0.75rem 0.9rem;
        font-size: 0.95rem;
    }

    /* Dropdown list */
    #searchSectionLetsGo ul {
        max-height: 10rem;
        font-size: 0.9rem;
    }

    #searchSectionLetsGo ul li {
        padding: 0.6rem 0.9rem;
    }

    /* Search button */
    #searchSectionLetsGo button {
        padding: 0.85rem;
        font-size: 1rem;
    }
    #heroHeaderLetsGo {
        padding-top: 0;
        margin-bottom: 18px;
    }

    #ourRouteNetwork{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #ourRouteNetwork div {
        position: static;
        width: auto;
    }
    #ourRouteNetwork iframe {
        height: 300px;
    }

    #routeSection{
        padding-top: 0;
    }

    #premiumSection{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #OurSelectionPage{
        margin-bottom: 10px;
    }

    #OurSelectionPage p{
        margin-top: 0;
    }



}
/* ===== ROUTE NETWORK SECTION ===== */

.route-network {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Heading */
.route-heading {
    text-align: center;
    margin-bottom: 56px;
}

.route-heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 10px;
}

.route-heading p {
    font-size: 18px;
    color: var(--theme-primary,#6b7280);
}

.text-red {
    color: #ef4444;
}

/* Map Wrapper */
.map-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px var(--color-primary,  rgba(0,0,0,0.15));
}

/* Map */
.map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* Routes Card */
.routes-card {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    padding: 40px;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(14px);
    border-left: 1px solid rgba(255,255,255,0.4);
    box-shadow: -10px 0 30px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.routes-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--color-primary ,#111827);
}

/* Routes List */
.routes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.routes-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
}

.routes-list hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin: 20px 0;
}

/* Dots */
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.dot.red {
    background: #ef4444;
}

.dot.orange {
    background: #fb923c;
}

.dot.black {
    background: #111827;
}

/* Responsive */
/* MOBILE: Route card below map */
@media (max-width: 900px) {

    .map-wrapper{
        display: flex;
        flex-direction: column;
        overflow: visible;   /* allow card to show properly */
    }

    #routeMapTwo{
        width: 100% !important;
        min-height: 300px !important;
        border-radius: 24px;
        overflow: hidden;
    }

    .routes-card {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 16px;
        padding: 20px;
        border-left: none !important;
        box-shadow: none !important;
        background: #ffffff !important;
        backdrop-filter: none !important;
    }
}

/*map css*/
#routeMapTwo {
    width: 100%;
    height: 380px;
}
/* important: parent must be relative */
.route-network .map-wrapper {
    position: relative !important;
}

/* leaflet map should stay behind */
#routeMapTwo {
    width: 100%;
    height: 380px;
    position: relative;
    z-index: 1;
}

/* routes card must be above leaflet layers */
.route-network .routes-card {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    z-index: 40 !important;
}

/* ================================
   Premium Routes (Scoped Styles)
   ================================ */

.premium-routes {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.premium-routes-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

/* Heading */
.premium-routes-header {
    text-align: center;
    margin-bottom: 50px;
}

.premium-routes-header h2 {
    font-size: 36px;
    font-family: serif;
    font-weight: 600;
    color: var(--color-primary , #1f2937);
}

.premium-routes-header p {
    font-size: 14px;
    color: var(--color-primary ,#6b7280);
    margin-top: 10px;
}

/* Horizontal List */
.premium-routes-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}

.premium-routes-list::-webkit-scrollbar {
    height: 6px;
}

.premium-routes-list::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 10px;
}

/* Card */
.premium-route-card {
    min-width: 280px;
    max-width: 280px;
    background: #ffffff;
    border: 1px solid var(--color-primary , #e5e7eb) ;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Image */
.premium-route-image {
    position: relative;
}

.premium-route-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.premium-route-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--color-primary-light , #ffffff);
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    color:var(--color-primary ,  #374151);
}

/* Content */
.premium-route-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.premium-route-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary , #111827);
    margin-bottom: 8px;
}

.premium-route-meta {
    font-size: 12px;
    color: var(--color-primary , #6b7280);
    margin-bottom: 12px;
}

/* Amenities */
.premium-route-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.premium-route-amenity {
    font-size: 11px;
    background: var(--color-primary-light , #f3f4f6);
    padding: 4px 8px;
    border-radius: 6px;
    color: var(--color-primary , #374151);
}

/* Button */
.premium-route-btn {
    margin-top: auto;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    background: var(--color-primary , #111827);
    color: #ffffff;
    transition: background 0.2s ease;
}

.premium-route-btn:hover {
    background: var(--color-primary-hover ,#000000);
    color: white ;
}
.fa-solid{
    color: white !important;
}