.site-name-left
{ margin-left: 12rem !important;
    color: #ffffff;
}

.page-template .modal-content{
    background-color: #e7ebf2 !important;
}

.page-template-page-contact_us .ExploreTour .container{
    background-color: #e7ebf2 !important;
}

.sticky-top.navbar-light .navbar-brand h4 {
    color: var(--bs-primary);
}
.service .service-content-inner:hover. .service-content:hover {
    position: relative;
    background: var(--bs-primary) !important;
}

.header-tour-booking{
    position: absolute;
    left: 50%;
    top: 50%;.three-column-list li
    transform: translate(-50%,-50%);
}

.carousel-caption-new {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
}

    
    
.img-complete-form {
    width: 100%;
}

@media (max-width: 991.98px) {
    .carousel-header-content {
        padding: 10px !important;
    }

    .carousel-item-new{
        width: 100%;
        height: 100% !important; 
        min-height: 300px !important;
    }
}


@media (min-width: 1200px) and (max-width: 1400px) {
    
    .header-tour-booking h1{
        font-size: 2.0rem;
    }
    .header-tour-booking h5{
        font-size: 1.0rem;
    }
    .header-tour-booking .mb-3{
        margin-bottom: 2.0rem;
    }
    .header-tour-booking .mb-4{
        margin-bottom: 1.0rem !important;
    }

    .header-tour-booking .g-3 .mb-4{
        margin-bottom: 0rem !important;
    }
    .header-tour-booking p{
        font-size: 0.9rem !important;
    }
}

.service-content-inner {
    min-height: 195px;
}

.national-item img{
    width: 420px;
    height: 280px;
}

.national-item.vechicle {
    height:280px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.vehicle-carousel .international-item {
    height:280px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.navbar {
    z-index: 2;
    -webkit-box-shadow: 0px 2px 0px -1px rgba(240,240,240,0.53);
-moz-box-shadow: 0px 2px 0px -1px rgba(240,240,240,0.53);
box-shadow: 0px 2px 0px -1px rgba(240,240,240,0.53);
}

.carousel-header-content {
    /* background-color: rgba(0, 0, 0, 0.8); */
    padding: 100px 0 100px 0;
}

.carousel-item-new{
    width: 100%;
    height: 100%; 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
}

.bottom-div{
    height: 60px;
    position: fixed;
    bottom:0%;
    width:100%;
    background-color: #13357b;
    opacity: 1;
    z-index: 100;
    font-family: "Jost",sans-serif;
}

.bottom-mobile-btns{
    height: 80px;
    position: fixed;
    bottom:2%;
    width:30%;
    left:3%;
    opacity: 1;
    z-index: 1000;
    /*background-color: #dc3545;*/
    font-family: "Jost",sans-serif;
    font-weight: 900;
}

.custom-steps {
    width: 100%;
}

.custom-steps-text {
    width: calc(100% - 80px);
}

.custom-steps-box {
    position: relative; 
    border: 2px solid #009fff; /*var(--bs-primary);*/;
    background-color: transparent;
    width: 60px;
    height: 80px;
    overflow: hidden;
    color: white;
    font-size: 40px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-right: 20px;
}

@media (max-width: 576px) {
    .custom-steps-box {
        width: 55px;
        height: 60px;
        font-size:30px
    }
}

.custom-steps-box::before, .custom-steps-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
} 

.custom-steps-box::before {
    top: 3px;
    left: 3px;
    border-width: 10px 10px 0 0;
    border-color: white transparent transparent transparent;
} 

.custom-steps-box::after {
    bottom: 3px;
    right: 3px;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent white transparent;
} 

.booking.new{
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 90%)), url(../img/van_bg.jpg) no-repeat center/cover !important
}

