﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
  --purple-dark:#2b0a63;
  --purple:#5b17c9;
  --purple-light:#7a2be0;
  --coral:#ff6b57;
  --coral-dark:#ff5238;
  --lavender:#efe8fb;
  --text-dark:#1b1330;
  --text-muted:#6b6478;
}
body{  font-family: "Poppins", sans-serif!important;}


.cookie-active .new_contact_page-contact-section {
    background: aliceblue;
    padding: 130px 0 90px;
}
.cookie-active .hero-section{    padding: 10rem 20px 1rem;}
@media (max-width: 767px) {
    .cookie-active .hero-section{    padding:8rem 5px 1rem;}
    .cookie-active .call_banner_offer_card {   padding-top: 6rem;
    margin-bottom: -30.4rem !important;
}
}
.rj_car_form {
    max-width: 950px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 7px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
}

.car_search{background-color:#fff;border-radius:15px;padding:1rem 1.8rem;box-shadow:0 10px 30px rgba(0,0,0,0.18);}

.car_input input{width:100%;height:42px;padding:8px 8px 8px 28px;border-radius:8px;border:1px solid #dcdcdc;font-size:15px;font-weight:500;text-overflow:ellipsis;}
.car_input{margin-bottom:20px;position:relative;}
.car_input {
    position: relative;
    margin-bottom:15px;
}

.car_input svg {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #555;
}

.car_input input,
.car_input select {
    width: 100%;
    padding: 12px 12px 12px 30px; 
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 14px;background:#fff;
}

.car_input label {
    position: absolute;
    left:32px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.car_input input:focus + label,
.car_input input:not(:placeholder-shown) + label,
.car_input select:focus + label,
.car_input select:not([value=""]) + label {
    top:0px;
    left:30px;
    font-size: 12px;
    color: #090a0a;
    background: #fff;
    padding: 0 5px;
}



.car_input svg{position:absolute;top:20px;left:7px;width:18px;height:18px;stroke:#6d6b6b}
.car_input select{width:100%;padding-left:28px;height:42px;border:1px solid #dcdcdc;}

.car_input_btn button{background:#0088CA;color: #fff;border: none;border-radius:8px;padding: 10px;font-size: 16px;cursor: pointer;transition: 0.3s;width:100%;font-weight:500;}
.car_input_btn button:hover{background:linear-gradient(90deg, #ff3133 22%, #001a64 82%);}
 .time-dropdown {
    width: 150px;
    padding: 8px;

    border-radius:8px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
  }
  .time-dropdown:focus {
    outline: none;
    border-color: #007bff;
  }
   .car_site{background-image: linear-gradient(89deg, rgb(4 4 4 / 41%) 3.04%, rgb(10 10 11 / 40%) 34.3%, rgb(27 29 32 / 0%) 82.23%), url(/images/home_banner.webp);
    width: 100%;
    padding: 11rem 0 0rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 365px;position:relative;    margin-bottom: 17rem;}
   .car_site::before {content:"";position:absolute;inset:0;z-index:1;}
   .new_search{position:relative;z-index:2;}
   .new_search h1{ font-size:32px;font-weight: 700;color:#fff;margin-bottom:2.5rem;padding-top:0rem;}
  
   .car_rentals_agent_img{position:relative;}
    .car_rentals_agent_img:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #2b5f78;
    animation: all 1s infinite alternate;
    background: #a6ef52;
    border-radius: 100%;
    bottom: 0;
    right: 0px;
    z-index: 9;
    pointer-events: none;
}

    @keyframes all{0% {
    transform: scale(0.8);
}
100% {
    transform: scale(1.2);
}}
    .topnumber1 {
    display: flex;
    gap: 8px;    line-height: 22px;    align-items: center;
}
    .live-indicator1
 {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #d00;
    background-color: rgb(255 255 255);
    padding: 1px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: fit-content;
    font-size: 12px;
}

    .live-indicator1 .dot1 {
    height: 8px;
    width: 8px;
    margin-right: 4px;
    background-color: red;
    border-radius: 50%;
    animation: blink12 1s infinite;
}

    @keyframes blink12{0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.2;
}}


.rj_top_box div{width:100%;}

.rj_car_form{
      max-width: 950px;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 7px #00000024;
}

.rj_top_box,
.rj_bottom_box{
    margin-bottom:1.2px;
    background:#fff;
    min-height:53px;
    display:flex;
    align-items:center;
    padding:0 5px;
    gap:8px;
}
.rj_top_box.margin_right , .rj_bottom_box.margin_right{margin-right:1.2px;}
.rj_top_box svg,
.rj_bottom_box svg{
    width:18px;
    height:18px;
    flex-shrink:0;
    stroke:#333;
}
.top_radius{border-radius:8px 8px 0 0;}
.bottom_radius{border-radius:0px 0px 8px 8px;}
.rj_top_box small,
.rj_bottom_box small{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    color:#000;
    margin-bottom:0px;
}

.rj_top_box input,
.rj_bottom_box input,
.rj_top_box select{
    border:none;
    outline:none;
    background:none;
    width:100%;
    padding:0;
    font-size:14px;
    font-weight:600;
    text-overflow:ellipsis;
  
    padding:3px 8px 3px 0;
}
.rj_top_box input,
.rj_bottom_box input{text-overflow:ellipsis;}
.rj_btn{
      width: 98%;
    height:53px;
    border:none;
    border-radius:6px;
  background:#FF7171;
    color:#fff;
    font-size:18px;
    font-weight:600;    margin-left: 6px;
}
.top_border{border-top-left-radius:8px;border-bottom-left-radius:8px;}
.bottom_border{border-top-right-radius:8px;border-bottom-right-radius:8px;}
.rj_check{
    display:flex;
    gap:12px;
    margin-top:8px;
    align-items:flex-start;
}

.rj_check input{
    width:20px;
    height:20px;
}

.rj_check span{
    font-size:12px;
    line-height:1.7;
    font-weight:400;
    opacity:0.8;
    color:#fff;
}

.rj_check a{
    color:#4187ff;
}

.rj_error_field{
    background:#ffdede !important;
    border:1px solid #ff3b30 !important;
}

.rj_error_field input,
.rj_error_field select{
    background:transparent !important;
    color:#8b0000 !important;
}

.rj_error_field small,
.rj_error_field svg{
    color:#8b0000 !important;
}




  /*<!------------new-------------spanish--------------css------------------------!>*/

  .hero-section{
    padding: 7.5rem 0 2rem 0;
}

.hero-box{

      max-width: 1280px;
    margin: auto;
    position: relative;
    border-radius: 22px;
    overflow: visible;
    background-image: linear-gradient(rgb(4 4 4 / 0%) 3.04%, rgb(10 10 11 / 0%) 34.3%, rgb(0 0 0 / 61%) 82.23%), url(/images/home_banner.webp);
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.hero-content{

    text-align:center;
        color: #fff;
    padding-top: 18rem;
}

.hero-content h1{
font-size: 50px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-content p{
    font-size: 17px;
    max-width: 760px;
    margin: auto;
    line-height: 1.7;
    font-weight: 400;    margin-bottom: 16px;
}




.privacy{

    margin-top:18px;
    text-align:center;
    font-size:12px;
    color:#888;
    line-height:1.6;
}


.car-segment-section{
    padding:90px 0;
    background:#fff;
}

.container{
    width:100%;
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

.segment-wrapper{
    display:grid;
grid-template-columns: 40% 60%;
    gap:35px;
    align-items:start;
}

/*==============================
    LEFT IMAGE
===============================*/

.segment-left{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    height:530px;
}

.segment-left img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.segment-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.78),
    rgba(0,0,0,.18) 55%,
    rgba(0,0,0,0));
}

.segment-bottom{
    position:absolute;
    left:28px;
    right:28px;
    bottom:28px;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}

.segment-bottom h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
}

.segment-bottom p{
    color:#e9e9e9;
    font-size:14px;
    line-height:1.6;
    max-width:260px;
}

.segment-bottom a{
    width:44px;
    height:44px;
    background:#ff9d00;
    color:#111;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
    flex-shrink:0;
}

.segment-bottom a:hover{
    transform:translateY(-3px);
}

/*==============================
    RIGHT
===============================*/

.section-tag{
    display:inline-block;
    background:#fff5dc;
    color:#d08b00;
    font-size:12px;
    font-weight:700;
    padding:7px 14px;
    border-radius:30px;
    margin-bottom:15px;
}

.segment-right h2{
 font-size:36px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-desc{
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    max-width: 640px;
    margin-bottom: 27px;
    font-weight: 400;
}

/*==============================
    CAR GRID
===============================*/

.cars-grid{
    /*display:grid;
    grid-template-columns:repeat(3,1fr);*/
    gap:10px;
}

.car-card{
    background:#f6f6f6;
    border-radius:18px;
    padding:20px;
    position:relative;
    overflow:hidden;
    transition:.35s;
}

.car-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.card-top h4{
       font-size: 16px;
    margin-bottom: 4px;
    color: #000000;
    font-weight: 700;
}

.card-top span{
    color:#000;
    font-size:13px;
}

.car-image{
    text-align:center;
    margin: 0;
}

.car-image img{
 width: 138px;
    /* max-width: 190px;*/
    transition:.4s;
}

.car-card:hover .car-image img{
    transform:scale(1.06);
}

.card-bottom{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.card-bottom h5{
    font-size:15px;
    line-height:1.4;
    margin-bottom:8px;
    color:#111;
}

.card-bottom p{
    font-size:12px;
    color:#000;
    line-height:1.6;
    max-width:140px;
}

.card-bottom a{
    width:40px;    padding: 12px;
    height:40px;
    background:#ff9d00;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#111;
    text-decoration:none;
    flex-shrink:0;
    transition:.3s;
}
.segment-bottom a{ padding: 12px;}

.card-bottom a:hover{
    transform:rotate(15deg);
}

/*==============================
    1200px
===============================*/

@media(max-width:1200px){

.segment-wrapper{
  display:unset;
}


}


.rental-process{
    background:#fff;
}

.container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    margin-bottom:45px;
}

.section-heading h2{
    font-size:40px;
    font-weight:700;
    color:#000;
    margin-bottom:12px;
}

.section-heading p{
    max-width:760px;
    color:#000;
    line-height:1.8;
    font-size:16px;
}

/* Grid */

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

/* Card */

.process-card{
    position:relative;
}

.step-number{
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    color: #111;
    margin-bottom: 18px;
    position: absolute;
    top: 0;
    left: 32px;
}

.process-image{
    border-radius:20px;
    overflow:hidden;
    margin-bottom:22px;    position: relative;
}

.process-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:.45s;
}

.process-card:hover img{
    transform:scale(1.08);
}

.process-content h3{
    font-size:22px;
    margin-bottom:6px;
    font-weight:700;
    color:#000;
}

.process-content p{
    color:#000;
    font-size:15px;
    line-height:1.7;
}

/* Hover */

.process-card{
    transition:.35s;
}

.process-card:hover{
    transform:translateY(-8px);
}



@media(max-width:992px){

.process-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-heading h2{
    font-size:36px;
}

.process-image img{
    height:240px;
}

}


/*====================================
    VALUE RENTAL SECTION
====================================*/

.value-rental-section{
     padding: 50px 0px;
    background:#fff;
    position:relative;
}


/*========================
    Heading
========================*/

.section-title{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

.sub-title{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    color:#f5a623;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:12px;
}

.section-title h2{
   font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    color: #000000;
    margin-bottom: 18px;
}

.section-title p{
    color:#666;
    font-size:16px;
    line-height:1.8;
}

.circle-bg{
   position: absolute;
    width: 880px;
    height: 795px;
    left: 50%;
    top: -6%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: url(/images/Ellipse.svg);
    background-size: cover;
    z-index: 0;
    background-position: bottom;
}




.value-heading{

    text-align:center;
    margin:auto;

}

.value-heading span{

    color:#f4a100;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:13px;

}

.value-heading h2{

    font-size:40px;
    line-height:1.2;
    margin:15px 0;
    color:#000;
    font-weight:700;

}

.value-heading p{

    color:#000;
    line-height:1.8;
    max-width:790px;
    margin:auto;

}

.value-main{

    position:relative;
        margin-top: 130px;

}



.car_image{

    text-align:center;
  z-index: 9;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 0%);

}

.car_image img{
    width: 420px;
    max-width: 100%;
    transition: .4s;}

.car_image img:hover{

    transform:translateY(-8px);

}

/* Grid */

.value-grid{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: -45px;
    position: relative;
    z-index: 5;

}


.value-card{

  background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 6px 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
    min-height: 220px;
    display: flex;
    align-items: center;
    transition: .35s;
    max-height: 210px;

}

.value-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.value-card p{

    color:#000;

    line-height:1.8;

    font-size:14px;

}



.value-card:nth-child(2){

    margin-top:70px;

}


.car_faqquestion {
      padding: 90px 0 40px 0;
    background: #fff;
}



.car_faqquestion_banner {
    margin-bottom: 45px;
}

.car_faqquestion_banner img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}



.car_faqquestion_heading {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 45px;
}

.car_faqquestion_heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.car_faqquestion_heading p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}



.car_faqquestion_item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}



.car_faqquestion_number {

    width: 42px;
    height: 42px;

    min-width: 42px;

    border-radius: 50%;

    border: 1px solid #dcdcdc;

    display: flex;

    justify-content: center;

    align-items: center;

    font-weight: 700;

    font-size: 16px;

    background: #fff;

    color: #111;

    transition: .35s;
}



.car_faqquestion_box {

    flex: 1;

    border: 1px solid #ececec;

    border-radius: 12px;

    overflow: hidden;

    transition: .35s;

    background: #fff;
}



.car_faqquestion_title {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding:10px 18px;
    background:#F5F0FF;
    cursor: pointer;
}

.car_faqquestion_title h3 {

    font-size:18px;

    font-weight:400;
    margin:0;
    color: #000;
}

.car_faqquestion_item.active .car_faqquestion_box .car_faqquestion_title h3{font-weight:600;}

car_faqquestion_item.active .car_faqquestion_content{padding:18px;border:1px solid #CACACA;margin-top:10px;border-radius:12px;}
.car_faqquestion_icon {

    width: 30px;

    height: 30px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 22px;

    font-weight: 700;

    color: #111;

    transition: .3s;
}



.car_faqquestion_content {

    max-height: 0;

    overflow: hidden;

    transition: all .35s ease;

    padding: 0 17px;
}

.car_faqquestion_content p {

    padding:14px 0;

    color: #333;

    line-height: 1.8;

    font-size: 14px; margin:0
}



.car_faqquestion_item.active .car_faqquestion_box {

    border: 1px solid #f5a623;

}

.car_faqquestion_item.active .car_faqquestion_number {

    background: #fff8ec;

    border-color: #f5a623;

    color: #111;
}

.car_faqquestion_item.active .car_faqquestion_icon {

    color: #333;

    transform: rotate(360deg);

}

.car_faqquestion_content{

    max-height:0;

    overflow:hidden;

    transition:max-height .35s ease;

}



.car_faqquestion_box:hover {

    box-shadow: 0 12px 35px rgba(0,0,0,.06);

}




.car_business_model{

    padding: 0;
    background:#fff;

}

.car_business_model .container{

    max-width:1320px;
    margin:auto;
    padding:0 15px;

}

/* Heading */

.car_business_heading{

    max-width:980px;

}

.car_business_heading h2{

    font-size:40px;
    font-weight:700;
    color:#000;
    margin-bottom:8px;
    line-height:1.1;

}

.car_business_heading h3{

       font-size: 25px;
    font-weight: 500;
    color: #222;
    margin-bottom: 22px;
}

.car_business_heading p{
font-size: 18px;
    line-height: 1.8;
    color: #000000;
    max-width: 1000px;

}



.car_business_contact{

    margin-top:12px;

    display:inline-flex;

    flex-direction:column;

    border:1px solid #ececec;

    border-radius:18px;

    overflow:hidden;

    background:#fff;

    max-width:430px;

}

/* Item */

.car_business_item{

    display:flex;

    align-items:center;

    gap:16px;

    padding: 10px 16px;

    text-decoration:none;

    color:#222;

    transition:.35s;

}

.car_business_item+.car_business_item{

    border-top:1px solid #ececec;

}

.car_business_item:hover{

    background:#fafafa;

}

/* Icon */

.car_business_icon{

    width:36px;

    height:36px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#111;

    flex-shrink:0;

}

.car_business_icon i{

    font-size:18px;

}

.car_business_item strong{

    font-weight:700;

}

.car_business_item span:last-child{

    font-size:16px;

    color:#444;

}


.call_strip{

    width:100%;
    max-width:420px;

    background:linear-gradient(90deg,#0c3b8d,#0b4ba8);

    border-radius:50px;

    padding:8px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    box-shadow:0 8px 25px rgba(0,0,0,.20);

    overflow:hidden;        margin-bottom: 14px; display:none;

}



.call_strip_left{

    display:flex;  align-items:center; width:100%;

}

.call_strip_avatar{

    width:46px;
    height:46px;

    border-radius:50%;

    overflow:hidden;

    border:3px solid #fff;

    flex-shrink:0;

}

.call_strip_avatar img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

}


.call_strip_content h3{

    font-size:16px;

    color:#fff;

    font-weight:700;

    margin-bottom:2px;

    line-height:1;

}

.call_strip_content p{

    color:#fff;

    font-size:14px;

    font-weight:400;

    opacity:.95;margin:0;

}

/* Button */

.call_strip_btn{

    width:48px;

    height:48px;

    border-radius:50%;

    border:3px solid rgba(255,255,255,.25);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    text-decoration:none;

    transition:.3s;

    flex-shrink:0;

}

.call_strip_btn i{

    font-size:20px;

}

.call_strip_btn:hover{

    background:#fff;

    color:#0b4ba8;

}

/*==========================
Responsive
===========================*/

@media(max-width:576px){

.call_strip{

    max-width:100%;

    padding:7px;

}

.call_strip_avatar{

    width:42px;
    height:42px;

}



.call_strip_content h3{

    font-size:15px;

}

.call_strip_content p{

    font-size:13px;

}

.call_strip_btn{

    width:44px;
    height:44px;

}

.call_strip_btn i{

    font-size:18px;

}

}




.site_feature{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
       max-width: 1090px;
    margin:0rem auto 0;
    background:#3500B1; padding:22px 20px 30px;
    border-bottom-left-radius:60px 40px;
    border-bottom-right-radius:60px 40px;

}

.site_feature_item{
   display: flex;
    align-items: center;
    gap: 15px;
    padding:8px;
    transition: .3s;
}

.site_feature_icon img{width:34px;filter: brightness(0) invert(1);}
.site_feature_icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:50%;
  
    color:#ff9d00;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.site_feature_content h3{
    margin:0;
    font-size:17px;
    font-weight:700;
    color:#000;
}

.site_feature_content p{
    margin:3px 0 0;
    font-size:14px;
    color:#000;
}

/* Tablet */
@media(max-width:991px){
    .site_feature{
        gap:15px;
    }

    .site_feature_item{
        padding:16px;
    }
}

.cars-slider{
    overflow:hidden;
}

.cars-grid{
    display:flex;
    gap:10px;
    transition:transform .5s ease;
}

.car-card{
   flex: 0 0 calc((100% - 30px) / 3);
}

@media(max-width:576px){

    .car-card{
        flex:0 0 100%;
    }

}

.car-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:25px;
}

.car-dots span{
    width:10px;
    height:10px;
    background:#d6d6d6;
    border-radius:50%;
    cursor:pointer;
    transition:.3s;
}

.car-dots span.active{
    width:30px;
    border-radius:20px;
    background:#000;
}

.footer{
 background:#3500B1;
    padding: 34px 0 25px;
    color: #aab4c4;
}

.footer .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.footer-top{
    display:flex;
    justify-content:space-between;
    gap:60px;
    padding-bottom:45px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-about{
    width:28%;
}
.footer-about h3{font-size:20px;font-weight:600;color:#fff;margin-bottom:12px;}
.footer-about ul{display:flex;gap:15px;align-items:center;margin:0;padding:0;}
.footer-logo{
    display:inline-block;
    margin-bottom:22px;
}

.footer-logo img{
    max-width:140px;
}

.footer-about p{
   font-size: 13px;
    /* line-height: 23px; */
    color: #ffffff;
}

.footer-links,
.footer-contact{
    flex:1;
}

.footer h4{
    color:#fff;
    font-size:18px;
    margin-bottom:14px;
    font-weight:700;
}

.footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer ul li{
    margin-bottom:10px;
}

.footer ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-size:14px;
}

.footer ul li a:hover{
    color:#fff;
    padding-left:6px;
}

.footer-contact li{
    color:#fff;
    font-size:15px;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:25px;    padding-top: 2px;
}

.footer-bottom p{
    margin:0;
    font-size:13px;
    color:#fff;
}

.footer-social{
    display:flex;
    gap:10px;
}

.footer-social a{
    width:38px;
    height:38px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(255,255,255,.06);
    color:#fff;
    border-radius:6px;
    transition:.3s;
    text-decoration:none;
}

.footer-social a:hover{
    background:#ff9f1c;
    transform:translateY(-3px);
}

@media(max-width:991px){

    .footer-top{
        flex-wrap:wrap;
        gap:40px;
    }

    .footer-about{
        width:100%;
    }

    .footer-links,
    .footer-contact{
        width:calc(50% - 20px);
        flex:none;
    }

    .footer-bottom{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }

}

@media(max-width:576px){

    .footer{
             padding: 12px 0 20px;
    }

    .footer-links{
        width:47%;
    }

    .footer-contact{
        width:100%;
    }
    .footer-logo img{
              max-width: 110px;
    }
    .footer-logo {
    display: inline-block;
    margin-bottom: 10px;
}
        .footer-top {
        flex-wrap: wrap;
        gap: 8px;
    }
  
}


.footer-social img{    width: 330px;}


/*=====================================
    Header
=====================================*/

.cr-header{
    position:relative;
    z-index:999;
      width: 100%;
    background: #unset;
    position: fixed;
    top: 0;
}

.cr-navbar{
    background:#3500B1;
    border-bottom:1px solid #3500B1;
    height:82px;
}

.cr-navbar-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:82px;
}

/*=====================================
    Logo
=====================================*/

.cr-logo{
    display:flex;
    align-items:center;
    text-decoration:none;
}

.cr-logo img{
    width:155px;
    max-width:100%;
    height:auto;
}

/*=====================================
    Desktop Navigation
=====================================*/

.cr-navigation{
    margin-left:auto;
    margin-right:30px;
}

.cr-navigation ul{
    display:flex;
    align-items:center;
    gap:40px;
    margin:0;
    padding:0;
    list-style:none;
}

.cr-navigation a{
    color:#222;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.cr-navigation a:hover{
    color:#0d6efd;
}

/*=====================================
    Right
=====================================*/

.cr-right{
    display:flex;
    align-items:center;
    gap:18px;
}

/*=====================================
    Call Button
=====================================*/

.cr-call-btn{
 display: flex;
  align-items: center;
  gap:10px;
  padding: 7px 15px 7px 15px;
  border-radius: 6px;
  background:#FF7171;
  text-decoration: none;
  transition: .3s;
}

.cr-call-btn img{
    width:18px;
}

.cr-call-btn small{
    display:block;
    color:#fff;
    font-size:12px;
    line-height:1;
}

.cr-call-btn strong{
    display:block;
    color:#fff;
    font-size:15px;
   
}

/*=====================================
    Hamburger
=====================================*/

.cr-menu-btn{
    display:none;
        width: 40px;
    height: 40px;
    border: none;
    background: #0d6efd00;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.cr-menu-btn span{
     position: absolute;
    left: 18px;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: .3s;
    border-radius: 54px;
}

.cr-menu-btn span:nth-child(1){
    top:15px;
}

.cr-menu-btn span:nth-child(2){
    top:23px;
}

.cr-menu-btn span:nth-child(3){
    top:31px;
}

/*=====================================
    Cookie
=====================================*/

.cr-cookie{
    /* position: fixed; */
    left: 25px;
    bottom: 25px;
    /* width: 360px; */
    background: #fff;
    border-radius: 0px;
    /* box-shadow: 0 15px 45px rgba(0, 0, 0, .12); */
    padding: 6px;
    z-index: 99999;
    transition: .35s;
    background: #f6f6f6;
}
.cr-cookie-content{    display: flex;
    align-items: center;
    justify-content: center; gap:5px;}

.cr-cookie.show{
    visibility:visible;
    opacity:1;
    transform:none;
}

.cr-cookie-content p{
    margin:0;
    line-height:1.7;
    color:#555;
    font-size:13px;
}

.cr-cookie-buttons{
    display:flex;
       gap: 8px;
}

.cr-btn{
  border: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 12px;
}

.cr-btn-primary{
    background:#0d6efd;
    color:#fff;
}

.cr-btn-light{
    background:#efefef;
}

.cr-cookie-close{
    position:absolute;
    right:14px;
    top:10px;
    border:none;
    background:none;
    cursor:pointer;
    font-size:26px;
    color:#999; display:none;
}

/*=====================================
    Overlay
=====================================*/

.cr-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);

    visibility:hidden;
    opacity:0;

    transition:.3s;
    z-index:998;
}

