html {
    scroll-behavior: smooth;
}
.header-logo img, 
.about-logo img{
    width: 13rem;
}

.marginTop{
    margin-top: 120px;
}
.marginBottom{
    margin-bottom: 120px;
}

.booking-form{
    margin-top: -8rem;
}
.booking-form .th-btn{
    width: 100%;
    border-radius: 8px;
    padding: 13.8px 35px;
}
.booking-form .nav-item{
    margin: 0 1rem .5rem 0;
}
.booking-form .nav-tabs{
    border:none;
}
.booking-form .nav-tabs .nav-item .nav-link{
    background-color: transparent;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}
.booking-form .nav-tabs .nav-item .nav-link.active{
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
}

.tour-area .slider-area .swiper-slide .box-title{
    font-size: 1.4rem;
}
.boxSubtitle a,
.boxSubtitle a i{
    color: var(--body-color);
    font-size: 1.1rem;
    font-weight: 500;
}

.CarRentals{
    background-size: cover;
}
.CarRentals .box-content p a{
    color: var(--body-color);
}   
.CarRentals .category-card.style4 .box-text{
    max-width: fit-content;
}
.carRentalRow .tour-content a,
.TourPackageRow .tour-content a{
    color: var(--title-color);
}
.carRentalRow .tour-content h2,
.carRentalRow .tour-content h3,
.carRentalRow .tour-content h4
{
    margin-bottom:0;
}
.carRentalRow .tour-content h2,
.carRentalRow .tour-content h3,
.TourPackageRow .tour-content h2,
.TourPackageRow .tour-content h3{
    font-size: 1.5rem;
}
.carRentalRow .tour-content h4{
    font-size: 1.2rem;
}
.car-features span{
    background-color: rgb(229 231 235);
    padding: .5rem;
    border-radius: .375rem;
    font-size: .875rem;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
}

.carFeaturesWrapper{
    width: 100%;
}
.carFeaturesCon{
    width: 48%;
    background-color: #E9F6F9;
    padding:.5rem 1rem;
    border-radius: .375rem;
    font-size: 1rem;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
}

.packageDetails h2,
.packageDetails h3{
    line-height: 1.417;
    font-weight: 600;
    /* margin-top: -0.32em; */
}
.packageDetails h2,
.packageDetails h3{
    font-size: 2rem;
    margin-bottom: .2rem;
}
.packageDetails h4{
    font-size: 1.5rem;
    margin-bottom: .2rem;
}
.packageDetails ul{
    padding-left: 1rem;
}
.packageDetails p{
    font-size: 18px;
}
.Commitment img{
    width: 100%;
}


/* make column same hight */
.CardSamehight .carRentalRow,
.CardSamehight .TourPackageRow {
    display: flex;
    flex-wrap: wrap;
}

