@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/********** Template CSS **********/
:root {
  --primary: #850028;
  --secondary: #4d5765;
  --light: #eef9ff;
  --dark: #091e3e;
  --navy: #1f2b3e;
  --primaryhover: #68001f;
}

body {
  font-family: "Geist", serif !important;
  background-color: #f9f9f9;
}

.form-label,
.form-select {
  font-family: "Lato", serif !important;
}

.form-select:focus {
  border: 1px solid var(--primary) !important;
  box-shadow: none !important;
}

/* login pages  - start */
.auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}

.auth-container {
  display: flex;
  min-height: 98vh;
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}

.auth-box {
  flex: 2;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-sectionn {
  flex: 1;
  color: white;
  padding: 6rem 3rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  /* display: flex; */
  align-items: start;
}

.news-text {
  color: #4d5765;
  font-family: "Lato", serif !important;
  cursor: pointer;
}

.info-sectionn h2 {
  font-family: "Lato", serif !important;
  font-weight: 600 !important;
}

.auth-btns {
  background-color: #800020;
  border: none;
  color: white;
  padding: 0.8rem;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  margin: 1rem 0;
  font-family: "Geist", serif !important;
}

.auth-btns:hover {
  background-color: #600018;
}

.social-auth {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-link-auth {
  flex: 1;
  padding: 0.8rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: #212529;
  background: #f9f9f9;
}

.social-link-auth:hover {
  background: #f0f0f0;
}

.reg {
  font-family: "Lato", serif !important;
  color: var(--primary);
}

.reg:hover {
  color: var(--primaryhover);
}

.fw-ps:hover {
  color: #1471c4;
}
.indicators {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.bar {
  height: 4px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s;
}

.bar.active {
  background-color: white;
}

.separator-auth {
  text-align: center;
  position: relative;
  margin: 1.5rem 0;
}

.separator-auth::before,
.separator-auth::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background-color: #dee2e6;
}

.separator-auth::before {
  left: 0;
}

.separator-auth::after {
  right: 0;
}

.center-box h2 {
  font-weight: 700 !important;
  color: #1e1e1e;
}

.center-box p {
  color: #4d5765;
}

.auth-inputs {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid white;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
  border-radius: 4px;
  font-size: 14px;
  padding: 11px 12px;
  box-shadow: none !important;
}

.auth-inputs:focus {
  border: 1px solid var(--primary);
}

.fw-ps {
  color: #3390e3;
  font-weight: 600;
  font-size: 14px;
}

/* login pages  - end */

/* otp */
.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.otp-box {
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  outline: none;
}

.otp-box:focus {
  border-color: var(--primary);
}

@media (max-width: 576px) {
  .otp-inputs {
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .otp-box {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

/* otp */

/* checkout page  - start */
.delivery__wrapper {
  padding: 2rem 0;
}

.delivery__title {
  font-size: 1.55rem;
  margin-bottom: 1.5rem;
  font-family: "Lato", serif !important;
}

.delivery__form-group {
  margin-bottom: 1rem;
}

.delivery__label {
  display: block;
  margin-bottom: 0.5rem;
}

.delivery__input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.delivery__select {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.delivery__textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.address__card {
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background: white;
}

.address__title {
  font-size: 20px;
  margin-bottom: 0.75rem;
  font-family: "Lato", serif !important;
  color: #1f2b3e;
}

.address__text {
  margin-bottom: 0.45rem;
  font-family: "Lato", serif !important;
  color: #4d5765;
}

.radio-bx {
  background: white;
  display: flex;
  gap: 20px;
  padding: 17px 16px;
  align-items: center;
  border-radius: 3.5px;
}

input[type="radio"] {
  accent-color: var(--primary);
  transform: scale(1.2);
  cursor: pointer;
  margin: 2px;
}

.radio-bx label {
  margin-bottom: 0px !important;
  color: #1f2b3e;
}

.payment__option {
  display: flex;
  align-items: center;
  gap: 5px;
}

.order-summary {
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: white;
}

.order-summary__title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-family: "Lato", serif !important;
}

.product__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.product__image-box {
  background-color: #f0f0f0;
  padding: 18px 16px 15px 17px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .radio-bx {
    display: block;
  }

  .payment__option {
    margin-bottom: 10px;
  }
}

.product__image {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.product__details {
  flex-grow: 1;
}

.product__name {
  margin-bottom: 18px;
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}

.product__quantity {
  display: flex;
  align-items: center;
}

.quantity__btn {
  padding: 0.25rem 0.5rem;
  border: 1px solid #b5bac3;
  background: transparent;
  cursor: pointer;
}

.quantity__btn:first-child {
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.quantity__btn:last-child {
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.quantity__input {
  width: 40px;
  text-align: center;
  border: 1px solid #b5bac3;
  padding: 0.25rem;
}

.product__price {
  text-align: right;
  font-family: "Lato", serif !important;
  align-self: flex-end;
  margin-bottom: 10px;
}

.summryprice {
  font-weight: 600 !important;
  font-family: "Lato", serif !important;
}

.product__price p {
  margin-bottom: 0px !important;
  font-weight: 700 !important;
}

.summary__divider {
  margin: 1rem 0;
  border-top: 1.5px solid #d8d8d8;
  opacity: 1;
}

.summary__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-family: "Lato", serif !important;
}

.summary__total {
  font-weight: bold;
  margin-bottom: 0px;
  font-family: "Lato", serif !important;
}

.confirm__btn {
  font-weight: 600;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 14px 60px 14px 60px;
  text-decoration: none !important;
  border-radius: 0px 0px 3.6px 3.6px;
  color: white;
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 100%;
  font-family: "Geist", serif !important;
}

.confirm__btn:hover {
  background-color: var(--primaryhover);
}

.checkout-boxx {
  background: white;
  padding: 22px 26px;
  margin-bottom: 34px;
  border-radius: 3.5px;
}

/* checkout page  - end  */

/* Custom radio buttons */
.custom-radio {
  appearance: none;
  width: 17px;
  height: 17px;
  /* border: 2px solid white; */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  /* background: transparent; */
  transition: all 0.3s ease;
}

.custom-radio + label {
  font-size: 14px;
  cursor: pointer;
  margin-left: 0px;
}

/* Custom select icon - start */

/* Custom select icon - end */

/* Range slider container */
.price-slider {
  position: relative;
  padding: 10px 0;
}

.slider-track {
  width: 100%;
  height: 7px;
  background: #5c5d6b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0px;
}

.slider-range {
  height: 7px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  box-shadow: rgb(0 0 0 / 22%) 0px 4px 4px;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 16px;
  border-radius: 3.6px;
  background: var(--primary);
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid var(--primary);
  box-shadow: rgb(0 0 0 / 22%) 0px 4px 4px;
}

.price-labels {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.currency {
  color: #f2f2f2;
  font-weight: 400;
}

.price-labels-f {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: var(--navy);
  font-size: 14px;
  margin-top: 20px;
}

.price-labels-f .currency {
  color: var(--navy);
  font-weight: 400;
}

.filter-labels .slider-track {
  background: #d8d8d8;
}

.input-with-icon {
  position: relative;
}

.input-with-icon input {
  padding-right: 40px;
}

.input-with-icon i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6e7684;
  pointer-events: none;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
  font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
  font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
  font-weight: 600 !important;
}

/*** Button ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary {
  color: #ffffff;
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
  background: #6b0000;
  border: #6b0000;
}

.btn-secondary:hover {
  box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  margin-right: 22px;
  padding: 35px 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  outline: none;
  transition: 0.5s;
}

.logo-mt {
  margin-top: 5px;
}

.profile-text {
  color: white;
  font-weight: 500;
}

.dropdown-toggle::after {
  filter: invert(2);
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark);
}

.sticky-top.navbar-dark .user-profile .profile-text {
  color: var(--dark);
}

.sticky-top.navbar-dark .user-profile .dropdown-toggle::after {
  filter: invert(0);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
  font-weight: 600;
}

.navbar-dark .navbar-brand h1 {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.login-btn {
  border-radius: 0px;
  font-weight: 600;
  transition: 0.5s;
  background-color: var(--primary) !important;
  text-decoration: none !important;
  padding: 6px 15px;
  color: white;
  font-size: 12px;
}

.sign-up-btn {
  border-radius: 0px;
  font-weight: 600;
  transition: 0.5s;
  background-color: #f0f0f0 !important;
  text-decoration: none !important;
  padding: 6px 15px;
  color: var(--secondary);
  font-size: 12px;
  margin-right: 18px;
}

.cart-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: white;
}

.cart-icon-wrapper {
  position: relative;
  margin-right: 26px;
}

.badge-counter {
  position: absolute;
  bottom: 8px;
  right: 2px;
  width: 15px;
  height: 16px;
  background-color: var(--bs-primary);
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transform: translate(50%, 50%);
}

.search-icon {
  margin-right: 1rem !important;
}

.searchbox {
  border: 1px solid white !important;
  background: white !important;
}

.search-icon i {
  color: white;
  font-size: 19px;
}

/*  sticky navbar (after scroll) */
.navbar.sticky-top .search-icon i {
  color: black;
}

.navbar.sticky-top .cart-icon {
  filter: invert(1);
}

.radioboxx {
  min-height: 1.5rem;
  padding-left: 31px;
  margin-bottom: 0px;
  margin-right: 1.5rem;
}

.dropdown-menu-end {
  right: 6%;
}

.dropdown-item:hover {
  background: var(--primary);
  color: white;
}

@media (max-width: 991.98px) {
  .detail-card {
    margin: 22px auto !important;
  }
  .sticky-top.navbar-dark {
    position: relative;
    background: #ffffff;
  }
  .profile-text {
    color: var(--dark);
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    color: var(--dark);
  }

  .navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}

@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .sticky-top.navbar-dark {
    position: fixed;
    background: #ffffff;
  }

  .navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }

  .sticky-top.navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}

/*** Carousel ***/
.height-banner {
  aspect-ratio: 21/9;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#header-carousel .carousel-indicators {
  bottom: 82px;
}

.bookbtn {
  font-weight: 500;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 13px 46px 13px 46px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 14px;
  display: inline-flex;
}

.bookbtn:hover {
  background-color: var(--primaryhover);
}

.custom-divider {
  border: 0;
  border-top: 1px solid #585858;
  margin: 20px 0;
}

.applybtn {
  font-weight: 500;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 13px 46px 13px 46px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  border: none;
}

.applybtn:hover {
  background-color: var(--primaryhover);
}

.book-right {
  margin-left: 10px;
}

#header-carousel .carousel-indicators button {
  margin: 0 9px;
  background-color: #350010;
  width: 52px;
  height: 5px;
}

#header-carousel .carousel-indicators [data-bs-target] {
  background-color: var(--primary);
}

.title-1 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 0px;
}

.p-title {
  font-size: 18px;
  font-weight: 300;
  padding-right: 13%;
  padding-left: 14%;
  margin-top: -15px;
  margin-bottom: 23px;
}

.mtbook {
  margin-top: 31px;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

.pricebox {
  margin-top: -5px;
}

.navbar {
  padding: 1rem 10rem 1rem 10rem;
}

.navbar-nav .nav-link {
  font-size: 1rem;
  margin: 0 0.5rem;
  text-transform: uppercase;
}

.position-relative .badge {
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}

.services-section {
  padding: 80px 0;
  background: #fff;
}

.services-header {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.space-section {
  margin-top: 5%;
  margin-bottom: 5%;
}

.services-heading {
  font-size: 32px;
  font-weight: 600 !important;
  margin-bottom: 16px;
  color: #1e1e1e;
}

.services-desc {
  color: var(--secondary);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 600;
}

.swiper-container,
.swiper-container-towing,
.swiper-container-carwash,
.swiper-container-new-marketplace,
.swiper-container-new-rentacar,
.swiper-container-new-buyacar {
  position: relative;
  overflow: hidden;
}

.service-card {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 54%;
  object-fit: cover;
  border-radius: 3px;
}

.service-details {
  background-color: #fff;
  padding: 23px 18px;
}

.service-content {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  padding: 3px 21px;
  color: #000000;
  height: 200px;
}

.service-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
  color: black;
}

.service-content p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 24px;
  opacity: 0.9;
  height: 67px;
}

.view-more-btn {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 9px 23px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-size: 15px;
  transition: background-color 0.3s;
}

.view-more-btn:hover {
  background: #5c021d;
}

.custom-navigation {
  display: flex;
  gap: 12px;
  margin-bottom: 57px;
}

.swiper-button {
  width: 40px;
  height: 40px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.swiper-button.active {
  background: #8b0000;
  color: white;
}

.swiper-button.active:hover {
  background: #6b0000;
}

.swiper-button.inactive {
  background: #e2e8f0;
  cursor: not-allowed;
  opacity: 0.5;
  color: white;
}

.swiper-button.next.inactive {
  background: #e8e8e8;
  color: #ffffff;
}

.swiper-button.prev.inactive {
  background: #e8e8e8;
  color: #ffffff;
}

@media (max-width: 767px) {
  .swiper-container {
    margin: 0 0px;
  }
}

/* Rent a car  */

.rent-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 19px;
  background: white;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-card {
  position: absolute;
  left: 10px;
  bottom: 45px;
  background-color: var(--primary);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700 !important;
  /* font-family: "Lato", serif !important; */
}

.similar-cars {
  color: #1e1e1e;
  font-weight: 600 !important;
  font-size: 2.09em;
  margin-bottom: 35px;
  margin-top: 4%;
}

.price-text {
  font-weight: 400;
}

.rent-card:hover {
  transform: translateY(-5px);
}

.rent-img-top {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding-top: 10px;
}

.rent-title {
  text-align: start;
  font-weight: 600 !important;
  font-size: 14px;
  color: black;
  word-break: break-word;
  padding: 0 11px 0px 11px;
}
.specs {
  display: flex;
  justify-content: center;
  gap: 0;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-top: -7px;
}

.spec {
  padding: 6px 9px;
  align-content: center;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  color: #2d3135;
}

.spec:last-child {
  border: none;
}
/* Rent - a car  */

/*** Service ***/
.services-title {
  color: var(--secondary);
  letter-spacing: 4px;
  font-size: 13px;
  margin-bottom: 16px;
}

.service-item {
  position: relative;
  height: 300px;
  padding: 0 30px;
  transition: 0.5s;
}

.service-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 2px;
  transform: rotate(-45deg);
}

.service-item .service-icon i {
  transform: rotate(45deg);
}

.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}

.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}

