﻿/* ===== GOLDEN WHITE PACKAGE CARDS ===== */

.package-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(212,175,55,.25);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s;
    position: relative;
}

    .package-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(212,175,55,.20);
    }

    .package-card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

.package-content {
    padding: 20px;
}

    .package-content h3 {
        font-size: 22px;
        font-weight: 700;
        color: #222;
        margin-bottom: 8px;
    }

    .package-content p {
        color: #666;
        margin-bottom: 15px;
    }

/* Offer Badge */

.offer-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg,#D4AF37,#F7E7A1);
    color: #000;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    z-index: 9;
}

/* Included */

.inclupan {
    margin: 15px 0;
}

    .inclupan span {
        color: #B8860B;
        font-weight: 700;
        display: block;
        margin-bottom: 10px;
    }

    .inclupan ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        list-style: none;
        padding: 0;
    }

    .inclupan li {
        background: #fffdf5;
        border: 1px solid #D4AF37;
        border-radius: 25px;
        padding: 6px 12px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
    }

        .inclupan li img {
            width: 18px;
            height: 18px;
        }

/* Inclusion */

.icon-title {
    color: #B8860B;
    font-weight: 700;
    margin-bottom: 10px;
}

.pkg-desc {
    max-height: 50px;
    overflow-y: auto;
}

.incl-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.icon-image {
    width: 14px;
    margin-top: 3px;
}

/* Highlights */

.highlights-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 5px;
}

    .highlights-scroll span {
        background: #fffdf5;
        border: 1px solid #D4AF37;
        color: #8B6B00;
        padding: 7px 14px;
        border-radius: 25px;
        white-space: nowrap;
        font-size: 12px;
    }

/* Price Card */

.price-card {
    text-decoration: none;
    display: block;
    margin: 15px 0;
}

.price-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg,#fff,#fdf6dc);
    border: 2px solid #D4AF37;
    border-radius: 16px;
    padding: 15px;
}

.price-label {
    font-size: 12px;
    color: #777;
}

.price-amount {
    font-size: 28px;
    font-weight: 700;
    color: #B8860B;
}

.price-note {
    font-size: 11px;
    color: #777;
}

