


html,
body{

   font-family: 'Poppins', sans-serif;
    overflow-x:hidden;
    width:100%;

    font-family:'Poppins',sans-serif;
    background:#f8f9fb;
    color:#333;
}

/* HEADINGS (LUXURY LOOK) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;

   margin: 0;
  padding: 0;
}


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* ==========================
   HERO SECTION
========================== */

.tour-hero{
    min-height:100vh;
    background:url('../images/package/Kashmir-banner.jpg') center center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.tour-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0, 0, 0, 0.171);
}

.tour-hero .container{
    position:relative;
    z-index:2;
}

.tour-hero h1{
    color:#fff;
    font-size:60px;
    font-weight:700;
    margin-bottom:15px;
    text-transform:uppercase;
}

.tour-hero p{
    color:#fff;
    font-size:20px;
    margin-bottom:0;
}

/* ==========================
   MAIN SECTION
========================== */

.tour-details{
    background:#f8f9fb;
    padding:80px 0;
}

/* ==========================
   HIGHLIGHTS
========================== */

.highlight-card{
    background:#fff;
    padding:30px 20px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.highlight-card:hover{
    transform:translateY(-10px);
}

.highlight-card i{
    font-size:42px;
    color:#c19a6b;
    margin-bottom:15px;
}

.highlight-card h5{
    margin:0;
    font-weight:600;
}

/* ==========================
   TITLE & META
========================== */

.tour-title{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
}

.tour-meta{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.tour-meta span{
    background:#fff;
    padding:10px 18px;
    border-radius:30px;
    font-weight:500;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

/* ==========================
   TIMELINE
========================== */

.timeline{
    position:relative;
    padding-left:50px;
}

.timeline::before{
    content:'';
    position:absolute;
    left:12px;
    top:0;
    width:3px;
    height:100%;
    background:#c19a6b;
}

.timeline-item{
    position:relative;
    background:#fff;
    padding:25px;
    margin-bottom:25px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.timeline-item:hover{
    transform:translateX(8px);
}

.timeline-item::before{
    content:'';
    position:absolute;
    left:-43px;
    top:28px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#c19a6b;
}

.timeline-item h4{
    margin-top:15px;
    font-weight:600;
    color:#0f172a;
}

.timeline-item p{
    margin-bottom:0;
    color:#555;
}

.day-badge{
    background:#c19a6b;
    color:#fff;
    padding:6px 15px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

/* PACKAGE TOUR CSS */

.package-price-card{
    margin-bottom:30px;
    background: linear-gradient(135deg,#0f172a,#1e293b);
    color:#fff;
    padding:35px;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.20);
    position:relative;
    overflow:hidden;
}

.package-price-card::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-80px;
    right:-80px;
}

.package-tag{
    display:inline-block;
    background:#c19a6b;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.price-label{
    color:#d1d5db;
    margin-bottom:10px;
}

.price{
    font-size:52px;
    font-weight:700;
    color:#fff;
    margin-bottom:25px;
    line-height:1;
}

.price span{
    font-size:16px;
    color:#cbd5e1;
    font-weight:400;
}

.package-features{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.package-features li{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.package-features li i{
    color:#c19a6b;
    margin-right:10px;
}

.book-btn{
    display:block;
    width:100%;
    text-align:center;
    background:#c19a6b;
    color:#fff;
    padding:14px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.book-btn:hover{
    background:#d4a76f;
    color:#fff;
}

/* ==========================
   ENQUIRY FORM
========================== */

.enquiry-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.enquiry-box h4{
    margin-bottom:20px;
    font-weight:700;
}

.enquiry-box input,
.enquiry-box select,
.enquiry-box textarea{
    width:100%;
    margin-bottom:15px;
    padding:12px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
}

.enquiry-box input:focus,
.enquiry-box select:focus,
.enquiry-box textarea:focus{
    border-color:#c19a6b;
}

.enquiry-box button{
    width:100%;
    border:none;
    padding:14px;
    background:#c19a6b;
    color:#fff;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.enquiry-box button:hover{
    background:#ab8358;
}

/* ==========================
   GALLERY
========================== */

.tour-gallery{
    background:#fff;
    padding:20px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.tour-gallery h5{
    margin-bottom:20px;
    font-weight:700;
}

.tour-gallery img{
    height:140px;
    width:100%;
    object-fit:cover;
    border-radius:10px;
    transition:.4s;
}

.tour-gallery img:hover{
    transform:scale(1.05);
}

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

@media(max-width:768px){

    .tour-hero{
        min-height:60vh;
    }

    .tour-hero h1{
        font-size:36px;
    }

    .tour-hero p{
        font-size:16px;
    }

    .tour-title{
        font-size:30px;
    }

    .tour-meta{
        gap:10px;
    }

    .timeline{
        padding-left:35px;
    }

    .timeline-item::before{
        left:-29px;
    }
}




/* ==========================
   LUXURY CTA SECTION
========================== */

.tour-cta{
    padding:100px 0;
    background:#f8f9fb;
}

.cta-box{
    background:linear-gradient(135deg,#0f172a,#1e293b);
    padding:80px 60px;
    border-radius:30px;
    text-align:center;
    position:relative;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.cta-box::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    top:-150px;
    right:-120px;
}

.cta-box::after{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(193,154,107,.15);
    bottom:-120px;
    left:-80px;
}

.cta-badge{
    display:inline-block;
    background:#c19a6b;
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.cta-box h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
    position:relative;
    z-index:2;
}

.cta-box p{
    color:#d1d5db;
    max-width:700px;
    margin:0 auto 35px;
    font-size:18px;
    line-height:1.8;
    position:relative;
    z-index:2;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    position:relative;
    z-index:2;
}

.cta-btn-primary{
    background:#c19a6b;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.cta-btn-primary:hover{
    background:#d4a76f;
    color:#fff;
    transform:translateY(-3px);
}

.cta-btn-outline{
    border:2px solid rgba(255,255,255,.2);
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.cta-btn-outline:hover{
    background:#fff;
    color:#0f172a;
}

@media(max-width:768px){

    .cta-box{
        padding:50px 25px;
    }

    .cta-box h2{
        font-size:34px;
    }

    .cta-box p{
        font-size:16px;
    }

}


/* ==========================
   LUXURY TOUR POPUP
========================== */
.luxury-popup{
    border:none;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    max-width:520px;
    margin:auto;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.popup-close{
    position:absolute;
    top:18px;
    right:18px;
    z-index:10;
    filter: brightness(0) invert(1);
    opacity:1;
}

.popup-close:hover{
    opacity:.8;
}

.popup-header{
    background:linear-gradient(135deg,#0f172a,#1e293b);
    text-align:center;
    padding:35px 25px;
    color:#fff;
}

.popup-badge{
    display:inline-block;
    background:#c19a6b;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
}

.popup-header h3{
    font-size:32px;
    margin-bottom:10px;
    font-weight:700;
}

.popup-header p{
    color:#d1d5db;
    margin:0;
}

.popup-body{
    padding:25px;
}

.popup-body .form-control,
.popup-body .form-select{
    height:52px;
    border-radius:12px;
    border:1px solid #ddd;
}

.popup-body textarea{
    height:100px !important;
}

.popup-btn{
    width:100%;
    border:none;
    background:#c19a6b;
    color:#fff;
    padding:14px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.popup-btn:hover{
    background:#d4a76f;
}

@media(max-width:576px){

    .popup-header{
        padding:30px 20px;
    }

    .popup-header h3{
        font-size:26px;
    }

    .popup-body{
        padding:20px;
    }

}   