.category-nav {
  display: flex;
  gap: 2rem;
  padding: 0;
  list-style: none;
}

.category-nav li a {
  color: #000c21;
  text-decoration: none;
  font-size: 0.99rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.category-nav li.active a {
  color: var(--primary);
}

.category-nav li a:hover {
  color: var(--primary);
}

/* vehicle towing */
.location {
  display: flex;
  align-items: center;
  color: #464646;
  margin-top: 10px;
}

.location-icon {
  width: 20px !important;
  height: 20px !important;
  margin-right: 4px;
  object-fit: none !important;
}

.location-text {
  font-size: 14px;
  color: #464646;
}

.rating-i {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.star-icon {
  font-size: 14px;
  color: #ffb91d;
  margin-right: 5px;
}

.rating-text {
  font-size: 15px;
  color: #ffb91d;
  font-weight: 400;
}

.reviews-count {
  font-size: 14px;
  color: #464646;
  margin-left: 5px;
}

.separator-detail-2 {
  border: 0;
  height: 1px;
  background-color: #868181;
  margin-top: 24px;
  margin-bottom: 35px;
}

/* vehicle towing */

/* market place  */

.new-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 19px;
  background: white;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-card .card-img-top {
  width: 52%;
  height: 213px;
  object-fit: contain;
  padding-top: 20px;
  padding-bottom: 3px;
}

.new-card:hover {
  transform: translateY(-5px);
}

.card-img-top {
  width: 66%;
  height: 216px;
  object-fit: contain;
  padding-top: 10px;
  padding-bottom: 20px;
}

.bluubox {
  padding-bottom: 39px !important;
}

.swiper-container-new-marketplace .card-body {
  padding: 0px 15px;
}

.swiper-container-new-marketplace .card-title {
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000000;
}
.swiper-slide-m a {
  text-decoration: none !important;
}
.swiper-container-new-marketplace .card-price {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
}

.card-body {
  text-align: start;
}

.marketprice-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
}

.star-rating .fa-star {
  color: #ffd700;
  font-size: 14px;
}

.star-rating .fa-star.grey {
  color: grey;
}

.card-price {
  font-size: 1rem;
  font-weight: bold;
  color: #e63946;
  margin-top: 10px;
}

.discounted-price {
  font-size: 0.9rem;
  color: grey;
  text-decoration: line-through;
  margin-left: 10px;
}

.card-price-pd {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  font-family: "Lato", serif !important;
}

.discounted-pricepd {
  font-size: 1.3rem;
  color: #bbbbbb;
  text-decoration: line-through;
  margin-left: 10px;
}

.cart-icon-market {
  width: 24px;
  height: 24px;
  margin-top: -15px;
}

.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--primary);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
}
/* market place  */

