﻿/*==========================
      Trip Hero
===========================*/

.trip-hero {
    position: relative;
    height: 380px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.trip-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}

.trip-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

    .trip-hero-content h1 {
        font-size: 52px;
        font-weight: 700;
        margin-bottom: 18px;
        line-height: 1.2;
        color: #fff;
    }

.breadcrumb-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    padding: 12px 28px;
    border-radius: 40px;
    font-size: 17px;
}

    .breadcrumb-box a {
        color: #fff;
        text-decoration: none;
        transition: .3s;
    }

        .breadcrumb-box a:hover {
            color: #11b5d5;
        }

    .breadcrumb-box span {
        color: #ffd200;
    }

    .breadcrumb-box label {
        color: #ffd200;
        font-weight: 600;
    }

/* Tablet */

@media(max-width:991px) {

    .trip-hero {
        height: 300px;
    }

    .trip-hero-content h1 {
        font-size: 38px;
    }
}

/* Mobile */

@media(max-width:767px) {

    .trip-hero {
        height: 240px;
    }

    .trip-hero-content h1 {
        font-size: 28px;
    }

    .breadcrumb-box {
        font-size: 14px;
        padding: 10px 18px;
    }
}
.package-section {
    padding: 80px 0;
    background: #fff;
}

.package-link {
    display: block;
    text-decoration: none;
}

.package-card1 {
    position: relative;
    width: 100%;
    height: 430px !important;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
    transition: .35s;
}

    .package-card1:hover {
        transform: translateY(-8px);
    }

.package-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s;
    transform: scale(1.08);
}

.package-card1:hover .package-image {
    transform: scale(1.08);
}

/* Overlay */

.package-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,.90), rgba(0,0,0,.45), rgba(0,0,0,0));
}

    .package-overlay h3 {
        margin: 0;
        font-size: 25px !important;
        font-weight: 700;
    }

.pickup {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 15px;
}

.package-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

    .package-info span {
        display: flex;
        align-items: center;
    }

    .package-info i {
        color: #00d5ff;
        margin-right: 6px;
    }

/* Price */

.price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFD400;
    color: #000;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 700;
    z-index: 10;
    font-size: 17px;
}

/* Tablet */

@media(max-width:991px) {

    .package-card {
        height: 360px;
    }

    .package-overlay h3 {
        font-size: 24px;
    }

    .package-info {
        font-size: 13px;
    }
}

/* Mobile */

@media(max-width:767px) {

    .package-section {
        padding: 40px 0;
    }

    .package-card {
        height: 280px;
        border-radius: 14px;
    }

    .package-overlay {
        padding: 14px;
    }

        .package-overlay h3 {
            font-size: 20px;
        }

    .pickup {
        margin-top: 10px;
        margin-bottom: 12px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .package-info {
        font-size: 11px;
    }

    .price-tag {
        top: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 12px;
    }
}




/*=========================
package-details
=========================*/

.package-details {
    padding: 70px 0;
    background: #fff;
}

.package-title {
    font-size: 35px;
    font-weight: 700;
    color: #1d2433;
    margin-bottom: 35px;
    line-height: 1.2;
}

/*=========================
Info Boxes
=========================*/

.info-box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 90px;
}

.info-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #396bb3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.info-box span {
    display: block;
    color: #555;
    font-size: 15px;
    margin-bottom: 5px;
}

.info-box h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
}

/*=========================
Price Card
=========================*/

.price-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.payment-strip {
    background: #e9f7ee;
    color: #386641;
    font-size: 15px;
    padding: 16px 20px;
}

    .payment-strip i {
        margin-right: 8px;
    }

.price-body {
    padding: 25px;
}

    .price-body small {
        display: block;
        font-size: 15px;
        color: #555;
        margin-bottom: 10px;
    }

.price {
    font-size: 30px;
    color: #396bb3;
    font-weight: 700;
    margin-bottom: 30px;
}

    .price span {
        font-size: 18px;
        font-weight: 600;
        color: #396bb3;
    }

.book-btn {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #396bb3;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 18px;
    border-radius: 60px;
    transition: .3s;
}

    .book-btn:hover {
        background: #396bb3;
        color: #fff;
    }

/*=========================
Responsive
=========================*/

