﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body{       font-family: "Open Sans", sans-serif!important;overflow-X: hidden;}


.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;

}
}
.rj_car_form {
       max-width: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 7px; */
    margin: 0px auto;
    background: #1A3A6B;
    padding: 15px;
    border-radius: 10px;
}

.col-lg-10 .row .col-6 , .col-lg-10 .row .col-lg-4{    padding-right: 0 !important;}

.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_top_box,
.rj_bottom_box{
    border:1px solid #ddd;
    background:#fff;
    min-height:53px;
    display:flex;
    align-items:center;
    padding:0 5px;
    gap:8px;
}

.rj_top_box svg,
.rj_bottom_box svg{
    width:18px;
    height:18px;
    flex-shrink:0;
    stroke:#333;
}

.rj_top_box small,
.rj_bottom_box small{
    display:block;
    font-size:11px;
    text-transform:uppercase;
color: #393939;
    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:10px;
  background: linear-gradient(90deg, #0869ac 0%, #0067b1 100%);
    color:#fff;
    font-size:18px;
    font-weight:600;    margin-left:3px;
}
.top_border{border-top-left-radius:8px;border-bottom-left-radius:8px;}
.bottom_border{border-top-right-radius:8px;border-bottom-right-radius:8px;border-radius:0!important}
.search_new{background:#1A3A6B;border-radius:12px;padding:1.5rem;}
.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:300;    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_btn{width:100%;height:100% !important;background:#E8A206;color:#fff;font-size:22px;font-weight:600;border-radius:0 12px 12px 0px;}


  /*<!------------new-------------spanish--------------css------------------------!>*/

  .hero-section{
    padding: 7.5rem 0 2rem 0;
}

.hero-section{

    margin: auto;
    position: relative;
    border-radius:0px;
    overflow: visible;
    background-image:linear-gradient(rgb(4 4 4 / 0%) 3.04%, rgba(5, 5, 5, 0.38) 74.3%, rgba(255, 255, 255, 0) 82.23%), url(/images/home_banner.webp);
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.hero-content{

    text-align:center;
        color: #fff;

}

.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:20px;
    margin-top:15px;
    position: relative;
    z-index: 5;

}


.value-card{padding:6px 8px;min-height: 100%;display: flex;transition: .35s;}
.value-card p{color:#000;line-height:1.8;font-size:15px;margin:0;}
.car_faqquestion {padding:35px 0 35px 0;background: #fff;}

.car_faqquestion_banner img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

.car_faqquestion_wrapper{margin:2rem 0;}

.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:15px 20px;cursor: pointer;background:#F5F5F5;}

.car_faqquestion_title h3 {
    font-size: 20px;
    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_title{border-bottom:1px solid #CACACA;}
.car_faqquestion_item.active .car_faqquestion_content{padding:11px 24px;}

.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 24px;
}

.car_faqquestion_content p {

    padding-bottom:4px;

    color: #111;

    line-height: 1.8;

    font-size: 15px; margin:0
}



.car_faqquestion_item.active .car_faqquestion_box {

    border: 1px solid #CACACA;

}

.car_faqquestion_item.active .car_faqquestion_number {

    background: #000000;

    border-color: #f5a623;

    color: #111;
}

.car_faqquestion_item.active .car_faqquestion_icon {

    color: #000000;

    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{
    display:none !important;
    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:3rem auto 0;

}

.site_feature_item{
   display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 12px;
    background: #fff;
    
    border-radius: 50px;
    transition: .3s;
}

.site_feature_icon img{width:34px;filter: brightness(0) saturate(100%)
            invert(21%) sepia(34%) saturate(1200%)
            hue-rotate(177deg) brightness(85%);}


.site_feature_icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:50%;
    background:#E5F0FF;
    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:#1A3A6B;
    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-logo{
    display:inline-block;
    margin-bottom:22px;
}

.footer-logo img{
    max-width:180px;
}

.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;padding-bottom: 6rem;
    }

    .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: #fff;
    position: fixed;
    top: 0;
}

.cr-navbar{
    background:#00245B;
    border-bottom:1px solid #ececec;
    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:200px;
    max-width:100%;
    height:auto;
}

/*=====================================
    Desktop Navigation
=====================================*/

.cr-navigation{
    margin-left:auto;
    margin-right:30px;
}

.cr-navigation ul{
    display:flex;
    align-items:center;
    gap:25px;
    margin:0;
    padding:0;
    list-style:none;
}

.cr-navigation a{
    color:#fff;
    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:4px;
    padding:4px 14px;
    border-radius:4px;
    background: #FFAE00;
    text-decoration: none;
    transition: .3s;

}

.cr-call-btn img{
    width:16px;
}

.cr-call-btn small{
    display:block;
    color:#fff;
    font-size:12px;
    line-height:1;
}

.cr-call-btn strong{
    display:block;
    color:#fff;
    font-size:16px;
    font-weight:500;
   
}

/*=====================================
    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:#e8a20b;
    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:space-between;
    align-items:center;
    padding:20px;
    border-bottom:1px solid #eee;
}

.cr-sidebar-head img{
    width:104px;
}

#crSidebarClose{
    border:none;
    background:none;
    font-size:34px;
    cursor:pointer;
    color:#fff;
}

.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-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;    padding-top: 9rem;
}

.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 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 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 > * {
    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: -19.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:14rem 20px 8rem;
       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;
}

.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: #ffb135;
        border-top: 1px solid #e5e5e5;
        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: #000;
    }

    .bottom_call_right {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        font-weight: 600;
        color: #000;
        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;
}





  .cb-banner{
   position: relative;
  display: flex;
  align-items: center;
  width:819px;
  max-width: 819px;
  margin:3rem auto 3rem;
  padding: 18px 18px 18px 69px;
  border-radius: 8px;
  background: url(/images/customer_bg.png) center/cover no-repeat;
  pointer-events: auto;
  }
 
  /* Diamond agent photo */
  .cb-avatar-holder{
    position:absolute;
    left:-9px;
    top:50%;
    transform:translate(-50%, -50%) rotate(45deg);
   width: 90px;
  height: 82px;
   
  }
  .cb-avatar-holder img{
    width:100%;
    height:100%;
    object-fit:cover;
  
    transform:rotate(-45deg) scale(1.42);
  }
 
  /* Text block */
  .cb-text{
    color:#f5f5f5;
    line-height:1.35;
    margin-right:auto;
    padding-right:16px;
  }
  .cb-text .cb-headline{
    font-size:17px;
    font-weight:600;
    letter-spacing:0.2px;
   
  }
  .cb-text .cb-phone{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:26px;
    font-weight:800;
    color:#E6A83C;
    margin-top:2px;
    white-space:nowrap;
  }
  .cb-text .cb-phone i{
    font-size:1.05rem;
    color:#E6A83C;
  }
  .cb-text .cb-phone a{
    color:#E6A83C;
    text-decoration:none;
  }
 
  /* Call Now button */
  .cb-btn{
    flex-shrink:0;
    background:#D4970B;
    color:#fff;
    font-weight:400;
    font-size:0.95rem;
    padding:8px 22px;
    border-radius:8px;
    text-decoration:none;
    white-space:nowrap;
    transition:background .2s ease, transform .2s ease;
  }
  .cb-btn:hover{
    background:#d1962e;
    color:#1c1c1c;
    transform:translateY(-1px);
  }
.truck_banner_main{background:url(/images/truck_banner.webp)no-repeat center/cover;width:1020px;margin:0 auto;padding:20px 20px 0 20px;border-radius:12px;}
.truck_banner_right img{width:100%;}
.truck_banner{margin:2rem 0;}
.truck_banner_main .row{align-items:center;}
.truck_banner_left{padding:20px 0px 40px;}
.truck_banner_left h2{font-size:28px;font-weight:bold;color:#fff;margin-bottom:4px;}
.truck_banner_left p{font-size:14px;color:#fff;margin:0;padding:0;}
.truck_banner_left a{background:#D8A123;display:inline-block;padding:8px 20px;border-radius:8px;color:#fff;text-decoration:none;font-size:16px;margin-top:20px;}


  .svc-section{
    padding:40px 0;
  }
  .svc-grid img{
    width:100%;
    object-fit:cover;
    border-radius:12px;
  }
  .svc-heading{
    font-size:32px;
    font-weight:700;
    color:#000;
    margin-bottom:10px;
  }
  .svc-desc{
    font-size:0.98rem;
    line-height:1.65;
    color:#6b6b6b;
    max-width:620px;
    margin-bottom:24px;
  }
 
  .svc-list-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:28px;
  }
  .svc-list-item i{
    color:#1b6fc9;
    font-size:1rem;
    margin-top:5px;
    flex-shrink:0;
  }
  .svc-list-item h6{
    font-weight:500;
    color:#161616;
    font-size:1.2rem;
    margin-bottom:6px;
  }
  .svc-list-item p{
    color:#6b6b6b;
    font-size:0.92rem;
    line-height:1.55;
    margin-bottom:0;
  }
  .car_offer{position:relative;padding:40px 0 0;}
  .new_offer{position:relative;z-index:1;}
  .car_offer:after{width:100%;height:60%;background:#F0F6FF;content:'';position:absolute;left:0;top:0;}
  .car_offer_top{max-width:750px;margin:0rem auto 2rem;text-align:center;position:relative;z-index:1;}
  .car_offer_top h2{font-size:28px;font-weight:700;margin-bottom:4px;color:#000;}
  .car_offer_top p{font-size:16px;color:#333;margin:0;padding:0;}
  .new_offer_main{background:url(/images/Economy.webp)no-repeat center;background-size:cover;width:100%;height:297px;position:relative;border-radius:12px;z-index:11;}
  .booking_car{position:absolute;bottom:0;border-top:1px solid #fff;width:100%;}
  .booking_car a{text-decoration:none;}
  .booking_car_main{display:flex;gap:12px;align-items:center;padding:8px 10px 12px;justify-content:space-between;position:relative;z-index:2;}
 .booking_car_main:after{position:absolute;width:100%;height:100%;content:'';left:0;bottom:0;background: linear-gradient(180deg, rgb(0 0 0 / 39%) 50.17%, rgb(0 0 0 / 39%) 50.17%, #000000 99.78%);border-radius:0 0 12px 12px;}
 .booking_car_left{position:relative;z-index:1;}
  .booking_car_left h2{font-size:18px;color:#fff;margin-bottom:5px;font-weight:600;}
  .booking_car_left p{font-size:13px;color:#fff;margin:0;padding:0;font-weight:300;}
  .booking_car_right {width:125px;text-align:center;position:relative;z-index:1;}
  .booking_car_right span{background:#D8A123;display:inline-block;border-radius:6px;padding:8px 10px;color:#fff;font-size:14px;}
  .new_offer_main{position:relative;overflow:hidden;border-radius:12px;}
.new_offer_main::before{content:"";position:absolute;inset:0;background:inherit;background-size:cover !important;background-position:center !important;
    background-repeat:no-repeat !important;transition:transform 0.5s ease;z-index:0;}
.new_offer_main:hover::before{
    transform:scale(1.08);
}
.booking_car{position:absolute;bottom:0;left:0;width:100%;z-index:2;}
 .new_offer_slider .slick-prev,
.new_offer_slider .slick-next{
    width:50px;
    height:50px;
    background:#1A3A6B;
    border-radius:50%;
    z-index:20;
}

.new_offer_slider .slick-prev{
    left:-20px;
}

.new_offer_slider .slick-next{
    right:-20px;
}

.new_offer_slider .slick-prev:before,
.new_offer_slider .slick-next:before{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:1;
    font-size:0;
    color:#ffffff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:25px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background:#1A3A6B!important;color:#000!important;}
.new_offer_slider .slick-prev:before{
    content:"";
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 6l-6 6l6 6'/%3E%3C/svg%3E");
}

.new_offer_slider .slick-next:before{
    content:"";
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E");
}

/* Hide arrows when not needed */
.new_offer_slider .slick-disabled{
    
    pointer-events:none;
}
.offer_slide{
    padding:0 12px;
}

  .booking_process{margin:2rem 0;}
  .booking_process_img{position:relative;}
  .booking_process_img img{width:100%;}
  .booking_process_text{position: absolute;padding:8px;display: flex;bottom: 5px;gap: 19px;width: 100%;left: 50%;transform: translateX(-50%);align-items: center;}
  .step_number span{display:flex;justify-content:center;align-items:center;width:45px;height:45px;background:#fff;font-size:20px;border-radius:100%;border:1px solid #D9D9D9;color:#1E3E67;}
  .step_text strong{color:#fff;font-size:18px;font-weight:600;margin-bottom:4px;display:inline-block;}
  .step_text p{font-size:14px;color:#f7f7f7;font-weight:300;margin:0;padding:0;}
  .step_number2{background:#A22525!important;color:#fff!important;}
  .step_number3{background:#FFA53F!important;color:#fff!important;}
  .step_number4{background:#02AC70!important;color:#fff!important;}
  .page_dec{margin:3rem 0 1rem;}
  .page_dec_top h2{font-size: 28px;font-weight: 700;margin-bottom: 4px;color: #000;}
  .page_dec_top h2 span{text-transform: uppercase;}
  .page_dec_top p{font-size: 16px;color: #333;margin: 0;padding: 0;}
  .new_offer_slider .slick-dots{
    position:relative;
    bottom:auto;
    margin:20px 0 0;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    list-style:none;
}

/* Dot wrapper */
.new_offer_slider .slick-dots li{
    width:auto;
    height:auto;
    margin:0;
    padding:0;
}

/* Dot */
.new_offer_slider .slick-dots li button{
    width:8px;
    height:8px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#c7d2df;
    font-size:0;
    transition:all .35s ease;
}

/* Remove Slick default */
.new_offer_slider .slick-dots li button:before{
    display:none;
}

/* Active dot */
.new_offer_slider .slick-dots li.slick-active button{
    width:28px;
    height:8px;
    border-radius:20px;
    background:#123E78;
}

/* Hover */
.new_offer_slider .slick-dots li:not(.slick-active) button:hover{
    background:#7d91aa;
    transform:scale(1.15);
}
.call_banner_shield img{width:100%;}
@media (max-width: 992px) {
    .new_border{border-top-left-radius:8px!important;}
    .new_border_left{border-top-right-radius:8px!important;}.new_btn{width:97% !important;margin: 8px auto 4px auto !important;position: relative;    left: 50%;transform: translateX(-50%);}
       .new_btn br{display:none!important;}.search_new{padding:0.5rem;}.rj_check.mt-2{padding:12px 20px;}
}@media (max-width:767px) {.hero-section{/*background:url(/images/phone_banner.webp) no-repeat;*/background-size:cover !important;border-radius: 0 0 12px 12px;padding:4.5rem 0 2rem 0 !important;}.hero-content{padding-top:3rem !important;}
    .new_border{border-top-left-radius:8px!important;}
    .new_border_left {
        border-radius: unset !important;
    }
    .new_border_left1{border-top-right-radius:8px!important;}.call_strip{}
	.cookie-active .thankyou-section {
        padding: 140px 0px 40px;
    }
}
 @media (max-width:580px) {.rj_car_form{background:#DEDEDE;}.col-6.full_wight{width:100%!important}.rj_car_form{padding:8px !important;}
    .rj_top_box , .rj_bottom_box {margin:3px 6px;border: 1px solid #ddd;border-radius: 8px !important; }.search_new{padding:0;background:unset;}.rj_check span{font-size:10px;font-weight:400;}.margin_right{margin-right:0!important;}.margin_left{margin-left:0!important;}

}

 .car_offer {    margin: 3rem 0;}

 .cookie-active .hero-section1{    padding-top: 9rem;}
 .hero-section1{padding-top: 8rem;}

 .booking_process_main{overflow: hidden;}
 
 
 .cr-sidebar-head { background: #0e2252;}
 
 .rj_error_field span{    font-weight: 400;
    color: #000000 !important;}
	
	
	.cookie-active .thankyou-section {
        padding: 160px 0px 40px;
    }
	@media (max-width: 767px) {
    .cookie-active .thankyou-section {
        padding: 130px 0px 40px;
    }
}


    .city-rental-section {
    background: #f7f8fa;
    padding: 70px 0;
    color: #1f2937;
}


/* Heading */

.city-rental-heading {
    max-width: 760px;
    margin: 0 auto 45px;
}

.city-rental-heading__label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #f28c00;
}

.city-rental-heading h2 {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #06295c;
}

.city-rental-heading h2 span {
    color: #f28c00;
}

.city-rental-heading p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
}


/* Cards */

.city-rental-intro,
.city-rental-benefits {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.city-rental-intro {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.city-rental-intro__content {
    padding: 34px;
}


/* Number */

.city-rental-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 9px;
    background: #fff5df;
    color: #f28c00;
    font-size: 14px;
    font-weight: 700;
}


/* Intro */

.city-rental-intro h3 {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
    color: #06295c;
}

.city-rental-intro h3 span {
    color: #f28c00;
}

.city-rental-intro p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.75;
    color: #64748b;
}

.city-rental-intro p:last-child {
    margin-bottom: 0;
}


/* Image */

.city-rental-intro__image {
    margin-top: auto;
    height: 250px;
    overflow: hidden;
}

.city-rental-intro__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* Dark Navy Benefits Card */

.city-rental-benefits {
    padding: 34px;
    background: #06295c;
    color: #ffffff;
}

.city-rental-benefits__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.city-rental-number--light {
    background: rgba(255, 255, 255, 0.1);
    color: #ffad0a;
}

.city-rental-benefits h3 {
    margin: 0;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    color: #ffffff;
}


/* Truck Icon */

.city-rental-benefits__icon {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ffad0a;
}

.city-rental-benefits__icon svg {
    width: 29px;
    height: 29px;
    color: #06295c;
}


/* Benefits List */

.city-rental-benefits__list {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}

.city-rental-benefits__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
    font-size: 15px;
    line-height: 1.5;
}

.city-rental-benefits__list li:last-child {
    border-bottom: 0;
}

.city-rental-check {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffad0a;
    color: #06295c;
}

.city-rental-check svg {
    width: 15px;
    height: 15px;
}


/* Bottom Section */

.city-rental-journey {
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
}

.city-rental-journey__item {
    height: 100%;
    padding: 34px;
}

.city-rental-drive {
    background: #ffffff;
}

.city-rental-book {
    background: #06295c;
    border-left: 1px solid #06295c;
}


/* Labels */

.city-rental-pin {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    margin-bottom: 18px;
    border-radius: 20px;
    background: #fff5df;
    color: #d97706;
    font-size: 13px;
    font-weight: 600;
}

.city-rental-pin svg {
    width: 17px;
    height: 17px;
}

.city-rental-book .city-rental-pin {
    background: #ffad0a;
    color: #06295c;
}


/* Journey Typography */

.city-rental-journey h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #06295c;
}

.city-rental-journey p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #64748b;
}

.city-rental-book h3 {
    color: #ffffff;
}

.city-rental-book p {
    color: #dbe7f6;
}

.city-rental-book p strong {
    color: #ffad0a;
}


/* Clean Hover */

.city-rental-intro,
.city-rental-benefits,
.city-rental-journey {
    transition: box-shadow .25s ease, transform .25s ease;
}

.city-rental-intro:hover,
.city-rental-benefits:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(6, 41, 92, 0.10);
}


/* Tablet */

@media (max-width: 991px) {

    .city-rental-section {
        padding: 55px 0;
    }

    .city-rental-heading h2 {
        font-size: 32px;
    }

    .city-rental-intro__content,
    .city-rental-benefits,
    .city-rental-journey__item {
        padding: 28px;
    }

    .city-rental-book {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}


/* Mobile */

@media (max-width: 767px) {

    .city-rental-section {
        padding: 42px 0;
    }

    .city-rental-heading {
        margin-bottom: 28px;
    }

    .city-rental-heading__label {
        font-size: 11px;
    }

    .city-rental-heading h2 {
        font-size: 27px;
    }

    .city-rental-heading p {
        font-size: 14px;
    }

    .city-rental-intro,
    .city-rental-benefits,
    .city-rental-journey {
        border-radius: 13px;
    }

    .city-rental-intro__content,
    .city-rental-benefits,
    .city-rental-journey__item {
        padding: 23px 20px;
    }

    .city-rental-intro h3,
    .city-rental-benefits h3,
    .city-rental-journey h3 {
        font-size: 21px;
    }

    .city-rental-intro p,
    .city-rental-benefits__list li,
    .city-rental-journey p {
        font-size: 14px;
    }

    .city-rental-intro__image {
        height: 200px;
    }

    .city-rental-benefits__icon {
        width: 46px;
        height: 46px;
    }

    .city-rental-benefits__icon svg {
        width: 24px;
        height: 24px;
    }
}


.rj_bottom_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;}



.city-rental-heading h2 , .city-rental-heading p strong, .city-rental-intro h3 span , .city-rental-journey h3{text-transform:capitalize;}