﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body{ font-family:"Manrope", 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; /* icon space */
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}

.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, #007bff, #00c6ff);
  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)!important;width:100%;padding:2rem 0 3rem;background-repeat:no-repeat;background-size:cover;background-position:center;}
   .car_search h1{ font-size:24px;font-weight: 700;background: linear-gradient(90deg, #007bff, #00c6ff);-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;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.20);
    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;padding:0px 0 3px;color:#555;margin:0;font-weight:500;}
.car_deals_text{padding:10px;}
.car_deals_text span{width:100%;display:inline-block;padding:6px;background:linear-gradient(90deg, #007bff, #00c6ff);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;}
.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;}
.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;}