@media(max-width:991px) {

    .package-title {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .price-card {
        margin-top: 30px;
    }

    .info-box {
        min-height: auto;
    }
}

@media(max-width:767px) {

    .package-title {
        font-size: 28px;
    }

    .info-box {
        padding: 18px;
        gap: 15px;
    }

    .info-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .info-box span {
        font-size: 16px;
    }

    .info-box h5 {
        font-size: 18px;
    }

    .price {
        font-size: 38px;
    }

    .book-btn {
        font-size: 22px;
        padding: 15px;
    }
}

.package-tabs {
    display: flex;
    background: #396bb3;
    border-radius: 12px;
    overflow-x: auto;
    position: sticky;
    top: 70px; /* Header ke according change kar lena */
    z-index: 999;
}

    .package-tabs::-webkit-scrollbar {
        display: none;
    }

.tab-btn {
    flex: 1;
    min-width: 180px;
    background: none;
    border: none;
    color: rgba(255,255,255,.65);
    padding: 22px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: .3s;
}

    /* Default Active */

    .tab-btn.active {
        color: #fff;
    }

        .tab-btn.active::after {
            content: "";
            position: absolute;
            left: 25px;
            right: 25px;
            bottom: 0;
            height: 4px;
            background: #fff; /* White underline */
            border-radius: 20px;
        }

    .tab-btn:hover {
        color: #fff;
    }
    .tab-btn.active {
        color: #fff;
    }

        .tab-btn.active::after {
            content: "";
            position: absolute;
            left: 20px;
            right: 20px;
            bottom: 0;
            height: 4px;
            background: #00d4ff;
            border-radius: 5px;
        }

.package-card {
    margin-top: 25px;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

@media(max-width:768px) {

    .package-tabs {
        justify-content: flex-start;
    }

    .tab-btn {
        flex: none;
        min-width: 170px;
        padding: 18px;
        font-size: 16px;
    }
}

/*.itinerary-body*/


.package-card {
    background: #fff;
    height:auto;
}

.section-title  {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align:left;
}

    .section-title span {
        position: absolute;
        left: -18px;
        top: 3px;
        width: 6px;
        height: 36px;
        background: #08b6e6;
    }

.itinerary-item {
    background: #f7f7f7;
    border-radius: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .3s;
}

    .itinerary-item.active {
        background: #eef8fc;
    }

.itinerary-header {
    display: flex;
    align-items: center;
    padding: 24px;
    cursor: pointer;
}

.day-box {
    width: 110px;
    min-width: 110px;
    height: 42px;
    border: 2px solid #16b5ef;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #1d6c89;
    font-weight: 700;
    font-size: 18px;
}

.itinerary-header h5 {
    flex: 1;
    margin: 0 25px;
    font-size: 20px;
    font-weight: 600;
}

.toggle-icon {
    width: 32px;
    height: 32px;
    border: 1px solid #999;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    user-select: none;
}

.itinerary-body {
    display: none;
    padding: 0 35px 30px;
}

.itinerary-item.active .itinerary-body {
    display: block;
}



@media(max-width:991px) {

    .itinerary-header {
        flex-wrap: wrap;
        gap: 15px;
        padding: 18px;
    }

    .day-box {
        width: 90px;
        min-width: 90px;
        font-size: 16px;
    }

    .itinerary-header h5 {
        width: 100%;
        margin: 0;
        font-size: 18px;
    }

    .toggle-icon {
        margin-left: auto;
    }

    .itinerary-body {
        padding: 0 18px 20px;
    }
}

/* Card */

.inclusion-card {
    background: #f6fbf5;
    border: 1px solid #e4f3e2;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,.04);
}

/* Heading */


/* List */

.inclusion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .inclusion-list li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 18px;
    }

        /* Tick */

        .inclusion-list li i {
            color: #00d65d;
            font-size: 24px;
            margin-top: 7px;
            flex-shrink: 0;
        }

/* Hidden Items */

.hidden-item {
    display: none;
}

/* Exclusion Card */

.exclusion-card {
    background: #fff5f5;
    border: 1px solid #ffdede;
    border-radius: 14px;
    height:auto;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,.04);
}



/* List */

.exclusion-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .exclusion-list li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 18px;
        line-height: 1.8;
        color: #333;
    }

        /* Red Cross Icon */

        .exclusion-list li i {
            color: #ff3b3b;
            font-size: 24px;
            margin-top: 7px;
            flex-shrink: 0;
        }

/* Hidden */

.hidden-item {
    display: none;
}

    .hidden-item.show-item {
        display: flex;
    }