/* .page-id-8 .top_header{ position: absolute;} */

.header_sticky{
    position: sticky;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0 20px;
    width: 100%;
}
.error_section{
    background: #f3f4f6;
    padding: 200px 0;
    text-align: center;
}
.error_section h1{
    font-size: 6.0rem;
    line-height: 1;
    margin-bottom: 35px;
}
.error_section p{
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.page_section_inner { min-height: 200px; margin-bottom: 5.6rem;}

.info_all_car { height: 100%; }

/* .info_all_car{     min-height: 147.172px;} */

.post_content h1{     font-size: 3.0rem;
    line-height: 3.6rem; margin-bottom: 1.6rem; font-weight: 500;}

 
.post_content h2{ font-size: 2.4rem;
    line-height: 3.2rem;     font-weight: 500; margin-top: 0.4rem;     margin-bottom: 0.8rem;}

.post_content p{ line-height: 1.625;     padding-bottom: 2rem;} 

.post_content ul { line-height: 1.625;     padding-bottom: 2rem;     padding-left: 1.8rem; list-style: disc;} 

.post_content ul li{ line-height: 1.625;   }

.list_tab_inner.active a svg .cls-1 {
    fill: #e64d1e;
        
}

.all_tab_info{ width: 100%; height: 100%;}

.banner_img_mobile{ display: none;}

.faq_section .elementor-accordion-item{ margin-bottom: 3rem;}
.faq_section .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #d4d4d4;
}

.page_section_inner .entry-title{ margin-bottom:2rem; }
.page_section_inner h2{ font-size: 2.4rem; margin-top: 0.4rem; margin-bottom: 0.8rem; font-weight: 500;}
.page_section_inner p{line-height: 1.625; padding-bottom: 1.2rem;}
.page_section_inner h3{ font-size: 2.2rem; margin-top: 0.4rem; margin-bottom: 0.8rem; font-weight: 500;}
.page_section_inner h4{ font-size: 2rem; margin-top: 0.4rem; margin-bottom: 0.8rem; font-weight: 500;}

.page_section_inner ul li{line-height: 1.625;}
.page_section_inner ul{ padding-bottom: 1.2rem;  padding-left: 1.8rem; list-style: disc;}

