.banner-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
}

    /* Video default (DESKTOP) */
    .banner-container .bg-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Overlay */
    .banner-container::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.35);
        z-index: 2;
    }

/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {

    .banner-container {
        height: 20vh; 
        max-height: 520px;
    }


    .banner-container .bg-video {
    object-fit: contain; 
    background: #000; 
    }
}

/* ===== HEADINGS ===== */
.wraveler-title {
    font-size: 42px;
    font-weight: 800;
    color: #1BAA55;
}

.wraveler-subtitle {
    margin: 15px auto;
    font-size: 22px;
    max-width: 1050px;
    color: #333;
    line-height: 1.6;
}

.wraveler-hashtag {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #1A1A1A;
}

/* ===== CENTER SLIDER ===== */
.myCenterSlider {
    width: 100%;
    max-width: 1200px; /* full 5-cards width */
    margin: 40px auto;
    overflow: visible;
}

    .myCenterSlider .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .myCenterSlider .swiper-slide {
        width: 200px; /* SAME size always */
        height: 150px;
        background: #fff;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 6px 25px rgba(0,0,0,0.15);
        transition: 0.35s ease;
    }

        .myCenterSlider .swiper-slide img {
            width: 95%;
            height: 95%;
            object-fit: contain;
        }

    /* MIDDLE ITEM BIGGER */
    .myCenterSlider .swiper-slide-active {
        transform: scale(1.25);
        z-index: 5;
    }

    /* LEFT & RIGHT SIDE ITEMS */
    .myCenterSlider .swiper-slide-prev,
    .myCenterSlider .swiper-slide-next {
        transform: scale(0.85);
        opacity: 0.7;
    }

@media (max-width: 768px) {

    .wraveler-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .myCenterSlider {
        margin: 20px auto;
        height: 160px;
        overflow: hidden;
    }

        .myCenterSlider .swiper-slide {
            width: 140px;
            height: 110px;
        }

        .myCenterSlider .swiper-slide-active {
            transform: scale(1.05);
        }

        .myCenterSlider .swiper-slide-prev,
        .myCenterSlider .swiper-slide-next {
            transform: scale(0.95);
            opacity: 0.9;
        }
}
.journeySlider {
    width: 100%;
    margin-top: 40px;
}

    .journeySlider .swiper-wrapper {
        display: flex !important;
        flex-direction: row !important;
        transition-timing-function: linear !important;
    }

    .journeySlider .swiper-slide {
        width: auto !important;
        flex-shrink: 0 !important;
        height: 500px;
        display: flex;
        flex-direction: column; /* image on top, text under */
        align-items: center;
        justify-content: flex-start;
        margin-right: 40px; /* space between slides */
    }

    .journeySlider img {
        height: 100%;
        width: auto;
        object-fit: cover;
        display: block;
    }

    .journeySlider p {
        margin-top: 15px;
        font-size: 18px;
        text-align: center;
        max-width: 450px;
        color: #333;
        font-weight: bold;
    }
/* MAIN HEADING */
.packing-main-title {
    font-size: 55px;
    font-weight: 800;
    color: #1BAA55;
    margin-bottom: 40px;
}

/* TOP STATS */
.packing-stats {
    margin-bottom: 50px;
}

.stat-number {
    font-size: 55px;
    font-weight: 800;
    color: #1BAA55;
}

.stat-text {
    font-size: 30px;
    font-weight: 700;
    color: #0b5c9e;
}

/* IMAGES */
.packing-image {
    width: 100%;
    max-width: 300px;
}

/* BLUE TEXT BOX */
.packing-text-box {
    background: #0b5c9e;
    color: white;
    padding: 30px;
    border-radius: 15px;
    font-size: 14px;
    text-align: left;
}

/* NAME TAG */
.name-box {
    margin-top: 15px;
    background: #1BAA55;
    color: white;
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
    width: 80%;
}

    .name-box h3 {
        font-size: 28px;
        font-weight: 700;
        margin: 0;
    }

    .name-box p {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }

/* ===========================
   TRIP SECTION (DESKTOP)
=========================== */

.trip-section {
    width: 100%;
    margin: 60px 0;
}

.tripSlider {
    width: 70%;
    margin: auto;
}

@media (min-width: 1024px) {
    .tripSlider {
        margin-left: 12%; /* desktop right shift */
    }
}

.tripSlider .swiper-slide {
    width: 340px !important;
    height: 440px !important;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.35s ease;
}

.tripSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center slide bigger */
.tripSlider .swiper-slide-active {
    transform: scale(1.25);
    z-index: 10;
}

/* Left/Right slides smaller */
.tripSlider .swiper-slide-prev,
.tripSlider .swiper-slide-next {
    transform: scale(0.85);
    opacity: 0.9;
}