.cr-overlay.active{
    visibility:visible;
    opacity:1;
}

/*=====================================
    Sidebar
=====================================*/

.cr-sidebar{
    position:fixed;
    top:0;
    right:-360px;
    width:340px;
    max-width:100%;
    height:100vh;
    background:#fff;
    z-index:999;
    transition:.35s;
    display:flex;
    flex-direction:column;
    box-shadow:-8px 0 35px rgba(0,0,0,.12);
}

.cr-sidebar.active{
    right:0;
}

.cr-sidebar-head{
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 4px;
  border-bottom: 1px solid #eee;
}

.cr-sidebar-head img{
    width:104px;
}

#crSidebarClose{
    border:none;
    background:none;
    font-size:34px;
    cursor:pointer;
    color:#444;
}

.cr-sidebar-body{
    flex:1;
    overflow:auto;
        padding: 8px 22px;
}

.cr-sidebar-body ul{
    list-style:none;
    padding:0;
    margin:0;
}

.cr-sidebar-body li{
    border-bottom:1px solid #eee;
}

.cr-sidebar-body a{
    display:block;
    padding: 14px 0;
    color:#222;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.cr-sidebar-body a:hover{
    color:#0d6efd;
    padding-left:10px;
}

.cr-sidebar-contact{
 margin-top: 12px;
    background: #f7f9fc;
    border-radius: 15px;
    padding: 8px;
}