.top_header ul li a{ transition: .3s all ease; -webkit-transition: .3s all ease;}
.top_header ul li a:hover{color: #8f3514;}
.top_header ul .current-menu-item a{color: #8f3514;}

.desktop_booking_btn{
    display: block;
}
.mobile_booking_btn{
    display: none;
}
.mobil_call_icon{
    width: 28px;
    height: 28px;
}

.mobil_call_icon svg {
    width: 12px;
    height: 12px;
}
.car_type_box_on_hover{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.car_type_box_on_hover a:hover, .car_type_box_on_hover a:active {
    background: #f3f8fb;
}
.car_type_box_on_hover a:active{ 
    color: #e64d1e;
}
.car_type_box_on_hover a:active svg path, .car_type_box_on_hover a:active svg .cls-1{fill: #e64d1e;}

.car_circle_sec:after{
    content: '';
    background: #053149;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -68%;
    right: 0;
    z-index: -1;
    border-radius: 100%;
    box-shadow: 3px 9px 0px 0px rgb(74 150 204);
}


.heading_font{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.font_shadow_family{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.text_shadow_line{
    color: #8f3514;
}

/* .swiper-pagination.testimonial-pagination {
    bottom: 81px;
} */



.banner-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #65250f;
    margin: 0 5px !important;
    opacity: 1;
    transition: opacity .5s,background-color .5s,width .5s;
    transition-delay: .5s,.5s,0s;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    border: 1px solid #8b3718;
    transition-delay: 0s;
}
.swiper-pagination.banner-pagination{bottom: -20px; }
.swiper-pagination.testimonial-pagination{bottom: 30px; }

.testimonial-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #65250f;
    margin: 0 5px !important;
    opacity: 1;
    transition: opacity .5s,background-color .5s,width .5s;
    transition-delay: .5s,.5s,0s;
}
.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    border: 1px solid #8b3718;
    transition-delay: 0s;
}
.about_image_sec::before{
    content: '';
    position: absolute;
    top: 30px;
    left: 35px;
    border: 2px solid #8f3514;
    width: 70%;
    height: 100%;
    z-index: -1;
    border-radius: 4px;
}
.box-shadow-container{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.btn_tooltip:before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6b6967;
    top: 100%;
    left: 20px;
}
.btn_tooltip{
    transition: all .2s ease;
    transform: translateY(-20px);
}
.btn_with_tooltip:hover .btn_tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.btn_with_tooltip:hover .btn_hover_text {
    display: inline-block;
}
.btn_with_tooltip:hover .btn_default_text {
    display: none;
}
.btn_with_tooltip.btn_clicked .btn_click_text {
    display: inline-flex;
    padding: 8px;
}
.btn_with_tooltip.btn_clicked .btn_default_text, .btn_with_tooltip.btn_clicked .btn_hover_text, .btn_with_tooltip.btn_clicked.btn_clicked .btn_tooltip{
    display: none;
}
.btn_with_tooltip.btn_clicked{ padding: 0; transition: none;}

.phone_icon_before_click.btnhidden{
    display: none;
}

.about_feature ul{
    list-style: none;
}
.about_feature ul li {
    padding-bottom: 16px;
}
.about_feature ul li::before {
    content: "";
    background-image: url(../images/arrow-right-icon.webp);
    background-size: contain;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
    margin-right: 8px;
    background-repeat: no-repeat;
}
.byte_logo{ display: inline-block; padding-left: 2px;}

.hover_sec, .hover_sec_car{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-property: all;
}

.hover_sec:hover>span{
    background: #8f3514;
}
.hover_sec:hover span svg path{
    fill: #fff;
}
.hover_sec_car:hover .phone_icon_before_click svg path{
    fill: #fff;
}
.btn_click_text:hover svg path{
    fill: #fff;
}
.whatsapp_btn span svg path{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-property: all;
}
.whatsapp_btn:hover span svg path{
    fill: #fff;
}
/* .xs_block_bottom_etc::before{content: '';position: absolute;background-color: #8f3514; bottom: 0;left: 0;right: 0;display: none;width: 100%;} */

/* .top_bg_image_block{background: url('../images/header-banner-image-desktop.webp') center no-repeat;width: 100%;padding: 60px 0 100px;display: block;background-size: cover;
    background-position: inherit;} */



.single_car_item{
    box-shadow: 0px 3px 20px #00000015;
}    
.main_car_area{
    box-shadow: 0px 7px 5px #00000005;
}
.star {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 2px;
    background: url('../images/icon-star-full.svg') no-repeat;
    vertical-align: middle;
}
.vv_view {
    display: inline-block;
    background: url('../images/angle-arrow-down.svg') no-repeat right;
    padding-right: 20px;
}
.vv_notview {
    display: none;
    background: url('../images/angle-arrow-up.svg') no-repeat right;
    padding-right: 20px;
}
.extra_exp_cl.active .vv_notview {
    display: inline-block;
  }
  .extra_exp_cl.active .vv_view {
    display: none;
  }
.tab_inner_icon_r{    
    width: 85%;
    transform: translateX(-22px);
}
.testimonials_section{
    background: url('../images/testimonial-backgroundr-image.webp') no-repeat center;
    background-size: cover;
}
.elementor-heading-title{ font-family: 'Poppins', sans-serif !important; font-weight: 600;}


/* Responsive Section  */

@media screen and (max-width: 1550px) {
    .error_section{ padding: 150px 0;}
    .about_image_sec::before{width: 73%;}
}

@media screen and (max-width: 1279px) {
    .desktop_booking_btn{
        display: none;
    }
    .mobile_booking_btn{
        display: block;
    }
    .about_image_sec::before{width: 88%;}
    .swiper-pagination.banner-pagination { bottom: -13px; }
}

@media screen and (max-width: 1023px) {

.footer_section{ padding-top: 50px;}
.swiper-pagination.testimonial-pagination { bottom: 50px;}
.swiper-pagination.banner-pagination { bottom: -19px; }
.about_image_sec::before{ content: unset;}

}

@media screen and (max-width: 992px) {
    .error_section { padding: 100px 0; }
    .page_section_inner .entry-title{ margin-top:3.2rem; margin-bottom: 0.8rem;} 
}
@media screen and (max-width: 767px) {

.error_section { padding: 70px 0; }
.error_section h1{ font-size: 4.0rem; margin-bottom: 20px;}
.error_section p{ font-size: 2rem;}
.post_content h1{ font-size: 2.4rem; line-height: 3.2rem; margin-bottom: 1.6rem;  }
.post_content h2 { font-size: 2.2rem;}
.page_section_inner .entry-title{ margin-top:3.2rem; margin-bottom: 0.8rem;}

}

@media screen and (max-width: 479px){
.error_section { padding: 50px 0; }
.page_section_inner .entry-title{ margin-top:3.2rem; margin-bottom: 0.8rem;}  
.fillter-min-wdth { min-width: 29%;}
.xs_block_bottom_etc>img{max-width: none; width: 120%;}
.banner_img_mobile{ display: block;     padding: 25px 0 0px;}
.banner_img_desktop{ display: none; }
.faq_section .elementor-accordion-item{ margin-bottom: 2rem;}
.page_section_inner h2{ font-size: 2.2rem;}
.page_section_inner h3{ font-size: 2rem; }
.page_section_inner h4{ font-size: 1.8rem; }       
.swiper-pagination.testimonial-pagination { bottom: 30px;}
.swiper-pagination.banner-pagination { bottom: -11px;}

}
@media screen and (max-width: 437px){
    .xs_block_bottom_etc>img{max-width: none; width: 140%;}
    .banner_section h2{line-height: 1; }
    .swiper-pagination.banner-pagination { bottom: -28px;}
    .ctc_sec_area{max-width: 69%;}
    .ctc_sec_area .ctc_text{font-size: 1.4rem;}
    .ctc_sec_area h2{font-size: 1.5rem;}
    .ctc_sec_area p{font-size: 1.2rem;}

}
@media screen and (max-width: 392px){
    .mobile__btn_sec{display: block;}
    .mobile__btn_sec .bg-whatsapp_bg_hover_color{margin-bottom:2.4rem;}
    .xs_block_bottom_etc>img{max-width: none; width: 140%;}
}