.price-right {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #D4AF37;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Buttons */

.btn-sec {
    display: flex;
    gap: 10px;
}

    .btn-sec a {
        flex: 1;
        text-decoration: none;
        text-align: center;
        padding: 12px;
        border-radius: 12px;
        color: #fff;
        font-weight: 600;
    }

.callbtn,
.whatsappbtn,
.enqbtn {
    background: linear-gradient(135deg,#D4AF37,#B8860B);
}

    .callbtn:hover,
    .whatsappbtn:hover,
    .enqbtn:hover {
        background: linear-gradient(135deg,#B8860B,#8B7500);
    }

/* Mobile */

@media(max-width:768px) {

    .package-card img {
        height: 220px;
    }

    .btn-sec {
        flex-direction: column;
    }
}
.inclupan {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    margin: 15px 0;
}

.include-label {
    background: #8CBF88;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 15px 8px;
    letter-spacing: 1px;
}

.inclupan ul {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 15px 10px;
}

    .inclupan ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: none;
        background: none;
        padding: 0;
    }

        .inclupan ul li img {
            width: 45px;
            height: 45px;
            object-fit: contain;
            margin-bottom: 8px;
        }

        .inclupan ul li span {
            font-size: 14px;
            font-weight: 600;
            color: #111;
        }

@media(max-width:768px) {

    .inclupan ul {
        padding: 10px 5px;
    }

        .inclupan ul li img {
            width: 35px;
            height: 35px;
        }

        .inclupan ul li span {
            font-size: 12px;
        }
}
.Inclusion-list {
    margin: 15px 0;
}

.icon-title {
    color: #4CAF50;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pkg-desc {
    max-height: 50px;
    overflow-y: auto;
    padding-right: 8px;
}

    .pkg-desc::-webkit-scrollbar {
        width: 5px;
    }

    .pkg-desc::-webkit-scrollbar-thumb {
        background: #0d6efd;
        border-radius: 10px;
    }

.incl-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

    .incl-item i {
        color: #0d6efd;
        font-size: 18px;
        min-width: 18px;

    }
.price-box {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    border-top: 1px dashed #cfcfcf;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    margin: 15px 0;
}

.start-text {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.price-value {
    font-size: 22px;
    font-weight: 800;
    color: #2f8f1f;
}

    .price-value i {
        font-size: 18px;
        margin-right: 3px;
    }

.per-adult {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

    .per-adult sup {
        color: red;
    }

.package-title-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f5ebc8;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
}

.package-number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg,#7ac943,#d4af37);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.package-title-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.package-title-content p {
    margin: 2px 0 0;
    font-size: 13px;
    color: red;
}
.package-highlight-title {
    color: #e53935;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.inclupan {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 15px;
    overflow: hidden;
}

    .inclupan ul {
        display: flex;
        flex-wrap: nowrap; /* No new line */
        overflow-x: auto; /* Horizontal scroll */
        overflow-y: hidden;
        white-space: nowrap;
        gap: 15px;
        padding: 15px;
        margin: 0;
        list-style: none;
        scrollbar-width: thin;
    }

        .inclupan ul::-webkit-scrollbar {
            height: 5px;
        }

        .inclupan ul::-webkit-scrollbar-thumb {
            background: #d4af37;
            border-radius: 10px;
        }

        .inclupan ul li {
            flex: 0 0 auto; /* Prevent shrinking */
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 30px;
        }

            .inclupan ul li img {
                width: 40px;
                height: 40px;
                object-fit: contain;
                margin-bottom: 5px;
            }


.inc-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.highlights-scroll span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
/* INCLUDE SECTION */

.inclupan{
    display:flex;
    align-items:center;
    background:#fff;
    border:1px solid #eee;
    border-radius:15px;
    overflow:hidden;
    margin:15px 0;
}

.include-label{
    background:#6dbf4b;
    color:#fff;
    font-size:12px;
    font-weight:700;
    padding:12px 8px;
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    letter-spacing:1px;
}

.inclupan ul{
    display:flex;
    flex-wrap:nowrap !important;
    overflow-x:auto;
    overflow-y:hidden;
    gap:20px;
    margin:0;
    padding:15px;
    list-style:none;
    width:100%;
    white-space:nowrap;
}

.inclupan ul::-webkit-scrollbar{
    height:4px;
}

.inclupan ul::-webkit-scrollbar-thumb{
    background:#d4af37;
    border-radius:10px;
}

.inclupan ul li{
    min-width:40px;
    flex:0 0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:none !important;
    background:none !important;
    padding:0 !important;
}

.inclupan ul li img{
    width:40px !important;
    height:40px !important;
    object-fit:contain;
    margin-bottom:6px;
}

.inclupan ul li span{
    display:block;
    font-size:12px;
    font-weight:600;
    color:#333;
    margin:0;
}

@media (max-width:768px) {

    .btn-sec {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 5px;
        width: 100%;
    }

        .btn-sec a {
            display: flex !important;
            flex: 1 1 0 !important;
            width: 33.33% !important;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 8px 2px !important;
            font-size: 11px !important;
            white-space: nowrap;
            box-sizing: border-box;
        }

            .btn-sec a i {
                margin-right: 4px;
                font-size: 11px !important;
            }
}

#errorBox {
    display: none;
    background: #ffdddd;
    color: #a70000;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-left: 5px solid red;
    font-weight: bold;
    border-radius: 5px;
}

/* ================= OVERLAY ================= */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 999;
}

/* ================= THANK YOU MODAL ================= */
#thankYouModal {
    position: fixed;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 1000;
}

.modalBox {
    width: 320px;
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    text-align: center;
    border-top: 5px solid #d4af37;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    font-family: Arial;
}

    .modalBox .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 15px;
        border-radius: 50%;
        background: #d4af37;
        color: #fff;
        font-size: 30px;
        line-height: 60px;
        font-weight: bold;
    }

    .modalBox h2 {
        color: #d4af37;
        margin: 0;
    }

    .modalBox p {
        font-size: 14px;
        color: #555;
        margin: 10px 0;
    }

    .modalBox button {
        background: #d4af37;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 25px;
        cursor: pointer;
    }

/* ================= BOOKING MODAL ================= */
#bookingModal {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.booking-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 320px;
}

.close-modal {
    float: right;
    cursor: pointer;
}

@media (max-width: 768px) {
    .hero-content h1,
    .hero-content p {
        display: none;
    }
}


.package-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #f1e4b8;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.package-number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg,#d4af37,#f5d76e);
    color: #000;
    font-size: 18px;
    font-weight: 700;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0,0,0,.25);
}