.cr-sidebar-contact p{
    margin-bottom:6px;
    color:#666;
    font-size:14px;
}

.cr-sidebar-contact a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:0;
    color:#0d6efd;
    font-weight:700;
}

.cr-sidebar-contact img{
    width:22px;
}

/*=====================================
    Responsive
=====================================*/

@media(max-width:991px){

    .cr-navigation{
        display:none;
    }

    .cr-call-btn{
        display:none;
    }

    .cr-menu-btn{
        display:block;
    }

}

@media(max-width:576px){


    .cr-navbar{
        height:72px;
    }

    .cr-navbar-inner{
        height:72px;
    }

    .cr-logo img{
        width:112px;
    }

    .cr-sidebar{
        width:100%;
        right:-100%;
    }

}


.promo_card_wrapper {
    width: 100%;
  display:none;
    background: #eef1fb;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.promo_card_link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.promo_card_header {
    background: #17368c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px;
}

.promo_card_title {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin: 18px 0 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.promo_card_vehicle {
    padding: 0 12px;
}

.promo_card_vehicle img {
    width: 100%;
    display: block;
}

.promo_offer_badge {
    width: calc(100% - 30px);
    margin: 18px auto 14px;
    background: #ffd42a;
    color: #111;
    padding: 12px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.promo_offer_text {
    margin: 0 15px 18px;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
}

.promo_call_button {
    width: calc(100% - 30px);
    margin: auto;
    background: #17368c;
    color: #fff;
    border-radius: 5px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 28px;
    font-weight: 700;
}

.promo_call_button img {
    width: 24px;
    height: 24px;
}

.promo_separator {
    position: relative;
    margin: 18px 20px;
}

.promo_separator::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #cfcfcf;
}

.promo_separator span {
    position: relative;
    background: #eef1fb;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.promo_quote_btn {
    width: calc(100% - 30px);
    height: 54px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #ff7300, #ff5600);
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;    margin: 0 auto;
    padding: 12px 0;
}

.promo_quote_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255,102,0,.3);
}

