.gold{ color:gold; }
.green{color: green;}
.blue{color:#2563EB;}
.black{color:#000;}
.hero-content{text-align: center;}
.hero-content.sell{text-align: left;}
.hero-icons{font-size: 13px;font-weight: bold;margin-top: 13px;}
.step .hero-icons{font-size: 13px !important;}
@media (max-width: 1199px) {
  .hero-icons{font-size: 13px !important;}
  .hero-icons i{font-size: 13px !important;}
}
.hero-icons div{line-height: 36px; text-align: center;}
.hero-icons.sell div{line-height: 40px; text-align: left;}
.start-icons {
  font-size: 13px;
  font-weight: bold;
  margin-top: 13px;
}
.why-postal{
  margin : 20px auto;
  font-size: 14px; 
}
.why-postal a{
  text-decoration: underline;
}

.hero .hero-content h1{
  font-size: 48px;
}
.form-box{
  max-width: inherit;
  margin-top: 100px;
}
.form-inner-box{
border:none;
box-shadow : none;
}  
.start-icons div {
  line-height: 32px;
  text-align: center;
}

.start-icons .text {
  color: #2563EB;
  font-size: 24px;
}

.start-icons span {
  font-size: 18px;
}

.start-icons .blk {
  padding: 10px 25px;
  display: inline-block; /* Ensure the blocks are side by side */
}

.start-icons .text small {
  display: block;          /* Moves 'Cars Bought' to next line */
  font-size: 0.75rem;     /* Smaller font size */
  color: #477BEE;            /* Slightly muted color */
  font-weight: normal;
}


.video-box {
  width: 100%;
  max-width: 385px;
  height: 218px;
  background-color: #ccc; /* Gray background */
  display: flex;
  flex-direction: column;      /* Stack items vertically */
  align-items: center;         /* Center horizontally */
  justify-content: center;     /* Center vertically */
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.video-box iframe{
  border-radius: 10px;
}
.map-box {
  max-width: 800px;
  height: 450px;
}
.video-icon {
  font-size: 64px;
  color: #555;
}
.map-icon {
  font-size: 32px;
}

.video-text {
  margin-top: 10px; /* Space between icon and text */
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.map-text{
  font-size: 0.7em;
}
.blue-bg{
  background-color: #2563EB;
  color: white;
  border-radius: 10px;
  padding: 40px 0;
  /* width: 92%; */
}
.white-bg{
  background-color: #fff;
  color: #1F2937;
}
.container.compare{
  width: 90%;
}
.compare .white-bg{
  border-radius: 10px;
  padding: 40px 0;
}

.blue-bg h2{
  font-size: 44px;
  color: #fff;
}
.blue-bg p{
  font-size: 1.2rem;
  width: 80%;
  margin: 0 auto;
}
.about .blue-bg .btn-cta{
  background: white;
  color: #2563EB;
}
.dark-bg .btn-cta{
  background: #2563EB;
  color: #fff;
}
.about .blue-bg .btn-cta.transparent{
  background: transparent;
  color: #fff;
  border:1px solid white;
  margin-left: 10px;
}

.uber{
    background: #EFF6FF;
    border-radius: 10px;
    border: 2px solid #BAD7FD;
    align-items: center;
    padding: 8px;
    margin: 20px 20px 20px 0;
}
.uber .logo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.uber .logotext{
  background: #000;
  color: #fff;
  padding: 10px 8px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}
.uber .text{
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 6px;
  margin: 0;
  font-weight: 500;
}

.form-box {
  border: 1px solid #BAD7FD;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 0 +
  
  
  
  px #EFF6FF;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  max-width: 440px;
  width: 100%;
  margin: 100px auto;
}
.form-box:hover {
  transform: scale(1.02);
}
.form-inner-box {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 100%;
}
.tabs-slider {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  background: #F1F5F9;
  border-radius: 20px;
  padding: 4px;
  width: 100%;
  max-width: 254px; /* or 90%, adjust as needed */
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
}

.tabs-slider button {
  border: none;
  outline: none;
  background: transparent;
  color: #000;
  padding: 8px 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-weight: 500;
}
.tabs-slider button.active {
  background: #fff;
}
.tab-content {
  padding: 10px;
}
/* Style the Select2 selection box */
.select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #BAD7FD !important;
  border-radius: 4px;
  padding: 4px 12px;
  background: #fff;
}
/* Ensure dropdowns stay within viewport */
/* .navmenu .dropdown ul {
  position: absolute;
  left: auto;
  right: 0;
  min-width: 200px;
  z-index: 1000;
  overflow: visible;
} */

/* Optional: make submenu scrollable if too tall */
.navmenu .dropdown ul {
  max-height: 300px; /* adjust as needed */
  overflow-y: auto;
}

/* Optional: add subtle shadow to dropdown */
.navmenu .dropdown ul {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Prevent dropdown from overflowing horizontally */
.navmenu .dropdown ul li {
  white-space: nowrap;
}

.hero-icons span {
  padding: 0.1rem;
  line-height: 1em;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;   /* control clickable area */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;   /* arrow color */
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;      /* keep natural aspect */
  height: 20px !important;     /* set fixed height */
  fill: currentColor;
  pointer-events: none;
}
.faq .faq-heading{
  font-size: 24px;
}
.faq-main .faq-header h4{ 
 font-size: 1.1rem;
}
.direction-main .hero{
  background: linear-gradient(to bottom, #f2f2f2, #fbfbfb);
}
.faq-heading i{
  background-color: #DBEAFE;
  padding: 7px 10px;
  color:#2A66EB;
  border-radius: 5px;
  margin: 20px auto 15px auto;
}
.faq-heading span{
  font-weight: bold;
  color:#2A66EB;
  margin-left: 10px;
}
.faq-heading{
  margin-top:20px;
}
.answer .section-title{
  padding-bottom:20px;
}
.section.dark{
  background-color: #F9FAFB;
}
.align-center{
  text-align: center;
}
.align-left{
  text-align: left;
}
.header{
  border-bottom: 1px solid #ddd;
  padding: 0;
}

.img-container {
  width: 20rem;
  height: 20rem;
  overflow: hidden;     /* crop image within circle */
  margin: 0 auto;       /* center if needed */
  border-radius: 8px;
}

.portfolio-details .img-container {
  width: 864px;
  height: 500px;
  overflow: hidden;     /* crop image within circle */
  margin: 0 auto;       /* center if needed */
  border-radius: 8px;
}
@media (max-width: 767px) {
  .portfolio-details .img-container {
    width: 100%;
    height: 300px;
  }
}
.img-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;    /* ensures image covers area without distortion */
}
.cursor-icon {
  position: relative;
  font-size: 2rem;
  display: inline-block;
}

.cursor-icon::before,
.cursor-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #007bff; /* color of lines */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.cursor-icon::after {
  width: 40px;
  height: 40px;
  border-style: dashed;
  opacity: 0.6;
}
#locations-list li {
  display: none;
}
#locations-list li:nth-child(-n+4) {
  display: list-item;
}
#toggle-locations{
  margin-top:5px;
  color: rgb(37 99 235);
}
#team .img-container{
  width:55rem;
  height: 30rem;
  max-width: 95%;
}
.banner-box{
  background: linear-gradient(135deg, #004aad, #007bff); 
  border-radius: 8px; 
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.banner-box img{
  max-height: 130px;
  max-width: 100%;
}
.how-we-work .bi-cursor-fill{
  transform: scaleX(-1); 
  display:inline-block;
}
.video-review .visual-content{
  height: 100%;
}

.whyus .checks .row{
  padding: 10px;
}
.left-image{
  width: 36rem;
  height: 22rem;
  max-width: 100%;
}
.compare .first{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.compare .rest{
  border-radius: 0;
}
.compare .align-left{
  color: rgb(75 85 99);
  padding-left: 28px;
}
.compare .white-bg .row{
  border-bottom:1px solid rgb(243 244 246);
  margin : 0 20px;
}
.compare .blue-bg{
  padding: 12px 0;
}
.compare i{
  font-size: 32px;
}
.blue-bg.full{
  border-radius:0;
  max-width:100%;
  width: 100%;
}
h2{
  font-size: 34px;
}
.hero-icons{
  font-size: 16px;
}
@media (max-width: 1199px) {
  .hero-icons {
    font-size: 16px !important;
  }
  h2{
    font-size: 24px;
  }
}
/* 🟦 Responsive table view for mobile */
@media (max-width: 991px) {
  .compare .white-bg {
    padding: 10px;
  }

  .compare .white-bg .row {
    display: block;
    border: 1px solid rgb(229 231 235);
    border-radius: 8px;
    margin: 10px 0;
    padding: 12px;
  }

  .compare .compare-header {
    display: none; /* hide header on mobile */
  }

  .compare .align-left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .compare .blue-bg,
  .compare .white-bg .row > div:not(.align-left) {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
  }

  .compare .blue-bg {
    background: #007bff;
    color: #fff;
  }

  .compare .white-bg .row i {
    font-size: 24px;
  }

  .compare .white-bg .row::after {
    content: "";
    display: block;
    clear: both;
  }
}
.hero-section .img-container{
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.img-container.banner{
  width:55em;
  height: 30em;
  max-width: 98%;
}
.modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
}
.modal-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
}
.modal-backdrop.show { display: flex; }
.secure-info-box {
    background-color: #e7f3ff; /* light blue */
    color: rgb(55 65 81); /* deep blue text */
    border-radius: 6px;
    padding: 28px 14px;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.secure-info-box i {
    font-size: 1.1rem;
    color: #0b5394;
    margin-top: 2px;
}    
.hero .hero-content h1{
  font-size: 48px;
}
.hero-content{
  margin-bottom: 80px;
}
#answer .answer-box {
background: #fff;
border-radius: 12px;
margin-top: 15px; /* keeps it close to heading */
border:1px solid #dfdfdf;
}
@media (max-width: 991px) {
  .started{
    margin: 70px auto;
  }
  .blue-bg h2{
    font-size: 32px;
  }
  .clients .section-title h2{
    font-size : 24px;
  }  
  .start-icons .text{
    font-size : 32px;
  }
  .start-icons .text small{
    font-size : 1rem;
  }
  .footer .sitename img{
    max-width: 100px;
  }
  #toggle-locations{
    cursor: pointer;
    font-size: .8rem;
  }
  .footer .g-5, .gy-5{
    --bs-gutter-y : 0;
  }
  .hero-content.sell{
    text-align: center;
    font-size: 18px;
  }
  .hero-icons.sell div{
    text-align: center;
  }
  .hero .hero-content h1{
    font-size: 36px;
  }
  .uber{
    margin: 20px auto 50px auto;
    width: 95%;
    text-align: center;
    padding: 0px 20px;
  }
  .clients{
    padding: 0;
  }
  .form-box{
    width: 96%;
    margin: 10px auto;
    max-width: 580px;
  }
  .testimonials .swiper-button-prev, .testimonials .swiper-button-next{
    top:-24em;
  }
  .direction-main .hero{
    padding-top: 120px;
    min-height: 0;
  }
}
@media (min-width: 991.98px) {
  .fixedtop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
@media (max-width: 991.98px) {
  .hero,.hero-section{
    padding: 0;
  }
  .logo{
    max-width: 200px;
  }
}
.swiper-button-prev::after,.swiper-button-next::after{
  display: none !important;
}
.w-30{
  width:30% !important
}
.fs-7{
  font-size:0.9rem !important
}
.fs-8{
  font-size:0.75rem !important
}

.text-danger {
  font-size: 0.8125rem; /* around 13px */
  font-weight: 500;
}

.error-message {
  font-size: 0.75rem; /* ~12px */
  color: #dc3545;     /* Bootstrap red */
  display: block;
}

.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: none !important;
}

.cursor-pointer{
  cursor: pointer;
}

@media (max-width: 991px) {
  .footer .container{
    max-width: 100%;
    margin-left : 10px;
  }
  .footer .footer-links,.footer .footer-contact{
    margin-top: 16px;
  }
}

/* Hide Car Details tab */
.tabs-slider{
  display: none;
}
.testimonial-body {
  max-height: 80px;
  overflow-y: auto; /* enable scroll when needed */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.testimonial-body::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Base dropdown box */
.choices__inner {
  background-color: rgba(255, 255, 255, 0.8); /* transparent white */
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  min-height: 36px; /* slimmer height */
  padding: 0 10px !important;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

/* On focus */
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15);
}

/* Dropdown menu */
.choices__list--dropdown {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.1);
  font-size: 0.9rem;
}

/* Dropdown items */
.choices__list--dropdown .choices__item--selectable {
  padding: 6px 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.choices__list--dropdown .choices__item--selectable:hover {
  background-color: #f8f9fa;
}

/* Remove blue tags (for single select consistency) */
.choices__list--single .choices__item {
  color: #212529;
}

/* Slim placeholder text */
.choices__placeholder {
  color: #6c757d;
  opacity: 0.8;
}
.choices{
  margin-bottom: 0;
}

/* Hide mobile image by default */
.mobile-img {
  display: none;
}

/* Show mobile image and hide desktop one on small screens */
@media (max-width: 767px) {
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: inline-block;
  }
}
@media (min-width: 320px) and (max-width: 766px) {
  .hero-section .img-container {
    width: 90%;
  }
}
.cl-inherit{
  color: inherit;
}