.booking.packages {
    background: linear-gradient(rgb(0 0 0 / 85%), rgb(0 0 0 / 80%)), url(../img/van_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}

.custom-ul {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0;
}

.custom-ul li {
    position: relative;
    padding-left: 25px; /* Space for the icon */
    padding-bottom: 5px;
}

.custom-ul li::before {
    content: "\f192"; /* Unicode for Font Awesome's check-circle icon */
    font-family: "Font Awesome 5 Free"; /* Font Awesome font family */
    font-weight: 900; /* Font weight for solid icons */
    position: absolute;
    top: 3px;
    left: 0;
    color:  var(--bs-primary); /* Customize the icon color */
    font-size: 0.8rem; /* Adjust icon size */
}

.custom-ul-2 {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0;
}

.custom-ul-2 li {
    position: relative;
    padding-bottom: 5px;
    border: 1px solid var(--bs-primary);
    background-color: white;
    padding: 10px 5px 10px 30px;
    margin: 15px 0px;
}

.custom-ul-2 li::before {
    content: "\f0a4"; /* Unicode for Font Awesome's check-circle icon */
    font-family: "Font Awesome 5 Free"; /* Font Awesome font family */
    font-weight: 900; /* Font weight for solid icons */
    position: absolute;
    top: 12px;
    left: 5px;
    color: var(--bs-primary); /* Customize the icon color */
    font-size: 0.8rem; /* Adjust icon size */
}

.copyright {
    padding-bottom: 75px !important;
}

@media (max-width: 992px) {
    .copyright {
        padding-bottom: 15px !important;
    }
}

.back-to-top {
    bottom: 65px;
}

.multilingual-sentence {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    color: white;
}

.multilingual-sentence span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.multilingual-sentence img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.slider-point-icon {
    color: rgb(71 255 71);
}

.header-background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background: linear-gradient(rgb(16 16 16 / 80%), rgb(16 16 16 / 80%)), no-repeat center/cover !important*/
   background: linear-gradient(rgb(16 16 16 / 80%), rgb(16 16 16 / 80%)), url(../img/header-left-background.jpg) no-repeat center/cover !important
}

.heading-background .text-primary {
    color: #009fff !important;
}
.background-heading {
    border-left: 4px solid #009fff !important;
}


@media (max-width: 576px) {
    .carousel-header-content h1{
        font-size : 1.375rem;
    }
    .carousel-header-content h4{
        font-size : 1.275rem;
    }
    .carousel-header-content h5{
        font-size : 1rem;
    }
    
    .packages-content h5 {
        font-size : 1.2rem;
    }
}

.top-heading {
    /* border-left: 4px solid var(--bs-primary) !important; */
    border-left: 4px solid #009fff !important;
}

.header-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(68, 68, 68);
}

.header-background .text-primary {
    /* color: var(--bs-primary) !important; */
    color: #009fff !important;
}
.header-background .heading {
    /* border-left: 4px solid var(--bs-primary) !important; */
    border-left: 4px solid #009fff !important;
}


.heading-background .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #009fff;
}

.heading-background .btn-primary {
    color: #fff;
    background-color: #009fff;
    border-color: #009fff;
}

.divide-container-left {
    display: flex;
    justify-content: end;
    align-items: center;
}
.divide-container-right {
    display: flex;
    justify-content: start;
    align-items: center;
    
}

@media (max-width : 992px){
    
.divide-container-left {
    justify-content: center;
}
.divide-container-right {
    justify-content: center;
    
}
}


@media (min-width: 1400px) {
    .divide-container {
        max-width: 660px;
    }
}

