@media (max-width: 991px) {
    .hero-slider img {
        margin-top: 10px;
        
    }
}

    nav .wrapper{
    height: 100px;
}
.hero-slider{
width:100%;
overflow:hidden;
}

.hero-slider img{
  margin-top: 100px;
width:100%;
display:block;
object-fit:cover;
}
.package-content-section{
    background:#fff;
    
    border-radius:35px;
    padding:2px;
    margin:0px 0;
    transition:0.3s;
}
.package-content-section h1{
    font-size:40px;
    margin-bottom:20px;
    color:#222;
}

.package-content-section p{
    font-size:17px;
    line-height:30px;
    color:#000000;
    margin-bottom:15px;
}

.package-content-section a{
    color:#cb2205;
    text-decoration:none;
    font-weight:600;
}

.package-content-section a:hover{
    text-decoration:underline;
}
.package-title {
    text-align: center;
}

.package-title h1 {
    color: #24262b;
    font-weight: 700;
    font-size: 42px;
    margin: 12px 0;
}
.offer-cloud{
    display: none;
    position:fixed;
    top:180px;
    left:20px;
    width:230px;
    padding:18px;
    background:linear-gradient(135deg,#edc011f5,#e0b926ed);
    color:#fff;
    border-radius:50px;
    text-align:center;
    z-index:9999;

    box-shadow:
        0 10px 25px rgba(0,0,0,.25),
        0 0 20px rgba(255,152,0,.45);

    animation:floatCloud 3s ease-in-out infinite;
}

.offer-cloud span{
    display:block;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

.offer-cloud h3{
    margin:8px 0;
    font-size:28px;
}

.offer-cloud p{
    margin:10px 0;
    font-size:12px;
}

.offer-btn{
    display:inline-block;
    padding:10px 22px;
    background:#fff;
    color:#ff5722;
    text-decoration:none;
    border-radius:30px;
    font-weight:700;
}

.offer-btn:hover{
    background:#222;
    color:#fff;
}



/*Explore Char Dham Destinations*/

.char-dham-section{
    background:#f8f9fa;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color: #0e0f10;
}

.section-title p{
    color:#01152a;
    font-size:18px;
}

.dham-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transition:.4s;
}

.dham-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.dham-card:hover img{
    transform:scale(1.1);
}

.overlay{
    position:absolute;
    bottom:0;
    width:100%;
    padding:18px;
    background:linear-gradient(to top,
    rgba(0,0,0,.85),
    rgba(0,0,0,0));
}

.overlay h4{
    color:#ffffff;
    font-size:24px;
    font-weight:700;
    margin:0;
    text-align:center;
}

.dham-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,.25);
}

/*Explore Char Dham Destinations*/

/*route*/
.route-box{

    background:#fff;
    border:2px solid #f5c542;
    border-radius:18px;
    padding:0px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    margin:10px 0;

}

.route-box h3{

    text-align:center;
    font-size:28px;
    margin-bottom:7px;
    color:#1f355e;

}

.route-path{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:12px;

}

.route-path span{

    background:#fff7e8;
    color:#222;
    border:1px solid #ffd166;
    border-radius:30px;
    padding:10px 18px;
    font-weight:600;
    transition:.3s;

}

.route-path span:hover{

    background:#ff9800;
    color:#fff;
    transform:translateY(-3px);

}

.route-path i{

    color:#ff9800;
    font-size:20px;
    font-style:normal;
    font-weight:bold;

}
.route-note{
    margin-top:25px;
    text-align:center;
    color:#666;
    font-size:16px;
}
/*Important Road & Trek Notes*/
/*helicopter*/

.travel-info-row{
    display:flex;
    gap:25px;
    margin:40px 0;
}