.promo_support_text {
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0;
    color: #111;
}

.promo_features_box {
    background: #07224e;
    padding: 18px 18px 12px;
}

.promo_features_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.promo_features_box li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
    line-height: 1.5;
}

.promo_features_box li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #14d96b;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width:576px) {

    .promo_card_wrapper {
        max-width: 100%;
    }

    .promo_card_header {
        font-size: 18px;
    }

    .promo_card_title {
        font-size: 20px;
    }

    .promo_offer_badge {
        font-size: 16px;
    }

    .promo_offer_text {
        font-size: 16px;
    }

    .promo_call_button {
        font-size: 22px;
        height: 48px;
    }

    .promo_quote_btn {
        font-size: 18px;
        height: 50px;
    }

    .promo_support_text {
        font-size: 18px;
    }

    .promo_features_box li {
        font-size: 14px;
    }
}

.closePopup{display:none;}


.content-section{
    padding:50px 0;
    background:#fff;    padding-bottom: 0;
}



.content-header{
    margin-bottom:45px;
  
}

.content-header h2{
    font-size:38px;
    font-weight:700;
    color:#1d3557;
    margin-bottom:20px;
    line-height:1.3;
}

.content-header p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin:auto;
}

.content-block{
    margin-bottom:40px;
}

.content-block h3{
    font-size:28px;
    color:#1d3557;
    margin-bottom:18px;
    font-weight:700;
}

.content-block p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

.content-list{
    margin:25px 0;
    padding-left:20px;
}

.content-list li{
    margin-bottom:12px;
    font-size:17px;
    line-height:1.8;
    color:#555;
}

@media(max-width:991px){

    .content-section{
        padding-bottom: 0; }

    .content-header h2{
        font-size:30px;
    }

    .content-block h3{
        font-size:24px;
    }

    .content-header p,
    .content-block p,
    .content-list li{
        font-size:16px;
    }

}

@media(max-width:576px){

    .content-header h2{
        font-size:26px;
    }

    .content-block h3{
        font-size:21px;
    }

}


.legal-banner{
    background:#1d3557;
    padding:70px 0;
    text-align:center;
}

.legal-banner h1{
    margin:0;
    color:#fff;
    font-size:42px;
    font-weight:700;
}

.legal-section{
    padding:70px 0;
    background:#fff;
}

.legal-content{
    max-width:1100px;
    margin:auto;
}

.legal-content h2{
    font-size:30px;
    color:#1d3557;
    margin:40px 0 20px;
    font-weight:700;
    line-height:1.4;
}

.legal-content h2:first-child{
    margin-top:0;
}

.legal-content p{
    font-size:17px;
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
}

.legal-content ol{
    margin:20px 0 30px;
    padding-left:22px;
}

.legal-content ul{
    margin:15px 0 30px;
    padding-left:22px;
}

.legal-content li{
    font-size:17px;
    color:#555;
    line-height:1.9;
    margin-bottom:12px;
}

.legal-content strong{
    color:#1d3557;
    font-weight:700;
}

.legal-content a{
    color:#0066cc;
    text-decoration:none;
    transition:.3s;
}

.legal-content a:hover{
    text-decoration:underline;
}

@media(max-width:991px){

    .legal-banner{
        padding:55px 0;
    }

    .legal-banner h1{
        font-size:32px;
    }

    .legal-section{
        padding:50px 0;
    }

    .legal-content h2{
        font-size:26px;
    }

    .legal-content p,
    .legal-content li{
        font-size:16px;
    }

}

@media(max-width:576px){

    .legal-banner h1{
        font-size:28px;
    }

    .legal-content h2{
        font-size:22px;
    }

}


.banner-section{
    background:#1d3557;
}

.banner-abt{
    padding:70px 0;
    text-align:center;
}

.banner-abt h1{
    font-size:42px;
    font-weight:700;
    color:#fff;
    margin-bottom:15px;
}

.banner-abt ol{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.banner-abt ol li{
    color:#d7e6f7;
    font-size:16px;
}

.banner-abt ol li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.banner-abt ol li a:hover{
    color:#ffd166;
}

.banner-abt .active{
    color:#ffd166;
    font-weight:600;
}

/*===============================
        CONTENT
================================*/

.sitemap-content{
    padding:70px 0;
    background:#fff;
}

.sitemap-content .container{
    max-width:1200px;
    margin:auto;
}

.sitemap_block{
    margin-bottom:45px;
}

.main-heading{
    font-size:28px;
    font-weight:700;
    color:#1d3557;
    margin-bottom:20px;
    padding-bottom:12px;
    border-bottom:2px solid #e9ecef;
    position:relative;
}

.main-heading::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:70px;
    height:2px;
    background:#0066cc;
}

.sitemap-links{
    margin:0;
    padding:0;
    list-style:none;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:15px 35px;
}

.sitemap-links li{
    list-style:none;
}

.sitemap-links li a{
    display:flex;
    align-items:center;
    color:#555;
    font-size:17px;
    text-decoration:none;
    transition:.3s;
    padding:10px 15px;
    border:1px solid #e9ecef;
    border-radius:8px;
    background:#fff;
}

.sitemap-links li a::before{
    content:"➜";
    margin-right:10px;
    color:#0066cc;
    font-size:15px;
}

.sitemap-links li a:hover{
    color:#0066cc;
    border-color:#0066cc;
    background:#f5f9ff;
    transform:translateX(6px);
}

/*===============================
        RESPONSIVE
================================*/