.CardSamehight .tour-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.CardSamehight .tour-content {
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.CardSamehight .tour-box_img img {
    width: 100%;
    height: 200px; 
    object-fit: cover; 
}

.TravelerFavorites {
    display: flex;
    align-items: stretch;
}

.TravelerFavorites .swiper-slide {
    display: flex;
    height: auto;
}

.TravelerFavorites .tour-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.TravelerFavorites .tour-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.TravelerFavorites .tour-action {
    margin-top: auto; 
}

.ContactDetails .about-contact-grid{
    height: 100%;
}

/* make column same hight End*/


/* Whatsapp ICOn Css */
.whatsappIcon {
    background-color: #189d0e;
    border-radius: 40px;
    bottom: 85px;
    color: #fff;
    display: table;
    height: 50px;
    right: 27px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 10;
}
.whatsappIcon:focus{
    color: #fff;
}
.whatsappIcon i {
    font-size: 32px;
    line-height: 50px;
}
.whatsappIcon:hover {
    color: #fff;
    padding: 0 20px;
}

.whatsappIcon span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    /* line-height: 50px; */
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.whatsappIcon:hover span {
	opacity: 1;
	letter-spacing: 1px;
	padding-left: 10px
}
/* Whatsapp ICOn Css End*/


/* .dmfeature{
    color: #198754;
    padding: 0.375rem 0.75rem;
    border: 1px solid #198754;
    border-radius: 48px;
    text-align:center;
} 
.dmfeature:hover{
    color: #fff !important;
    background-color: #198754;
    border-color: #198754;
}

.ec-single-qty .dmfeature{
    padding: .5rem 0.75rem;
    border-radius: 0;
    display: block;
}
*/
.th-btn.style4.dmfeature:before {
    background-color: #198754;;
}

.TourPackageRow .tour-box .tour-action i,
.carRentalRow .tour-box .tour-action i{
    margin-right: 0;
}
.TourPackageRow .tour-action,
.carRentalRow .tour-action{
    justify-content: space-between !important;
    flex-wrap: wrap;
}

/* Seo Content */
.seoContent{
    padding: 4rem 0 0 0;
}
.footerSeoContent{
    padding: 1rem 0 1em 0 !important;
}
.seoContent h1{
    padding:15px 0 0 0;
    font-size: 1.3rem;
}

.seoContent h2,
.seoContent h3,
.seoContent h4{
    padding-top: 15px;
    font-size: 1.2rem;
}
.seoContent p{
    padding-top: 2px;
    font-size: 1rem;
}
.seoContent h1,
.seoContent h2,
.seoContent h3,
.seoContent h4,
.seoContent p,
.seoContent ul li,
.seoContent ol li
{
    width: 100%;
}

.seoContent ul,
.seoContent ol{
    padding: 0 1rem;
    width: 100%;
}

.seoContent ul,
.seoContent ul li,
.seoContent ol li{
    list-style: inherit;

}



.seo-text-container {
    position: relative;
    max-height: 120px; 
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.hidden-content {
    display: none;
}

.seo-text-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
}
.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid var(--theme-color);
    border-radius: 48px;
    background-color: var(--theme-color);
    padding: 5px 19.5px;
    cursor: pointer;
    color: #fff;
}
.read-more-btn:hover {
    background-color: var(--theme-color);
}



@media (min-width:315px) and (max-width: 481px){
    .img-box1 .img1{
        max-width: inherit;
    }
    .img-box1 .img2,
    .img-box1 .img3{
        display: block;
    }
    .img-box1 .img1 img{
        width: 50%;
    }
    .img-box1 .img2 img,
    .img-box1 .img3 img{
        width: 9rem;
    }
    .whatsappIcon {
        right: 1rem;
        bottom: 1rem;

    }

    .TourPackageRow .tour-action,
    .carRentalRow .tour-action{
        justify-content: center !important;
    }

}

@media (min-width:481px) and (max-width: 767px){
    .img-box1 .img1 img{
        width: 100%;
    }
    .img-box1 .img2 img,
    .img-box1 .img3 img{
        width: 11rem;
    }
    .whatsappIcon {
        right: 1rem;
        bottom: 1rem;

    }
}

@media (min-width:315px) and (max-width: 767px){
    .header-logo img,
    .mobile-logo img{
        width: 12rem;
    }
    .SubMenu{
        padding-left: .8rem !important;
    }
    .SubSubMenu{
        padding-left: 1.2rem !important;
    }
    .scroll-top{
        display: none;
    }
    .car-features{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .sidebar-area.style2 .widget.detailsCar{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .sidebar-area.style2 .widget.detailsCar a{
        margin-top: 1rem;
    }
    .category-area{
        margin-top: -111px;
        padding: 165px 0 1rem 0;
    }
}

@media (min-width:767px) and (max-width: 993px){
    .detailsCar{
        justify-content: center !important;
    }
    .carRentalRow .tour-content h2, .carRentalRow .tour-content h3, .TourPackageRow .tour-content h2, .TourPackageRow .tour-content h3 {
        font-size: 1.2rem;
    }

}

@media (min-width:991px) and (max-width: 1199px){
    .detailsCar .th-btn{
        padding: 18.8px 15px;   
    }
}

@media (min-width:767px) and (max-width: 1199px){
    .car-features{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
}


@media (min-width:1200px) and (max-width: 1399px){
    .category-area .swiper-wrapper .swiper-slide .global-img{
        width: 95%;
    }
    .car-features{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .detailsCar .th-btn{
        padding: 18.8px 15px;
    }
}

