
.rotate_call{
    rotate: -35deg;
}
.align_center{
    align-items: center !important;
}
.container{
    max-width: 1200px !important;
    margin: auto !important;
}

@media only screen and (max-width: 1050px) {
    .container{
        max-width: 98% !important;
        margin: auto !important;
    }
}


.car_box{
    box-shadow: 0 0 10px #00000018;
    border-radius: 10px;
    padding: 15px 10px;
    align-items: center;
}
.car_box img{
    width: 100%;
}
.car_box .call_btn{
    width: 100px;
    border: medium none;
    color: #060606;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    margin: 0;
    outline: medium none;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    background: #ffc000;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.car_box .whatsapp_btn{
    width: 100px;
    border: medium none;
    color: #089d53;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    margin: 0;
    outline: medium none;
    padding: 9px 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    background: #d4f3e3;
    border: 1px solid #97f6c7;
}
.car_box a{
    transition: transform 0.2s ease-in-out;
}
.car_box a:hover{
    transform: scale(0.98);
}

@media  only screen and (max-width: 1050px) {
    .car_box a{
        width: 48% !important;
        height: 35px;
        font-size: 10.5px;
    }
    .car_box .call_btn{
        margin-right: 10px;
    }
}

@media  only screen and (max-width: 650px) {
    .car_box img{
        max-width: 120%;
        width: 120%;
        margin-left: -15px;
    }
}


.tour_taxi{
    background-color: #fdfff0;
    padding: 60px 0;
}
.tour_taxi .taxi_box{
    padding: 5px;
    box-shadow: 0 0 10px #00000030;
    border-radius: 5px;
    margin: 7.5px auto 13px;
    background-color: #fff;
}
.tour_taxi .taxi_box img{
    width: 100%;
    border-radius: 5px;
}
.tour_taxi .taxi_box .content_box{
    padding: 10px;
}
.tour_taxi .taxi_box .content_box h4{
    color: #031b36;
    font-size: 18px;
    font-weight: 600;
    margin: 5px auto 2px;
}
.tour_taxi .taxi_box .content_box p{
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
}
.tour_taxi .taxi_box .content_box button{
    width: 100%;
    padding: 7.5px 0px;
    border: 0;
    border-radius: 5px;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
}
.tour_taxi .taxi_box .content_box button i{
    font-size: 14px;
}
.tour_taxi .taxi_box .content_box .wp_btn{
    background-color: #25D366;
}
.tour_taxi .taxi_box .content_box .call_btn{
    background-color: #fcbc07;
}
.tour_taxi .taxi_box .col-6{
    padding: 0 5px;
}
.tour_taxi #car_show{
    background-color: #f9bb00;
    padding: 10px 25px;
    border-radius: 30px;
    border: 0;
    font-size: 13px;
    color: #043569;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: -10px;
}

.why_choose img{
    width: 70px;
    margin: 0 auto 10px;
}
.why_choose h4{
    font-size: 18px;
    font-weight: 600;
    color: #020437;
}
.why_choose p{
    font-size: 14px;
    margin: 5px auto 15px;
}

.car_services ul{
    margin-top: 20px;
    list-style-type: disc;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 10px;
    padding-left: 10px;
}
.car_services ul li:hover{
    color: #fcbc07;
}

@media  only screen and (max-width: 650px) {
    .car_services ul{
        font-size: 13px;
        padding-left: 22px;
    }
}