@media(max-width:991px){

    .banner-abt{
        padding:55px 0;
    }

    .banner-abt h1{
        font-size:34px;
    }

    .main-heading{
        font-size:24px;
    }

    .sitemap-links{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .sitemap-content{
        padding:50px 0;
    }

    .banner-abt h1{
        font-size:28px;
    }

    .main-heading{
        font-size:22px;
    }

    .sitemap-links{
        grid-template-columns:1fr;
    }

    .sitemap-links li a{
        font-size:16px;
        padding:12px 14px;
    }

}

@media(max-width:480px){

    .banner-abt{
        padding:45px 0;
    }

    .banner-abt h1{
        font-size:24px;
    }

    .banner-abt ol li{
        font-size:14px;
    }

}

.about-section{
    padding:70px 0;
    background:#fff;
}

.about-content-box{
    max-width:1100px;
    margin:auto;
}

.about-content-box h2{
    font-size:30px;
    color:#1d3557;
    margin:40px 0 18px;
    font-weight:700;
}

.about-content-box h2:first-child{
    margin-top:0;
}

.about-content-box p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

.about-content-box ul{
    padding-left:22px;
    margin:20px 0 30px;
}

.about-content-box li{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:12px;
}

.about-content-box strong{
    color:#1d3557;
}

@media(max-width:768px){

    .about-section{
        padding:50px 0;
    }

    .about-content-box h2{
        font-size:24px;
    }

    .about-content-box p,
    .about-content-box li{
        font-size:16px;
    }

}


/*==============================
        CONTACT PAGE
==============================*/

.contact-page{
    padding:70px 0;
    background:#f8fafc;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:40px;
    align-items:start;
}

.contact-info-box,
.contact-form-box{
    background:#fff;
    border-radius:12px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-info-box h2,
.contact-form-box h2{
    font-size:30px;
    color:#1d3557;
    margin-bottom:18px;
}

.contact-info-box>p{
    color:#555;
    line-height:1.8;
    margin-bottom:30px;
}

.contact-item{
    margin-bottom:28px;
}

.contact-item:last-child{
    margin-bottom:0;
}

.contact-item h3{
    font-size:18px;
    color:#1d3557;
    margin-bottom:8px;
}

.contact-item p{
    margin:0;
    color:#555;
    line-height:1.8;
}

.contact-item a{
    color:#0066cc;
    text-decoration:none;
}

.contact-item a:hover{
    text-decoration:underline;
}

/* Form */

.contact-form .form-group{
    margin-bottom:22px;
}

.contact-form label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#1d3557;
    margin-bottom:8px;
}

.contact-form .form-control{
    width:100%;
    height:52px;
    border:1px solid #d8dee8;
    border-radius:8px;
    padding:0 16px;
    font-size:16px;
    transition:.3s;
}

.contact-form textarea.form-control{
    height:170px;
    resize:vertical;
    padding:16px;
}

.contact-form .form-control:focus{
    border-color:#0066cc;
    outline:none;
    box-shadow:0 0 0 4px rgba(0,102,204,.12);
}

.contact-btn{
    background:#0066cc;
    color:#fff;
    border:none;
    padding:15px 34px;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.contact-btn:hover{
    background:#004fa3;
}

@media(max-width:991px){

    .contact-wrapper{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .contact-page{
        padding:50px 0;
    }

    .contact-info-box,
    .contact-form-box{
        padding:25px;
    }

    .contact-info-box h2,
    .contact-form-box h2{
        font-size:24px;
    }

}


.cr-cookie {
    display: block;
}

.cr-cookie.hide {
    display: none;
}

.vcr_footer_disclaimer p{    font-size: 13px;
    padding-top: 12px;
    color: #fff;
    line-height: 20px;}

.hero-box::before {
       content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(rgb(4 4 4 / 0%) 3.04%, rgb(10 10 11 / 27%) 34.3%, rgb(0 0 0 / 76%) 82.23%);
    z-index: 1;
    border-radius: 22px;
}

.hero-box > * {
    position: relative;
    z-index: 2;
}

.campaign-about-section {
    padding: 30px 0;
    background: #f7f8fa;
}



.campaign-about-heading {
    margin-bottom: 28px;
    text-align: left;
}

.campaign-about-subtitle {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    color: #666;
    text-transform: uppercase;
}

.campaign-about-title {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #171717;
}

.campaign-about-body {
    max-width: 100%;
    padding: 32px 35px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.campaign-about-text {
       margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #191919;
}

.campaign-about-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 35px;
    margin: 30px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #e5e7eb;
    list-style: none;
}

.campaign-about-points li {
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
}

.campaign-about-points li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #222;
}

@media (max-width: 767px) {

    .campaign-about-section {
        padding: 50px 15px;
    }

    .campaign-about-heading {
        margin-bottom: 22px;
    }

    .campaign-about-subtitle {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .campaign-about-title {
        font-size: 30px;
    }

    .campaign-about-body {
        padding: 25px 20px;
        border-radius: 10px;
    }

    .campaign-about-text {
        font-size: 15px;
        line-height: 1.75;
    }

    .campaign-about-points {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 25px;
        padding-top: 22px;
    }

    .campaign-about-points li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .campaign-about-section {
        padding: 40px 12px;
    }

    .campaign-about-title {
        font-size: 26px;
    }

    .campaign-about-body {
        padding: 22px 17px;
    }

    .campaign-about-text {
        font-size: 14px;
        line-height: 1.7;
    }
}



.call_banner_offer_card {
    background: #fff;
    overflow: hidden;
        padding-top: 4rem;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 9;
    display: none;
     margin-bottom: -26.4rem !important;
}

.call_banner_hero
 {
    position: relative;
    background: url(/images/call_bannerbg.webp) center center / cover no-repeat;
    height: 100%;
}

.call_banner_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, .15), rgba(0, 0, 0, .55));
}
.call_banner_hero_content {
    position: relative;
    z-index: 2;
    padding: 20px 16px;
    text-align: center;
    color: #fff;
    padding-top: 1.5rem;
}
.call_banner_title_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
}
.call_banner_upto {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 6px;
}

.call_banner_hero_content h1 {
    font-size: 70px;
    line-height: 1;
    color: #ff7f12;
    font-weight: 800;
    margin-bottom: 15px;
    -webkit-text-stroke: 4px #fff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

.call_banner_car {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.call_banner_agent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px auto;
    position: relative;
    padding-top: 11rem;
}
.banner_supportimg {
    position: relative;
}
.call_banner_agent img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    background: #f0f0f0;
}
.call_banner_online {
    position: absolute;
    right: 3px;
    bottom: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #14d94b;
    border: 2px solid #fff;
}
.call_banner_agent small {
    display: block;
    font-size: 13px;
    color: #fff;
}
.call_banner_agent strong {
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

.call_banner_hero_content h3 {
    margin: 18px 0;
    font-size: 17px;
    font-weight: 600;
}

   

.call_banner_call_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    background: linear-gradient(90deg, #ffd93d, #f68a1f);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}
.call_banner_help {
    margin-top: 12px;
    font-size: 11px;
    letter-spacing: 4px;
    color: #fff;
}
.call_banner_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    background: #fff;    background: #e3f3ff;
}
.call_banner_features {
    font-size: 15px;
    color: #333;
    line-height: 2;
    font-weight: 500;
}
.call_banner_features div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.call_banner_shield {
    width: 60px;
    height: 60px;
}
@media (max-width: 767px) {
        .call_banner_features {
        font-size: 13px;
    }
        .call_banner_bottom {
        padding: 18px;
        gap: 15px;
    }
     .call_banner_call_btn {
        font-size: 20px;
        padding: 12px 10px;
    }

        .call_banner_car {
        max-width: 260px;
    }
     .call_banner_hero_content h1 {
        font-size: 56px;
        -webkit-text-stroke: 3px #fff;
    }
       .call_banner_offer_card {
        width: 100%;
        margin: auto;
        display: block;
    }
    .call_banner_hero {
        height: auto;
    }

        .call_banner_agent strong {
        font-size: 18px;
    }
}


.car-validation-error {
    border: 1px solid #dc3545 !important;
}

.hero-section {
    padding: 7rem 20px 1rem;
    background: aliceblue;    margin-bottom: 1rem;
}

.hero-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.hero-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2937;
}

.hero-text {
    max-width: 850px;
    margin: 0 auto 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
}

.hero-text strong {
    color: #374151;
    font-weight: 600;
}

.hero-image-wrap {
    margin-top: 45px;
    overflow: hidden;
    border-radius: 16px; display:none;
}

.hero-image {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 767px) {
    .hero-section {
        padding: 45px 15px 0;
    }

    .hero-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .hero-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-image-wrap {
        margin-top: 30px;
        border-radius: 12px;
    }

    .hero-image {
        height: 220px;
    }
}

.terms-block {
    margin-bottom: 35px;
}

.terms-heading {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.terms-list {
    margin: 0;
    padding-left: 22px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.terms-list li {
    margin-bottom: 8px;
}

.terms-list a {
    color: #222;
    text-decoration: none;
}

.terms-list a:hover {
    text-decoration: underline;
}

.contact-card {
    margin-top: 40px;
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 8px;margin-bottom:12px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
}

.contact-row:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 25px;
    color: #333;
}

.contact-icon i {
    font-size: 16px;
}

@media (max-width: 767px) {
    .terms-heading {
        font-size: 19px;
    }

    .terms-list {
        font-size: 14px;
        line-height: 1.6;
    }

    .contact-card {
        padding: 15px;
    }
}

.terms-section{padding: 2rem 0;}

/* ================================
   Thank You Section
================================ */

.thankyou-section {
  padding: 120px 0 55px;
    background: #f8f9fb;
}

.ty-title {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #1d1d1f;
}

.ty-subtitle {
    margin: 8px 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.ty-desc {
    max-width: 680px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}


/* ================================
   Image
================================ */

.ty-image-wrap {
    max-width: 580px;
    margin: 0 auto 35px;
    text-align: center;
}
.go-home-btn{background: #ff9d00!important;}

.ty-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* ================================
   Booking Details
================================ */

.ty-details {
    max-width: 900px;
    margin: 0 auto 45px;
}

.detail-card {
height: 100%;
    padding: 7px 16px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(201, 147, 47, .12), rgba(201, 147, 47, .03));
    border: 1px solid rgba(201, 147, 47, .35);
}

.detail-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #888;
}

.detail-value {
    display: block;
    min-height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    word-break: break-word;
}


/* ================================
   Split Cards
================================ */

.split-card {
    display: flex;
    padding: 0;
    overflow: hidden;
}

.split-half {
    flex: 1;
    padding: 7px 14px;
}

.split-half + .split-half {
    border-left: 1px solid #e7e7e7;
}


/* ================================
   Help Section
================================ */

.ty-help {
    max-width: 900px;
    margin: 0 auto;
    align-items: stretch;
}

.next-steps-col {
    padding-right: 20px;
}

.section-title {
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 700;
    color: #222;
}

.step-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.step-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.step-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    border: 1.5px solid #1973b3;
    color: #0067b1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    position: relative;
    z-index: 2;
    background: #0067b1;
}

