/*=========================================
 MOBILE RESPONSIVE
 Author : Hafiz Aslam
=========================================*/

/* ================================
TABLETS (768px - 991px)
================================ */

@media (max-width:991px){

.navbar nav{

justify-content:space-between;

}

.logo span{

font-size:20px;

}

}

/* ================================
MOBILES (576px - 767px)
================================ */

@media (max-width: 767px) {

.hero{
    height: auto;
    min-height: 100vh;
    padding: 120px 0 60px;
}

.hero-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    width: 100%;
    height: auto;
}

.hero-left{
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.hero h1{
    font-size: 48px;
    line-height: 1.15;
}

.hero p{
    max-width: 100%;
    font-size: 16px;
}

.hero-buttons{
    justify-content: center;
    flex-wrap: wrap;
}

.booking-card{
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.input-row{
    flex-direction: column;
}

.input-group input,
.input-group select{
    width:100%;
}

.input-row{
    flex-direction:column;
}
.features-wrapper{
    grid-template-columns:1fr;
}

.feature-box{
    justify-content:center;
    text-align:center;
    flex-direction:column;
}
.destination-grid{
    grid-template-columns:1fr;
}
.home-packages-grid{
    grid-template-columns:1fr;
}
.stats-grid{
    grid-template-columns:1fr;
}
.testimonial-grid{
    grid-template-columns:1fr;
}
.blog-grid{
    grid-template-columns:1fr;
}
.newsletter-wrapper{
    flex-direction:column;
    text-align:center;
}

.newsletter-form{
    min-width:100%;
    flex-direction:column;
    background:none;
    padding:0;
}

.newsletter-form input{
    border-radius:12px;
    margin-bottom:12px;
}

.newsletter-form button{
    width:100%;
}
.footer-grid{
    grid-template-columns:1fr;
    text-align:center;
}

}

/* ================================
SMALL MOBILES (0px - 575px)
================================ */

@media (max-width: 575px) {
    .hero h1{
    font-size:42px;
}

}

/* DESTINATION HERO */

@media(max-width:767px){

.page-hero{

height:180px;

}

.page-content h1{

font-size:34px;

}

.breadcrumb{

font-size:14px;

}

}
/* DESTINATION GRID */

@media(max-width:767px){

.destination-grid{

grid-template-columns:1fr;

}

.filter-tabs{

justify-content:flex-start;

overflow-x:auto;

padding-bottom:10px;

}

.filter-tabs::-webkit-scrollbar{

display:none;

}

}
/* PACKAGE PAGE */

@media(max-width:991px){

.packages-wrapper{

grid-template-columns:1fr;

}

.packages-sidebar{

position:relative;

top:0;

}

.package-card{

grid-template-columns:1fr;

}

.package-price{

align-items:flex-start;

}

}

@media(max-width:767px){

.sort-bar{

flex-direction:column;

align-items:flex-start;

gap:15px;

}

.package-info h3{

font-size:22px;

}

.package-price h2{

font-size:28px;

}

}
/* REVIEWS */

@media(max-width:767px){

.reviews-grid{

grid-template-columns:1fr;

}

}
/*=========================
HOME PACKAGES MOBILE
=========================*/

/*=========================
HOME PACKAGES MOBILE
=========================*/

@media (max-width:767px){

.home-packages-grid{

display:grid;

grid-template-columns:1fr;

gap:30px;

padding:0 10px;

}

.home-package-card{

width:100%;

border-radius:18px;

overflow:hidden;

}

.home-package-card img{

width:100%;

height:220px;

object-fit:cover;

display:block;

}

.home-package-content{

padding:20px;

}

.home-package-bottom{

display:flex;

justify-content:space-between;

align-items:center;

margin:18px 0;

}

.home-book-btn{

display:block;

width:100%;

padding:14px;

text-align:center;

}

}
.nav-links{

    list-style:none;

}

.nav-links li{

    display:block;

    width:100%;

}

.nav-links li a{

    display:block;

    width:100%;

    color:#fff;

    font-size:20px;

    font-weight:600;

    padding:15px 0;

}
.nav-links{

    overflow-y:auto;

}
.nav-links{

    background:transparent !important;

    z-index:99999 !important;

}
.navbar{

    z-index:99999;
}

/*====================================
BOOKING PAGE MOBILE
====================================*/

@media (max-width:768px){

/* HERO */

.booking-hero{

height:220px;
padding:0;

}

.booking-hero-content{

padding-top:30px;
text-align:center;

}

.booking-hero-content h1{

font-size:38px;
line-height:1.2;
margin-bottom:12px;

}

.booking-hero .breadcrumb{

justify-content:center;
font-size:14px;

}

/* STEPS */

.booking-steps{

padding:25px 0;

}

.steps{

display:flex;
justify-content:space-between;
align-items:flex-start;
gap:10px;

}

.step{

flex:1;
text-align:center;

}

.step span{

width:34px;
height:34px;
line-height:34px;
font-size:14px;
margin:auto;

}

.step p{

font-size:12px;
margin-top:8px;
line-height:1.3;

}

/* MAIN LAYOUT */

.booking-page{

padding:40px 0;

}

.booking-wrapper{

display:flex;
flex-direction:column;
gap:25px;

}

/* SUMMARY */

.booking-summary{

width:100%;
padding:22px;
border-radius:18px;

}

.booking-summary img{

width:100%;
height:220px;
object-fit:cover;
border-radius:14px;
margin:15px 0;

}

.booking-summary h2{

font-size:28px;

}

.summary-item{

display:flex;
justify-content:space-between;
align-items:center;
gap:15px;
margin:15px 0;

}

.summary-item input,
.summary-item select{

width:140px;

}

/* FORM */

.traveler-form{

width:100%;
padding:22px;
border-radius:18px;

}

.traveler-form h3{

font-size:28px;
margin-bottom:20px;

}

.form-row{

display:flex;
flex-direction:column;
gap:18px;

}

.form-group{

width:100%;

}

.form-group input,
.form-group textarea,
.form-group select{

width:100%;
font-size:15px;

}

.form-group textarea{

min-height:140px;
resize:vertical;

}

/* BUTTON */

.continue-btn{

width:100%;
padding:16px;
font-size:16px;

}

}

/*==================================
BOOKING PAGE MOBILE
==================================*/

@media (max-width:768px){

.booking-card{

    padding:20px;

}

.booking-header{

    flex-direction:column;

    text-align:center;

    gap:15px;

}

.booking-header img{

    width:100%;

    max-width:260px;

    margin:auto;

    border-radius:15px;

}

.grid-4{

    display:grid;

    grid-template-columns:1fr;

    gap:15px;

}

.grid-3{

    display:grid;

    grid-template-columns:1fr;

    gap:15px;

}

}
@media (max-width:768px){

.itinerary-day{

    display:flex;

    flex-direction:column;

    gap:15px;

}

.day-details{

    display:flex;

    flex-direction:column;

    gap:15px;

}

.day-number{

    width:100%;

    text-align:center;

}

}
@media (max-width:768px){

.vehicle-grid{

    display:grid;

    grid-template-columns:1fr;

    gap:20px;

}

.vehicle-card{

    width:100%;

}

.vehicle-card img{

    width:100%;

    height:180px;

    object-fit:cover;

    border-radius:12px;

}

}
@media (max-width:768px){
    .booking-sidebar{

    width:100%;

    position:sticky;

    bottom:15px;

    left:0;

    background:#fff;

    border-radius:20px;

    padding:22px;

    box-shadow:0 15px 40px rgba(15,23,42,.15);

    z-index:100;

}
.booking-price{

    font-size:38px;

    font-weight:700;

    color:#0F766E;

    text-align:center;

    margin-bottom:18px;

}

.booking-price span{

    font-size:18px;

    color:#64748B;

    font-weight:500;

}
.book-btn{

    width:100%;

    height:58px;

    border:none;

    border-radius:14px;

    background:linear-gradient(135deg,#0F766E,#14B8A6);

    color:#fff;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

    box-shadow:0 10px 25px rgba(15,118,110,.25);

}

.book-btn:active{

    transform:scale(.98);

}
.booking-note{

    margin-top:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:8px;

    font-size:15px;

    color:#16A34A;

    font-weight:600;

}

.payment-box{

    width:95%;

    padding:20px;

    max-height:90vh;

    overflow-y:auto;

}

#paymentQR img,
#paymentQR canvas{

    width:180px !important;

    height:180px !important;

}

}
@media (max-width:768px){

#addDayBtn,
#openPayment,
#submitBooking{

    width:100%;

}

}