.package-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.start-text {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-value {
    font-size: 24px;
    font-weight: 800;
    display: block;
    line-height: 1.2;
}

.per-adult {
    font-size: 11px;
}

.Inclusion-list {
    width: 100%;
    margin-top: -5%;
}

.icon-title {
    font-weight: 700;
    color: #b8860b;
    margin-bottom: 10px;
}

.short-desc {
    max-height: 120px;
    overflow: hidden;
    transition: .3s;
}

    .short-desc.active {
        max-height: 600px;
    }

.pkg-desc {
    width: 100%;
}

.incl-item {
    padding: 4px 0;
    color: #555;
    font-size: 14px;
}

    .incl-item i {
        color: #d4af37;
    }

.readMoreBtn {
    display: inline-block;
    margin-top: 8px;
    color: #b8860b;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

    .readMoreBtn:hover {
        color: #000;
    }

@media(max-width:768px) {

    .package-img {
        height: 220px;
    }

    .package-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .price-value {
        font-size: 22px;
    }
}
/* Small Image */
.package-img {
    width: 100%;
    height: 180px; /* Earlier 240px */
    object-fit: cover;
}

/* Serial Number Above Title */
.package-number {
    position: static;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d4af37;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: none;
}

/* Title Row */
.package-title-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
}

.package-title-content h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
}

/* Include Section Compact */
.include-list {
    gap: 6px;
}

    .include-list li {
        padding: 4px 8px;
        font-size: 12px;
    }

    .include-list img {
        width: 14px;
        height: 14px;
    }

/* Package Inclusion Small */
.short-desc {
    max-height: 70px;
    overflow: hidden;
}

    .short-desc.active {
        max-height: 500px;
    }

.incl-item {
    font-size: 13px;
    padding: 2px 0;
}

/* Highlights Compact */
.highlights-scroll {
    max-height: 60px;
    overflow: auto;
}

    .highlights-scroll span {
        font-size: 11px;
        padding: 4px 8px;
    }

/* Price Compact */
.price-box {
    padding: 10px;
}

.start-text {
    font-size: 10px;
}

.price-value {
    font-size: 20px;
}

.per-adult {
    font-size: 10px;
}

/* Buttons Small */
.btn-sec a {
    padding: 10px 5px;
    font-size: 13px;
}

/* Mobile */
@media(max-width:768px) {

    .package-img {
        height: 160px;
    }

    .package-title-content h3 {
        font-size: 15px;
    }

    .btn-sec {
        flex-direction: row;
    }

        .btn-sec a {
            font-size: 12px;
            padding: 8px 4px;
        }
}

.page-title {
    text-align: center;
    padding: 40px 15px;
    margin: 0 auto 30px;
}

    .page-title h1 {
        color: #fff;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }

    .page-title p {
        color: #f5d76e;
        font-size: 18px;
        margin: 0;
        font-weight: 500;
        letter-spacing: 1px;
    }

@media(max-width:768px) {

    .page-title {
        padding: 25px 10px;
    }

        .page-title h1 {
            font-size: 28px;
        }

        .page-title p {
            font-size: 15px;
        }
}

.page-title {
    text-align: center;
    padding: 60px 20px 40px;
    position: relative;
}

    .page-title h1 {
        font-size: 48px;
        font-weight: 800;
        margin: 0;
        color: #fff;
        letter-spacing: 1px;
        text-transform: capitalize;
        line-height: 1.2;
    }

    .page-title p {
        color: #f5d76e;
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .page-title::after {
        content: '';
        width: 90px;
        height: 4px;
        background: linear-gradient(90deg,#d4af37,#f8e08a);
        display: block;
        margin: 20px auto 0;
        border-radius: 10px;
    }

    .page-title h1 span {
        color: #f5d76e;
    }

/* Mobile */
@media(max-width:768px) {

    .page-title {
        padding: 40px 15px 30px;
    }

        .page-title h1 {
            font-size: 30px;
        }

        .page-title p {
            font-size: 15px;
        }

        .page-title::after {
            width: 70px;
        }
}

.packages-page {
    margin-top: -200px; /* Desktop */
}

@media(max-width:768px) {
    .packages-page {
        margin-top: -43%;
    }
}

@media (max-width:768px) {
    .mobile-hide {
        display: none !important;
    }
}

.hero {
    min-height: 550px;
    max-height: 550px;
}

@media (max-width:768px) {

    .hero {
        min-height: 80px;
        max-height: 80px;
    }
}

.package-grid {
    margin-top: -3%;
}

@media(max-width:768px) {
    .package-grid {
        margin-top: -15%;
    }
}