@media (min-width: 991.98px) {
  .find-car {
    position: relative;
    margin-top: -75px;
    z-index: 1;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.bg-find {
  background: linear-gradient(to bottom, #161829, #292d45);
}

.bg-header {
  background: linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)),
    url(../image/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.link-animated a {
  transition: 0.5s;
}

.link-animated a:hover {
  padding-left: 10px;
}

/* Footer  */
.footer {
  background-color: black;
  color: white;
  padding: 53px 0 31px 0;
  font-family: "Lato", serif !important;
}

.footer-padding {
  padding-left: 8%;
  padding-right: 8%;
}

.footer h4 {
  margin-bottom: 28px;
  font-weight: 400 !important;
  font-size: 19px;
}
.footer ul {
  list-style: none;
  padding: 0;
}

.footer-links li .active {
  color: white !important;
}

.footer ul li {
  margin-bottom: 22px;
}
.footer a {
  color: #858585;
  text-decoration: none;
  transition: color 0.3s;
}
.footer a:hover {
  color: white;
}
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 20px;
}
.social-icons a {
  margin-left: 15px;
  color: white;
}
.footer-description {
  color: #858585;
  font-size: 14px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 35px;
  background: var(--secondary);
  border-radius: 4px;
  margin-left: 13px;
  transition: all 0.3s;
}

.social-icons a:hover {
  background: var(--primary);
}

.social-icons i {
  font-size: 14px;
}

.ginger-technologies {
  color: #ffffff !important;
}

.ginger-technologies:hover {
  color: var(--primary) !important;
}

.form-select {
  font-size: 1rem;
  font-weight: 600;
  color: #6e7684;
  border-radius: 4px;
  border: unset;
  padding: 0.75rem;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236e7684%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}

.overlay-banner {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
}

.banner-t {
  font-size: 38px;
  line-height: 1.34;
}

.banner-headingss {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.banner-aspect {
  aspect-ratio: 71 / 19;
}

/* filter  */
.mt-top {
  margin-top: 25%;
}

.mt-return {
  margin-top: 12px;
}

.accordion-button {
  font-size: 1rem;
  font-weight: 600;
  color: #6e7684;
  border-radius: 4px;
  border: unset;
  padding: 1rem 1.3rem;
  appearance: none !important;
  background-color: transparent;
  position: relative;
}

.accordion-button::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 41%;
  transform: translateY(-50%);
  width: 0.65rem;
  height: 0.65rem;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236e7684%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E) !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.accordion-button.collapsed::after {
  content: "";
  right: 1.2rem;
  top: 51%;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236e7684%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
}

/* Filters Panel Styles */
.filters-container {
  background-color: #f4f4f4;
  padding: 0;
  border: 1px solid #f4f4f4;
}

.filters-header {
  background: linear-gradient(to left, #292d45, #161829);
  color: white;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.filters-content {
  padding: 20px;
}

.filter-labels {
  margin-bottom: 1.2rem;
}

.filter-labels label {
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
}

.filter-labels .form-control {
  border: 1px solid #cfd2d7;
  border-radius: 4px;
  font-size: 14px;
  padding: 11px 12px;
}

.filter-labels .form-select {
  border: 1px solid #cfd2d7;
  border-radius: 4px;
  font-size: 14px;
  padding: 11px 12px;
  color: var(--navy);
}

.location-return {
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  margin-top: 4px;
  margin-bottom: 16px;
}

.checkbox-group {
  margin-top: 0.5rem;
}

.custom-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.custom-form-check {
  display: flex;
  flex: 1;
  align-items: center;
  margin-bottom: 9px;
}

.mb-chk label {
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 17px;
  display: block;
  font-weight: 600;
}

.filter-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-bottom 0.3s ease;
}

.filter-title-container:hover {
  background-color: #f6f7f8;
}

.filter-checkbox {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  border: none;
  padding: 0 12px;
}

.filter-title {
  margin-bottom: 0px;
  color: var(--navy);
  font-weight: 600;
  font-size: 14px;
  font-family: "Lato", serif !important;
}

.filter-checkbox.open {
  max-height: 300px;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: #ffffff;
}

.filter-title-container.open {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.dropdown-icon {
  color: #6e7684;
}

.custom-form-check-input {
  width: 24px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 15px;
  cursor: pointer;
  appearance: none;
  display: inline-block;
  position: relative;
  background: white;
}

.rent-nav {
  text-decoration: none;
}

.custom-form-check-input:checked {
  border-color: #6e7684;
}

.custom-form-check-input:checked::before {
  /* content: "✔"; */
  content: "\f00c";
  font-family: "Font Awesome 6 Free";

  display: block;
  font-weight: 900;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.custom-form-check-label {
  font-size: 15px !important;
  color: #666 !important;
  font-weight: 500 !important;
  cursor: pointer;
  margin-bottom: 0px !important;
}

.custom-form-check-input:checked + .custom-form-check-label {
  color: var(--navy) !important;
  font-weight: 600 !important;
}

@media (max-width: 991px) {
  .filters-container {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 300px;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    background-color: #f4f4f4;
  }

  .filters-container.active {
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .filter-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    backdrop-filter: blur(2px);
  }

  .filter-backdrop.active {
    display: block;
    opacity: 1;
  }

  .filter-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(to left, #292d45, #161829);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1030;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
  }

  .filter-toggle-btn i {
    font-size: 18px;
  }
  .backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    transition: all 0.3s ease-in-out;
  }

  .backdrop.active {
    display: block;
  }

  .filter-toggle {
    background: linear-gradient(to left, #292d45, #161829);
    color: white;
    padding: 9px 24px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1030;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .drawer-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: none;
    color: white;
    font-size: 21px;
    cursor: pointer;
    padding: 4px;
  }

  .filter-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1060;
  }

  body.drawer-open {
    overflow: hidden;
  }

  .filters-content {
    padding: 16px;
    padding-bottom: 100px;
  }

  .results-header {
    padding: 6px 8px !important;
    margin-top: 16px;
  }
  .breadcrumb-section {
    padding: 9px 9% !important;
  }
  .call-btn,
  .book-rentbtn {
    padding: 14px 50px 12px 50px !important;
  }
}

.breadcrumb-section {
  background-color: #f2f2f2;
  padding: 9px 14%;
  margin-top: -7px;
  margin-bottom: 2%;
}

.breadcrumb-section li a {
  color: var(--secondary);
  text-decoration: none !important;
  transition: color 0.3s ease, transform 0.3s ease;
}

.breadcrumb-section li a:hover {
  color: #000000;
  text-decoration: none !important;
}

.breadcrumb-section .breadcrumb-item.active {
  font-weight: 600;
  cursor: default;
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 6px 20px;
}

.results-header .form-select {
  padding: 8px 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #6e7684;
  border-radius: 4px;
}

.available-text {
  color: #6e7684;
  font-size: 16px;
  font-weight: 600;
}

/* Pagination Styles */
.pagination-wrapper {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.pagination-info {
  font-size: 0.99rem;
  color: #6e7684;
  font-weight: 700;
  font-family: "Lato", serif !important;
}

.custom-pagination .page-item {
  margin: 0 5px;
}

.custom-pagination .page-link {
  display: block;
  padding: 4px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  text-decoration: none;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
}

.custom-pagination .page-link:hover {
  background-color: #e9ecef;
  color: #6c757d;
}

.custom-pagination .page-link.active {
  background-color: #80002a;
  color: white;
  border-color: #80002a;
}

.custom-pagination .arrow-link {
  border: none;
  background-color: transparent;
  color: #6c757d;
  padding: 4px 12px;
}

.custom-pagination .arrow-link:hover {
  background-color: transparent;
  color: #80002a;
}

.custom-pagination .page-item:first-child .page-link,
.custom-pagination .page-item:last-child .page-link {
  border-radius: 0;
}

/* rent page  */

/* rent detail page  */

.detail-card {
  max-width: 800px;
  margin: 0px auto;
  border-radius: 0px;
  overflow: hidden;
}

.detail-card .card-header {
  padding: 11px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px;
  background: #fff;
}

.detail-card .card-header h1 {
  font-size: 23px;
  margin: 0;
  color: #000c21;
  font-weight: 600 !important;
  font-family: "Geist", serif !important;
}

.detail-card .card-header .tag {
  color: #990000;
  font-size: 19px;
  font-weight: bold;
  font-family: "Lato", serif !important;
}

.tag-reviews {
  text-align: end;
  font-family: "Lato", serif !important;
}

.tag-reviews .reviews {
  color: #000c21;
}

.rating {
  background: var(--primary);
  color: #fff;
  padding: 5px 23px 5px 23px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", serif !important;
}

.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: fill;
}

.discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--primary);
  color: #fff;
  padding: 5px 23px 5px 23px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", serif !important;
}

.rate-buy {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--primary);
  color: #fff;
  padding: 5px 23px 5px 23px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", serif !important;
}

.btn-pricing-dropdown {
  background: linear-gradient(to left, #292d45, #161829);
  color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Lato", serif !important;
}

.btn-pricing-dropdown i.arrow-down {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-top: 2px;
}

.card-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin-top: -37px;
  position: relative;
}

.pricing-left,
.pricing-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 77%;
}

