body{
    background: #F8F9FA;
    color:#6c757d;
    font-size: 16px;
    line-height: 1.8;
}

#explore{
    margin-top: 6rem;
}
.navbar-light{
    color: #424242!important;
    font-weight: 600;
}
.bg-light{
    --bs-bg-opacity:1;
    background: #fff!important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sub-heading{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    font-weight: 500;
}
.title-head{
    font-size: 60px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}
.special-head{
   font-size: 39px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: 2px; 
}
.hotelwork{
    color:#FFCC03;
}
.htl_btn{
    text-decoration: none;
    color: #000;
    background-color: #FFCC03;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    border-radius: 23px;
    box-shadow: none;
    padding: 6px 22px;
    text-transform: capitalize;
    margin: 22px 0 8px 0;
    font-weight: 500;
    letter-spacing: 2px;
}
.htl_btn:hover{
    background: #f9a825;
    color:#000;
}
.htl_btn i{
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}
.htl_btn_contact{
    text-decoration: none;
    color: #000!important;
    background-color: #FFCC03;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    border-radius: 23px;
    box-shadow: none;
    padding: 6px 22px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 2px;
}
.htl_btn_contact:hover{
    background: #f9a825;
    color:#000;
}
.htl_btn_contact i{
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}

.hero-banner {
    position: relative;
    height: 100vh;
    background: url('../images/scooty-rental-1.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-content .btn {
    padding: 12px 30px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.hero-content .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .hero-banner {
        height: 60vh;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
    }
} 
.send_enquiry{

}
#facilities{
    margin-top: 6rem;
}
.underline::after{
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    background-color: #FFCC03;
    margin-top: 2px;
}
.card-offer{
    text-align: center;
}
.card ul{
    list-style: none;
    padding: 0;
}
.card-subtitle{
    margin-top: 0px !important;
}
.card-container{
    display: flex;
}
.card-row{
    flex: 1;
}
.htl_icon{
    font-size: 70px;
    font-weight: 500;
    color:#FFCC03;
}
.hg-card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.hg-card-img{
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
/*.htl_icon span{
    box-shadow: 7px 3px 70px #eceff1;
    border-radius: 50%;
    padding: 15px;
}*/
.card-offer p {
    font-size: 22px;

}
.paralax-background{
    background-image: url("../images/bike-ladakh.jpg");
    /* Set a specific height */
    height: auto;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 36px; 
}
.parallax-title{
    font-size: 60px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
    text-align: center;
}
.paralax-container{}
.paralax-container p{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
#waves{
    position: relative;
    display: inline-block;
    top:-37px;
    width:100%;
    height: 38px;
    background: url(../images/mountains_2.png) repeat-x 0 0;
    left: 0;
    z-index: 1;
}
#waves2{
    position: relative;
    display: inline-block;
    bottom:0;
    width:100%;
    height: 38px;
    background: url(../images/mountains_1.png) repeat-x 0 0;
    left: 0;
    z-index: 1;
}
#packages{
    margin-top: 6rem;
}
.our_rooms-title{
    font-size: 22px;
    font-weight: 500;
    padding: 4px;
    color:#000;
    margin: 2px 0 2px 0;
}
.card-rooms{
    padding: 10px;
    /* box-shadow: 0px 2px 11px #eceff1; */
    background: #eceff1;
    border-radius: 4px;
}
.avail-card{
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 10px 30px -10px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 10%);
    width: 100%;
    line-height: 1.8;
}
footer{
    background:#eceff1;
    padding: 40px;
}
.sitelinks h5{
    font-size: 22px;
    color: #FFCC03;
}
.sitelinks ul{
    list-style: none;
    padding:0;
}
.sitelinks ul li{
}
.sitelinks a {
    text-decoration: none;
    color:#424242;
}
.sitelinks ul li a{
    text-decoration: none;
    color: #424242;
    font-weight: 600;
}
#intinary{
    margin-top: 10%;
    margin-bottom: 4rem;
}
.iti-card{
    padding: 10px;
    background: #fff;
    border:1px solid #eeeded;
}
.packagetitle{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fdbe19;
}
.iti-day-title{
    font-weight: 700;
}