.footer{
    background-color: aliceblue;
    padding: 50px 0 20px;
    margin-top: 35px;
}
.footer img.logo{
    width: 160px;
}
.footer .left_box{
    width: 80%;
}
.footer p{
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 15px;
}
.footer .left_box .social_icon img{
    width: 30px;
    margin-right: 15px;
    margin-top: 15px;
}
.footer .box h4{
    color: #f9bb00;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}
.footer .box p i{
    background-color: #fcbc07;
    font-size: 14px;
    color: #09023c;
    border-radius: 100%;
    padding: 5px;
    border: 3px solid #daa103;
}
.footer .box p .fa-location-dot{
    padding: 5px 7px;
}
.footer .box p strong{
    font-size: 13px;
}
.footer .box_second{
    padding-right: 70px;
} 

.footer_bottom_tx{
    padding: 10px;
    background-color: #daa103;
}
.footer_bottom_tx p,
.footer_bottom_tx p a{
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
    text-decoration: none;
}
.footer_bottom_tx p img{
    width: 80px;
}

.footer_bottom i{
    position: fixed;
    bottom: 30px;
}
.footer_bottom .fa-whatsapp{
    background-color: #28a745;
    padding: 14px 15px 14px 18px;
    font-size: 27px;
    z-index: 99;
    border-radius: 100%;
    color: aliceblue;
    animation: wp-back 1s infinite;
}
.footer_bottom .fa-phone-volume{
    background-color: #ff433a;
    z-index: 99;
    padding: 18px;
    font-size: 20px;
    border-radius: 100%;
    color: aliceblue;
    animation: call-back 1s infinite;
    rotate: -30deg;
    margin-left: -50px !important;
}


@media only screen and (max-width: 600px){
    .footer{
        margin-top: 50px;
    }
    .footer img {
        width: 180px;
    }
    .footer .left_box {
        width: 100%;
    }
    .footer .box {
        margin-top: 30px;
        width: 100%;
    }
    .footer .box h4{
        text-transform: capitalize;
        letter-spacing: 1px;
    }
    .footer_bottom_tx p {
        font-size: 12.5px;
        text-align: center;
    }
    .footer_bottom_tx p a{
        margin: 0 auto;
    }
}


.top_header{
    background-color: #1e2472;
    padding: 7px 0;
}
.top_header .row{
    align-items: center;
}
.top_header p{
    margin-right: 10px;
}
.top_header p,
.top_header p a{
    
    font-weight: 300;
    font-size: 14px;
    color: #f7f7f7;
    letter-spacing: 0.8px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px;
    text-decoration: none;
}
.top_header h4{
    
    font-weight: 400;
    font-size: 14px;
    color: #f7f7f7;
    /* text-transform: uppercase; */
    letter-spacing: 0.8px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px;
}
.top_header a i{
    color: #f7f7f7;
    font-size: 14px;
    margin: auto 7px;
    border-radius: 2px;
}
.top_header a i:hover{
    color: #ffcc10;
}
.top_header a .fa-whatsapp{
    font-size: 15px;
}
.top_header .box_rights{
    justify-content: right;
}
.top_header .box_rights p{
    color: #090021;
    font-size: 17px;
    margin-left: 15px;
    margin-bottom: 0;
}
.top_header .box_rights p a{
    color: #090021;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 0px;
    letter-spacing: 0.5px;
    
}
.top_header .top_flex{
    display: flex;
}

.desk_header{
    background: linear-gradient(20deg, #fffbdb, #fff7ad) !important;
    /* background-color: #f9bb00; */
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}
.desk_header .row{
    text-align: center;
}
.desk_header img{
    width: 170px;
}
.desk_header .navbar{
    justify-content: right;
}
.desk_header .navbar .nav_ul{
    display: flex;
    list-style-type: none;
    margin: auto 10px;
}
.desk_header .navbar .nav_ul li a{
    color: #000;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: auto 0 auto 20px;
    font-weight: 600;
    text-decoration: none;
    /* text-transform: uppercase; */
    
}
.desk_header .navbar .nav_ul li a:hover{
    color: #ff6600;
}
.desk_header .navbar .nav_ul .dropdown .nav_drop{
    background-color: rgb(249, 242, 233);
    border: 0;
    border-radius: 0;
    padding: 0 !important;
    width: 250px;
    border-bottom: 1px solid #0000002a;
}
.desk_header .navbar .nav_ul .dropdown .nav_drop li{
    padding: 7px 10px;
    border-top: 1px solid #0000002a;
}
.desk_header .navbar .nav_ul .dropdown .nav_drop li a{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
}
.desk_header button.plan_trip{
    background-color: #ff6600;
    color: #000;
    padding: 7px 22px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    border: 0;
    
    letter-spacing: 0.5px;
    transition: transform 0.5s;
}
.desk_header button.plan_trip i{
    margin-right: 5px;
}
.desk_header button.plan_trip:hover{
    transform: scale(0.95);
}
.mobile_header,
.mobile_right_side{
    display: none;
}
@media only screen and (max-width: 1300px){
    .desk_header .navbar .nav_ul {
        display: flex;
        list-style-type: none;
        margin: auto 10px auto -20px;
    }
    .desk_header .navbar .nav_ul li a{
        font-size: 11.5px;
        margin: auto 0 auto 14px;
    }
    .desk_header button.plan_trip {
        background-color: #ff6600;
        color: #f7f7f7;
        padding: 5px 17px;
        font-weight: 400;
        font-size: 12px;
        margin-right: -50px;
    }
}
@media only screen and (max-width: 1050px){
    .top_header .container{
        max-width: 100%;
        margin: auto;
    }
    .desk_header{
        display: none;
    }
    .mobile_header{
        display: block;
        background: linear-gradient(20deg, #fffbdb, #fff7ad) !important;
        padding: 2px 10px;
        position: sticky;
        top: 0;
        z-index: 99;
    }
    .mobile_header .row{
        align-items: center;
        --bs-gutter-x: 0;
    }
    .mobile_header img{
        width: 170px;
    }
    .mobile_header .plan_trip{
        background-color: #ff6600;
        color: #f7f7f7;
        padding: 7px 22px;
        font-weight: 400;
        font-size: 13px;
        border: 0;
        margin-right: 20px;
        letter-spacing: 0.5px;
        transition: transform 0.5s;
    }
    .mobile_header .plan_trip:hover{
        transform: scale(0.95);
    }
    .mobile_header .plan_trip i{
        font-size: 12px;
        margin-right: 5px;
    }
    .mobile_header i.fa-bars {
        font-size: 25px;
        padding: 8px 9px;
        background-color: #fcbc07;
        border-radius: 100%;
        color: #0b0414;
    }
    .mobile_right_side{
        display: block;
        /* background: linear-gradient(290deg, #fff7ad, #ffa9f9) !important; */
        background-color: #fffbdb;
        width: 300px;
        right: -100%;
        padding: 30px;
        position: fixed;
        height: 100vh;
        top: 0;
        z-index: 9991;
        transition: right 0.3s ease;
        box-shadow: 0 0 10px #00000030;
    }
    .mobile_right_side img{
        width: 185px;
        max-width: 140px;
        margin-left: -20px;
    }
    .mobile_right_side .fa-circle-xmark{
        font-size: 32px;
        color: #d8a200;
        margin-top: 5px;
    }
    .mobile_right_side .navbar .nav_ul{
        list-style-type: none;
        margin-left: -30px;
        margin-top: 10px;
    }
    .mobile_right_side .navbar .nav_ul li{
        padding: 7px 0;
    }
    .mobile_right_side .navbar .nav_ul li a{
        color: #000;
        font-size: 14px;
        letter-spacing: 1px;
        margin: auto 10px;
        font-weight: 600;
        text-decoration: none;
    }
    .mobile_right_side .navbar .nav_ul li a:hover{
        color: #ff6600;
    }
    .mobile_right_side .navbar .nav_ul li .nav_drop{
        background-color: transparent;
        border: 0;
        padding: 5px 0;
        position: relative;
        border-radius: 0;
    }
    .mobile_right_side .navbar .nav_ul li .nav_drop li{
        padding: 5px 0;
    }
    .mobile_right_side .navbar .nav_ul li .nav_drop li a{
        /* text-transform: capitalize; */
        padding-left: 10px;
        font-size: 11.5px;
        border-left: 1px solid #0000002a;
    }
}
@media only screen and (max-width: 600px){
    .top_header .d-flex{
        justify-content: center;
    }
    .top_header .top_flex {
        display: block;
        text-align: center;
    }
    .top_header h4 {
        font-size: 14px;
        margin-top: 6px;
    }
    .top_header a i{
        font-size: 11px;
    }
    .top_header .box_rights {
        display: none !important;
    }
    .top_header .box_rights p i,
    .top_header .box_rights p a {
        font-size: 14px;
        font-weight: 400;
    }
    .mobile_header img {
        width: 185px;
        padding: 5px 0;
    }
    .mobile_header .plan_trip{
        margin-right: 15px;
        padding: 6px 20px 7px;
    }
    .mobile_header .plan_trip i{
        margin-right: 3px;
    }
    .mobile_header i.fa-bars {
        font-size: 22px;
    }
}


/* ===========Hero Slider======== */
.slider_home .first_slide{
    background: linear-gradient(45deg, #000000ab, #00000021), url(../img/hero_bg.webp);
    background-size: cover;
    background-position: center;
}
.slider_home .text_box{
    padding: 150px 0;
}
.slider_home h3{
    color: #f9bb00;
    font-size: 17px;
    
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider_home h2{
    color: #f7f7f7;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    
    text-shadow: 0 0 10px #000;
}
.slider_home p{
    
    font-weight: 400;
    font-size: 16px;
    color: #f7f7f7;
    letter-spacing: 0.8px;
    /* margin-bottom: 0; */
    text-shadow: 0 0 10px #000;
}
.slider_home button{
    padding: 8px 25px;
    background-color: #f9bb00;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.slider_home .booking_box{
    width: 400px;
    margin: auto 0 auto auto;
    background-color: #00000050;
}
.slider_home .booking_box .heading{
    background-color: #ffcc10;
    text-align: center;
}
.slider_home .booking_box .heading h3{
    color: #090021;
    font-size: 22px;
    padding: 5px;
    font-weight: 600;
    
    text-transform: none;
}
.slider_home .booking_box .form_body{
    width: 95%;
    padding: 15px 30px 30px;
}
.slider_home .booking_box .form_body label{
    font-size: 15px;
    
    color: #fff;
    display: block;
    margin-bottom: 3px;
    font-weight: 300;
}
.slider_home .booking_box .form_body label span{
    font-weight: 500;
    color: #ffcc10;
}
.slider_home .booking_box .form_body input,
.slider_home .booking_box .form_body select,
.slider_home .booking_box .form_body option{
    border: 0;
    border-radius: 0px;
    padding: 5px 15px;
    
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 7px;
}
.slider_home .booking_box .tour_fun, 
.slider_home .booking_box .car_fun{
    width: 100%;
    margin: 0;
    display: none;
}
.slider_home .booking_box .tour_fun .col-6,
.slider_home .booking_box .tour_fun .col-12,
.slider_home .booking_box .car_fun .col-6,
.slider_home .booking_box .car_fun .col-12{
    padding: 0;
}
@media only screen and (max-width: 1050px){
    .slider_home .text_box {
        padding: 80px 0;
    }
    .slider_home .booking_box{
        width: 100%;
    }
}
@media only screen and (max-width: 600px){
    .slider_home{
        margin-bottom: 330px;
        position: relative;
    }
    .slider_home .first_slide{
        height: 480px;
        background: linear-gradient(45deg, #0000008e, #0000000d), url(../img/car_slider.webp);
        background-size: cover;
        background-position: center right;
    }
    .slider_home .text_box{
        padding: 50px 0 40px;
    }
    .slider_home h3{
        font-size: 12.5px;
        font-weight: 500;
    }
    .slider_home h2{
        font-size: 40px;
        line-height: 1.2em;
    }
    .slider_home p{
        font-size: 15px;
        font-weight: 600;
    }
    .slider_home .booking_box {
        background-color: #fff;
        box-shadow: 0 0 10px #00000020;
        width: 95%;
        margin: auto;
        margin-bottom: 30px;
    }
    .slider_home .booking_box .form_body label{
        color: #000;
    }
    .slider_home .booking_box .form_body input, 
    .slider_home .booking_box .form_body select, 
    .slider_home .booking_box .form_body option{
        border: 1px solid #00000049;
    }
    .slider_home .booking_box .form_body {
        width: 100%;
    }
    .slider_home .booking_box .heading h3 {
        color: #090021;
        font-size: 18px;
        padding: 10px 0px;
        font-weight: 600;
        
        text-transform: none;
    }
    .slider_home button{
        font-size: 12px;
        text-transform: uppercase;
    }
}



.policy{
    margin: 50px auto;
}
.policy h1{
    
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}
.policy p,
.policy ul li{
    list-style-type: circle;
    color: #1f0130;
    font-size: 13px;
    font-weight: 400;
    
    letter-spacing: 1px;
}
.policy p{
    margin-left: 15px;
}
.policy ul {
    margin-left: 30px;
}
.policy ul li p{
    padding-left: 0;
    margin-left: 0;
}
.policy h3{
    color: #1f0130;
    margin-top: 15px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.policy h4{
    color: #1f0130;
    
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    margin: 10px 0 0 10px ;
}
.policy h4 strong{
    color: #070c4f;
    font-weight: 600;
    margin-bottom: 10px;
}
@media only screen and (max-width: 600px){
    .policy ul {
        margin-left: 15px;
    }
}

.hidden_car {
    display: none;
}

.footer_bottom i{
    position: fixed;
    bottom: 30px;
}
.footer_bottom .fa-whatsapp{
    background-color: #28a745;
    padding: 12px 13px 12px 15px;
    font-size: 24px;
    z-index: 99;
    border-radius: 100%;
    color: aliceblue;
    animation: wp-back 1s infinite;
}
.footer_bottom .fa-phone-volume{
    background-color: #ff433a;
    z-index: 99;
    padding: 15px;
    font-size: 18px;
    border-radius: 100%;
    color: aliceblue;
    animation: call-back 1s infinite;
    rotate: -30deg;
    margin-left: -50px !important;
}
@keyframes call-back {
    0% {
        box-shadow: 0 0 0 0 #ff433a;
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}
@keyframes wp-back {
    0% {
        box-shadow: 0 0 0 0 #28a745;
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}



.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.testimonial-header img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.testimonial-info h4 {
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.25rem;
}

.stars {
    color: #F59E0B;
    font-size: 14px;
}

.testimonial-card p {
    margin-top: -5px;
    color: #343a45;
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
}