.card-pricing .original {
  text-decoration: line-through;
  color: #888;
}

.card-pricing .discounted {
  color: #990000;
  font-size: 20px;
  font-weight: bold;
}

.image-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  position: relative;
  padding: 0 17px;
  margin: 20px 0;
}

.slider-images-container {
  display: flex;
  transition: transform 0.3s ease;
  gap: 10px;
}

.image-slider img {
  width: calc((100% - 30px) / 4);
  flex-shrink: 0;
  object-fit: cover;
  cursor: pointer;
  aspect-ratio: 16/9;
}

.slider-image {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.slider-image:hover {
  transform: scale(1.3);
}

.image-slider .slider-image:hover {
  transform: scale(1.03);
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.carousel-button-prev {
  left: 0;
}

.carousel-button-next {
  right: 0;
}

.details {
  padding: 17px 0px 5px 0px;
}

.details p {
  margin: 5px 0;
  font-size: 16px;
  color: #6e7684;
  font-weight: 600;
  font-family: "Lato", serif !important;
}

.details p span {
  color: var(--navy);
  font-family: "Lato", serif !important;
  font-weight: 500;
}

.mb-zero {
  margin-bottom: 0px !important;
}

.terms {
  padding: 0px 0px;
  text-align: start;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.terms-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.terms span {
  color: #007dfc;
  font-size: 15px;
}

.terms a {
  color: #007dfc;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

.tag-reviews-rating {
  display: flex;
  align-items: center;
  gap: 20px;
}

.book-rentbtn {
  font-weight: 500;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 13px 70px 13px 70px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 100%;
}

.book-rentbtn:hover {
  background-color: var(--primaryhover);
}

.call-btn {
  font-weight: 500;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 14px 70px 12px 70px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.call-btn:hover {
  background-color: var(--primaryhover);
}

.whatsapp-btn {
  font-weight: 500;
  transition: 0.5s;
  background-color: #25d366;
  padding: 14px 70px 12px 70px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.whatsapp-btn:hover {
  background-color: #0fa045;
}

.call-btns {
  font-weight: 500;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 14px 70px 14px 70px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 97%;
}

.call-btns:hover {
  background-color: var(--primaryhover);
}

.whatsapp-btns {
  font-weight: 500;
  transition: 0.5s;
  background-color: #25d366;
  padding: 14px 70px 14px 70px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 98%;
}

.whatsapp-btns:hover {
  background-color: #0fa045;
}

.icon-right {
  margin-right: 10px;
}

.card-pricing .pricing-right {
  display: flex;
  justify-content: center;
  width: 70%;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  font-family: "Lato", serif !important;
  font-size: 14px;
  cursor: default;
  width: 91%;
}

.rent-detailss {
  color: var(--navy);
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 20px;
  font-family: "Lato", serif !important;
}

.dropdown-selected {
  background: linear-gradient(to left, #292d45, #161829);
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  border: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-weight: bold;
}

.dropdown-selected .original {
  text-decoration: line-through;
  color: #bbb;
  margin-right: 10px;
}

.dropdown-selected .discounted {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.dropdown-selected .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 10px;
}

.dropdown-options {
  display: none;
  position: absolute;
  background: #292d45;
  color: #fff;
  border-radius: 5px;
  margin-top: -2px;
  padding: 0;
  list-style: none;
  width: 100%;
  z-index: 10;
}

.dropdown-options li {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-options li:hover {
  background: #444;
}

.custom-dropdown:hover .dropdown-options {
  display: block;
}

.original {
  text-decoration: line-through;
  color: #bbb;
  margin-right: 10px;
}

.dropdown-options .discounted {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.dropdown-options li {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.dropdown-options li:hover {
  background: #444;
}

.separator-detail {
  border: 0;
  height: 1px;
  background-color: #868181;
  margin-top: 35px;
  margin-bottom: 35px;
}

.icond {
  width: 20px;
  height: 20px;
}

.detail-r {
  color: var(--navy);
  font-weight: 600;
  font-family: "Lato", serif !important;
}

.review-card {
  margin-bottom: 2rem;
}

.review-card img {
  height: auto;
  width: 100%;
  aspect-ratio: 27 / 16;
  object-fit: cover;
}

.review-author {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 5px;
}

.review-rating .fa-star {
  color: #ffc107;
  margin-right: 2px;
}

.review-text {
  font-style: italic;
  margin-bottom: 1rem;
}

.view-all {
  text-align: right;
  font-weight: bold;
}

.view-all a {
  color: #b20e2e;
  text-decoration: none;
}

.view-all a:hover {
  text-decoration: underline;
}

.view-all a {
  color: #b20e2e;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
}

.view-all a:hover {
  text-decoration: underline;
}

.right-arrow-icon {
  width: 43px;
  height: 29px;
  margin-left: 10px;
  vertical-align: middle;
}

.booking-form-container {
  margin: -12px auto;
  padding: 20px;
}

.form-field {
  margin-bottom: 15px;
}

.form-field label {
  font-size: 19px;
  font-weight: 600 !important;
  margin-bottom: 20px;
  font-family: "Lato", serif !important;
}

.form-field .checkbox-options {
  display: flex;
  flex-wrap: wrap;
}

.form-field .checkbox-options label {
  margin-right: 20px;
  font-size: 14px;
}

.filter-labels textarea {
  height: 121px;
}

.filter-labels .form-control:focus {
  border: 1px solid #850028;
  box-shadow: none !important;
}

.customer-details-section {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.customer-details-section .form-field {
  flex: 1;
  min-width: 45%;
}

.note-text {
  font-size: 14px;
  color: #d9534f;
  margin: 15px 0;
}

.button-group {
  display: flex;
  gap: 15px;
}

/* buy a car detail page  */
.car-info {
  padding: 13px 0px 0px 0px;
}

.car-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3px;
  color: #000c21;
}

.car-mileage {
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 8px;
  font-family: "Lato", serif !important;
}

.car-price {
  font-size: 1.3rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 33px;
  margin-top: 19px;
  font-family: "Lato", serif !important;
}

.updation-area {
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px;
}

.updation-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.update-timestamp {
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
  font-family: "Lato", serif !important;
}

.ins-details {
  color: var(--navy);
  font-family: "Lato", serif !important;
  font-weight: 500;
}

.dealer-info {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--primary);
  font-size: 14px;
  justify-content: center;
}

.dealer-icon,
.location-pin {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  object-fit: contain;
}

.area-location {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--navy);
  font-size: 15px;
}

.buyd {
  padding: 0px 0px 7px 3px;
}

.detaill-divider {
  border: 0;
  border-top: 1px solid #585858;
  margin: 21px 0 21px 0;
}

.buyd p {
  margin: 8px 0;
  font-size: 14px;
  color: #6e7684;
  font-weight: 600;
  font-family: "Lato", serif !important;
}

.buyd p span {
  color: var(--navy);
  font-family: "Lato", serif !important;
  font-weight: 500;
}

.report-container {
  margin-top: 20px;
}

.report-item {
  text-align: center;
}

.icon-container {
  background-color: #f2f2f2;
  padding: 22px 2px 22px 2px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.icon-img {
  display: block;
  margin: 0 auto;
  width: 54px;
}

.item-title {
  display: block;
  color: #1f2b3e;
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", serif !important;
}

.row-dgap {
  gap: 19px;
}

/* upload photo  - start  */
.description-ad {
  color: #4d5765;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 34px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  cursor: pointer;
}

.upload-card {
  background: #f2f2f2;
  border: 2px dashed #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.upload-card:hover {
  border-color: var(--primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.upload-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  margin-top: 10px;
  position: relative;
  transition: all 0.3s ease;
}

.upload-text {
  color: #1e1e1e;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Lato", serif !important;
  position: relative;
  z-index: 2;
}

.upload-type {
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
  font-family: "Lato", serif !important;
  position: relative;
  z-index: 2;
}

.upload-car {
  color: #1e1e1e;
  font-weight: 600 !important;
  font-size: 1.8em;
  margin-bottom: 10px;
}

.upload-box {
  background: white;
  padding: 30px 28px;
  margin-bottom: 46px;
}

.w-res {
  width: 50%;
}

.upload-card.has-image {
  padding: 0;
}

.upload-card.has-image .upload-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.upload-card.has-image .upload-text,
.upload-card.has-image .upload-type {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  margin: 0;
}

.upload-card.has-image .upload-text {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}

.upload-card.has-image .upload-type {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cancel-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  font-size: 14px;
  padding: 0;
}

.upload-card.has-image:hover .cancel-button {
  display: block;
}

.cancel-button:hover {
  background: rgb(255, 0, 0);
}
.modal-imagev {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  align-content: center;
}

.modal-img-content {
  margin: auto;
  display: block;
  max-width: 95%;
  max-height: 90vh;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.close-modalv {
  position: absolute;
  right: 35px;
  top: 15px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.close-modalv:hover {
  color: #bbb;
}

.modal-img-content {
  animation: zoom 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

/* upload photo - end  */

/* create - add page  */

.mb-seat {
  margin-bottom: 16px !important;
}

.custom-upload-wrapper {
  border: 2px dashed #ccc;
  padding: 9px 20px;
  text-align: center;
  position: relative;
  background-color: #f8f9fa;
  width: 23%;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  justify-content: space-evenly;
  transition: border-color 0.3s ease-in-out;
  margin-left: 13px;
}

.custom-upload-wrapper:hover {
  border-color: #6c757d;
}

.custom-upload-icon-c {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.custom-upload-text {
  font-size: 15px;
  color: #6c757d;
  font-weight: 500;
}

.custom-upload-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  color: #6c757d;
}
.custom-image-preview {
  position: relative;
  display: inline-block;
  max-width: 50%;
}

.custom-image {
  display: block;
  max-width: 50%;
  height: auto;
  object-fit: cover;
}

.custom-image-preview::before {
  content: "";
  max-width: 50%;

  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.custom-image-preview:hover::before {
  opacity: 1;
}

.custom-imgtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.custom-image-preview:hover .custom-imgtn {
  opacity: 1;
}

.custom-cancel-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.des-inputs {
  border-radius: 0;
  border: 1px solid #f4f4f4;
  background-color: #f9f9f9;
  padding: 14px 14px;
  resize: none;
}

.des-inputs:focus {
  border-color: var(--primary) !important;
  box-shadow: none !important;
}

.accordion-button {
  background-color: var(--primary) !important;
  color: white !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed) {
  color: white;
}

.feature-checkbox {
  margin-bottom: 1rem;
}

.title-input-container {
  position: relative;
}

.char-count {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
}

.title-input {
  padding: 14px 14px;
}

/* create - add page  */

@media (max-width: 780px) {
  .updation-area {
    flex-direction: column;
    gap: 8px;
  }
  .call-btns {
    width: 91%;
  }
  .updation-area {
    align-items: start;
  }
  .row-dgap {
    gap: 0px;
  }
  .content-row {
    display: block !important;
  }
}

/* buy a car detail page  - end */

@media (max-width: 768px) {
  .detail-card {
    margin: 22px auto;
  }

  .subtitlem {
    padding-left: 0% !important;
    padding-right: 0% !important;
    line-height: 1.9;
  }

  .about-section {
    padding: 80px 0px 6px 0 !important;
  }

  .w-res {
    width: 100%;
  }

  .detail-card .card-header {
    display: block;
  }

  .detail-card .card-header h1 {
    margin-bottom: 10px;
  }

  .tag-reviews-rating {
    justify-content: end;
  }

  .card-pricing {
    display: block;
  }

  .pricing-left,
  .pricing-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 109%;
    margin-bottom: 10px;
  }

  .card-pricing .pricing-right {
    width: 100%;
  }

  .image-slider {
    padding: 0 4px;
    margin: 6px 0;
  }
}

/* rent detail page - end */

/* sell page  */
.header-wrapper {
  background-color: #1a1e2c;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.category-text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0.25rem;
  font-weight: normal;
}

.dropdown-select {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 500px;
  padding: 12px 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #6e7684;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236e7684%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}

.sell-find {
  color: #1e1e1e;
  font-weight: 600 !important;
  font-size: 2.09em;
  margin-bottom: 10px;
  margin-top: 7%;
}

.sell-findp {
  color: #4d5765;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 34px;
}

.action-button {
  font-weight: 500;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 14px 60px 14px 60px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.action-button:hover {
  background-color: var(--primaryhover);
}

.content-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
}

.container-sell {
  background: white;
  padding-top: 35px;
}

.stats-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.stats-title p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #6e7684;
}

.more-views {
  font-size: 22px !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1e1e1e !important;
}

.stats-title span {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1e1e1e;
}

.stats-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.stats-card {
  padding: 1.5rem;
  height: 100%;
}

.vertical-divider {
  position: relative;
}

.vertical-divider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 59%;
  transform: translateY(-50%);
  height: 46%;
  width: 1px;
  background-color: #d9d9d9;
}

.vertical-divider:last-child::after {
  display: none;
}

/* location map  - start */
.location-picker-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 9px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.location-map-container {
  width: 100%;
  height: 263px;
  position: relative;
  background-color: #eef1f5;
}

.location-map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.location-select-button {
  position: absolute;
  top: 69%;
  left: 37%;
  transform: translate(-50%, -50%);
  background: white;
  border: none;
  padding: 9px 8px;
  width: 66%;
  border-radius: 4px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 975;
  transition: background-color 0.3s;
}

.location-select-button:hover {
  background: var(--primary);
  color: white;
}

.location-search-containert {
  width: 100%;
  position: relative;
  margin-top: 24px;
  margin-bottom: 20px;
}

.search-icont {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  z-index: 1;
}

.location-search-inputt {
  width: 100%;
  padding: 8px 8px 8px 40px;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  font-size: 14px;
  transition: border-color 0.3s;
  background-color: transparent;
}

.location-search-inputt:focus {
  border-bottom-color: var(--primary);
}

.location-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
/* location map  - end */

.quick-info-section-heading {
  font-family: "Lato", serif !important;
}

.quick-info-section-heading .section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}

.quick-info-section-heading .info-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000000;
}

.quick-info-section-heading .establishment-year {
  font-size: 15px;
  color: #4d5765;
  margin: 8px 0;
}

.quick-info-section-heading .year-number {
  color: #4d5765;
}

.quick-info-section-heading .services-grid {
  margin-top: 20px;
}

.quick-info-section-heading .service-column {
  margin-bottom: 20px;
}

.quick-info-section-heading .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-info-section-heading .service-list li {
  color: #4d5765;
  margin-bottom: 8px;
  font-size: 15px;
}

.quick-info-section-heading .summary-text {
  color: #4d5765;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.openn {
  color: #25d366;
  font-size: 15px;
  font-weight: 600;
  font-family: "Lato", serif !important;
}

.blck {
  color: #000;
}

.close-p-btn {
  font-weight: 500;
  transition: 0.5s;
  background-color: #ffffff;
  padding: 13px 60px 13px 60px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: rgb(0, 0, 0);
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.close-p-btn:hover {
  background-color: var(--primaryhover);
  color: rgb(255, 255, 255);
}

.save-p-btn {
  font-weight: 500;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 13px 40px 13px 40px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.save-p-btn:hover {
  background-color: var(--primaryhover);
}

.accordion-body {
  background: #f9f9f9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion-header {
  margin-bottom: 18px;
}
.accordion-item {
  border-color: transparent !important;
}

/* market - place  */
.market-card {
  padding: 0px 15px;
}

.market-card .cart-icon-market {
  width: 20px;
  height: 20px;
  margin-top: -15px;
}

.market-card .card-title {
  color: black !important;
  font-size: 14px;
}

.market-card .card-price {
  font-size: 12px;
  color: #000000;
}

.market-card .discounted-price {
  font-size: 12px;
  margin-left: 3px;
}

/* cart  */

.cart .checkout-user-det {
  font-family: "Lato", serif !important;
}

.prod-td span {
  font-family: "Geist", serif !important;
  font-weight: 600;
}

.checkout-user-det th:first-child,
.ccheckout-user-det td:first-child {
  width: 40%;
  min-width: 250px;
}

.cart .checkout-user-det th {
  background: #f0f0f0 !important;
  padding: 16px 25px !important;
  font-size: 20px;
  font-weight: 500 !important;
}
.cart .checkout-user-det td {
  padding: 16px 25px !important;
  font-size: 14px;
  vertical-align: middle;
  color: #09192c !important;
  background: #ffffff00;
  border: none !important;
  font-weight: 600;
}

.product-thumb img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  object-fit: cover;
}
.prod-td {
  max-width: 200px;
}
.cart .checkout-user-det .product-counter {
  min-width: 74px !important;
  font-size: 15px;
  gap: 3px;
  max-width: 145px;
}

.cart .checkout-user-det th {
  background: #1a1c2f !important;
  padding: 16px 25px !important;
  font-size: 20px;
  font-weight: 500 !important;
  color: #ffffff;
}

.cart .checkout-user-det tbody tr {
  border-bottom: 1px solid #d8d8d8;
}

.cart .checkout-user-det td {
  padding: 16px 25px !important;
  font-size: 14px;
  vertical-align: middle;
  color: #09192c !important;
  background: #f9f9f9;
  border: none !important;
}

.texts-s {
  color: #1f2b3e;
}

.texts-qar {
  font-weight: 600 !important;
  color: #1f2b3e;
}

.product-thumb {
  text-decoration: none !important;
  color: #000 !important;
}

.product-thumb img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  object-fit: cover;
  background: #f3f3f3;
  padding: 12px 19px;
}

.cart .checkout-user-det .product-counter {
  min-width: 74px !important;
  font-size: 15px;
  gap: 3px;
  max-width: 145px;
  font-weight: 500 !important;
  padding: 0;
}

.order-box {
  padding: 19px 16px 0px 18px;
}
.product-counter .btn {
  background: transparent;
  text-shadow: 0px 0px 1px black;
  max-width: 40px;
  transition: 0.3s;
  padding: 4px 10px;
  border-radius: 0px;
}

.product-counter .btn:first-child {
  border-right: 0.5px solid #6e7684 !important;
}

.product-counter .btn:last-child {
  border-left: 0.5px solid #6e7684 !important;
}

.checkout-list-prev {
  min-width: 400px;
  background: #f3f3f3;
}

.order-summary-amount-details {
  font-size: 15px;
  padding: 8px 21px 0px 21px;
}

.product-counter {
  display: flex;
  align-items: center;
  min-width: 140px;
  justify-content: space-between;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  gap: 5px;
  padding: 3px;
  font-size: 20px;
  color: #000;
}

.summary-total-price {
  padding: 16px 22px;
  font-size: 16px;
  color: #1f2b3e;
  background-color: #eaeaea;
}

.checkoutbtn {
  background-color: #4f944f !important;
  color: #fff !important;
  border-radius: 0px;
  transition: 0.3s;
  font-size: 17px;
  padding: 13px 15px 12px 15px;
  width: 100% !important;
  white-space: nowrap;
  text-decoration: none !important;
  display: block;
  text-align: center;
}

.testimonial-card {
  border-radius: 25px;
  background-color: #fff;
  height: 354px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 14px;
  margin-top: 11px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  word-wrap: break-word;
  border: none !important;
}

/* product detail page  */
.product-imgs {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-display {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  background: #f8f8f8;
}

.main-img {
  width: 100%;
  height: auto;
  transition: opacity 0.3sease;
  max-height: 352px;
  object-fit: contain;
  background: #f3f3f3;
  padding: 37px 10px;
}

.img-select {
  position: relative;
  width: 100%;
}

.thumbnail-wrapper {
  width: 100%;
  overflow: hidden;
}

.thumbnail-container {
  display: flex;
  transition: transform 0.5sease;
  gap: 10px;
  width: fit-content;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}
.img-item {
  flex: 0 0 auto;
  width: calc(25% - 7.5px);
  max-width: 100px;
  aspect-ratio: 1;
}

.img-item {
  margin: 0.3rem;
}

.img-item img.active {
  border-color: var(--primary);
}
.img-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3sease;
  background: #f3f3f3;
}
.img-item img {
  width: 100%;
  display: block;
}

/* .product-detailed-tab {
} */

.product-detailed-tab .tab-pane {
  padding: 2rem 1.5rem;
  background: #ffffff;
}

.product-detailed-tab .nav-tabs {
  width: 100% !important;
  gap: 26px;
  padding: 23px 23px 0px 24px;
  overflow: visible;
  max-width: 100%;
  background: white;
  border-bottom: 0px;
}

.product-detailed-tab .nav-link {
  font-weight: 700;
  transition: 0.5s;
  background-color: #f5f9fa;
  padding: 13px 40px 13px 40px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: #6e7684;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-family: "Geist", serif !important;
  text-transform: uppercase;
}

.product-detailed-tab .nav-link.active {
  font-weight: 700;
  transition: 0.5s;
  background-color: white;
  padding: 13px 40px 13px 40px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: var(--primary);
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
}

.product-title-detail {
  font-family: "Geist", serif !important;
  font-weight: 600 !important;
}

.product-titleee {
  margin-bottom: 10px;
}

.product-qty-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-qty-control,
.product-action {
  max-width: 570px;
}

.social-wrapperr {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px;
  padding-bottom: 13px;
  justify-content: space-between;
  padding-top: 16px;
  margin-top: 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.add-tocrt {
  font-weight: 700;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 10px 35px 10px 35px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: #ffffff;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Geist", serif !important;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}

.buynow {
  font-weight: 700;
  transition: 0.5s;
  background-color: #ffffff;
  padding: 10px 35px 10px 35px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: var(--primary);
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Geist", serif !important;
  text-transform: uppercase;
  border: 1px solid #7d7d7d;
}

.social-textt {
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-media-listt {
  display: flex;
  gap: 8px;
}

.social-textt i {
  font-size: 16px;
}
.social-btnnn {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.social-btnnn:hover {
  opacity: 0.9;
}

.social-btnnn img {
  width: 20px;
  height: 20px;
}

.details-tableee {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  font-size: 14px;
}

.details-table__label {
  color: #666;
}

.details-table__value {
  color: #1a1a1a;
}

.prev-btn {
  left: 0;
}
.next-btn {
  right: 0;
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3sease;
  -webkit-tap-highlight-color: transparent;
}
/* product detail page  */

/* contact page - start */
.contact-wrapper {
  width: 100%;
  background: #f9f9f9;
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

textarea {
  resize: none;
}

.contact-section {
  padding: 2em 0 4em 0;
}

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.contact-wrapper-left {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: white;
  border-radius: 0px;
  position: relative;
  min-height: 100%;
  padding: 38px 38px 38px 35px;
}

.contact-wrapper-left h3 {
  font-family: "Lato", serif !important;
  font-size: 24px;
  font-weight: 500 !important;
}

.contact-wrapper-left p {
  font-family: "Lato", serif !important;
  font-size: 14px;
  font-weight: 300 !important;
}

.right-contact-section {
  padding: 36px 56px 13px 35px;
}

.contact-wrap h3 {
  font-family: "Geist", serif !important;
  color: #1e1e1e;
  font-size: 24px;
}

.contact-wrap h5 {
  font-family: "Lato", serif !important;
  color: #000c21;
  font-size: 15px;
}

.contact-wrap p {
  font-family: "Lato", serif !important;
  font-size: 14px;
  color: #4d5765;
}

.contact-row .input-container-l {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 4px;
}

.contact-row i {
  margin-right: 15px;
  color: white;
}

.contact-inputt {
  background: transparent;
  border: none;
  color: white;
  padding: 0;
  flex: 1;
  width: 100%;
}

.contact-inputt:read-only {
  cursor: default;
}

.contact-inputt:focus {
  background: transparent;
  color: white;
  box-shadow: none;
  outline: none;
}

.social-gridd {
  display: flex;
  gap: 15px;
}

.social-itemmm {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-itemmm:hover {
  background: rgba(255, 255, 255, 0.2);
}

.send-msg-btn {
  font-weight: 500;
  transition: 0.5s;
  background-color: var(--primary);
  padding: 14px 44px 14px 44px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: white;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

/* contact page - end */

/* about page  */
.about-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.about-title {
  font-size: 18px;
  color: #4d5765;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 500 !important;
  font-family: "Lato", serif !important;
}

.main-title {
  font-size: 32px;
  font-weight: 700 !important;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-family: "Geist", serif !important;
}

.about-description {
  color: #4d5765;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: "Lato", serif !important;
}

.text-b {
  color: #000000;
}

.car-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
}

.card-starc q {
  font-family: "Lato", serif !important;
}

.mission-section {
  padding: 60px 0;
  background-color: #fff;
}

.section-titlemm {
  font-size: 32px;
  font-weight: 700 !important;
  margin-bottom: 20px;
  color: #1e1e1e;
  font-family: "Geist", serif !important;
  text-align: center;
}

.mission-content {
  background-color: var(--primary);
  color: white;
  padding: 40px;
  height: 100%;
  align-content: center;
}

.mission-content h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500 !important;
  font-family: "Geist", serif !important;
}

.mission-content p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300 !important;
  font-family: "Geist", serif !important;
}

.image-containermm {
  height: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

.subtitlem {
  color: #666;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 22%;
  padding-right: 22%;
  line-height: 1.9;
}

.section-title-test {
  font-size: 32px;
  font-weight: 700 !important;
  margin-bottom: 20px;
  color: #1e1e1e;
  font-family: "Geist", serif !important;
}

.ch-sc {
  background-color: #f2f2f2;
}
.choice-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 63px 9% 120px 7%;
  margin: auto;
  position: relative;
  gap: 30px;
}

.choice-text {
  flex: 0.35;
}

.choice-text h2 {
  font-weight: bold;
}

.choice-cards {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 34px;
  flex: 0.7;
}

.choice-card {
  background: white;
  padding: 22px 23px 0px 23px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 26vh;
}

/* Fix Image Position */
.car-image {
  position: absolute;
  right: 59%;
  top: 76%;
  transform: translateY(-50%);
}

.car-image img {
  max-width: 500px;
}

.testimonials-otop {
  padding-top: 3%;
}

.board-padding {
  padding: 0rem 3rem 0rem 3rem;
}

.boards-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.boards-title {
  color: #228773 !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 14px;
}

.h1-boards {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
}

.p-boards {
  color: #767676;
  line-height: 1.8;
  font-size: 13px;
  padding: 0rem 5rem 0rem 4rem;
  margin-bottom: 0px;
}

.p-boards {
  color: #767676;
  line-height: 1.8;
  font-size: 13px;
  padding: 0rem 5rem 0rem 4rem;
  margin-bottom: 0px;
}

.bg-grey-sections {
  background: #f9f9f9;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.testimonial-card {
  border-radius: 25px;
  background-color: #fff;
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 14px;
  margin-top: 11px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  word-wrap: break-word;
  border: none !important;
}

.mb-testsection {
  margin-bottom: 5%;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: var(--primary);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}

.swiper-button-prev2:after,
.swiper-rtl2 .swiper-button-next2:after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.swiper-button-next2:after,
.swiper-rtl2 .swiper-button-prev2:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\f060" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\f061" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.swiper-button-prev:after {
  font-size: 16px !important;
}

.swiper-button-next:after {
  font-size: 16px !important;
}

.swiper {
  padding-bottom: 49px !important;
  overflow: visible !important;
}

.swiper-navBtn {
  transition: color 0.3s ease;
}

.center-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.text-content {
  display: flex;
  flex-direction: column;
}

.text-content .name {
  font-size: 16px;
  font-family: "Geist", serif !important;
  font-weight: 500 !important;
  margin-bottom: 2px;
}

.text-content p {
  margin-bottom: 0px;
}

.testimonial-card .stars {
  color: #ffb91d;
  margin-bottom: 13px;
  font-size: 15px;
}

.testimonial-card {
  min-height: 261px;
  padding: 29px 24px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  top: -10% !important;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  background: white;
  z-index: 9999 !important;
}

.swiper-button-next,
.swiper-button-prev {
  padding-top: 8px !important;
  padding-left: 12px !important;
}

.slide-container .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 40px);
  right: auto;
}

.slide-container .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 40px);
  left: auto;
}

@media (max-width: 1200px) {
  .car-image {
    right: 2%;
    max-width: 400px;
  }
}

@media (max-width: 992px) {
  .choice-section {
    flex-direction: column;
    text-align: center;
  }

  .choice-cards {
    grid-template-columns: 1fr;
  }

  .car-image {
    position: static;
    transform: none;
    margin-top: 20px;
    text-align: center;
  }

  .car-image img {
    max-width: 100%;
  }
  .h1-boards {
    font-family: "Poppins", sans-serif !important;
    font-size: 1.3rem;
    color: black;
  }

  .board-padding {
    padding: 0rem 0rem 0rem 0rem;
  }

  .p-boards {
    color: #767676;
    line-height: 1.8;
    font-size: 13px;
    padding: 0rem 0rem 0rem 0rem;
    margin-bottom: 0px;
  }
  .choice-section {
    padding: 63px 9% 69px 7%;
  }
}

/* about page  */

@media only screen and (max-width: 991px) {
  .checkout-list-prev {
    min-width: 100%;
    border-radius: 10px;
    border-color: #d4d4d4;
  }
}

@media (max-width: 768px) {
  .dropdown-select {
    width: 100% !important;
    margin-bottom: 17px;
  }
  .stats-card {
    margin-bottom: 1rem;
  }
  .action-button {
    width: 100%;
  }
}

/* sell page - end  */

/* be a partner  */
.partner-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.faq-btn {
  background: white !important;
  color: black !important;
}

.faq-btn::after {
  filter: brightness(2) invert(1);
}

.faq-section {
  background-color: #f2f2f2;
  padding: 80px 0;
}

#faqAccordion .accordion-button {
  padding: 1.6rem 1.3rem !important;
}

#faqAccordion .accordion-item,
#faqAccordion .accordion-header {
  margin-bottom: 0px;
}

#faqAccordion .accordion-body {
  box-shadow: none !important;
  background: white !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  background-color: white;
}

.help-text {
  margin-bottom: 40px;
}

.help-text h2 {
  font-size: 36px;
  font-weight: 600 !important;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-family: "Geist", serif !important;
  line-height: 1.5;
}

.help-text p {
  color: #6c757d;
  font-family: "Lato", serif !important;
}

.faq-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0px 30px;
}

.form-wrapper {
  padding: 5% 0px;
}

.form-text-content {
  background: url(../image/form-partner.webp) no-repeat center;
  background-size: cover;
  height: 404px;
  width: 738px;
}

.form-text-content h2 {
  font-weight: bold;
  width: 70%;
}

.form-text-content p {
  color: #6c757d;
  font-family: "Lato", serif !important;
  width: 70%;
}

.form-box {
  background: #151b26;
  padding: 30px;
  color: #fff;
  border-radius: 3.2px;
  width: 100%;
  max-width: 490px;
}

.form-box h4 {
  font-family: "Geist", serif !important;
  font-weight: 400 !important;
}

.form-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  color: #fff;
  font-family: "Lato", serif !important;
  padding: 9px 0px;
}

.form-input::placeholder {
  color: #ffffff !important;
  opacity: 0.5;
}

.form-input:focus {
  background: #151b26;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.form-button {
  font-weight: 700 !important;
  transition: 0.5s;
  background-color: #ffffff;
  padding: 13px 40px 13px 40px;
  text-decoration: none !important;
  border-radius: 3.6px;
  color: var(--primary);
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 53% !important;
  font-family: "Geist", serif !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 10px;
}

.form-button:hover {
  background-color: var(--primaryhover);
  color: rgb(255, 255, 255);
}

/* be a partner  */

@media (max-width: 768px) {
  .banner-t {
    font-size: 16px;
    line-height: 1.2;
  }

  .p-banner {
    font-size: 8px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .banner-headingss {
    top: 50%;
    padding: 0 15px;
    width: 100%;
  }
  .banner-aspect {
    aspect-ratio: 71 / 26;
  }
  .overlay-banner {
    top: 0px;

    height: 96%;
  }

  .button-group {
    display: block;
  }
  .call-btn {
    margin-bottom: 14px;
    width: 100%;
  }
  .whatsapp-btn {
    width: 100%;
  }
  .booking-form-container {
    margin: 17px auto;
  }
  .resr .custom-row {
    display: contents !important;
  }
  .form-button {
    width: 100% !important;
  }
  .help-text h2 {
    font-size: 28px;
  }
  .boards-center {
    margin: 5px 0px 57px 0px;
  }
}

@media (max-width: 991.98px) {
  .category-nav {
    display: inline-grid;
    gap: 1rem;
  }

  .pricebox {
    margin-top: 11px;
  }

  .navbar {
    padding: 1rem 1rem 1rem 1rem;
  }
  .service-content p {
    height: auto !important;
  }
  .search-icon i {
    color: black;
  }

  .cart-icon {
    filter: invert(1);
  }

  .title-1 {
    font-size: 23px;
  }
  .height-banner {
    aspect-ratio: 20 / 15;
  }
  .p-title {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 11px;
  }
  .carousel-indicators {
    margin-bottom: -4rem;
  }
  .bookbtn {
    padding: 10px 30px 10px 30px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .success-section {
    padding: 4rem 0 5rem 0rem !important;
  }
  .choice-card {
    height: auto;
  }
  .auth-container {
    display: block;
  }

  .auth-wrapper {
    margin: 11% 0%;
  }

  .mob-ca {
    gap: 0px;
  }

  .custom-upload-wrapper {
    width: 65%;
  }

  .mob-cadr {
    display: block;
  }

  .bluubox {
    padding-bottom: 0px;
  }

  .custom-radio + label {
    color: #000000 !important;
  }
  .custom-radio {
    border: 2px solid #555454;
  }
  .mob-radio {
    display: block !important;
  }
  .mtbook {
    margin-top: 54px;
  }
  .mtbook .bookbtn {
    width: 100%;
    font-size: 12px;
    justify-content: center;
    align-items: center;
  }
  .space-section {
    margin-top: 14%;
    margin-bottom: 14%;
  }
  .services-heading {
    font-size: 25px;
  }
  .back-to-top {
    right: 16px;
    bottom: 27px;
  }
  .social-icons a {
    margin-top: 10px;
  }
  .footer ul li {
    margin-bottom: 17px;
  }

  .radioboxx {
    margin-bottom: 7px;
    margin-right: 0rem;
  }
  .form-text-content {
    height: auto;
    width: auto;
  }
  .form-text-content h2 {
    width: 100%;
  }

  .main-title {
    font-size: 28px;
  }
  .form-text-content p {
    width: 100%;
  }
  .form-wrapper {
    padding: 0% 0px 11px 0px;
  }
  .custom-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .bottom-links {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .service-content p {
    font-size: 11px;
  }
}

/* Extra large devices (large desktops, 1200px and up-110%) */
@media (min-width: 1200px) and (max-width: 1299px) {
  .navbar {
    padding: 1rem 6rem 1rem 6rem;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 11px;
  }
  .sign-up-btn,
  .login-btn {
    font-size: 10px;
  }
  .service-content p {
    font-size: 11px;
  }
  .applybtn {
    padding: 13px 31px 13px 32px;
  }
  .custom-row {
    gap: 7px;
  }

  .checkout-list-prev {
    min-width: 327px;
  }

  .checkout-user-det th:first-child,
  .ccheckout-user-det td:first-child {
    width: 37%;
  }
  .form-text-content {
    width: 587px;
  }
}

/* Extra large devices (large desktops, 1200px and up-100%) */
@media (min-width: 1300px) and (max-width: 1399px) {
  .service-content p {
    font-size: 11px;
  }
  .applybtn {
    padding: 13px 31px 13px 32px;
  }
  .custom-row {
    gap: 7px;
  }

  .checkout-list-prev {
    min-width: 327px;
  }

  .checkout-user-det th:first-child,
  .ccheckout-user-det td:first-child {
    width: 37%;
  }
  .form-text-content {
    width: 587px;
  }
}

/* Extra extra large devices (larger desktops, 1400px and up 90%) */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .navbar {
    padding: 1rem 12rem 1rem 13rem;
  }

  .spec {
    padding: 6px 14px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
  }
  .sign-up-btn,
  .login-btn {
    font-size: 15px;
  }
}

/* Ultra large devices (very large desktops, 1600px and up 80%) */
@media (min-width: 1600px) and (max-width: 1799.98px) {
  .navbar {
    padding: 1rem 15rem 1rem 15rem;
  }

  .spec {
    padding: 6px 13px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
  }
  .sign-up-btn,
  .login-btn {
    font-size: 17px;
  }
}

/* Super large devices (huge desktops, 1800px and up) nj*/
@media (min-width: 1800px) and (max-width: 1999.98px) {
  .navbar {
    padding: 1rem 15rem 1rem 15rem;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
  }
  .sign-up-btn,
  .login-btn {
    font-size: 17px;
  }
  .spec {
    padding: 6px 12px;
  }
}

@media (min-width: 2000px) {
  
.success-section {
  padding: 17rem 0 15rem 0rem !important;
  overflow-x: hidden;
}

  .spec {
    padding: 6px 12px;
  }
  .navbar {
    padding: 1rem 18rem 1rem 18rem;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
  }
  .sign-up-btn,
  .login-btn {
    font-size: 17px;
  }
}

@media (min-width: 770px) and (max-width: 1310px) {
  .banner-t {
    font-size: 25px;
    line-height: 1.2;
  }

  .p-banner {
    font-size: 14px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media (min-width: 1600px) and (max-width: 1628px) {
  .navbar {
    padding: 1rem 10rem 1rem 10rem;
  }
}

@media (min-width: 1400px) and (max-width: 1478px) {
  .navbar {
    padding: 1rem 5rem 1rem 5rem;
  }
}

@media (min-width: 1300px) and (max-width: 1320px) {
  .navbar {
    padding: 1rem 7rem 1rem 7rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar {
    padding: 1rem 2rem 1rem 2rem;
  }
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 18px;
    font-size: 9px;
  }
  .height-banner {
    aspect-ratio: 16 / 9;
  }
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23850028'/%3e%3c/svg%3e");
}

.form-check-input:checked {
  background-color: #85002808;
  border-color: #850028;
}

.form-check-input {
  --bs-form-check-bg: #ffffff00;

  border: var(--bs-border-width) solid #808080;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tab-w {
    width: 100%;
  }
  .form-box {
    max-width: 100%;
  }
  .choice-card {
    height: auto;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .car-image {
    right: 55%;
  }
}

.footer-bottom .active {
  color: white !important;
}

.bottom-links {
  display: flex;
  justify-content: end;
  align-items: center;
}

@media (max-width: 990px) and (min-width: 769px) {
  .bottom-links {
    display: block !important;
  }

  .bottom-links .social-icons {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mob-radio {
    display: block !important;
  }
  .custom-radio + label {
    color: #000000 !important;
  }
  .bookbtn {
    padding: 10px 15px 10px 15px;
    font-size: 12px;
  }
}

@media (max-width: 1398px) and (min-width: 992px) {
  .mt-return .custom-form-check-input {
    width: 35px;
  }
  .custom-row {
    gap: 0px;
  }
  .price-card {
    bottom: 58px;
  }
  .call-btns {
    padding: 14px 30px 14px 30px;
  }
  .detail-card {
    margin: 22px auto;
  }
  .call-btn,
  .book-rentbtn {
    padding: 14px 30px 12px 30px !important;
  }
}

.success-section {
  padding: 13rem 0 8rem 0rem;
  overflow-x: hidden;
}

.return-btn {
  background-color: var(--primary) !important;
  color: #fff !important;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 16px;
  padding: 14px 15px;
  white-space: nowrap;
  text-decoration:none;
}

.return-btn:hover {
  background-color: var(--primaryhover);
}

.select-address-btn{
  margin-top: 10px;
    border-radius: 3px;
    font-weight: 600;
    transition: 0.5s;
    background-color: var(--primary) !important;
    text-decoration: none !important;
    padding: 6px 15px;
    color: white;
    font-size: 12px;
    border:none;
}

.select-address-btn:hover{
  background-color: var(--primaryhover);
}


/* ---- custom scroll design ---- */
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #d9d9d9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primaryhover);
}
/* ---- custom scroll design ---- */