.step-icon img {
      display: block;
    width: 22px;
}


/* ================================
   Home Button
================================ */

.go-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 22px;
    border-radius: 7px;
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.go-home-btn:hover {
    background: #000;
    color: #fff;
}

.ty-details ,.ty-help{margin:0 auto 2rem !important;}
/* ================================
   Urgent Help
================================ */

.urgent-card {
    height: 100%;
    padding: 22px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    text-align: center;
}

.urgent-title {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.thank_contactmain {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.urgent-agent {
    flex: 0 0 64px;
}

.ty-image1 {
       display: block;
    width: 62px;
    height: 62px;
    object-fit: contain;
}


.urgent-call-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 600;
    color: #777;
}

.urgent-call-label .line {
    width: 30px;
    height: 1px;
    background: #ddd;
}

.urgent-number {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
}

.urgent-number:hover {
    color: #000;
}


/* ================================
   Responsive
================================ */

@media (max-width: 767px) {

    .thankyou-section {
        padding: 90px 0px 40px;
    }

    .ty-title {
        font-size: 34px;
    }

    .ty-subtitle {
        font-size: 19px;
    }

    .ty-desc {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .ty-image-wrap {
        margin-bottom: 25px;
    }

    .ty-details {
        margin-bottom: 35px;
    }

    .detail-card {
        padding: 10px;
    }

    .split-half {
        padding: 10px;
    }

    .detail-value {
        font-size: 14px;
    }

    .next-steps-col {
        padding-right: 0;
    }

    .section-title {
        font-size: 21px;
    }

    .urgent-card {
        padding: 20px 15px;
    }

}

@media (max-width: 575px) {

    .ty-title {
        font-size: 30px;
    }

    .ty-subtitle {
        font-size: 18px;
    }

    .ty-details .col-6,
    .ty-details .col-md-6 {
        width: 100%;
    }

    .split-card {
        display: flex;
    }

    .thank_contactmain {
        gap: 12px;
    }

    .urgent-agent {
        flex-basis: 70px;
    }

    .ty-image1 {
        width: 70px;
        height: 70px;
    }

    .urgent-number {
        font-size: 18px;
    }

}

#loader{display:none !important;}

/* Mobile Bottom Call Strip */
.bottom_call_strip {
    display: none;
}

@media (max-width: 767px) {

    .bottom_call_strip {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: -100px;
        width: 100%;
        z-index: 9999;
        padding: 8px 10px;
            background:#3500B1;
        border-top: 1px solid #fff;
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.12);
         transition: bottom 0.35s ease;
    }


    

    .bottom_call_strip.show {
        bottom: 0;
    }

    .bottom_call_strip_inner {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 52px;
        padding: 6px 10px;
        border-radius: 8px;
        text-decoration: none;
        color: #222;justify-content: center;
    }

    .bottom_call_left {
        width: 46px;
        height: 46px;
        margin-right: 10px;
        border-radius: 50%;
        overflow: hidden;
    }

    .bottom_call_left img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bottom_call_center {
        min-width: 0;
        line-height: 1.2;
    }

    .bottom_call_center > span {
        display: block;
        margin-bottom: 3px;
 font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .bottom_call_right {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
    }

    .bottom_call_right svg {
        flex-shrink: 0;
        width: 17px;
        height: 17px;
    }

    .bottom_call_right strong {
        font-size: 17px;
        font-weight: 700;
    }
}


.new_contact_page-contact-section{
  background:
   aliceblue;
  padding: 110px 0 90px;
}

.new_contact_page-cu-title{
  font-weight: 800;
  font-size: 3.6rem;
  margin-bottom: 6px;color:#000;
}

.new_contact_page-cu-subtitle{
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  margin-bottom: 40px;
}

.new_contact_page-cu-image-wrap{
  max-width: 950px;
  margin: 0 auto 14px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.4);
}

.new_contact_page-cu-image{
     width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    object-position: center;
}

/* ===================== GET IN TOUCH ===================== */
.new_contact_page-cu-touch{
  max-width: 950px;
  margin: 0 auto 60px !important;
}

.new_contact_page-section-title{
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 18px;color:#000;
}

.new_contact_page-cu-lead{
  color: #222;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.new_contact_page-cu-label{
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;color: #000;
}

.new_contact_page-cu-text{
  color: #000;
  font-size: .95rem;
  line-height: 1.7;
}

.new_contact_page-call-col{
  border-left: 1px solid rgba(201,147,47,.3);
  padding-left: 40px;
}

.new_contact_page-call-card{
  border: 1px solid #666;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 18px;
}

.new_contact_page-call-title{
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 18px; color:#000;
}

.new_contact_page-call-inner{
  display: flex;
  align-items: center;
  gap: 18px;
}

.new_contact_page-agent-photo-wrap{
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold-light);
}