@media (min-width: 1200px) and (max-width:1399px) {
    .divide-container {
        max-width: 570px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .divide-container {
        max-width: 480px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .divide-container {
        max-width: 720px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .divide-container {
        max-width: 540px;
    }
}

.divide-container {
    width: 100%;
    /* padding-left: 0.75rem;
    padding-right:0.75rem; */
}

.divide-container-left .divide-container {
    padding-left: 0.75rem;
}
.divide-container-right .divide-container {
    padding-right:0.75rem;
}

.service-content-section {
    justify-content: center;
}

.service-content-section .col-lg-3 ,
.service-content-section .col-md-4 {
    padding: 2px !important;
    margin: 2px 0px !important;
}



.service-content-card {
    width: 100%;
    text-align: center;
    background-color: white;
    border: 1px solid rgb(236, 236, 236);
    padding: 5px;
    border-radius: 5px;
    height: 250px;
    transition: background-color 0.3s ease,border-color 0.3s ease, transform 0.3s ease;; 
    background-color: white;
    border: 1px solid rgb(236, 236, 236);
    
}

.service-content-card .service-icon {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3.5rem;
    color: #009fff;
   
}

@media (max-width: 576px) {
.service-content-card .service-icon {
    font-size: 2.5rem;
   
}
}


.service-content-card .service-icon img{
     width:66px;
    height:66px;
}


.service-content-card .service-content .service-content-heading{
    margin-bottom: 10px;
    height: 48px;
}

/* .service-content-section .service-content-card .service-content p {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/*.service-content-section div:nth-of-type(odd) .service-content-card {*/
/*    background-color: white;*/
/*    border: 1px solid rgb(236, 236, 236);*/
/*}*/
/*.service-content-section div:nth-of-type(even) .service-content-card {*/
/*    background-color: white;*/
/*    border: 1px solid rgb(236, 236, 236);*/
/*}*/

/*.service-content-section div:nth-of-type(odd) .service-content-card .service-icon {*/
/*    color: var(--bs-primary);*/
/*}*/

/*.service-content-section div:nth-of-type(even) .service-content-card .service-icon {*/
/*    color: white;*/
/*}*/
/*.service-content-section div:nth-of-type(odd) .service-content-card .service-content-heading {*/
/*    color: #14141f !important;*/
/*}*/

/*.service-content-section div:nth-of-type(even) .service-content-card .service-content-heading {*/
/*    color: white !important;*/
/*}*/

/*.service-content-section div:nth-of-type(odd) .service-content-card .service-content p {*/
/*    color: #757575;*/
/*}*/

/*.service-content-section div:nth-of-type(even) .service-content-card .service-content p {*/
/*    color: white;*/
/*}*/

.service-content-section div:nth-of-type(odd) .service-content-card:hover {
    /* background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary); */
    transform: scale(1.05);
    
}
.service-content-section div:nth-of-type(even) .service-content-card:hover {
    /* background-color: white;
    border: 1px solid rgb(236, 236, 236); */
    transform: scale(1.05);
}

/* .service-content-section div:nth-of-type(odd) .service-content-card:hover .service-icon {
    color: white;
}

.service-content-section div:nth-of-type(even) .service-content-card:hover .service-icon {
    color: var(--bs-primary);
}

.service-content-section div:nth-of-type(odd) .service-content-card:hover .service-content-heading {
    color: white !important;
}

.service-content-section div:nth-of-type(even) .service-content-card:hover .service-content-heading {
    color: #14141f !important;
}

.service-content-section div:nth-of-type(odd) .service-content-card:hover .service-content p {
    color: white;
}

.service-content-section div:nth-of-type(even) .service-content-card:hover .service-content p {
    color: #757575;
} */

.dark-grey{
    background-color: rgb(46 46 46);
}
.private-driver-btn{
    color:#13357b !important;
    /*background-color: rgb(86 86 86);*/
}
.mobile-bottom-btn{
    width: 100%; bottom: 0;
    z-index: 5;
    /*background-color: #14141F;*/

}
.mobile-bottom-btn-small{
    background-color: #de4012;color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
}
.whatsapp-btn-mobile{
    /*height: 60px;*/
    position: fixed;
    bottom:3%;
    /*width:100%;*/
    right: 2%;
    /*background-color: #13357b;*/
    opacity: 1;
    z-index: 100;
}
.whatsapp-btn-pc{
    /*height: 60px;*/
    position: fixed;
    bottom:13%;
    /*width:100%;*/
    right: 2%;
    /*background-color: #13357b;*/
    opacity: 1;
    z-index: 100;
}
.whatsapp-btn-text-mobile{
    /*height: 60px;*/
    position: fixed;
    bottom:3.8%;
    /*width:100%;*/
    right: 17%;
    /*background-color: #13357b;*/
    opacity: 1;
    z-index: 100;
    background-color: #2db742;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 4px
}
.whatsapp-btn-text-pc{
    /*height: 60px;*/
    position: fixed;
    bottom:14%;
    /*width:100%;*/
    right: 7%;
    /*background-color: #13357b;*/
    opacity: 1;
    z-index: 100;
    background-color: #2db742;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 4px
}
.responsive-spans {
    display: flex;
    /*gap: 10px; !* space between spans *!*/
}

.responsive-spans span {
    display: inline-block;
}
@media (max-width: 576px) {
    .responsive-spans {
        /*flex-direction: column; /* Stack items vertically */
       /* align-items: flex-start; /* Align to the left */
       font-size : 12.5px;
    }
}
/*@media (max-width: 768px) {
    .responsive-spans {
        flex-direction: column; /* Stack items vertically 
        align-items: flex-start; /* Align to the left 
    }
}*/


.form-floating>P>.wpcf7-form-control-wrap>.form-control, .form-floating>P>.wpcf7-form-control-wrap>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
}

.form-floating>P label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}


.form-floating{position:relative}

.form-floating .form-control,.form-floating .form-select {
    height:calc(3.5rem + 2px);
    padding:1rem .75rem
}

@media(prefers-reduced-motion: reduce){
    .form-floating>P label {
        transition:none
    }
}

.form-floating .form-control::-moz-placeholder{
    color:rgba(0,0,0,0)
}

.form-floating .form-control::placeholder{
    color:rgba(0,0,0,0)
}

.form-floating>P>.wpcf7-form-control-wrap>.form-control:not(:-moz-placeholder-shown){
    padding-top:1.625rem;
    padding-bottom:.625rem
}
.form-floating>P>.wpcf7-form-control-wrap>.form-control:focus,.form-floating>P>.wpcf7-form-control-wrap>.form-control:not(:placeholder-shown){
    padding-top:1.625rem;
    padding-bottom:.625rem
}
.form-floating>P>.wpcf7-form-control-wrap>.form-control:-webkit-autofill
{
    padding-top:1.625rem;
    padding-bottom:.625rem
}
.form-floating>P>.wpcf7-form-control-wrap>.form-select{
    padding-top:1.625rem;
    padding-bottom:.625rem
}
.form-floating .form-control:not(:-moz-placeholder-shown)~label{
    opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}
.form-floating .form-control:focus+label,.form-floating .form-control:not(:placeholder-shown)+label,.form-floating .form-select+label{
    opacity:.65;
    transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}
.form-floating .form-control:-webkit-autofill+label{
    opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating .form-select-label{
    opacity:.65;
    transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

label.focused {
    opacity:.65;
    transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.our-benefits-para{
    color: #54545 !important;
    font-size: 14px !important;
}


@media (max-width: 767px) {
    .service-content-heading {
        font-size: 14px;
    }
    .service-content-card{
        height:270px;
    }
}

.hire-now-icon{
    position: fixed;
    bottom:8%;
    left:10%;
}

.three-column-list {
    columns: 3; /* Creates 3 columns */
    -webkit-columns: 3; /* Safari support */
    -moz-columns: 3; /* Firefox support */
    list-style-type: none; /* Removes default list styling */
    padding: 0; /* Removes default padding */
    display:block !important;
}

.three-column-list li {
    break-inside: avoid; /* Prevents items from breaking between columns */
    /*margin-bottom: 10px; /* Optional: adds space between items */
}

.float-icon {
    height:60px;
    width:110px;
    position:fixed;
    right:0;
    z-index:2000;
}

.float-icon.whatsapp {
    bottom:70px;
}

.float-icon.hire-drive {
    bottom:135px;
}

@media (max-width: 992px) {
   .float-icon.whatsapp {
        bottom:15px;
    } 
    
    .float-icon.hire-drive {
        bottom:85px;
    }
}


.float-icon img{
    position: absolute;
    left: -30px;
    height:60px;
    width:60px;
    border: 1px transparent solid;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.float-icon .icon{
    position: absolute;
    left: -30px;
    height:60px;
    width:60px;
    border: 1px transparent solid;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:2.5rem;
}

.float-icon .icon-text {
    width: 100%;
    height:40px;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 5px 5px 30px;
    font-size: 12px;
    line-height: 12px;
    align-content: center;
    text-align: center;
}


.float-icon.hire-drive img{
    background-color: #de4012;
}

.float-icon.whatsapp .icon-text {
    background-color: #2db742;
}
.float-icon.hire-drive .icon-text {
    background-color: #de4012;
}

.float-icon.whatsapp .icon {
    background-color: #2db742;
}
.float-icon.hire-drive .icon {
    background-color: #de4012;
}


.float-icon .icon-text small{
    font-size: 10px;
}

.float-icon:hover img{
    /* transform:rotate(360deg); */
    animation: shake 0.5s ease-in-out;
}

.float-icon:hover .icon{
    /* transform:rotate(360deg); */
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-10px);
    }
    75% {
      transform: translateX(10px);
    }
  }
  
.form-floating textarea {
    height:120px !important;
}

.vehicle-card {
    padding: 15px;
}

.footer-cus a {
    display : block;
}
.footer-cus a::before {
   font-family: "Font Awesome 5 Free"; /* or "Font Awesome 5 Free" if you're using FA 5 */
   content: "\f105"; /* Unicode for the user icon */
   font-weight: 900; /* Ensures the icon is solid if using FA 5 or 6 */
   padding-right: 8px; /* Adds space between icon and text */
}

.vehicle-carousel.owl-carousel .owl-item img {
    height:220px;
}
@media (max-width: 992px) {

.vehicle-carousel.owl-carousel .owl-item img {
    height:auto;
}
}

@media (max-width: 991.98px) {
    .blog-item .carousel-item-new {
        width: 100%;
        height: 100% !important;
        min-height: 0px !important; 
    }
}

@media (max-width: 390px) {
    .heading-background h5 {
        font-size:1rem;
    }
}


@media (min-width: 391px) and  (max-width: 410px) {
    .heading-background h5 {
        font-size:1.15rem;
    }
}
@media (min-width: 411px) and (max-width: 576px) {
    .heading-background h5 {
        font-size:1.2rem;
    }
}

@media (min-width: 390px)  {
    .destinations-font-size {
        font-size:13px !important;
    }
}