.travel-card{
    flex:1;
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.travel-card h3{
    font-size:28px;
    color:#1c355e;
    margin-bottom:20px;
    border-bottom:2px solid #ff9800;
    display:inline-block;
    padding-bottom:8px;
}

.travel-card ul{
    margin:0;
    padding-left:20px;
}

.travel-card ul li{
    margin-bottom:18px;
    color:#555;
    line-height:28px;
}

.travel-card ul li strong{
    color:#222;
}

.tip-card{
    background:#fffaf2;
    border:1px solid #ffd77a;
}

.tip-card p{
    margin-bottom:18px;
    line-height:28px;
    color:#555;
}
.yatra-section{

    max-width:1200px;
    margin:0px auto;

}

.heli-card{

    display:flex;
    align-items:center;
    gap:30px;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    margin-bottom:35px;

    position:relative;

    transition:.35s;

}

.heli-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.ribbon{

    position:absolute;

    top:49px;

    left:-40px;

    background:#ff5722;

    color:#fff;

    padding:8px 45px;

    font-size:13px;

    font-weight:bold;

    transform:rotate(-45deg);

    z-index:9;

}

.seller{

    background:#e53935;

}

.heli-image{

    width:36%;

}

.heli-image img{

    width:100%;

    height:300px;

    object-fit:cover;

    display:block;

}

.heli-content{

    width:64%;

    padding:30px;

}

.tag{
    background:#fff3e0;

    color:#f57c00;

    padding:7px 15px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    margin-bottom:15px;

}

.heli-content h3{

    font-size:30px;

    color:#17375e;

    margin-bottom:12px;

}

.heli-content p{

    color:#666;

    line-height:28px;

    margin-bottom:20px;

}

.heli-info{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

    margin-bottom:25px;

}

.heli-info span{

    background:#f8f8f8;

    padding:8px 15px;

    border-radius:30px;

    font-size:14px;

}

.price-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.price-row small{

    color:#777;

}

.price-row h2{

    margin:5px 0;

    color:#e53935;

    font-size:38px;

}

.book-btn{

    background:linear-gradient(90deg,#ff9800,#ff5722);

    color:#fff;

    padding:15px 35px;

    border-radius:10px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

/*about*/

.about-section{

/*padding:80px 0;*/

background:#f7f9fc;

}

.about-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:60px;

align-items:center;

}

.about-left h2{

font-size:42px;

font-weight:700;

margin:18px 0;

color:#0b2c5f;

}

.about-left h2 span{

color:#ff6b00;

}

.about-tag{

display:inline-block;

padding:8px 18px;

background:#fff3df;

border-radius:40px;

font-size:14px;

font-weight:600;

color:#ff7b00;

}

.about-left p{

font-size:17px;

line-height:1.9;

color:#555;

margin-bottom:18px;

}

.about-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:35px;

}

.feature-box{

display:flex;

align-items:center;

gap:14px;

background:#fff;

padding:18px;

border-radius:15px;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.3s;

}

.feature-box:hover{

transform:translateY(-6px);

}

.feature-box img{

width:42px;

height:42px;

}

.feature-box span{
font-size: 18px;
font-weight:600;

}

.about-btns{

display:flex;

gap:20px;

margin-top:35px;

}

.call-btn{

padding:14px 35px;

background:#ff6b00;

color:#fff;

border-radius:40px;

text-decoration:none;

font-weight:600;

}

.quote-btn{

padding:14px 35px;

background:#0b2c5f;

color:#fff;

border-radius:40px;

text-decoration:none;

font-weight:600;

}

.about-right{

position:relative;

}

.about-right img{

width:100%;

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.floating-card{

position:absolute;

bottom:25px;

left:-40px;

background:linear-gradient(135deg, #fecd01, #e056307d);

padding:25px;

border-radius:20px;

width:280px;

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.floating-card h4{

color:#0b2c5f;

margin-bottom:15px;

font-size:22px;

}

.floating-card ul{

margin:0;

padding:0;

list-style:none;

}

.floating-card li{

padding:8px 0;

font-size:15px;

}

@media(max-width:991px){

.about-grid{

grid-template-columns:1fr;

}

.floating-card{

position:relative;

left:0;

bottom:0;

width:100%;

margin-top:20px;

}

.about-left h2{

font-size:32px;

}

.about-features{

grid-template-columns:1fr 1fr;

}

.about-btns{

flex-direction:column;

}

}
/*==========================
 WHY CHOOSE SECTION
===========================*/

.why-choose-section{
    padding:20px 0;
    background:#f7f9fc;
}

.section-title{
    text-align:center;
    max-width:850px;
    margin:0 auto 50px;
}

.section-title span{
    display:inline-block;
    background:#fff4e8;
    color:#ff7a00;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
}

.section-title h2{
    font-size:38px;
    color:#16325c;
    margin:18px 0;
    font-weight:700;
}

.section-title p{
    color:#666;
    line-height:30px;
    font-size:16px;
}


/*==========================
 WHY GRID
===========================*/

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:45px;
}

.why-item{
    background:#fff;
    padding:25px;
    border-radius:15px;
    display:flex;
    gap:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.why-item:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.why-item .icon{
    width:55px;
    height:55px;
    background:#ff7a00;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    font-weight:bold;
    flex-shrink:0;
}

.why-item h3{
    font-size:19px;
    color:#16325c;
    margin-bottom:8px;
}

.why-item p{
    color:#666;
    line-height:28px;
    margin:0;
}


/*==========================
 TOUR + TABLE
===========================*/

.tour-opening{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    margin:50px 0;
}

.tour-list,
.opening-table{
    background:linear-gradient(135deg, #fecd01, #e056307d);
    border-radius:15px;
    padding:25px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.tour-list h3,
.opening-table h3{
    color:#16325c;
    margin-bottom:20px;
}

.tour-list ul{
    margin:0;
    padding-left:20px;
}

.tour-list li{
    margin-bottom:12px;
    font-size:16px;
}

.opening-table table{
    width:100%;
    border-collapse:collapse;
}

.opening-table td{
    padding:14px;
    border-bottom:1px solid #eee;
}

.opening-table tr:last-child td{
    border:none;
}

.opening-table td:first-child{
    font-weight:600;
    color:#16325c;
}


/*==========================
 FAQ
===========================*/

.faq-section{
    margin:20px 0;
}

.faq-section h2{
    text-align:center;
    color:#16325c;
    margin-bottom:25px;
}

.faq-section details{
    background:#fff;
    border-radius:10px;
    margin-bottom:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    overflow:hidden;
}

.faq-section summary{
    font-size:18px;
    padding:18px 22px;
    cursor:pointer;
    font-weight:600;
    color:#16325c;
    
}

.faq-section summary::-webkit-details-marker{
    display:none;
}

.faq-section summary::after{
    content:"+";
    float:right;
    font-size:22px;
}

.faq-section details[open] summary::after{
    content:"−";
}

.faq-section p{
    padding:0 22px 20px;
    margin:0;
    color:#666;
}


/*==========================
 RELATED PACKAGES
===========================*/

.related-package{
    margin:55px 0;
}

.related-package h2{
    text-align:center;
    color:#16325c;
    margin-bottom:0px;
}

.related-package{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.related-package h2{
    grid-column:1/-1;
}

.related-package a{
    display:block;
    font-size:18px;
    text-align:center;
    background:#fecd01;
    color:#16325c;
    text-decoration:none;
    padding:18px;
    border-radius:12px;
    font-weight:600;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
    transition:.3s;
}

.related-package a:hover{
    background:#ff7a00;
    color:#fff;
}


/*==========================
 CANCEL POLICY
===========================*/

.cancel-policy{
    /*background:linear-gradient(135deg, #fecd01, #e04e26ed);*/
    padding:30px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    border-left:6px solid #ff4d4d;
}

.cancel-policy h2{
    color:#16325c;
    margin-bottom:20px;
}

.cancel-policy ul{
    margin:0;
    padding-left:22px;
}

.cancel-policy li{
    margin-bottom:12px;
    color:#555;
    line-height:28px;
}


/*==========================
 MOBILE
===========================*/

@media(max-width:991px){

.why-grid,
.tour-opening,
.related-package{

grid-template-columns:1fr;

}

.section-title h2{

font-size:28px;

}

.why-item{

padding:20px;

}

}
/*about-grid*/
/*best time visit*/

.best-time-section{
    max-width: 1300px;
    margin: 0px auto;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e6c02b;
}

.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title span{
    display:inline-block;
    background:#fff4df;
    color:#f59e0b;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.section-title h2{
    margin:15px 0;
    font-size:38px;
    color:#12386b;
}

.section-title p{
    max-width:900px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

.season-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:35px;
}

.season-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:28px;
    position:relative;
    transition:.35s;
}

.season-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.10);
}

.season-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#fff8e7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:20px;
}

.season-card h3{
    color:#12386b;
    margin-bottom:15px;
}

.season-card p{
    color:#555;
    line-height:1.7;
    margin-bottom:12px;
}

.active{
    border:2px solid #ff9800;
}

.season-badge{
    position:absolute;
    top:-12px;
    right:18px;
    background:#ff9800;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:12px;
    font-weight:700;
}

.travel-tip-box{
    margin-top:40px;
    display:flex;
    gap:20px;
    align-items:center;
    background:#fff8eb;
    border-left:5px solid #ff9800;
    padding:25px;
    border-radius:16px;
}

.tip-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.travel-tip-box h3{
    margin-bottom:8px;
    color:#12386b;
}

.travel-tip-box p{
    margin:0;
    line-height:1.8;
    color:#555;
}

@media(max-width:991px){

.best-time-section{
padding:25px;
}

.section-title h2{
font-size:28px;
}

.season-grid{
grid-template-columns:1fr;
}

.travel-tip-box{
flex-direction:column;
text-align:center;
}

}

/*best time visit*/


.book-btn:hover{

    background:#17375e;

}

@media(max-width:991px){

.heli-card{

    display:block;

}

.heli-image,

.heli-content{

    width:100%;

}

.heli-image img{

    height:240px;

}

.heli-content{

    padding:20px;

}

.price-row{

    display:block;

}

.book-btn{

    display:block;

    margin-top:20px;

    text-align:center;

}

.heli-content h3{

    font-size:24px;

}

}
/*helicopter*/


@media(max-width:991px){

.travel-info-row{
    display:block;
}

.travel-card{
    margin-bottom:20px;
}

}

/*Important Road & Trek Notes*/

/*review*/
.review-section{
    height: 500px;
    padding:10px 0;
    background:#f8f9fc;
}

.review-title{
    text-align:center;
    margin-bottom:40px;
}

.review-title span{
    background:#fff3d8;
    color:#ff9800;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
}

.review-title h2{
    margin:18px 0;
    color:#16325c;
    font-size:38px;
}

.review-title p{
    color:#666;
    max-width:650px;
    margin:auto;
}

.review-card{

    background:#fff;

    padding:30px;

    border-radius:18px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

   

}

.review-card:hover{

transform:translateY(-8px);

transition:.4s;

}

.stars{

font-size:22px;

color:#FFC107;

margin-bottom:15px;

}

.review-card p{

line-height:30px;

color:#555;

margin-bottom:25px;

}

.review-user{

display:flex;

align-items:center;

gap:15px;

}

.review-user img{

width:60px;

height:60px;

border-radius:50%;

}

.review-user h4{

margin:0;

color:#16325c;

}

.review-user span{

color:#777;

font-size:14px;

}

.swiper{

padding-bottom:0px;

}

.swiper-pagination-bullet-active{

background:#ff7a00;

}
/*review*/

@media(max-width:768px){

.route-box{
    padding:20px;
}

.route-box h3{
    font-size:22px;
}

.route-path{
    gap:8px;
}

.route-path span{
    font-size:14px;
    padding:8px 14px;
}

.route-path i{
    font-size:16px;
}

}
/*route*/
 /*Inclusions & Exclusions*/
.chardham-info-section{
    max-width:1300px;
    margin:0px auto;
    padding:0 15px;
}

.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title h2{
    font-size:36px;
    color:#0b2f5b;
    margin-bottom:10px;
}

.section-title p{
    color:#666;
    font-size:17px;
}

.include-exclude-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.info-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    transition:.35s;
}

.info-card:hover{
    transform:translateY(-8px);
}

.card-heading{
    display:flex;
    align-items:center;
    gap:15px;
    padding:4px 25px;
    color:#fff;
}

.included .card-heading{
    background:linear-gradient(90deg,#0b8f46,#18b461);
}

.excluded .card-heading{
    background:linear-gradient(90deg,#d52d2d,#ff5959);
}

.card-heading .icon{
    width:33px;
    height:33px;
    border-radius:50%;
    background:#fff;
    color:#222;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.card-heading h3{
    font-size:17px;
    margin:0;
    color:#fff;
}

.info-card ul{
    list-style:none;
    padding:25px;
    margin:0;
}

.info-card li{
    position:relative;
    padding-left:38px;
    margin-bottom:18px;
    line-height:1.8;
    color:#444;
    font-size:16px;
}

.included li:before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#14b65f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}

.excluded li:before{
    content:"✖";
    position:absolute;
    left:0;
    top:0;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#e53935;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}

.info-card strong{
    color:#111;
}

@media(max-width:991px){

.include-exclude-wrapper{
grid-template-columns:1fr;
}

.section-title h2{
font-size:28px;
}

.card-heading h3{
font-size:20px;
}

}
 /*Inclusions & Exclusions*/
 
  /*Pickup Locations for 4 Dham Yatra Road Packages*/
 .pickup-section{
max-width:1300px;
margin:20px auto;
padding:0 15px;
}

.pickup-heading{
text-align:center;
margin-bottom:40px;
}

.pickup-heading h2{
font-size:36px;
color:#0b2f5b;
margin-bottom:10px;
}

.pickup-heading p{
font-size:17px;
color:#666;
max-width:900px;
margin:auto;
}

.pickup-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
margin-top:20px;
}

.pickup-card{
background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.35s;
border-top:5px solid #f4a000;
}

.pickup-card:hover{
transform:translateY(-8px);
}

.pickup-card .icon{
width:70px;
height:70px;
background:#fff4df;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
margin-bottom:20px;
}

.pickup-card h3{
color:#0b2f5b;
margin-bottom:12px;
}

.pickup-card p{
color:#555;
line-height:1.8;
}

.pickup-card a{
display:inline-block;
margin-top:15px;
color:#ff7b00;
font-weight:700;
text-decoration:none;
}

.pickup-bottom{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
margin-top:35px;
}

.city-box{
background:linear-gradient(135deg, #fecd01, #e056307d);
height: 280px;
padding:25px;
border-radius:18px;
border-left:6px solid #0b2f5b;
}

.city-box h3{
margin-bottom:15px;
color:#0b2f5b;
}

.city-box ul{
padding-left:20px;
margin:0;
}

.city-box li{
margin-bottom:12px;
}

.pickup-note{
margin-top:35px;
background:#eef8ff;
padding:25px;
border-radius:18px;
border-left:6px solid #0b7ad1;
}

.pickup-note h3{
color:#0b2f5b;
margin-bottom:10px;
}

.pickup-note p{
margin:0;
line-height:1.8;
}

@media(max-width:768px){

.pickup-grid,
.pickup-bottom{
grid-template-columns:1fr;
}

.pickup-heading h2{
font-size:28px;
}

}
 
  /*Pickup Locations for 4 Dham Yatra Road Packages*/
 
@keyframes floatCloud{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-12px);
    }
    100%{
        transform:translateY(0px);
    }
}

@media(max-width:768px){

.offer-cloud{
    background:#fff;
    color:#222;
    border:3px solid #ffc107;
    border-radius:60% 40% 55% 45% / 45% 60% 40% 55%;
}

.offer-cloud h3{
    font-size:22px;
}

.offer-cloud p{
    font-size:13px;
}

}
@media screen and (max-width: 767px) {
    .logo {
        width: 150px;
    }
   .site-header{
            margin-top: 84px;
    }
}
@media(max-width:768px){

.package-content-section{
    padding:18px;
}

.package-content-section h1{
    font-size:28px;
}

.package-content-section p{
    font-size:15px;
    line-height:26px;
}

}

@media(max-width:991px){

.hero-slider img{
margin-top: 0px;
height:auto;

}

}

.package-section{
width:100%;
padding:10px 5%;
background:#fff7ef;
}

.package-title{
text-align:center;
font-size:32px;
font-weight:700;
margin-bottom:10px;
color:#111;
}

.package-title span{
color:#ff6200;
}

.package-sub{
text-align:center;
color:#666;
margin-bottom:20px;
}

.package-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.package-card{
background:#fff;
border-radius:20px;
overflow:hidden;
    box-shadow: 0 10px 0px 0px rgb(254 205 1);
transition:.4s;
position:relative;
}

.package-card:hover{
transform:translateY(-8px);
}

.discount{
position:absolute;
top:18px;
left:18px;
background:#ff6200;
color:#fff;
padding:8px 18px;
font-size:14px;
font-weight:bold;
border-radius:30px;
z-index:5;
}

.package-image{
height:220px;
overflow:hidden;
}

.package-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

.package-card:hover img{
transform:scale(1.08);
}

.package-info{
padding:15px;
}

.info-row{
display:flex;
justify-content:space-between;
margin-bottom:2px;
font-size:14px;
color:#555;
}

.info-row i{
color:#ff6200;
margin-right:5px;
}

.package-name{
font-size:16px;
font-weight:bold;
line-height:30px;
margin-bottom:1px;
color:#ff6200;
}
.package-name a{
    color: #ff6200;
}

.location{
color: #444;
    line-height: 28px;
    font-size: 13px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 2px;
}

.location i{
color:#222;
margin-right:8px;
}

.bottom{
display:flex;
justify-content:space-between;
align-items:center;
padding-top:15px;
border-top:1px solid #ddd;
}

.book-btn{
background:#e6c02b;
color:#fff;
padding:5px 28px;
border-radius:5px;
text-decoration:none;
font-size:14px;
font-weight:bold;
}

.explore{
text-decoration:none;
font-size:18px;
font-weight:bold;
color:#ff6200;
}

.explore i{
margin-left:6px;
}

/******** Tablet ********/


.section-title{
    text-align:center;
    max-width:900px;
    margin:0 auto 35px;
    padding:0 15px;
}

.section-title .sub-title{
    display:inline-block;
    color:#ff9800;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:37px;
    font-weight:700;
    color:#1d3557;
    margin:8px 0 15px;
    line-height:1.3;
}

.section-title h2 span{
    color:#ff9800;
}

.section-title p{
    font-size:17px;
    color:#666;
    line-height:28px;
    margin:0;
}

@media(max-width:768px){

.section-title h2{
    font-size:28px;
}

.section-title p{
    font-size:15px;
    line-height:24px;
}

.section-title .sub-title{
    font-size:13px;
}

}

/*All Char Dham Routes*/

.taxi-feature-section{
    max-width:1300px;
    margin:0px auto;
    padding:0 15px;
}

.feature-heading{
    text-align:center;
    margin-bottom:40px;
}

.feature-heading h2{
    font-size:36px;
    color:#0b2f5b;
    margin-bottom:10px;
}

.feature-heading p{
    color:#666;
    font-size:17px;
}

.taxi-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.taxi-card{
    background:#fff;
    border-radius:18px;
    padding:35px 30px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-top:5px solid #ff9800;
}

.taxi-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.taxi-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#fff4e5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.taxi-card h3{
    font-size:24px;
    color:#0b2f5b;
    margin-bottom:15px;
}

.taxi-card p{
    color:#555;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:991px){

.taxi-row{
grid-template-columns:1fr;
}

.feature-heading h2{
font-size:28px;
}

}

/*All Char Dham Routes*/

@media(max-width:992px){

.package-grid{
grid-template-columns:repeat(2,1fr);
}

}

/******** Mobile ********/

@media(max-width:768px){

.package-section{
padding:40px 15px;
}

.package-grid{
grid-template-columns:1fr;
gap:20px;
}

.package-image{
height:210px;
}

.package-title{
font-size:25px;
}

.package-name{
font-size:20px;
}

.bottom{
flex-direction:row;
}

}