.new_contact_page-agent-photo{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.new_contact_page-call-info{ flex: 1; }

.new_contact_page-call-label{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-size: .8rem;
  margin-bottom: 6px;
}

.new_contact_page-call-label .new_contact_page-line{
  flex: 1;
  max-width: 40px;
  height: 1px;
  background: rgba(201,147,47,.4);
}

.new_contact_page-call-number{
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}


.new_contact_page-cu-email{
  color: #000;
  font-size: .95rem;
}
.new_contact_page-cu-email a{
  color: #000;
}
.new_contact_page-cu-email a:hover{ color: var(--gold-light); }

/* ===================== FORM ===================== */
.new_contact_page-cu-form-wrap{
  max-width: 950px;
  margin: 0 auto;
}

.new_contact_page-form-field{
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 18px 12px;
}

.new_contact_page-form-field label{
  display: block;
  font-size: .8rem;
  color: #000;
  margin-bottom: 2px;
}

.new_contact_page-form-field .form-control,
.new_contact_page-form-field .form-select{
  background: transparent;
  border: none;
  padding: 0;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.new_contact_page-form-field .form-control::placeholder{
  color: #000;
  opacity: .55;
  font-weight: 400;
}

.new_contact_page-form-field .form-control:focus,
.new_contact_page-form-field .form-select:focus{
  box-shadow: none;
  outline: none;
  background: transparent;
  color: #000;
}

.new_contact_page-form-field .form-select{
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23e8b84b' stroke-width='1.6' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 22px;
}

.new_contact_page-form-field .form-select option{
  background: #fff;
  color: #000;
}

textarea.form-control{
  resize: vertical;
  min-height: 90px;
}

.new_contact_page-send-btn{
  display: inline-block;
  padding: 14px 34px;
  border-radius: 8px;
  font-weight: 600;
  color: #211505;
  background:#ff9d00;
  box-shadow: 0 10px 25px rgba(242,169,60,.35);
  border: none;
  transition: transform .15s ease;
}
.new_contact_page-send-btn:hover{
  color: #211505;
  transform: translateY(-2px);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 991.98px){
  .new_contact_page-cu-title{ font-size: 2.6rem; }
  .new_contact_page-cu-subtitle{ font-size: 1.15rem; }
  .new_contact_page-cu-image{ height: 240px; }
  .new_contact_page-call-col{
    border-left: none;
    padding-left: 15px;
  }
}

@media (max-width: 575.98px){
  .new_contact_page-cu-title{ font-size: 2rem; }
  .new_contact_page-call-title{display:none;}
  .new_contact_page-cu-touch {
    max-width: 950px;
    margin: 0 auto 12px !important;
}
}

/* Accessibility */
a:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible,
.new_contact_page-send-btn:focus-visible{
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}




.purple-shape {
   width: 1150px;
  height: 80px;
  background:#3700B1;
  margin: 0 auto;
  border-radius: 0 0 60px 60px;display:flex;justify-content:space-between;align-items:center;padding:20px 40px;
}

.stats-banner{
    position:relative;
    background:#fff;
 
    border-bottom-left-radius:60px 40px;
    border-bottom-right-radius:60px 40px;
  }
 
  .stats-inner{background:#3700B1; border-bottom-left-radius:60px 40px;
    border-bottom-right-radius:60px 40px;   padding:22px 20px 30px;
    max-width:1100px;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:44px;
  }
 .stat-item .slick-dotted.slick-slider{margin-bottom:0!important;}
  .stat-item{
    display:flex !important;
    align-items:center;justify-content:center;
    gap:12px;
  }
 
  .stat-icon{
    width:26px;
    height:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .stat-icon svg{
    width:100%;
    height:100%;
    fill:#fff;
  }
 
  .stat-text{
    line-height:1.3;
  }
  .stat-text .stat-title{
    font-weight:700;
    font-size:14.5px;
    color:#fff;
    display:block;
  }
  .stat-text .stat-sub{
    font-size:13px;
    color:#c9bdf5;
    display:block;
  }
 
  @media (max-width:700px){
    .stats-inner{
      gap:20px 26px;
    }
    .stat-title{font-size:13px;}
    .stat-sub{font-size:11.5px;}
    .stat-icon{width:22px;height:22px;}
  }

.new_search_box{position:relative;}
.form_main{position:relative;z-index:2;}
.new_search_box:after{position: absolute;   width: 119px;   height: 119px;   border: 25px solid #B189FF;  content: '';   top: -53px;   right: -53px;   border-radius: 100%;   z-index: 0;}
.new_search_box:before{border-radius: 17.125rem;
background: #EC1CFF;
filter: blur(128.9499969482422px);content:'';position:absolute;width:150px;height:150px;bottom:40px;right:-30px;}
.new_home_left_img img{width:90%;position:relative;z-index:2;}
.new_home{padding:2rem 0;}
.new_home_left{position:relative;z-index:2;}
.new_home_left span{font-size:30px;font-weight:400;opacity:0.8;color:#fff;display:inline-block;margin-bottom:4px;}
.new_home_left h1{font-size:38px;font-weight:800;color:#fff;}
/*.new_home_left h1::after{position:absolute;content:'';background:url(/images/h1_bg.webp);left:0;z-index:1;top:0;background-size:cover;background-position:center;width:350px;height:350px;border-radius:100%;}*/
.hero-glow{border-radius: 19.625rem;background: #8E5EFF;filter: blur(128.9499969482422px);width:220px;height:220px;position:absolute;top:0;left:0;}
.new_home_left_main{position:relative;}
.hero-wrap{  background:#3500B1;overflow:hidden;padding-top:8rem;}
.navbar-brand{font-weight:800; font-size:1.5rem; color:#fff !important; display:flex; align-items:center; gap:.4rem;}
.navbar-brand i{color:var(--coral);}
.nav-link{color:#fff !important; font-weight:500;}
.nav-link:hover{color:#fff !important;}
.call-pill{
  background:var(--coral); color:#fff; border-radius:30px; padding:.55rem 1.3rem; font-weight:600; display:inline-flex; align-items:center; gap:.5rem;
}
.hero-ring{
  position:absolute; border:14px solid rgba(255,255,255,.08); border-radius:50%;
}
.hero-title{color:#000; font-weight:600; font-size:2.1rem; line-height:1.3;}
.hero-title strong{font-weight:800; font-size:2.3rem; display:block;}
.hero-car-img{filter:drop-shadow(0 25px 25px rgba(0,0,0,.35)); position:relative; z-index:2;}
.hero-car-glow{
  position:absolute; width:260px; height:260px; border-radius:50%;
  background:var(--coral); opacity:.55; filter:blur(40px); left:0; top:40%;
}
.drop_off{display:flex;margin:12px 0;align-items:center;gap:5px;}
.drop_off input{width:20px;height:20px;}
.drop_off label{font-size:14px;color:#fff;font-weight:400;opacity:0.8;cursor:pointer;}
.booking-card{
  background:#fff; border-radius:20px; padding:1.6rem; box-shadow:0 25px 50px rgba(0,0,0,.25);
}
.booking-card .form-control, .booking-card .input-group-text{
  background:var(--lavender); border:none; border-radius:12px; font-size:.9rem;
}
.booking-field{
  background:var(--lavender); border-radius:12px; padding:.7rem 1rem; display:flex; align-items:center; gap:.6rem; color:var(--text-muted); font-size:.9rem;
}
.booking-field i{color:var(--purple);}
.check-btn{
  border-radius:12px; padding:.8rem; font-size:1.05rem; width:100%;
}


.stat-bar{
  background:var(--purple-dark); color:#fff; border-radius:22px; margin-top:-38px; position:relative; z-index:5;
  box-shadow:0 20px 40px rgba(43,10,99,.35);
}
.stat-item i{font-size:1.4rem; color:var(--coral); margin-right:.6rem;}
.stat-item .num{font-weight:700; display:block; font-size:.95rem;}
.stat-item small{color:#cdbdf2; font-size:.75rem;}

/* call expert */
.expert-strip{padding:2.5rem 0 1.5rem;display:flex;gap:13px;margin:0 auto;max-width:950px;justify-content:center;align-items:center;}
.expert-avatar{width:60px; height:60px; border-radius:50%; object-fit:cover;}
.expert-strip .call-number{color:var(--coral-dark); font-weight:700;}
.expert_text p{font-size:14px;}
.expert_text a{text-decoration:none;font-size:18px;color:#333;}
.expert_text a span{color:#FF7171;font-weight:800;padding-left:6px;display:inline-block;}
.car_main_new{max-width:950px;margin:1rem auto 2rem;}
/* category cards */
.cat-card{
 transition:.25s;
}

.cat-img-wrap{background:#EFE8FF; display:flex; align-items:center; justify-content:center; padding:1.5rem; height:170px;}
.cat-img-wrap img{max-height:120px; object-fit:contain;}
.cat-card h5{font-weight:700; margin-top:1rem;}
.cat-card p{color:var(--text-muted); font-size:.85rem;}
.cat-card a{padding:8px 20px;border-radius:5px;border:1px solid #FF7171;color:#FF7171;}
.cat-card:hover a{background:#FF7171;color:#fff;}
/* why book */
.why-section{position:relative;}
.why-img{border-radius:24px; overflow:hidden; height:420px;}
.why-img img{width:100%; height:100%; object-fit:cover;}
.why-card{
  background:#fff; border-radius:8px; box-shadow:0 25px 50px rgba(0,0,0,.12); padding:1.5rem; margin-top:-90px !important; position:relative; z-index:3;
max-width:950px;margin:0 auto;}
.why-icon{
  width:55px; height:55px; border-radius:14px;   background: linear-gradient(180deg, #860DD4 0%, #3500B1 99.09%);
  display:flex; align-items:center; justify-content:center; color:#fff; font-size:1.4rem; flex-shrink:0;
}
.why-icon img{width:25px;}
.why-item h6{font-weight:700; margin-bottom:.3rem;}
.why-item p{color:var(--text-muted); font-size:.85rem; margin-bottom:0;}

/* steps */
.step_top{display:flex;align-items:center;background:#EFE8FF; padding:10px 34px 10px 10px;clip-path:polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);border-radius:12px 0 0 12px;gap:12px;margin-bottom:10px;}

.step-num span{width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-weight:500; color:#fff; margin-bottom:.8rem;}
.step-img{border-radius:16px; overflow:hidden; height:190px;}
.step-img img{width:100%; height:100%; object-fit:cover;}
.step-title{font-weight:600; margin-bottom:.2rem;}
.step-text{color:var(--text-muted); font-size:.82rem;margin:0;}

/* faq */
.faq-wrap{position:relative;}
.faq-bg{border-radius:24px; overflow:hidden; height:520px;}
.faq-bg img{width:100%; height:100%; object-fit:cover;}
.faq-card{
  background:#fff; border-radius:8px; box-shadow:0 25px 60px rgba(0,0,0,.15); padding:2rem; margin-top:-140px; position:relative; z-index:3;
}
.faq-side-img{border-radius:16px; overflow:hidden; height:100%; min-height:260px;}
.faq-side-img img{width:100%; height:100%; object-fit:cover;}

/* footer */

.footer_subscribe{padding:3rem 0 3rem;background:#3500B1;border-bottom:1px solid #4C00FF;}
.footer_subscribe p{font-size:23px;font-weight:600;}
.footer_subscribe small{font-size:14px;color:#fff;font-weight:300;margin:0;padding:0;}
.subscribe-bar{
  
    margin:0 auto;
    display:flex;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 6px 20px rgba(0,0,0,0.15);width:100%;
  }
 
  .subscribe-bar input{
    flex:1;
    border:none;
    outline:none;
    padding:18px 20px;
    font-size:14.5px;
    color:#333;width:85%;
  }
  .subscribe-bar input::placeholder{
    color:#9a9aa5;
  }
 
  .subscribe-bar button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:none;
    cursor:pointer;
    background:#ff6f6f;
    color:#fff;
    font-weight:600;
    font-size:14.5px;
    padding:0 30px;
    transition:background .2s ease;
  }
  .subscribe-bar button:hover{
    background:#ff5959;
  }
  .subscribe-bar button svg{
    width: 20px;
  height: 20px;
    
  }
  /* =====================================
   CAR SLICK SLIDER
===================================== */

.car_main {
    overflow: hidden;
}

.car_main_new {
    position: relative;
}

/* Space between cards */
.car-slider {
    margin: 0 -10px;
}

.car-slide-item {
    padding: 0 10px;
    height: auto;
}


/* Equal height */
.car-slider .slick-track {
    display: flex !important;
}

.car-slider .slick-slide {
    height: inherit !important;
}

.car-slider .slick-slide > div {
    height: 100%;
}

.car-slide-item {
    height: 100%;
}

.car-slide-item .cat-card {
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.car-slide-item .cat-card p {
    flex-grow: 1;
}


/* =====================================
   CUSTOM ARROWS
===================================== */

.car-slider .slick-prev,
.car-slider .slick-next {
    width: 48px;
    height: 48px;

    background: #fff;

    border: 1px solid #e9e9e9;
    border-radius: 50%;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);

    display: flex !important;
    align-items: center;
    justify-content: center;

    z-index: 10;

    transition: all 0.3s ease;
}


/* Arrow positions */

.car-slider .slick-prev {
    left: -45px;
}

.car-slider .slick-next {
    right: -45px;
}


/* Remove slick default arrow */

.car-slider .slick-prev:before,
.car-slider .slick-next:before {
    display: none;
}


/* Our arrow icon */

.car-slider .slick-prev:after,
.car-slider .slick-next:after {
    content: "";
    width: 10px;
    height: 10px;

    border-top: 2px solid #222;
    border-right: 2px solid #222;

    transition: all 0.3s ease;
}


/* Previous arrow */

.car-slider .slick-prev:after {
    transform: rotate(-135deg);
    margin-left: 4px;
}


/* Next arrow */

.car-slider .slick-next:after {
    transform: rotate(45deg);
    margin-right: 4px;
}


/* Hover */

.car-slider .slick-prev:hover,
.car-slider .slick-next:hover {
    background: #ff6b5b;
    border-color: #ff6b5b;

    transform: translateY(-50%) scale(1.08);

    box-shadow: 0 8px 25px rgba(255, 107, 91, 0.3);
}


.car-slider .slick-prev:hover:after,
.car-slider .slick-next:hover:after {
    border-color: #fff;
}


/* =====================================
   DOTS
===================================== */

.car-slider .slick-dots {
    position: relative;
    bottom: auto;

    margin-top: 22px;
    padding: 0;

    display: flex !important;
    align-items: center;
    justify-content: center;

    gap: 7px;
}


.car-slider .slick-dots li {
    width: auto;
    height: auto;

    margin: 0;
}


.car-slider .slick-dots li button {
    width: 8px;
    height: 8px;

    padding: 0;

    border: 0;
    border-radius: 20px;

    background: #d9d9d9;

    transition: all 0.3s ease;
}


.car-slider .slick-dots li button:before {
    display: none;
}


/* Active dot */

.car-slider .slick-dots li.slick-active button {
    width: 26px;
    background: #ff6b5b;
}

/* ===============================
   STATS
================================ */

.stats-banner {
    width: 100%;
    overflow: hidden;
}
.stats-banner .slick-dotted.slick-slider{margin:0!important;}
.purple-shape {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stat-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.stat-text {
    display: flex;
    flex-direction: column;
}

.stat-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.stat-sub {
    font-size: 14px;
    line-height: 1.4;
}


/* Slick */

.purple-shape .slick-track {
    display: flex !important;
    align-items: center;
}

.purple-shape .slick-slide {
    height: auto;
}

.purple-shape .slick-slide > div {
    height: 100%;
}


/* Desktop par dots hide */

.purple-shape .slick-dots {
    display: none !important;
}


/* =================================
   MOBILE
================================= */

@media (max-width: 767px) {

    .purple-shape {
        display: block;
        position: relative;

        padding-bottom: 32px;
    }


    /* 2 items ek row */

    .purple-shape .stat-item {
        display: flex;
        align-items: center;

        gap: 8px;

        padding: 5px 8px;

        width: 100%;
    }


    .purple-shape .stat-icon {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }


    .purple-shape .stat-icon svg {
        width: 22px;
        height: 22px;
    }


    .purple-shape .stat-title {
        font-size: 16px;
        font-weight: 700;

        white-space: nowrap;
    }


    .purple-shape .stat-sub {
        font-size: 12px;

        white-space: nowrap;
    }


    /* ==========================
       ARROWS HIDE
    ========================== */

    .purple-shape .slick-prev,
    .purple-shape .slick-next {
        display: none !important;
    }


    /* ==========================
       DOTS
    ========================== */

    .purple-shape .slick-dots {
        display: flex !important;

        position: absolute;

        left: 0;
        right: 0;
        bottom: 3px;

        width: 100%;

        margin: 0 !important;
        padding: 0 !important;

        list-style: none;

        justify-content: center;
        align-items: center;

        gap: 6px;

        z-index: 5;
    }


    .purple-shape .slick-dots li {
        width: auto !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    .purple-shape .slick-dots li button {
        width: 7px !important;
        height: 7px !important;

        padding: 0 !important;
        margin: 0 !important;

        border: 0 !important;
        border-radius: 50%;

        background: #cfcfcf;

        font-size: 0;

        transition: all 0.3s ease;
    }


    .purple-shape .slick-dots li button::before {
        display: none !important;
    }


    /* Active */

    .purple-shape .slick-dots li.slick-active button {
        width: 24px !important;
        height: 7px !important;

        border-radius: 10px;

        background: #ff6b5b;
    }

}
/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .car-slider .slick-prev {
        left: 0;
    }

    .car-slider .slick-next {
        right: 0;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

    .car-slider {
        margin: 0 -7px;
    }

    .car-slide-item {
        padding: 0 7px;
    }


    /* Hide arrows on mobile */

    .car-slider .slick-prev,
    .car-slider .slick-next {
        display: none !important;
    }


    /* Dots spacing */

    .car-slider .slick-dots {
        margin-top: 18px;
    }

}
@media(max-width:1200px) {
    .purple-shape{width:95%;}

}
@media(max-width:991px){
    .expert-strip , .car_main_new , .why-card{width:95%;}.why-img{height:289px;}.faq-side-img{display:none;}.cr-sidebar-body a{color:#000 !important;}.cr-sidebar-head img{display:none;}
  .why-card{margin-top:1.5rem;}
  .faq-card{margin-top:1.5rem;}
  .stat-bar{border-radius:18px; margin-top:1.5rem;}.navbar-brand{display:none;}.footer_subscribe{padding: 1rem 0 2rem;}.footer_subscribe small{display:inline-block;margin-bottom:1rem;font-size:12px;}.footer-about{display:none;}.footer_subscribe p{font-size:20px;}
}
@media(max-width:767px) {.new_home_left h1 br{display:none;}.new_search_box::after{content:unset;}.purple-shape{background:unset;}.stat-text .stat-title{color:#000;font-weight:500;}.stat-text .stat-sub{color:#000;font-weight:300;font-size:12px;}.stat-icon svg{fill:#000;}.purple-shape{height:unset;border-radius:unset;padding: 17px 2px;}.car_faqquestion_content p{font-size:11px;padding: 7px 0;}
.footer{padding: 34px 0 5rem;}
}
@media(max-width:480px) {.expert-strip{width:100%;}.expert_text p{font-size:12px;}.expert-strip{gap:12px;}
     .hero-wrap{padding-top:4.8rem;}.new_home_left span{font-size:20px;}.new_home_left h1{font-size:32px;}.new_home_left_img img{width:100%;}.expert-avatar{width:45px;height:45px;font-size:12px;}.expert_text a{font-size:16px;}.why-card{box-shadow: 0 6px 9px rgba(0,0,0,.12);}.moblie_p{font-size:11px;margin-bottom:12px!important}.moblie_heading{font-size:22px;}.step-img{display:none;}.everything .col-6{width:100%!important;}
     .step_top{padding: 13px;clip-path: unset;border-radius: 6px;}.everything .col-6{margin-top:4px!important;}.faq-bg{height:150px;}.faq-card{padding:1rem;}.car_faqquestion_title h3{font-size:15px !important;}.car_faqquestion_content p{font-size:12px;}.faq-card h2{font-size:18px!important;}.step-num span{margin:0;width:35px;height:35px;}.faq-card p.text-center.text-muted{font-size:12px!important;}
.why-icon{width:40px;height:40px;padding:18px;border-radius:5px;}.why-icon img{width:21px;}.why-item h6{font-size:15px;font-weight:600;}.why-item p{font-size:13px;}
 }