﻿@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
body{   font-family: "Inter Tight", sans-serif !important;}


.car_search{background-color:#fff;border-radius:8px;padding:1rem 1.8rem;margin-top:4.5rem;}

.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: linear-gradient(135deg, #c1392a, #e74c3c);
  color: #fff;
  border: none;
  border-radius:8px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;width:100%;font-weight:500;}
 .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:url(/images/home_banner.webp);width:100%;padding:2rem 0 3rem;background-repeat:no-repeat;background-size:cover;background-position:bottom;}
   .car_search h1{ font-size:24px;font-weight: 700;background: #000;-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 10px;}
   .main-header {position: fixed;width: 100%;z-index: 999;top: 0;}
   .mb-phone-icon svg {
    width: 32px;
    height: 32px;
    background: #1375bb;
    border: 1px solid #1375bb;
    padding: 0.3rem;
    border-radius: 6px;
}
.mb-phone-icon
 {
    display: none;
}
.navbar-toggler{border:0!important;margin:0!important;padding:0!important;}
.navbar {
    position: fixed !important;
    display: flex;
    flex-wrap: wrap;
    top: 0;
   
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 99999;
    background: #fff;
    width: 100%;
}
.nav-link{font-size: 16px !important;
    font-weight: 500 !important;}
.header_toll {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 0 0 10px;
}
.customer_agent_img {
    position: relative;
}
.customer_agent_img::before {
    content: '';
    z-index: 9;
    width: 11px;
    height: 11px;
    background: #229a19;
    border-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 10px;
    outline: 2px solid #fff;
}
.header_toll img {
    background: #f3f3f3;
    border-radius: 100%;
    width: 50px;
    height: 52px;
}
.customer_agent_img::after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: 1px;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 100%;
    background-color: rgba(34, 142, 76, 1);
    opacity: 0;
    animation: 2s 
cubic-bezier(0.36, 0.07, 0.19, 0.97) 1s infinite blinkItem;
}
@keyframes blinkItem {
    0% {
    transform: scale(0.1);
    opacity: 0;
}
20% {
    opacity: 0.4;
}
40%, 100% {
    transform: scale(1.1);
    opacity: 0;
}
0% {
    transform: scale(0.1);
    opacity: 0;
}
20% {
    opacity: 0.4;
}

40%, 100% {
    transform: scale(1.1);
    opacity: 0;
}
}
.header_toll p {
    margin: 0;
    padding: 0;
    text-align: end;
    color: #000;
    font-size: 13px;
    font-weight: 300;
}
.header_toll a {
    text-decoration: none !important;
    font-size: 20px;
    color:#1375bb;
    font-weight: 600;
}
.car_why{margin:2rem 0;}
.why_car_img{position:relative;height:100%;}
.why_car_header{position:absolute;top:5px;left:10px;}
.why_car_header h2{color:#f7f7f7;font-size:22px;font-weight:600;}
.why_car_header h2 span{font-size:24px;color:#e5ab0c;}
.why_car_img img{width:100%;border-radius:12px;height:220px;object-fit:cover;}
.why_car{margin:2rem 0;}
.savaari h2{font-size:26px;font-weight:700;}
.savaari_main{border:1px solid #ccc;padding:30px 20px;border-radius:8px;/*background: linear-gradient(90deg, #007bff, #00c6ff);*/margin-top:1.5rem;background:#0567d0;}
.savaari_main ul{display:flex;justify-content:space-between;margin:0;list-style:none;padding:0;}
.savaari_main ul li{padding:0 10px;}
.savaari_main_box{display:flex;align-items:center;gap:10px;}
.savaari_main_icon {width:50px;height:50px;background-color:#fff;border-radius:100%;padding:5px;text-align:center;line-height:38px;}
.savaari_main_text{font-size:19px;font-weight:500;color:#fff;}
.savaari_main_icon svg{width:25px;height:25px;fill:#222}
.car_deals{margin:2rem 0 1.2rem;}
.car_deals_img{height:180px;}
.car_deals_img img{width:100%;border-radius:8px 8px 0 0;height:100%;object-fit:cover;}
.car_deals_sub{border-radius:8px;background-color:#fff;border:1px solid #ccc;}
.car_deals_sub a{text-decoration:none;}
.car_deals_text strong{font-size:18px;font-weight:700;color:#333;margin:0;padding:0;}
.car_deals_text p{font-size:13px!important;padding:0px 0 3px;color:#555;margin:0;font-weight:400;}
.car_deals_text{padding:10px;}
.car_deals_text span{width:100%;display:inline-block;padding:6px;background:linear-gradient(135deg, #c1392a, #e74c3c);color:#fff;text-align:center;margin:6px 0;border-radius:8px;font-weight:600;}
.car_deals_text span svg{width:18px;height:18px;margin-right:1px;}
.car_deals_main h2{font-size:26px;font-weight:700;}
.car_deals_main p{font-size:15px;color:#555;}
.email_main{background-color:#f9f9f9;padding:3rem;border-radius:8px;max-width:992px;margin:0 auto;position:relative;z-index:1;overflow:hidden;}
.email_main_img img{width:100%;}
.email{margin:1rem 0 2rem 0;}
.email_main_img{position:relative;z-index:1}
.email_main:before{width:240px;height:240px;background-color:#ff8d00;position:absolute;content:'';border-radius:100%;z-index:-1;top:-40px;left:-30px;}
.email_main_text h2{font-size:23px;font-weight:600;text-transform:uppercase;color:#000;}
.email_main_text p{margin:0;padding:0;font-size:13px;margin-bottom:1rem;}
.email_input input{width:100%;height:45px;border-radius:8px;padding:10px 10px 10px 35px;border:1px solid #ccc;font-size:15px;}
.email_input{position:relative;}
.email_input span{position:absolute;top:8px;left:9px;}
.email_input span svg{width:18px;height:18px;fill:#333}
.email_input button{position:absolute;top:0;right:0;height:45px;padding:10px 22px;border-radius:0 8px 8px 0px;background-color:#007bff;color:#fff;border:0;}
.email_input button:hover{background-color:#ff8d00}
.car_faq .accordion-button:not(.collapsed){background:#e8e8e8!important;color:#000!important;font-size:18px;}
.car_faq .accordion-button:focus{box-shadow:unset!important;}
.car_faq h3{font-size:26px;text-transform:uppercase;font-weight:700;margin:0;}
.car_faq p{font-size:15px;margin-bottom:1.2rem;color:#555;}
.footer{background-color:#114c8f;padding:2rem 0 0;}
.footer h3{font-size:16px;color:#fff;font-weight:600;}
.footer ul{margin:0;padding:0;list-style:none;}
.footer ul li a{font-size:13px;color:#eeecec;text-decoration:none;display:inline-block;margin-bottom:6px;}
.footer ul li a:hover{text-decoration:underline;}
.contact_fotter_main{margin-bottom:8px;display:flex;align-items:center;gap:8px;}
.contact_fotter_main span{width:28px;height:28px;border-radius:100%;background-color:#fff;display:inline-block;text-align:center;}
.contact_fotter_main span svg{width:22px;height:22px;}
.footer .disclaimer{margin-top:1.2rem;border-top:1px dashed rgba(245, 245, 245, 0.27);padding:1rem 0;font-size:12px;color:#f3f3f3;font-size:12px;}
.footer .disclaimer p{margin:0;padding:0;}
.footer_main img{width:180px;filter:brightness(0) invert(1);}
.copy-right p{text-align:center;padding:10px 0;margin:0;color:#fff;font-size:14px;}
.copy-right{border-top:1px dashed rgba(245, 245, 245, 0.27);}
.contact_fotter_main a{color:#fff;text-decoration:none;font-size:14px;}

    .about-header {
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/images/about_car.webp') top/cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
    }
    .about-header h1 {
      font-size: 48px;
      font-weight: 700;
    }
    .about-content {
      max-width: 1000px;
      margin: 60px auto;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      padding: 40px;
    }
    .about-content h2 {
      font-weight: 600;
      font-size:22px;
      margin-bottom:15px;
      color: #007bff;
    }
    .about-content ul {
      list-style: none;
      padding: 0;
    }
    .about-content ul li::before {
      content: "✔️ ";
      color: #007bff;
    }
     .contact-header {background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('/images/contact_page.webp') center/cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
    }
    .contact-header h1 {
      font-size: 48px;
      font-weight: 700;
    }
    .contact-section {
      max-width: 1100px;
      margin: 60px auto;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      padding: 40px;
    }
    .contact-info h4 {
      color: #007bff;
      margin-bottom: 10px;
    }
    .contact-form input,
    .contact-form textarea {
      border-radius: 8px;
      padding: 10px 15px;
    }
    .contact-form button {
      border-radius: 8px;
      padding: 10px 25px;
    }
    .disclaimer-header {
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url('/images/about_car.webp') top/cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
    }
    .disclaimer-header h1 {
      font-size: 48px;
      font-weight: 700;
    }
    .disclaimer-content {
      max-width: 1000px;
      margin: 60px auto;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      padding:20px;
    }
    .disclaimer-content h2 {
      color: #007bff;
      font-size: 22px;
      margin-top:10px;
      font-weight: 600;
    }
    .check-box-option {
    display: flex
;
    align-items: flex-start;
    gap: 3px;
    margin-top: 10px;
}
    .check-box-option input {
    height: unset !important;
}
    .check-box-option span {
  
    font-size: 11px;
    line-height: 15px !important;
    display: inline-block;
    color: #535252;
}
.logo_about{color:#f3f3f3;font-size:12px;font-weight:300;}
.Thanks_popup{width:100%;height:100vh;position:fixed;z-index:9999999;left:0;top:0;background:rgba(0,0,0,0.8);display:none;}
.Thanks_popup_sub{position:absolute;width:450px;padding:2rem;transform:translate(-50% , -50%);left:50%;top:50%;background-color:#fff;border-radius:6px;text-align:center;}
.done_icon img{width:50px;}
.done_icon{margin-bottom:15px;}
.Thanks_popup_sub h2{font-size:28px;font-weight:600;}
.Thanks_popup_sub p{font-size:14px;color:#555;}
.popup_call_btn a{background-color:#007bff;width:95%;padding:8px;display:inline-block;border-radius:8px;color:#fff;font-weight:600;text-decoration:none;}
.close_btn{width:30px;height:30px;border-radius:100%;background-color:#f1f1f1;position:absolute;right:4px;top:2px;line-height:28px;cursor:pointer;}
.close_btn svg{width:18px;height:18px;}



/*new_design*/
.about_us_right img{width:100%;border-radius:12px;}
.about_us{margin:2rem 0;}
.about_us_main h2{font-size:26px;font-weight:700;}
.about_us_left{padding:12px;}
.about_us_left p{font-size:15px;color:#555;}
#main .col-lg-3{padding:0 8px;}
#main .slick-prev, .slick-next{width:35px!important;height:35px!important;background-color:#fff!important;border-radius:100%;box-shadow:0 0 8px 0px #0f0f0f4f;}
#main .slick-next{right:-9px!important}
#main .slick-prev{left:-9px;z-index:9;}
#main .slick-prev:before{ content: '' !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15 6l-6 6l6 6'/%3E%3C/svg%3E") !important;
color: #fff !important;}
#main .slick-next:before {
  content: '' !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E") !important;
}
#main .slick-dots li button:before{font-size:26px!important;}
#main .slick-dots li{margin:0!important;}
#WhyUs .slick-dots li button:before{font-size:26px!important;}
#WhyUs .slick-dots li{margin:0!important;}
.why_us_sub{border:1px solid #ccc;padding:18px;border-radius:8px;background-color:#f6f6f6}
.why_us_left{width:45px;height:45px;border:1px solid #ccc;border-radius:100%;text-align:center;line-height:38px;background:#fff;}
.why_us_left svg{width:26px;height:26px;fill:#01aeef;}
.why_us_right strong{font-size:16px;font-weight:700;color:#222;margin-bottom:0.1rem;display:inline-block;}
.why_us_right p{font-size:14px;color:#555;margin:0;padding:0;}
#WhyUs .col-4{padding:0 8px;}
.why_us{margin:2rem 0;}
.why_us_main h2{font-size:26px;font-weight:700;padding-bottom:1.2rem;}
.Confidence{background:url(/images/Confidence.webp) no-repeat center;width:100%;padding:4rem 1.5rem;}
.Confidence_main h2{font-size:33px;font-weight:700;color:#fff;padding-bottom:1.2rem;}
.Confidence_main p{font-size:15px;color:#f5f5f5;font-weight:300;}
.Confidence_main p strong{font-weight:700;}
.Confidence_main .col-lg-8{padding:0 4rem 0 0rem;}
.Confidence_call a{color:#fff;text-decoration:none;font-weight:300;}
.Confidence_call a svg{width:18px;height:18px;margin-right:2px;}
.Confidence_call a strong{font-weight:600;}
.Confidence_call p{padding:0.8rem 0 0;}
.car_Business{margin:2rem 0;}
.car_business_main h2{font-size:26px;font-weight:700;}
.car_business_main p{font-size:15px;color:#555;margin:0;padding:0.4rem 0;}
.Business_call p{padding:0;padding-bottom:12px;}
.Business_call p a{color:#333;text-decoration:none;}
.Business_call{padding:8px 0 0 0;}
.pages{background-color:#f7f7f7;padding:1rem 0;}
.pages_main{max-width:990px;margin:1rem auto;background:#fff;padding:1rem;}
.pages_main h2 , .pages_main h3{font-size:22px;font-weight:600;}
.pages_main p{font-size:15px;color:#555;padding:0 0 0.8rem;margin:0;}
.pages_main ol{list-style:none;margin:0;padding:0;}
.pages_main ol li{font-size:14px;padding:0 0 0.4rem;color:#555;}
.pages_main p a{font-size:15px;color:#333;text-decoration:none;}
.navbar-brand img,.offcanvas-title img{object-fit:contain;}
.nav-link{color:#000;}
.check-box-option{    padding: 0 0 10px 0;}
 .disclaimer-text { font-size: 11px; padding: 10px 0; color:#909090;}
 .bottom_call{background:#081864;padding:4px 20px;position:fixed;bottom:0;width:100%;display:none;}
 .bottom_call_main{display:flex;align-items:center;gap:8px;justify-content:center;}
 .bottom_call_left{margin-right:4px;border-right:1px solid #575757ad;padding-right:8px;}
.bottom_call_left img{border-radius:100%;width:50px;height:50px;}
.bottom_call_right strong{color:#fff;font-size:15px;font-weight:400;}
.bottom_call_right p{font-size:16px;margin:0;padding:0;font-weight:700;color:#fae31b;}
.bottom_call_right p span{font-size:14px;}
.bottom_call a{text-decoration:none;}
.cookie-bar {position: fixed;bottom: 0;width: 100%;background: rgb(0 0 0 / 80%);color: #fff;text-align: center;font-size: 14px;padding: 6px 10px;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 10px;z-index: 2000;}
.cookie-bar p { margin: 0;}
.cookie-btn {background: #ffd700; border: none;padding: 4px 10px;border-radius:4px;font-size: 13px;font-weight: 600;cursor: pointer;transition: background 0.3s ease;}
.phone_banner{display:none;margin-top:3rem;}
.phones_cars{background-color:#e64605;padding:18px 0 12px 10px;border-radius:6px;}
.phones_cars_main{display:flex;overflow:hidden;justify-content:space-between;}
.phones_cars_right img{width:180px;}
.phones_cars_left{padding-bottom:9px;}
.phones_cars_left h1{font-size:22px;font-weight:600;color:#fff;margin:0;}
.phones_cars_left p{font-size:13px;color:#f7f7f7;font-weight:300;margin-top:4px;padding:0;margin:0;}
.phones_cars_left a{padding:2px 8px;background-color:#fff;text-decoration:none;margin-top:8px;display:inline-block;border-radius:4px;color:#000;font-size:14px}
.phones_cars2{background:linear-gradient(135deg, #dd0a0a 0%, #FFEB3B 100%)!important;}
.phones_cars1{background: linear-gradient(135deg, #003274 0%, #0073E6 100%)!important;}




    .car_rentals_banner {
        display:none;
      position: relative;
      margin-top:3rem;
      color: #fff;
    
      overflow: hidden;
      background:  linear-gradient(183deg, rgb(4 4 4 / 12%) 3.04%, rgb(10 10 11 / 11%) 34.3%, rgb(0 0 0 / 16%) 82.23%), url(/images/car_bnnr.png) center / cover no-repeat; position:relative; height:550px;
    }

    .car_rentals_content {
      padding: 25px 25px 90px;
    }

    .car_rentals_content h2 {
      font-size: 20px;
      font-weight: 600;
   margin-bottom: 2px;
    margin-top: 10px;
    }

    .car_rentals_content p {
      font-size: 14px;
      opacity: 0.9;
      margin-bottom: 20px;
    }

    .car_rentals_features {
      display: flex;flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 20px;
    }

    .car_rentals_feature_item {
         display: flex;
    align-items: center;
    gap: 8px;
    background: rgb(255 255 255 / 26%);
    padding: 8px 12px;
    border-radius: 30px;
    backdrop-filter: blur(22px);
    border: 1px dotted;
    }

    .car_rentals_feature_item i {
      font-size: 18px;
      color: #ff7b00;
    }

    .car_rentals_feature_item span {
      font-size: 14px;
      color: #fff;
    }

    .car_rentals_support {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .car_rentals_live_badge {
      background: red;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      padding: 2px 6px;
      border-radius: 4px;
      margin-left: 6px;
    }

    .car_rentals_agent {
        display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    justify-content: center;
    }

    .car_rentals_agent span{    background: rgb(255 255 255 / 26%);
    padding: 8px 12px;
    border-radius: 30px;
    backdrop-filter: blur(22px);
    border: 1px dotted;}
    .car_rentals_agent img {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #fff;
    }

    .bnner_footer{ position: absolute;
    bottom: 17px; padding:0 10px;width: 100%;}

    .car_rentals_bottom_bar {
       
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01adee;
    padding: 10px 10px;
    border-radius: 58px;
   
    }

    .car_rentals_phone {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .car_rentals_phone .car_rentals_live {
      background: #000;
      color: #fff;
      font-size: 10px;
      padding: 3px 6px;
      border-radius: 4px;
      font-weight: bold;
    }

    .car_rentals_bottom_bar p {
      font-size: 13px;
      opacity: 0.9;
    }

   .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;
}}

     .toll_free1 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.car_rentals_agent_img img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;}

.car_popup {
  padding:30px 0;
}

.car_popup_main{ width: 100%;display:none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  z-index: 99999; height:100%;}

/* Header section with image background */
.car_popup-header {
  position: relative;
  background: url('/images/pop_img.png') center/cover no-repeat;
  padding: 20px;
  color: #fff;
  text-align: center;    height: 220px;
}

.car_popup-header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgb(0 0 0 / 0%);
}

.car_popup-header-content {
  position: relative;
  z-index: 1;    text-align: center;    background: #f0f0f0;
    padding: 2px 0;
}

.car_popup-header-content h2{       font-size: 23px; color:#000;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;    margin-bottom: 4px;}

.car_popup-header-content p{    font-size: 14px; color:#000;}

.car_popup-header img {
  width: 120px;
  margin-bottom: 10px;
}

.car_popup-header h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 5px;
}

.car_popup-header p {
  font-size: 14px;
  margin: 0;
  color: #f1f1f1;
}

/* Close button */
.close-btn {
position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(18 18 18 / 0%);
    color: #000;
    border: none;
    font-size: 27px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
    border: 1px solid;
    line-height: 20px;padding:0;
}
.close-btn:hover {
  background: rgba(255,255,255,0.4);
}

/* Feature buttons */
.car_popup-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 2px 15px 10px;
  margin-top: -30px;
    position: relative;
}

.car_popup-buttons button {
  flex: 1 1 45%;
  background: #1f6fed;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: 0.3s;
}
.car_popup-buttons button:hover {
  background: #2e7ef5;
}

/* Bottom text */
.car_popup-info {
  text-align: center;
  font-size: 13px;
  color: #000;
     padding: 10px 2px 10px;
  background: #fff;
}

/* Call button section */
.call-section {
  background: #ffb400;
  text-align: center;
  color: #003875;
  font-weight: 600;
  font-size: 17px;
  padding: 14px 0;
  border-top: 2px solid #fff;
  cursor: pointer;
}
.call-section:hover {
  background: #ffc94c;
}

.call-section small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #004d99;
  padding: 5px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.newLogoFlex {
    display: flex;
    position: relative;
    z-index: 10;
       padding: 12px 6px 10px 6px;
    justify-content: space-between;
    align-items: center;
    left: 0px;
}

.newLogoFlex .siteLogo {
    float: left;
    vertical-align: middle;
}

.siteLogo img
 {
    width: 130px;
    /*filter: brightness(0) invert(1);*/
}

.newLogoFlex .siteNumb {
    font-size: 14px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    padding: 4px 10px 4px 10px !important;
    position: relative !important;
    line-height: 20px !important;
    float: right !important;
    vertical-align: middle !important;
    margin-top: 8px !important;
    background: #145aa5;
    display: flex !important;
    color: #fff !important;
    border: none !important;
    align-items: center !important;
}


    .new_ad_bnnr_container {
      width: 100%; display:none;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow: hidden;margin-top: 4rem; background: #f0f2ff;  margin-bottom: -4rem; position: relative;
    }

    .new_ad_bnnr_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
    }

    .new_ad_bnnr_header img {
      height: 30px;
    }

    .new_ad_bnnr_menu {
      width: 25px;
      height: 25px;
      background: url('https://cdn-icons-png.flaticon.com/512/1828/1828859.png') no-repeat center;
      background-size: contain;
      cursor: pointer;
    }

    .new_ad_bnnr_banner {
      background: #1d3a8a;
      color: #fff;
      text-align: center;
      padding: 10px 0;
      font-weight: 600;
      font-size: 16px;
    }

    .new_ad_bnnr_title {
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      margin: 15px 0;
      color: #222;
    }

    .new_ad_bnnr_image {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 10px;
    }

    .new_ad_bnnr_image img {
      width: 100%;
      border-radius: 5px;
    }

    .new_ad_bnnr_discount_btn {
      background: #1d3a8a;
      color: #fff;
      text-align: center;
      border-radius: 30px;
      padding: 10px;
      font-weight: 500;
      width: 80%;
      margin: 15px auto;
    }

    .new_ad_bnnr_subtitle {
      text-align: center;
      color: #000;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .new_ad_bnnr_call_box {
      background: #ff4200;
      color: #fff;
      text-align: center;
      border-radius: 40px;
      padding: 10px 15px;
      width: 85%;
      margin: 0 auto 10px;
      font-size: 20px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
    }

    .new_ad_bnnr_call_box img {
      width: 20px;
    }

    .new_ad_bnnr_helpline {
      text-align: center;
      color: #333;
      font-weight: 500;
      margin-bottom: 15px;
    }

    .new_ad_bnnr_features {
      background: #1d3a8a;
      color: #fff;
      padding: 15px 20px;
      border-radius: 0 0 10px 10px;
    }

    .new_ad_bnnr_features ul {
      list-style: none;
          padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    }

    .new_ad_bnnr_features li {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      font-size: 14px;
    }

    .new_ad_bnnr_features li::before {
      content: "✔";
      margin-right: 8px;
      color: #00ffb3;
      font-weight: bold;
    }

    @media (max-width: 400px) {
      .new_ad_bnnr_container {
        width: 100%;
      }
    }

        .pppm2 {
        display: none !important;
    }
       .car_popup .car_rentals_bottom_bar{    background: #ca0000;}

        a{text-decoration:none!important;}

        .copy-right img {
    filter: unset !important;
    width: 60%;
}

        .disclaimer a{color:#fff;}


        .whyus_section {
  text-align: center;
  padding: 60px 20px;
}

.whyus_section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.whyus_section h2 span {
  color: #ffc107;
}

.whyus_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.whyus_card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 350px;
  max-width: 100%;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.whyus_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.whyus_icon {
  background: #f1f6ff;
  border-radius: 50%;
  width:80px;
  height: 80px;
  margin: 0 auto 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whyus_icon img {
  width: 50px;
  height: 50px;
}

.whyus_title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.whyus_text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
  .whyus_container {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .whyus_card {
    width: 100%;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .whyus_section h2 {
    font-size: 1.6rem;
  }
}

  .faq_section {
      background: #fff;
      padding: 30px 40px;
    }

    .faq_section h2 {
        text-align: left;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
      font-weight: 700;
    }

    .faq_item {
      border-bottom: 1px solid #eee;
      margin-bottom: 15px;
    }

    .faq_question {
      background: none;
      border: none;
      width: 100%;
      text-align: left;
      padding: 15px 0;
      font-size: 1.1rem;
      font-weight: 600;
      color: #222;
      cursor: pointer;
      outline: none;
      transition: color 0.3s ease;
      position: relative;
    }

    .faq_question::after {
      content: '+';
      position: absolute;
      right: 0;
      font-size: 1.4rem;
      transition: transform 0.3s ease;
    }

    .faq_question.active::after {
      transform: rotate(45deg);
    }

    .faq_answer {
      max-height: 0;
      overflow: hidden;
      color: #555;
      font-size: 1rem;
      line-height: 1.6;
      transition: max-height 0.4s ease;
    }

    .faq_answer.open {
      max-height: 200px;
      margin-bottom: 10px;
    }

    @media (max-width: 600px) {
      .faq_section {
        padding: 25px 20px;
      }
      .faq_question {
        font-size: 1rem;
      }
    }