/* Labels */
.label {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #0a813a;
    color: #fff;
    padding: 10px 26px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

    .label.center {
        background: #0aa149;
    }


/* ===========================
   MOBILE FIX
=========================== */

@media (max-width: 768px) {

    .tripSlider {
        width: 100% !important;
        padding: 0;
    }

        .tripSlider .swiper-slide {
            width: 90% !important;
            max-width: 100% !important;
            height: 300px !important;
            margin: auto !important;
            transform: none !important;
        }

        .tripSlider .swiper-slide-active,
        .tripSlider .swiper-slide-prev,
        .tripSlider .swiper-slide-next {
            transform: none !important;
            opacity: 1 !important;
        }

    .label {
        bottom: 10px;
        font-size: 16px;
        padding: 8px 18px;
    }
}

@media (max-width: 480px) {

    .tripSlider .swiper-slide {
        height: 250px !important;
        width: 100% !important;
    }

    .label {
        font-size: 14px;
    }
}

.review-section {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.review-title {
    font-size: 40px;
    font-weight: 800;
    color: #1BAA55;
    margin-bottom: 40px;
}

.review-card-new {
    background: #17679E;
    color: #fff;
    padding: 30px;
    border-radius: 25px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.review-avatar {
    width: 80px;
    height: 80px;
    background: #C41859;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.review-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-text {
    font-size: 16px;
    line-height: 1.5;
}
/* SECTION */
.transport-section {
    width: 100%;
    padding: 60px 0;
}

.transport-title {
    font-size: 42px;
    font-weight: 800;
    color: #1BAA55;
    margin-bottom: 40px;
}

/* WRAPPER */
.transport-wrapper {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* BOX */
.transport-box {
    flex: 1;
    min-width: 420px;
    padding: 50px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
}

.left-box {
    background: #145E8C;
}

.right-box {
    background: #17A84B;
}

.transport-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.transport-box p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* BUTTONS */
.transport-btn {
    display: inline-block;
    padding: 16px 30px;
    border-radius: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}



/* RESPONSIVE */
@media (max-width: 900px) {
    .transport-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

.meeting-section {
    margin: 60px auto;
    text-align: center;
    width: 100%;
}

.meeting-title {
    font-size: 42px;
    font-weight: 800;
    color: #0a813a;
    margin-bottom: 40px;
}

/* TOP SOCIAL ICONS */
.social-media-row {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

    .social-media-row img {
        width: 150px;
        height: 150px;
        border-radius: 25px;
    }

/* BOTTOM IMAGE ROW */
.meeting-image-row {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

    .meeting-image-row img {
        width: 220px;
        height: 220px;
        border-radius: 20px;
        object-fit: cover;
        box-shadow: 0px 6px 18px rgba(0,0,0,0.15);
    }

.readmore-section {
    width: 90%;
    margin: 60px auto;
    position: relative;
}

.readmore-title {
    text-align: center;
    letter-spacing: 4px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #555;
}

.readmore-text-img {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
}

.banner-container-img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

    .banner-container-img img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

/* ---------- MOBILE FIX ---------- */
@media (max-width: 768px) {

    .banner-container-img img {
        height: 220px; /* clean mobile height */
        border-radius: 14px;
    }
}

/* Small phones */
@media (max-width: 480px) {

    .banner-container-img img {
        height: 180px;
        border-radius: 10px;
    }
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-img {
    width: 100%;
    height: auto; 
    object-fit: cover; 
    display: none; 
}

    .slider-img.active {
        display: block;
        animation: fade 1s ease-in-out;
    }

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.form-wrapper {
    padding: 25px;
    border-radius: 12px;
}


.floating-input {
    position: relative;
}

.input-field {
    width: 100%;
    padding: 14px 15px;
    font-size: 15px;
    border: 2px solid #d0d0d0;
    border-radius: 10px;
    background: #fff;
    transition: 0.3s;
    margin-top: 5px;
}

    .input-field:focus {
        outline: none;
        border-color: #0d6efd;
        box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
    }


.floating-input label {
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 15px;
    color: #6c757d;
    transition: 0.2s ease;
    pointer-events: none;
    background: #ffffff;
    padding: 0 5px;
}


.input-field:focus + label,
.input-field:not(:placeholder-shown) + label {
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #0d6efd;
}
.card-blue {
    background: #cdd8e4; /* Same blue background as screenshot */
}

.card-green {
    background: #d8f4df; /* Same light green background */
}

.custom-card {
    border-radius: 25px;
    padding: 30px;
}

.card-icon {
    width: 130px;
    height: auto;
}
.quick-img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s ease;
}

    .quick-img:hover {
        transform: translateY(-5px);
    }

.map-section iframe {
    width: 100%;
    height: 450px;
    border: 0;
}


.himachal-section {
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
}

/* Reduced side spacing */
.main-Container {
    display: grid;
    grid-template-columns: 0.95fr 1fr; /* content closer together */
    gap: 30px;
    margin: auto;
    padding: 0 10px;
}

/* TEXT */
.text-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* IMAGE GRID */
.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

    .image-grid img {
        width: 100%;
        border-radius: 12px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

/* CUSTOM IMAGE HEIGHTS like screenshot */
.tall-img {
    height: 330px; /* 1st & 4th image */
}

.medium-img {
    height: 240px; /* 2nd image */
}

.small-img {
    height: 220px; /* 3rd image */
}

.image-grid img:hover {
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .image-grid {
        grid-template-columns: 1fr;
    }

    .tall-img, .medium-img, .small-img {
        height: 230px;
    }
}


/* ================================
   GENERAL CONTAINER
================================ */
.container-custom {
    max-width: 1400px;
    margin: auto;
    padding: 20px;
}

/* ================================
   ROW SYSTEM
================================ */
.row-custom {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

/* COLUMN SIZES */
.col-3 {
    width: 25%;
}

.col-6 {
    width: 50%;
}

.col-9 {
    width: 75%;
}

/* ================================
   TOP BAR (TITLE + FILTERS + SORT)
================================ */
.top-row {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 15px 0;
    z-index: 1000;
    display: flex;
    align-items: center;
}

/* Title */
.trip-title {
    font-size: 30px;
    font-weight: 700;
    margin-left: 10px;
}

/* FILTER BUTTONS */
.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .filter-buttons button {
        padding: 10px 20px;
        border-radius: 30px;
        border: 1px solid #dfe3e8;
        background: white;
        cursor: pointer;
    }

        .filter-buttons button.active {
            background: #005bff;
            color: white;
        }

.content-row {
    gap: 25px;
}

/* SORT BOX */
.sort-box {
    text-align: right;
    font-size: 16px;
}

/* ================================
   SIDEBAR (STICKY)
================================ */
.sidebar {
    background: #f5f7fc;
    padding: 20px;
    border-radius: 16px;
    position: sticky;
    top: 120px; /* under title area */
    height: fit-content;
}

.tab-switch {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

    .tab-switch button {
        padding: 10px 22px;
        border-radius: 10px;
        background: #e0e7ff;
        border: none;
        font-weight: 600;
        cursor: pointer;
    }

        .tab-switch button.active {
            background: #005bff;
            color: white;
        }

.category-list {
    list-style: none;
    padding: 0;
}

    .category-list li {
        padding: 14px;
        margin-bottom: 12px;
        background: white;
        border-radius: 12px;
        font-size: 15px;
        cursor: pointer;
    }

        .category-list li.active {
            color: #005bff;
            border: 1px solid #005bff;
            font-weight: 600;
        }




/* ================================
   RIGHT SIDE – SCROLLABLE CARD AREA
================================ */
.card-scroll-area {
    height: calc(100vh - 150px);
    overflow-y: auto;
    padding-right: 10px;
}

    /* Scrollbar Style */
    .card-scroll-area::-webkit-scrollbar {
        width: 6px;
    }

    .card-scroll-area::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

/* ================================
   CARD GRID (3 CARDS PER ROW)
================================ */
.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* ================================
   TRIP CARD – FULL OVERLAY STYLE
================================ */
.trip-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 480px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.15);
    transition: transform .3s ease;
    margin: 0;
    padding: 0;
}


    .trip-card:hover {
        transform: scale(1.03);
    }

/* Full Image */
.card-img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

/* TEXT OVERLAY on FULL IMAGE */
.overlay-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
    background: linear-gradient( to bottom, rgba(0,0,0,0) 20%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.75) 100% );
}

/* ================================
   BADGES
================================ */
.badge-container {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 10;
}

.badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

    .badge.blue {
        background: #005bff;
    }

    .badge.green {
        background: #9ad800;
    }

/* ================================
   TEXT STYLES
================================ */
.overlay-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Location Pill */
.pill {
    background: rgba(255,255,255,0.25);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Info row */
.info-row {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

/* Price Row */
.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 24px;
    font-weight: 700;
}

.rating {
    font-size: 14px;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 1100px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {

    .top-row {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .col-3, .col-6, .col-9 {
        width: 100%;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: relative;
        top: 0;
    }

    .card-scroll-area {
        height: auto;
        overflow: visible;
    }
}

@media (max-width: 900px) {

    .row-custom {
        flex-wrap: wrap;
    }

    .col-3, .col-6, .col-9 {
        width: 100%;
    }

    /* Sidebar goes above cards */
    .sidebar {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    /* Cards become single column */
    .card-grid {
        grid-template-columns: 1fr;
    }

    /* Cards scroll normally */
    .col-9 {
        overflow: visible;
        height: auto;
        padding-left: 0;
    }

    .top-row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

.readmore-section {
    width: 90%;
    margin: 60px auto;
    position: relative;
}

.readmore-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
}

.readmore-subtitle {
    letter-spacing: 6px;
    font-size: 16px;
    color: #777;
    text-align: center;
}

.readmore-text {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
}

.hidden-part {
    display: none;
}

.view-more-btn2 {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #0b6be6;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    transition: 0.3s ease;
}
