/* Regent's Car Rental LLC — logo sizing */

/* Breadcrumb separator: theme Bootstrap shipped a bad `var()` fallback (Creative Layers URL between crumbs). */
.breadcrumb {
  --bs-breadcrumb-divider: "/";
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/" !important;
}

/* Home — Featured Cars: premium section treatment */
.home-our-listings {
  padding-top: 10px;
  padding-bottom: 95px;
}
.home-our-listings .main-title {
  margin-bottom: 26px;
}
.home-our-listings .main-title h2 {
  color: #020617 !important;
  font-family: var(--font-heading);
}
.home-our-listings .main-title .para {
  color: #5f6973 !important;
  font-family: var(--font-body);
}
.home-our-listings .popular_listing_sliders .nav-tabs {
  background-color: #f3f5f7;
  border-radius: 999px;
  gap: 6px;
  height: auto;
  max-width: 460px;
  padding: 6px;
}
.home-our-listings .popular_listing_sliders .nav-tabs .nav-link,
.home-our-listings .popular_listing_sliders .nav-tabs .nav-link:visited,
.home-our-listings .popular_listing_sliders .nav-tabs .nav-link:focus,
.home-our-listings .popular_listing_sliders .nav-tabs .nav-link:focus-visible {
  background-color: #eef1f4;
  border: 1px solid #e1e6ea;
  border-radius: 999px;
  color: #269961 !important;
  font-weight: 600;
  min-height: 36px;
  text-align: center;
}
.home-our-listings .popular_listing_sliders .nav-tabs .nav-link:hover {
  border-color: #269961;
  box-shadow: 0 0 0 4px rgba(38, 153, 97, 0.16);
  color: #269961 !important;
}
.home-our-listings .popular_listing_sliders .nav-tabs .nav-link.active,
.home-our-listings .popular_listing_sliders .nav-tabs .nav-link.active:hover,
.home-our-listings .popular_listing_sliders .nav-tabs .nav-link.active:focus {
  background-color: #269961;
  border-color: #269961;
  box-shadow: 0 0 0 4px rgba(38, 153, 97, 0.18);
  color: #ffffff !important;
}
.home-our-listings .tab-content {
  margin-top: 8px;
}
.home-our-listings .car-listing {
  border: 1px solid #e7edf1;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.04);
  margin-bottom: 0;
  overflow: hidden;
  padding: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.home-our-listings .car-listing .thumb {
  aspect-ratio: 16 / 10;
  background: #f8fafb;
  border-radius: 12px;
  min-height: 0;
  overflow: hidden;
}
.home-our-listings .car-listing .thumb img {
  height: 100%;
  object-fit: cover;
  transform: none !important;
  width: 100%;
}
.home-our-listings .car-listing:hover .thumb img {
  transform: scale(1.04) !important;
}
.home-our-listings .car-listing .details {
  padding: 16px 10px 10px;
}
.home-our-listings .car-listing .details .title,
.home-our-listings .car-listing .details .title a {
  color: #020617 !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}
.home-our-listings .car-listing .details .price {
  color: #269961;
  font-weight: 700;
}
.home-our-listings .car-listing .details .wrapper .price.price-multi {
  gap: 8px;
}
.home-our-listings .car-listing .details .wrapper .price.price-multi .price-chip {
  background: #fbfcfd;
  border: 1px solid #e3e9ee;
  border-radius: 10px;
  padding: 8px 5px;
}
.home-our-listings .car-listing .details .wrapper .price.price-multi .price-chip__label {
  color: #6f7a86;
}
.home-our-listings .car-listing .details .wrapper .price.price-multi .price-chip__value {
  color: #269961;
  font-weight: 700;
}
.home-our-listings .car-listing .listing_footer {
  border-top: 1px solid #ebf0f4;
}
.home-our-listings .car-listing .listing_footer ul li {
  color: #7a8593;
  font-size: 13px;
}
.home-our-listings .car-listing .listing_footer ul li span[class*="flaticon-"] {
  color: #269961;
}
.home-our-listings .car-listing:hover {
  border-color: #d9efe5;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.08), 0 0 0 4px rgba(38, 153, 97, 0.14);
  transform: translateY(-4px);
}
.home-our-listings .car-listing:hover .details .title,
.home-our-listings .car-listing:hover .details .title a {
  color: #020617 !important;
}
.home-our-listings .car-listing:hover .thumb {
  background: #ffffff !important;
}
.home-our-listings .car-listing .thumb:before {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(2, 6, 23, 0.5) 100%) !important;
}
.our-listing--premium-cards .car-listing {
  border: 1px solid #e7edf1;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.04);
  margin-bottom: 0;
  overflow: hidden;
  padding: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.our-listing--premium-cards .car-listing .thumb {
  aspect-ratio: 16 / 10;
  background: #f8fafb;
  border-radius: 12px;
  min-height: 0;
  overflow: hidden;
}
.our-listing--premium-cards .car-listing .thumb img {
  height: 100%;
  object-fit: cover;
  transform: none !important;
  width: 100%;
}
.our-listing--premium-cards .car-listing:hover .thumb img {
  transform: scale(1.04) !important;
}
.our-listing--premium-cards .car-listing .details {
  padding: 16px 10px 10px;
}
.our-listing--premium-cards .car-listing .details .title,
.our-listing--premium-cards .car-listing .details .title a {
  color: #020617 !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}
.our-listing--premium-cards .car-listing .details .price {
  color: #269961;
  font-weight: 700;
}
.our-listing--premium-cards .car-listing .details .wrapper .price.price-multi {
  gap: 8px;
}
.our-listing--premium-cards .car-listing .details .wrapper .price.price-multi .price-chip {
  background: #fbfcfd;
  border: 1px solid #e3e9ee;
  border-radius: 10px;
  padding: 8px 5px;
}
.our-listing--premium-cards .car-listing .details .wrapper .price.price-multi .price-chip__label {
  color: #6f7a86;
}
.our-listing--premium-cards .car-listing .details .wrapper .price.price-multi .price-chip__value {
  color: #269961;
  font-weight: 700;
}
.our-listing--premium-cards .car-listing .listing_footer {
  border-top: 1px solid #ebf0f4;
}
.our-listing--premium-cards .car-listing .listing_footer ul li {
  color: #7a8593;
  font-size: 13px;
}
.our-listing--premium-cards .car-listing .listing_footer ul li span[class*="flaticon-"] {
  color: #269961;
}
.our-listing--premium-cards .car-listing:hover {
  border-color: #d9efe5;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.08), 0 0 0 4px rgba(38, 153, 97, 0.14);
  transform: translateY(-4px);
}
.our-listing--premium-cards .car-listing:hover .details .title,
.our-listing--premium-cards .car-listing:hover .details .title a {
  color: #020617 !important;
}
.our-listing--premium-cards .car-listing:hover .thumb {
  background: #ffffff !important;
}
.our-listing--premium-cards .car-listing .thumb:before {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(2, 6, 23, 0.5) 100%) !important;
}
.our-listing--premium-cards .car-listing .listing-card-link {
  border-radius: 14px;
}
.home-our-listings a.more_listing:hover,
.home-our-listings a.more_listing:focus {
  color: #269961 !important;
}
.home-our-listings .row.mt20 {
  position: relative;
  z-index: 5;
}
.home-our-listings a.more_listing {
  display: inline-flex;
  position: relative;
  z-index: 6;
}
.home-our-listings a.more_listing .icon,
.home-our-listings a.more_listing .icon .fas {
  color: #fff !important;
}

/* Delivery divider: darker premium overlay, sharper image, bottom fade */
.deliver-divider.bg-img1 {
  background-image: none !important;
  overflow: hidden;
  position: relative;
}
.deliver-divider.bg-img1::before {
  background-attachment: fixed;
  background-image: url("../images/background/1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: contrast(1.08) saturate(1.06) brightness(0.9);
  inset: 0;
  position: absolute;
  z-index: 0;
}
.deliver-divider.bg-img1::after {
  background: linear-gradient(95deg, rgba(2, 6, 23, 0.78) 8%, rgba(2, 6, 23, 0.54) 45%, rgba(2, 6, 23, 0.26) 72%, rgba(2, 6, 23, 0.1) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 78%, #ffffff 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.deliver-divider .container,
.deliver-divider .row,
.deliver-divider .home1_divider_content {
  position: relative;
  z-index: 2;
}
.deliver-divider .home1_divider_content {
  margin: 110px 0 120px;
}
.deliver-divider .home1_divider_content .title {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(44px, 4.1vw, 64px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.deliver-divider .home1_divider_content .title .accent {
  color: #269961;
}
.deliver-divider .home1_divider_content .para {
  color: #d7dee8;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 10px;
  width: 92%;
}
.deliver-divider .home1_divider_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.deliver-divider .home1_divider_btn {
  background-color: #269961 !important;
  border: 1px solid #269961 !important;
  border-radius: 10px;
  color: #ffffff !important;
  font-weight: 600;
  line-height: 1.2;
  min-width: 132px;
  padding: 12px 18px;
}
.deliver-divider .home1_divider_btn:hover {
  box-shadow: 0 0 0 4px rgba(38, 153, 97, 0.18), 0 10px 22px rgba(2, 6, 23, 0.18);
}
.deliver-divider .home1_divider_btn_alt {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  color: #020617;
  font-weight: 600;
  line-height: 1.2;
  min-width: 132px;
  padding: 12px 18px;
}
.deliver-divider .home1_divider_btn_alt:hover {
  border-color: #269961;
  box-shadow: 0 0 0 4px rgba(38, 153, 97, 0.14);
  color: #020617;
}
@media (max-width: 991.98px) {
  .deliver-divider .home1_divider_content {
    margin: 80px 0 92px;
  }
  .deliver-divider.bg-img1::before {
    background-attachment: scroll;
  }
}

/* Unified listings page: rental type switcher on dark toolbar */
.advance_search_menu_sectn .listing-for-switch .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}
.advance_search_menu_sectn .listing-for-switch .btn-outline-light:hover {
  color: #1d293e;
  background-color: #fff;
  border-color: #fff;
}

/* Listings catalog: compact toolbar — equal-width filters per column, tight gutters, keyword wider */
.listing-filter-compact.advance_search_menu_sectn {
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
}
/* Mobile/tablet: theme class mt70-992 was removed — use a small offset so filters sit just under the sticky header */
@media (max-width: 991.98px) {
  .listing-filter-under-mobile-header.listing-filter-compact.advance_search_menu_sectn,
  .listing-filter-under-mobile-header.listing-filter-premium-wrap,
  .listing-filter-under-mobile-header.listing-catalog-hero--with-filter {
    margin-top: 72px !important;
    position: relative;
    z-index: 1;
  }
}
.listing-filter-compact .row {
  --bs-gutter-x: 0.3rem;
  --bs-gutter-y: 0.3rem;
}
.listing-filter-compact .listing-for-switch-label {
  margin-bottom: 0.25rem !important;
  line-height: 1.2;
}
.listing-filter-compact .listing-for-switch {
  row-gap: 0.25rem;
}
.listing-filter-compact .advance_search_style {
  line-height: 1.2;
  margin-bottom: 0.25rem !important;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
/* Keyword only: span column, wider field */
.listing-filter-compact .advance_search_style.advance_search_style--wide {
  width: 100%;
  max-width: none;
}
.listing-filter-compact .advance_search_style .bootstrap-select {
  width: 100% !important;
  max-width: 100%;
}
.listing-filter-compact .advance_search_style .bootstrap-select > .dropdown-toggle {
  height: 36px !important;
  min-height: 36px !important;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 10px;
  font-size: 12px !important;
  line-height: 1.25 !important;
  border-radius: 6px;
  width: 100%;
}
.listing-filter-compact .advance_search_style .form-control.form_control {
  height: 36px;
  font-size: 12px;
  padding: 0.3rem 0.55rem;
  line-height: 1.25;
  border-radius: 6px;
  width: 100%;
}
.listing-filter-compact .advance_search_style .search_btn {
  height: 36px !important;
  line-height: 1.2 !important;
  width: 100% !important;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  font-size: 12px !important;
  border-radius: 6px;
}
.listing-filter-compact .advance_search_style .advance_dd_btn {
  line-height: 36px;
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: center;
}
.listing-filter-compact .advance_search_style .btn span {
  font-size: 12px;
  margin-right: 6px;
}

/* Listings catalog: hero above filter (type-specific copy) */
.listing-catalog-hero {
  background-color: #fff;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .listing-catalog-hero {
    padding-bottom: 1rem;
    padding-top: 1.25rem;
  }
}
.listing-catalog-hero__kicker {
  color: #269961;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}
.listing-catalog-hero__heading {
  color: #020617;
  font-size: clamp(1.5rem, 2.35vw, 2.125rem);
  font-weight: 700;
  line-height: 1.22;
  margin: 0 0 0.65rem;
  max-width: 22em;
}
.listing-catalog-hero__lead {
  color: #6f7a86;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 36rem;
}
.listing-catalog-hero--with-filter {
  padding-bottom: 0;
}
.listing-catalog-hero--with-filter .listing-filter-premium-wrap {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .listing-catalog-hero--with-filter .listing-filter-premium-wrap {
    margin-top: 1.5rem;
  }
}

/* Narrower breadcrumb strip (main title lives in listing-catalog-hero) */
.inner_page_breadcrumb.listing-catalog-breadcrumb-wrap {
  padding-bottom: 1.75rem !important;
  padding-top: 1.25rem !important;
}
@media (min-width: 768px) {
  .inner_page_breadcrumb.listing-catalog-breadcrumb-wrap {
    padding-bottom: 2rem !important;
    padding-top: 1.5rem !important;
  }
}
.listing-catalog-breadcrumb-wrap .breadcrumb_content.style2 {
  text-align: left;
}

/* Listings page: premium filter card (listings.php → listing-catalog.php) */
.listing-filter-premium-wrap {
  background: #f4f6f8;
  font-family: var(--font-body);
}
.listing-filter-premium-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(2, 6, 23, 0.08);
  overflow: visible;
  padding: 1.25rem 1.25rem 1.35rem;
}
.listing-filter-premium__main-row {
  --bs-gutter-x: 0.75rem;
  overflow: visible;
}
.listing-filter-premium__field {
  align-items: center;
  border: 1px solid #e3e9ee;
  border-radius: 12px;
  display: flex;
  min-height: 50px;
  /* must stay visible — overflow:hidden clips bootstrap-select .dropdown-menu */
  overflow: visible;
  background: #fff;
  position: relative;
}
/* Open select sits above neighbouring fields so the menu isn't covered */
.listing-filter-premium__field .bootstrap-select.show {
  position: relative;
  z-index: 30;
}
.listing-filter-premium__icon {
  align-items: center;
  align-self: stretch;
  background: #f8fafb;
  border-radius: 11px 0 0 11px;
  border-right: 1px solid #e9eef2;
  color: #269961;
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 18px;
  justify-content: center;
  min-height: 50px;
}
.listing-filter-premium__icon .flaticon-car:before,
.listing-filter-premium__icon .flaticon-gear:before,
.listing-filter-premium__icon .flaticon-car-black-side-view-pointing-left:before {
  font-size: 18px;
}
.listing-filter-premium__control,
.listing-filter-premium__control-flat {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  min-height: 50px;
  min-width: 0;
}
.listing-filter-premium__control .bootstrap-select,
.listing-filter-premium__control-flat .bootstrap-select {
  align-items: center;
  display: flex !important;
  height: 100%;
  max-width: 100%;
  min-height: 50px;
  width: 100% !important;
}
.listing-filter-premium__control .bootstrap-select > .dropdown-toggle,
.listing-filter-premium__control-flat .bootstrap-select > .dropdown-toggle {
  align-items: center !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #020617 !important;
  display: inline-flex !important;
  font-size: 14px;
  font-weight: 500;
  height: 50px !important;
  line-height: 1.35 !important;
  min-height: 50px !important;
  padding: 0 2rem 0 0.75rem !important;
}
.listing-filter-premium__control .bootstrap-select .filter-option,
.listing-filter-premium__control-flat .bootstrap-select .filter-option {
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.listing-filter-premium__control .bootstrap-select .filter-option-inner,
.listing-filter-premium__control-flat .bootstrap-select .filter-option-inner,
.listing-filter-premium__control .bootstrap-select .filter-option-inner-inner,
.listing-filter-premium__control-flat .bootstrap-select .filter-option-inner-inner {
  line-height: 1.35 !important;
}
/* Theme .bootstrap-select toggle uses line-height:35px — reset for vertical centering */
.listing-filter-premium-wrap .bootstrap-select > .dropdown-toggle {
  justify-content: flex-start !important;
  line-height: 1.35 !important;
  text-align: left !important;
}
.listing-filter-premium-wrap .bootstrap-select > .dropdown-toggle .filter-option {
  bottom: auto !important;
  flex: 1 1 auto;
  height: auto !important;
  left: auto !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-overflow: ellipsis;
  top: auto !important;
}
.listing-filter-premium-wrap .bootstrap-select > .dropdown-toggle::after {
  align-self: center;
  flex-shrink: 0;
  margin-left: auto;
  margin-top: 0 !important;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.listing-filter-premium__control .bootstrap-select > .dropdown-toggle:focus,
.listing-filter-premium__control-flat .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.listing-filter-premium__advanced-row {
  margin-top: 0.35rem;
}
@media (min-width: 992px) {
  .listing-filter-premium__advanced-row {
    margin-top: 0.5rem;
  }
}
.listing-filter-premium-wrap .bootstrap-select {
  position: relative;
}
.listing-filter-premium-wrap .bootstrap-select .dropdown-menu {
  margin-top: 4px !important;
  max-height: min(280px, 60vh);
  overflow-y: auto !important;
  z-index: 1080 !important;
}
.listing-filter-premium-wrap .bootstrap-select.show > .dropdown-toggle {
  z-index: auto;
}
.listing-filter-premium-card .listing-filter-premium__collapse .bootstrap-select .dropdown-menu {
  z-index: 1085 !important;
}
.listing-filter-premium__advanced-toggle {
  color: #269961;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.listing-filter-premium__advanced-toggle:hover {
  color: #1f7a4e;
}
.listing-filter-premium__advanced-toggle .flaticon-cogwheel:before {
  font-size: 14px;
}
.listing-filter-premium__search {
  align-items: center;
  background-color: #269961 !important;
  border: 1px solid #269961 !important;
  border-radius: 12px !important;
  color: #fff !important;
  display: inline-flex;
  font-size: 15px !important;
  font-weight: 600 !important;
  gap: 8px;
  justify-content: center;
  min-height: 50px;
  padding: 0.65rem 1.5rem !important;
  box-shadow: 0 4px 14px rgba(38, 153, 97, 0.25);
}
.listing-filter-premium__search:hover {
  background-color: #218a56 !important;
  border-color: #218a56 !important;
  box-shadow: 0 0 0 4px rgba(38, 153, 97, 0.2), 0 8px 20px rgba(2, 6, 23, 0.12);
  color: #fff !important;
}
.listing-filter-premium__collapse-hr {
  border: 0;
  border-top: 1px solid #eef2f5;
  margin: 1rem 0 1.25rem;
  opacity: 1;
}
.listing-filter-premium__mini-label {
  color: #5f6973;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}
.listing-filter-premium__input {
  border: 1px solid #e3e9ee;
  border-radius: 10px;
  font-size: 14px;
  min-height: 48px;
}
.listing-filter-premium__collapse .bootstrap-select > .dropdown-toggle {
  border: 1px solid #e3e9ee !important;
  border-radius: 10px !important;
  height: 48px !important;
}
@media (min-width: 992px) {
  .listing-filter-premium__search {
    min-width: 160px;
  }
}

/* Listing detail (page-car-single-v1 style): spacing under sticky header */
.listing-detail-page.our-agent-single {
  margin-top: 0.75rem !important;
}
/* Mobile: car gallery → pricing/booking card → overview & description */
@media (max-width: 991.98px) {
  .listing-detail-page .listing-detail-layout {
    display: flex;
    flex-direction: column;
  }
  .listing-detail-page .listing-detail-layout__left,
  .listing-detail-page .listing-detail-layout__left > .row {
    display: contents;
  }
  .listing-detail-page .listing-detail-layout__gallery {
    order: 1;
    width: 100%;
  }
  .listing-detail-page .listing-detail-layout__sidebar {
    order: 2;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    margin-top: 0;
  }
  .listing-detail-page .listing-detail-layout__details {
    order: 3;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .listing-detail-page.our-agent-single {
    margin-top: 1.25rem !important;
  }
}
/* Condition label: theme paints first .car_info item orange pill — plain text like siblings */
.listing-detail-page .car_single_content_wrapper .car_info li:first-child {
  background-color: transparent;
  border-radius: 0;
  height: auto;
  padding: 0;
}
.listing-detail-page .car_single_content_wrapper .car_info li:first-child a,
.listing-detail-page .car_single_content_wrapper .car_info li:first-child span {
  color: #5f6973;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: none;
}
.listing-detail-description img {
  max-width: 100%;
  height: auto;
}

/* Listing detail sidebar: theme uses fixed height + tiny line-height — text sat too high; center with flex */
.listing-detail-page .offer_btns .ofr_btn1,
.listing-detail-page .offer_btns .ofr_btn2 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1.35;
  min-height: 60px;
  height: auto;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
}
.listing-detail-page .offer_btns .ofr_btn1 .mr10,
.listing-detail-page .offer_btns .ofr_btn2 .mr10 {
  margin-right: 0 !important;
}
.listing-detail-page .sidebar_seller_contact .btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  min-height: 50px;
  height: auto;
  padding: 0.65rem 1rem;
  box-sizing: border-box;
}

.listing-detail-page .sidebar_seller_contact > h4 {
  color: #000;
}
.listing-detail-page .sidebar_seller_contact {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.listing-detail-page .sidebar_seller_contact > form.listing-booking-form {
  background: #f1f7f3;
  border: 1px solid #cfe8db;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(15, 72, 48, 0.08);
  margin: 0 0 1.6rem;
  padding: 1.15rem 1.05rem 1.05rem;
}
.listing-detail-page .sidebar_seller_contact > form.listing-booking-form + .listing-inquire-card {
  margin-top: 1.6rem;
}

.listing-detail-page .sidebar_seller_contact--short-term {
  margin-bottom: 0;
}

/* Short-term listing sidebar: one unified card (brand + specs + rates + CTAs) */
.listing-detail-page .listing-st-card {
  background: #fff;
  border: 1px solid #e7edf1;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(2, 6, 23, 0.06);
  padding: 1.15rem 1.15rem 1.25rem;
}
.listing-detail-page .listing-st-card .alert:last-of-type {
  margin-bottom: 1rem;
}
.listing-detail-page .listing-st-card__brand {
  align-items: flex-start;
  border-bottom: 1px solid #eef2f5;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}
.listing-detail-page .listing-st-card__logo-img {
  display: block;
  height: auto;
  max-height: 36px;
  width: auto;
  max-width: 132px;
  object-fit: contain;
}
.listing-detail-page .listing-st-card__brand-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-width: 0;
  text-align: right;
}
.listing-detail-page .listing-st-card__brand-name {
  color: #269961;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}
.listing-detail-page .listing-st-card__brand-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.listing-detail-page .listing-st-card__brand-phone:hover {
  color: #1f7a4e !important;
}
.listing-detail-page .listing-st-card__brand-phone .flaticon-phone-call:before {
  font-size: 14px;
  color: #269961;
}
.listing-detail-page .listing-st-card__kicker {
  color: #269961;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}
.listing-detail-page .listing-st-card__title {
  color: #020617;
  font-size: clamp(1.125rem, 2.5vw, 1.4rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.1rem;
}
.listing-detail-page .listing-st-card__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 1rem;
}
.listing-detail-page .listing-st-card__spec {
  align-items: center;
  background: #f4f6f8;
  border-radius: 10px;
  display: flex;
  gap: 8px;
  min-height: 44px;
  padding: 8px 10px;
}
.listing-detail-page .listing-st-card__spec-icon {
  color: #269961;
  flex-shrink: 0;
  font-size: 15px;
  width: 20px;
  text-align: center;
}
.listing-detail-page .listing-st-card__spec-icon--fa {
  font-size: 14px;
  line-height: 1;
}
.listing-detail-page .listing-st-card__spec-icon--fa .fas {
  color: #269961;
}
.listing-detail-page .listing-st-card__spec-text {
  color: #475569;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  min-width: 0;
}
.listing-detail-page .listing-st-card__pricing {
  background: transparent;
  border: none;
  border-radius: 0;
  border-top: 1px solid #eef2f5;
  margin-bottom: 0.75rem;
  margin-top: 0.15rem;
  padding: 1.1rem 0 0;
}
.listing-detail-page .listing-st-card__pricing--muted {
  border-top: 1px solid #eef2f5;
  margin-top: 0;
  padding: 1rem 0 0;
}
.listing-detail-page .listing-st-card__tabs {
  background: #eef1f4;
  border-radius: 10px;
  display: flex;
  gap: 3px;
  margin-bottom: 0.85rem;
  padding: 3px;
}
.listing-detail-page .listing-st-card__tab {
  cursor: pointer;
  flex: 1;
  margin: 0;
  position: relative;
}
.listing-detail-page .listing-st-card__tab input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  width: 1px;
}
.listing-detail-page .listing-st-card__tab-face {
  border-radius: 8px;
  color: #6f7a86;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  padding: 7px 4px;
  text-align: center;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.listing-detail-page .listing-st-card__tab input:checked + .listing-st-card__tab-face,
.listing-detail-page .listing-st-card__tab input:focus-visible + .listing-st-card__tab-face {
  background: #fff;
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.08);
  color: #020617;
}
.listing-detail-page .listing-st-card__rate-panel {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: space-between;
}
.listing-detail-page .listing-st-card__rate-main {
  min-width: 0;
}
.listing-detail-page .listing-st-card__rate-kicker {
  color: #6f7a86;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.listing-detail-page .listing-st-card__rate-amount {
  color: #269961;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.listing-detail-page .listing-st-card__rate-aside {
  color: #6f7a86;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  gap: 2px;
  line-height: 1.45;
  text-align: right;
}
.listing-detail-page .listing-st-card__actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: 0.15rem;
}
.listing-detail-page .listing-st-card__btn-wa {
  align-items: center;
  border-radius: 10px !important;
  display: inline-flex !important;
  flex-wrap: nowrap;
  font-size: 13px !important;
  font-weight: 600 !important;
  gap: 6px;
  height: auto !important;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 0.45rem 0.55rem !important;
}
.listing-detail-page .listing-st-card .btn span {
  font-size: inherit !important;
  vertical-align: middle;
}
.listing-detail-page .listing-st-card__btn-wa .flaticon-whatsapp:before {
  font-size: 16px;
}
.listing-detail-page .listing-st-card__btn-call {
  align-items: center;
  background: #fff !important;
  border: 2px solid #269961 !important;
  border-radius: 10px !important;
  color: #269961 !important;
  display: inline-flex !important;
  flex-wrap: nowrap;
  font-size: 13px !important;
  font-weight: 600 !important;
  gap: 6px;
  height: auto !important;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 0.45rem 0.55rem !important;
}
.listing-detail-page .listing-st-card__btn-call .flaticon-phone-call:before {
  color: #269961;
  font-size: 14px;
}
.listing-detail-page .listing-st-card__btn-call:hover {
  background: #ecfdf5 !important;
  border-color: #218a56 !important;
  color: #218a56 !important;
}
@media (max-width: 480px) {
  .listing-detail-page .listing-st-card__actions {
    grid-template-columns: 1fr;
  }
}

/* Listing detail: Quick inquire (same fields & backend as contact.php) */
.listing-detail-page .listing-inquire-card {
  background: #fff;
  border: 1px solid #e7edf1;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(2, 6, 23, 0.06);
  margin-top: 1.25rem;
  padding: 1.15rem 1.15rem 1.25rem;
}
.listing-detail-page .listing-inquire-card__heading {
  color: #020617;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.listing-detail-page .listing-inquire-card .form-label {
  color: #1d293e;
  font-weight: 600;
}
.listing-detail-page .listing-inquire-card .form-control {
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 0;
  min-height: 42px;
}
.listing-detail-page .listing-inquire-card textarea.form-control {
  min-height: 0;
}
.listing-detail-page .listing-inquire-card__submit {
  border-radius: 10px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  min-height: 40px;
  padding: 0.45rem 1.25rem;
  width: 100%;
}
.listing-detail-page .listing-inquire-card__submit:hover,
.listing-detail-page .listing-inquire-card__submit:focus {
  color: #fff !important;
}
.listing-detail-page .listing-inquire-card .alert ul {
  padding-left: 1.1rem;
}

/* Subscription booking: multi-step wizard */
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard-nav {
  margin-bottom: 1rem;
}
.listing-detail-page .listing-wizard-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing-detail-page .listing-wizard-nav__item {
  flex: 1 1 calc(12.5% - 8px);
  min-width: 52px;
  text-align: center;
}
.listing-detail-page .listing-wizard-nav__badge {
  align-items: center;
  background: #eef2f5;
  border-radius: 999px;
  color: #5f6973;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  margin-bottom: 4px;
  width: 28px;
}
.listing-detail-page .listing-wizard-nav__label {
  display: block;
  color: #6f7a86;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.listing-detail-page .listing-wizard-nav__item--active .listing-wizard-nav__badge {
  background: #269961;
  color: #fff;
  box-shadow: 0 2px 8px rgba(38, 153, 97, 0.3);
}
.listing-detail-page .listing-wizard-nav__item--active .listing-wizard-nav__label {
  color: #269961;
}
.listing-detail-page .listing-wizard-nav__item--done .listing-wizard-nav__badge {
  background: #dcfce7;
  color: #166534;
}
.listing-detail-page .listing-wizard__step-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #020617;
}
.listing-detail-page .listing-wizard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.5rem;
}
/* Solid green + white text (matches wizard emphasis; btn-thm is light fill + green text) */
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard__next.btn-thm2,
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard__submit.btn-thm2,
.listing-detail-page .listing-booking-wizard--leasing .listing-wizard__next.btn-thm2,
.listing-detail-page .listing-booking-wizard--leasing .listing-wizard__submit.btn-thm2 {
  background-color: #269961;
  border-color: #269961;
  color: #fff;
}
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard__next.btn-thm2:hover,
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard__next.btn-thm2:focus,
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard__submit.btn-thm2:hover,
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard__submit.btn-thm2:focus,
.listing-detail-page .listing-booking-wizard--leasing .listing-wizard__next.btn-thm2:hover,
.listing-detail-page .listing-booking-wizard--leasing .listing-wizard__next.btn-thm2:focus,
.listing-detail-page .listing-booking-wizard--leasing .listing-wizard__submit.btn-thm2:hover,
.listing-detail-page .listing-booking-wizard--leasing .listing-wizard__submit.btn-thm2:focus {
  background-color: #1f7d50;
  border-color: #1f7d50;
  color: #fff;
}
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard__next[hidden],
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard__submit[hidden],
.listing-detail-page .listing-booking-wizard--subscription .listing-wizard__prev[hidden],
.listing-detail-page .listing-booking-wizard--subscription #listing-booking-calc[hidden],
.listing-detail-page .listing-booking-wizard--leasing .listing-wizard__next[hidden],
.listing-detail-page .listing-booking-wizard--leasing .listing-wizard__submit[hidden],
.listing-detail-page .listing-booking-wizard--leasing .listing-wizard__prev[hidden],
.listing-detail-page .listing-booking-wizard--leasing #listing-booking-calc[hidden] {
  display: none !important;
}
.listing-detail-page .listing-wizard__prev {
  flex: 0 0 auto;
}
.listing-detail-page .listing-wizard__next,
.listing-detail-page .listing-wizard__submit {
  flex: 1 1 auto;
  min-width: 120px;
}
.listing-detail-page .listing-wizard__review {
  background: #f8fafb;
  border: 1px solid #eef2f5;
  border-radius: 12px;
  padding: 12px 14px;
}

.listing-detail-page .listing-short-term-intro {
  line-height: 1.55;
  max-width: 100%;
}

.listing-detail-page .sidebar_seller_contact .listing-booking-wa-same {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-right: 0;
  margin-bottom: 10px;
  padding-left: 0 !important;
}
.listing-detail-page .sidebar_seller_contact .listing-booking-wa-same .form-check-input {
  flex: 0 0 auto;
  margin: 0 !important;
  position: static;
}
.listing-detail-page .sidebar_seller_contact .listing-booking-wa-same .form-check-label {
  line-height: 1.3;
  margin: 0;
}
.listing-detail-page .sidebar_seller_contact .form-control.listing-booking-wa-synced {
  background-color: #f1f3f5;
  cursor: default;
}

/* Booking: price summary — aligned rows */
.listing-detail-page .sidebar_seller_contact .listing-booking-calc {
  margin: 0;
  padding: 0;
  border: 1px solid #e2e6ea;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(23, 26, 33, 0.06);
}
.listing-detail-page .listing-booking-calc__inner {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.listing-detail-page .listing-booking-calc__head {
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d293e;
  background: linear-gradient(180deg, #f5f7f9 0%, #eef1f4 100%);
  border-bottom: 1px solid #e2e6ea;
}
.listing-detail-page .listing-booking-calc__body {
  padding: 14px 14px 16px;
}
.listing-detail-page .listing-booking-calc__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
}
.listing-detail-page .listing-booking-calc__row:last-of-type {
  margin-bottom: 0;
}
.listing-detail-page .listing-booking-calc__label {
  flex: 1 1 auto;
  min-width: 0;
  color: #5f6973;
  font-weight: 500;
}
.listing-detail-page .listing-booking-calc__value {
  flex: 0 1 auto;
  max-width: 58%;
  text-align: right;
  color: #1d293e;
  font-weight: 600;
  line-height: 1.35;
}
.listing-detail-page .listing-booking-calc__suffix {
  font-size: 11px;
  font-weight: 600;
  color: #7a8490;
  margin-left: 2px;
}
.listing-detail-page .listing-booking-calc__row--emphasis {
  align-items: center;
  margin-bottom: 4px;
}
.listing-detail-page .listing-booking-calc__row--emphasis .listing-booking-calc__label {
  color: #1d293e;
  font-weight: 600;
}
.listing-detail-page .listing-booking-calc__row--emphasis .listing-booking-calc__value {
  font-size: 14px;
  color: #269961;
}
.listing-detail-page .listing-booking-calc__formula {
  font-size: 11px;
  line-height: 1.35;
  color: #7a8490;
  text-align: right;
  margin: 0 0 12px;
  padding-bottom: 2px;
}
.listing-detail-page .listing-booking-calc__divider {
  height: 0;
  margin: 4px 0 12px;
  border: 0;
  border-top: 1px dashed #d5dbe0;
}
.listing-detail-page .listing-booking-calc__row--muted .listing-booking-calc__label,
.listing-detail-page .listing-booking-calc__row--muted .listing-booking-calc__value {
  color: #64748b;
  font-weight: 600;
}
.listing-detail-page .listing-booking-calc__hint {
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
}
.listing-detail-page .listing-lto-info-box {
  background: #f8fafb;
  border: 1px solid #e8edf2;
  border-radius: 10px;
  padding: 12px 14px;
}
.listing-detail-page .listing-booking-calc__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px solid #269961;
}
.listing-detail-page .listing-booking-calc__total-label {
  font-size: 12px;
  font-weight: 700;
  color: #1d293e;
  letter-spacing: 0.02em;
}
.listing-detail-page .listing-booking-calc__total-value {
  font-size: 17px;
  font-weight: 700;
  color: #269961;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.listing-detail-page .listing-wizard__review .listing-booking-calc__total-value {
  font-size: 12px;
}

/* Booking: plan & fulfillment as selectable boxes */
.listing-detail-page .listing-plan-grid,
.listing-detail-page .listing-fulfillment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.listing-detail-page .listing-plan-box {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.listing-detail-page .listing-plan-box input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.listing-detail-page .listing-plan-box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 72px;
  padding: 12px 8px;
  border: 2px solid #eaeaea;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.listing-detail-page .listing-plan-box input:checked + .listing-plan-box__inner,
.listing-detail-page .listing-plan-box input:focus-visible + .listing-plan-box__inner {
  border-color: #269961;
  box-shadow: 0 0 0 1px #269961;
}
.listing-detail-page .listing-plan-box__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  color: #1d293e;
}
.listing-detail-page .listing-plan-box__price {
  font-size: 14px;
  font-weight: 600;
  color: #269961;
  margin-top: 6px;
  line-height: 1.2;
}
.listing-detail-page .listing-plan-box__unit {
  font-size: 11px;
  font-weight: 500;
  margin-left: 2px;
  opacity: 0.9;
}
.listing-detail-page .listing-plan-box__sub {
  font-size: 11px;
  color: #5f6973;
  margin-top: 4px;
  line-height: 1.2;
}
.listing-detail-page .listing-plan-box--compact .listing-plan-box__inner {
  min-height: 64px;
  padding: 10px 6px;
}
.listing-detail-page .booking-address-panel {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fafafa;
}
.listing-detail-page .mb8 {
  margin-bottom: 8px !important;
}
.listing-detail-page .mb12 {
  margin-bottom: 12px !important;
}

/* Gallery: theme Owl dots use fixed demo JPEGs (style.css background-image on .owl-dot span) — hide dots; use real thumbnails only */
.listing-detail-gallery .owl-dots,
.listing-detail-gallery .owl-carousel .owl-dots {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
.listing-detail-gallery .owl-dot span {
  background-image: none !important;
}

.listing-detail-gallery .listing-detail-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.listing-detail-gallery .listing-detail-thumb {
  display: block;
  width: 100px;
  height: 75px;
  padding: 0;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  flex: 0 0 auto;
}
.listing-detail-gallery .listing-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: top;
}
.listing-detail-gallery .listing-detail-thumb:hover,
.listing-detail-gallery .listing-detail-thumb.is-active {
  border-color: #269961;
}

/* Listings grid: entire card clickable (single overlay link; avoids nested <a>) */
.car-listing .listing-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 8px;
}
.car-listing .listing-card-link:focus-visible {
  outline: 2px solid #269961;
  outline-offset: 2px;
}

header.header-nav a.navbar_brand img.logo1,
header.header-nav a.navbar_brand img.logo2 {
  max-height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

/* Desktop main header: clean white bar like reference, keep existing items */
@media (min-width: 993px) {
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu {
    background-color: #fff !important;
    border-top: 1px solid rgba(2, 6, 23, 0.08) !important;
    min-height: 72px;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu.transparent {
    background-color: #fff !important;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu a.navbar_brand {
    margin-top: 12px;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu a.navbar_brand .logo1 {
    display: none !important;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu a.navbar_brand .logo2 {
    display: block !important;
  }
  /* Default nav links: gray (override theme home3_style / stricky-fixed all-green rules) */
  header.header-nav.menu_style_home_one.home3_style.main-menu .ace-responsive-menu > li:not(.nav-current):not(.active) > a,
  header.header-nav.menu_style_home_one.home3_style.main-menu .ace-responsive-menu > li:not(.nav-current):not(.active) > a .title,
  header.header-nav.menu_style_home_one.home3_style.stricky-fixed.main-menu .ace-responsive-menu > li:not(.nav-current):not(.active) > a,
  header.header-nav.menu_style_home_one.home3_style.stricky-fixed.main-menu .ace-responsive-menu > li:not(.nav-current):not(.active) > a .title,
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li:not(.nav-current):not(.active):not(.menu-phone):not(.add_listing) > a,
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li:not(.nav-current):not(.active):not(.menu-phone):not(.add_listing) > a .title {
    color: #5f6973 !important;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li > a {
    font-size: 14px;
    font-weight: 500;
    padding-top: 28px;
    padding-bottom: 27px;
  }
  /* Current page only: green */
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li.nav-current > a,
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li.active > a,
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li.nav-current > a .title,
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li.active > a .title,
  header.header-nav.menu_style_home_one.home3_style.main-menu .ace-responsive-menu > li.nav-current > a,
  header.header-nav.menu_style_home_one.home3_style.main-menu .ace-responsive-menu > li.active > a,
  header.header-nav.menu_style_home_one.home3_style.main-menu .ace-responsive-menu > li.nav-current > a .title,
  header.header-nav.menu_style_home_one.home3_style.main-menu .ace-responsive-menu > li.active > a .title,
  header.header-nav.menu_style_home_one.transparent.main-menu .ace-responsive-menu > li.nav-current > a,
  header.header-nav.menu_style_home_one.transparent.main-menu .ace-responsive-menu > li.active > a,
  header.header-nav.menu_style_home_one.transparent.main-menu .ace-responsive-menu > li.nav-current > a .title,
  header.header-nav.menu_style_home_one.transparent.main-menu .ace-responsive-menu > li.active > a .title {
    color: #269961 !important;
  }
  /* Light home hero: inactive nav links use gray (not white — hero bg is #f9f9f9) */
  header.header-nav.menu_style_home_one.transparent.main-menu:not(.stricky-fixed) .ace-responsive-menu > li:not(.nav-current):not(.active):not(.menu-phone):not(.add_listing) > a,
  header.header-nav.menu_style_home_one.transparent.main-menu:not(.stricky-fixed) .ace-responsive-menu > li:not(.nav-current):not(.active):not(.menu-phone):not(.add_listing) > a .title {
    color: #5f6973 !important;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li:not(.add_listing) > a:hover {
    color: #269961 !important;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li.menu-phone > a {
    color: #263238 !important;
    font-weight: 600;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li.menu-phone > a .flaticon-phone-call {
    color: #269961;
    margin-right: 6px;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li.add_listing > a {
    background-color: #269961 !important;
    border: 1px solid #269961 !important;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 16px;
    padding: 10px 16px !important;
  }
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li.add_listing > a:hover,
  .site-header-sticky header.header-nav.menu_style_home_one.main-menu .ace-responsive-menu > li.add_listing > a:focus {
    background-color: #1f7a4e !important;
    border-color: #1f7a4e !important;
    color: #fff !important;
  }
}

/* Book Now CTA: white label on green button (override theme home3_style link color) */
header.header-nav.menu_style_home_one.home3_style .ace-responsive-menu > li.add_listing > a,
header.header-nav.menu_style_home_one.home3_style .ace-responsive-menu > li.add_listing > a:hover,
header.header-nav.menu_style_home_one.home3_style .ace-responsive-menu > li.add_listing > a:focus {
  color: #fff !important;
}

.footer_one .footer_about_widget .logo img {
  max-height: 44px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

/* Mobile top bar: shorter sticky bar (theme menu.css uses .header { height: 70px }) */
@media (max-width: 992px) {
  #page.stylehome1 .mobile-menu .mobile_menu_main_logo img.nav_logo_img,
  .mobile-menu .mobile_menu_main_logo img.nav_logo_img,
  .mobile_menu_main_logo .nav_logo_img.img-fluid {
    max-height: 36px !important;
    max-width: 150px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
  }

  /* Keep theme .h0 collapse so mobile nav wrapper doesn't create blank space */
  .site-header-sticky #page.stylehome1.h0 {
    height: 0 !important;
    min-height: 0 !important;
  }
  .site-header-sticky .mobile-menu .header.stylehome1 {
    z-index: 2;
    height: auto !important;
    min-height: 0 !important;
    padding: 6px 16px !important;
    line-height: 1.2 !important;
    align-items: center;
  }
  .site-header-sticky .mobile_menu_main_logo .nav_logo_img {
    margin-top: 0 !important;
  }
  .site-header-sticky .mobile_menu_bar a.menubar {
    height: 40px !important;
    padding-top: 8px !important;
    line-height: 1.2 !important;
    top: 6px !important;
  }
  /* scrollToFixed: full width on small screens */
  .site-header-sticky.scroll-to-fixed-fixed {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .site-header-sticky {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Slide-out mobile nav (mmenu): light gray panel, green links */
  .mm-menu.stylehome1,
  .mm-menu.stylehome1 .mm-panel,
  .mm-menu.stylehome1 .mm-panels {
    background: #f4f6f8 !important;
    background-color: #f4f6f8 !important;
  }
  .mm-menu.stylehome1 .mm-navbar,
  .mm-menu.stylehome1 .mm-btn_prev:before {
    background-color: #f4f6f8 !important;
    color: #269961 !important;
  }
  .mm-menu.stylehome1 .mm-navbar__title {
    color: #269961 !important;
  }
  .mm-menu.stylehome1 a.mm-listitem__text,
  .mm-menu.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #269961 !important;
  }
  .mm-menu.stylehome1 a.mm-listitem__text:hover,
  .mm-menu.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #e8eef2 !important;
    color: #1f7a4e !important;
  }
  .mm-menu.stylehome1 li.nav-current > a.mm-listitem__text,
  .mm-menu.stylehome1 li.active > a.mm-listitem__text,
  .mm-menu.stylehome1 a.mm-listitem__text.active {
    background-color: #e8eef2 !important;
    color: #1f7a4e !important;
    font-weight: 600;
  }
  .mm-menu.stylehome1 .mm-listitem:after {
    border-color: rgba(38, 153, 97, 0.12) !important;
  }
  .mm-menu.stylehome1 .mm-add-listing .phone-num,
  .mm-menu.stylehome1 .mm-add-listing .phone-num a,
  .mm-menu.stylehome1 .mm-add-listing .social-links a {
    color: #269961 !important;
  }
  .mm-menu.stylehome1 .mm-add-listing .phone-num a:hover,
  .mm-menu.stylehome1 .mm-add-listing .social-links a:hover {
    color: #1f7a4e !important;
  }
  .mm-menu.stylehome1 .mm-btn:after,
  .mm-menu.stylehome1 .mm-btn:before {
    border-color: #269961 !important;
  }
}

/* Admin panel: desktop + mobile header logo (theme defaults are large; dashbord_style = admin shell) */
header.header-nav.home3_style.dashbord_style a.navbar_brand img.logo1,
header.header-nav.home3_style.dashbord_style a.navbar_brand img.logo2 {
  max-height: 40px;
  max-width: 160px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 992px) {
  #page.stylehome1.h0 .mobile-menu .mobile_menu_main_logo img.nav_logo_img {
    max-height: 32px !important;
    max-width: 130px !important;
    width: auto !important;
    object-fit: contain;
  }
}

/* Admin header: generic user avatar (icon only — no profile photo) */
.admin-user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8eef5;
  color: #2c3e50;
  vertical-align: middle;
  flex-shrink: 0;
}
.admin-user-avatar .fas {
  opacity: 0.88;
}
.admin-user-avatar--sm {
  width: 36px;
  height: 36px;
}
.admin-user-avatar--sm .fas {
  font-size: 0.95rem;
}
.admin-user-avatar--md {
  width: 48px;
  height: 48px;
}
.admin-user-avatar--md .fas {
  font-size: 1.15rem;
}
header.header-nav .user_set_header .admin-user-avatar--md {
  margin-right: 12px;
}

/* Login modal + admin: .btn-thm uses green text on green fill until hover — always white on green */
.sign_up_modal .login_form .btn-thm.btn-log,
.sign_up_modal .login_form .btn-thm.btn-log:hover,
.sign_up_modal .login_form .btn-thm.btn-log:focus,
.sign_up_modal .login_form .btn-thm.btn-log:active {
  background-color: var(--color-brand-green) !important;
  border-color: var(--color-brand-green) !important;
  color: #fff !important;
}
.our-dashbord .btn-thm,
.dashbord_style .btn-thm,
.our-dashbord .btn-thm:hover,
.our-dashbord .btn-thm:focus,
.our-dashbord .btn-thm:active,
.dashbord_style .btn-thm:hover,
.dashbord_style .btn-thm:focus,
.dashbord_style .btn-thm:active {
  background-color: var(--color-brand-green) !important;
  border-color: var(--color-brand-green) !important;
  color: #fff !important;
}
.our-dashbord .btn-thm:hover,
.our-dashbord .btn-thm:focus,
.our-dashbord .btn-thm:active,
.dashbord_style .btn-thm:hover,
.dashbord_style .btn-thm:focus,
.dashbord_style .btn-thm:active {
  background-color: #218a56 !important;
  border-color: #218a56 !important;
}
/* Admin .btn-thm2: keep white label (theme hover flips to green text) */
.our-dashbord .btn-thm2,
.our-dashbord .btn-thm2:hover,
.our-dashbord .btn-thm2:focus,
.our-dashbord .btn-thm2:active {
  color: #fff !important;
}
.our-dashbord .btn-thm2:hover,
.our-dashbord .btn-thm2:focus,
.our-dashbord .btn-thm2:active {
  background-color: #218a56 !important;
  border-color: #218a56 !important;
}

/* Coming soon (Offers / Lease to own) */
.coming-soon-block__icon .flaticon-calendar {
  font-size: 3rem;
  color: #c2000b;
  line-height: 1;
}
.coming-soon-block__title {
  font-size: 2rem;
  font-weight: 700;
}
.coming-soon-badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5c636a;
  background: rgba(0, 0, 0, 0.06);
}

/* Home hero: no background photo; light fill + black headline copy */
.home-one.bg-home1.home-hero-filter-scope {
  background-image: none !important;
  background-color: #f9f9f9;
  height: auto !important;
  min-height: 0;
}

/* Hero: trim theme’s 200px bottom padding; kill legacy mobile gap before “Browse by category” */
.home-one.home-hero-filter-scope .home_content.home1_style {
  padding-top: 120px;
  padding-bottom: 1.75rem;
}
.home-one.home-hero-filter-scope + .car-category.mobile_space {
  margin-top: 0 !important;
}
.car-category.mobile_space.bgc-f9.z-2.pb100 {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .home-one.home-hero-filter-scope .home_content.home1_style {
    padding-top: 5rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 520px) {
  .home-one.home-hero-filter-scope .home_content.home1_style {
    padding-top: 88px !important;
    padding-bottom: 1rem !important;
  }
}

.home-one.home-hero-filter-scope .home_content.home1_style .home-text .title {
  color: #000;
}
.home-one.home-hero-filter-scope .home_content.home1_style .home-hero-modern__copy .title .hero-title-accent {
  color: #269961 !important;
}
.home-one.home-hero-filter-scope .home_content.home1_style .home-hero-modern__copy .title .hero-title-em {
  color: #020617 !important;
}
.home-one.home-hero-filter-scope .home_content.home1_style .home-hero-modern__copy .para {
  color: #5f6973 !important;
}

/* Home hero modern split layout */
.home-hero-modern__inner {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.05fr 1fr;
}
.home-hero-modern__copy .title {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 0.85rem;
}
.home-hero-modern__badge {
  background: rgba(38, 153, 97, 0.14);
  border-radius: 999px;
  color: #269961;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  padding: 6px 10px;
}
.home-hero-modern__copy .para {
  color: #5f6973 !important;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 1.35rem;
  max-width: 520px;
}
.home-hero-modern__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.4rem;
}
.home-hero-modern__btn-primary {
  border-radius: 10px;
  background-color: #269961 !important;
  border: 1px solid #269961 !important;
  color: #ffffff !important;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  padding: 13px 18px;
}
.home-hero-modern__btn-outline {
  border: 1px solid rgba(38, 153, 97, 0.45);
  border-radius: 10px;
  color: #269961;
  font-weight: 600;
  line-height: 1.2;
  padding: 13px 18px;
}
.home-hero-modern__btn-outline:hover {
  background-color: rgba(38, 153, 97, 0.1);
  color: #269961;
}
.home-hero-modern__stats {
  display: flex;
  gap: 24px;
}
.home-hero-modern__stat strong {
  color: #020617;
  display: block;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.1;
}
.home-hero-modern__stat span {
  color: #8b97a6;
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.home-hero-modern__media {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.home-hero-modern__media img,
.home-hero-modern__media .home-hero-modern__video {
  border-radius: 20px;
  display: block;
  height: 420px;
  object-fit: cover;
  width: 100%;
}
.home-hero-modern__media-badge {
  background: #269961;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
}
.home-hero-modern__price {
  background: #fff;
  border-radius: 14px;
  bottom: 16px;
  box-shadow: 0 16px 35px rgba(2, 6, 23, 0.12);
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  z-index: 2;
}
.home-hero-modern__price span {
  color: #8b97a6;
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.home-hero-modern__price strong {
  color: #269961;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

/* Home: services strip below browse categories */
.home-services-section {
  background-color: #f8fafb;
}
.home-services-section__heading {
  margin-bottom: 28px;
}
.home-services-section__kicker {
  color: #269961;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
.home-services-section__heading h2 {
  color: #020617;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}
.home-services-card {
  background-color: #fff;
  border: 1px solid #e4e9ee;
  border-radius: 16px;
  display: block;
  height: 100%;
  padding: 20px 18px;
  transition: all 0.25s ease;
}
.home-services-card:hover {
  border-color: #cfe9dd;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.08);
  transform: translateY(-2px);
}
.home-services-card__icon {
  align-items: center;
  background-color: #eaf8f2;
  border-radius: 10px;
  color: #269961;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  margin-bottom: 14px;
  width: 32px;
}
.home-services-card h3 {
  color: #020617;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
}
.home-services-card p {
  color: #5f6973;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 14px;
}
.home-services-card__link {
  color: #269961;
  font-size: 20px;
  font-weight: 600;
}
.home-services-card__link .fas {
  font-size: 11px;
  margin-left: 4px;
}
@media (max-width: 1199.98px) {
  .home-hero-modern__copy .title {
    font-size: clamp(34px, 5vw, 50px);
  }
}
@media (max-width: 991.98px) {
  .home-hero-modern__inner {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .home-hero-modern__copy {
    text-align: center;
  }
  .home-hero-modern__copy .para {
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero-modern__actions,
  .home-hero-modern__stats {
    justify-content: center;
  }
  .home-hero-modern__media img {
    height: 320px;
  }
  .home-services-section__heading {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .home-hero-modern__copy .title {
    font-size: 41px;
  }
  .home-hero-modern__copy .para {
    font-size: 21px;
  }
  .home-hero-modern__stat strong {
    font-size: 26px;
  }
  .home-services-card {
    padding: 18px 16px;
  }
}

/* Home hero: listing search — full-width fields, less empty side space */
.home-one.home-hero-filter-scope .advance_search_panel .adss_bg_stylehome1 {
  max-width: 100%;
  width: 100%;
}
.home-one.home-hero-filter-scope .home-hero-search-wrapper.home1_advance_search_wrapper {
  padding: 1.25rem 1rem 1.5rem;
  border-radius: 0 0 8px 8px;
  overflow: visible;
}
@media (min-width: 768px) {
  .home-one.home-hero-filter-scope .home-hero-search-wrapper.home1_advance_search_wrapper {
    padding: 1.5rem 1.5rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .home-one.home-hero-filter-scope .home-hero-search-wrapper.home1_advance_search_wrapper {
    padding: 1.75rem 2rem 2rem;
  }
}
.home-one.home-hero-filter-scope .home-hero-search-fields {
  text-align: left;
}
.home-one.home-hero-filter-scope .home-hero-search-field .title {
  margin-bottom: 0.35rem;
}
.home-one.home-hero-filter-scope .home-hero-listings-search .select-boxes .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.home-one.home-hero-filter-scope .home-hero-listings-search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-one.home-hero-filter-scope .home-hero-listings-search .bootstrap-select > .dropdown-toggle {
  width: 100%;
  min-height: 48px;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  border-radius: 8px;
}
.home-one.home-hero-filter-scope .home-hero-search-submit.advnc_search_form_btn {
  min-height: 48px;
  padding: 0.55rem 1.75rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .home-one.home-hero-filter-scope #pills-tab {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-one.home-hero-filter-scope #pills-tab .nav-item {
    flex: 1 1 0;
    min-width: 0;
  }
  .home-one.home-hero-filter-scope #pills-tab .nav-link {
    font-size: 12px;
    line-height: 1.2;
    min-height: 42px;
    padding: 10px 6px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home-one.home-hero-filter-scope .home-hero-search-submit.advnc_search_form_btn {
    width: auto;
    min-width: 140px;
  }
}

/* Popular Listings (index): same slate as footer */
.popular-listing.bgc-heading-color {
  background-color: #020617 !important;
  background-image: none !important;
}

/* Footer: brand palette — slate base #020617 + greens */
.footer_one {
  background-color: #020617 !important;
  background-image: none !important;
}
.footer_one hr {
  border-top-color: rgba(38, 153, 97, 0.35) !important;
}
.footer_menu_widget ul li a:hover,
.footer_menu_widget ul li a:focus {
  color: var(--color-brand-green-light) !important;
}
.footer_social_widget li:hover {
  background-color: rgba(38, 153, 97, 0.55) !important;
}
.footer_mailchimp_form .col-auto input.form-control::placeholder,
.footer_mailchimp_form .col-auto input.form-control:-ms-input-placeholder,
.footer_mailchimp_form .col-auto input.form-control::-ms-input-placeholder {
  color: rgba(180, 200, 190, 0.75) !important;
}
.footer_mailchimp_form button:hover,
.footer_mailchimp_form button:focus {
  background-color: var(--color-brand-green) !important;
  color: #ffffff !important;
}
.footer_one .footer_about_widget .title,
.footer_one .footer_contact_widget .title {
  color: #269961 !important;
}
.footer_one .footer_about_widget p,
.footer_one .footer_contact_widget p,
.footer_one .footer_contact_widget .footer_phone,
.footer_one .copyright-widget p,
.footer_one .footer_menu_widget ul li a {
  color: #ffffff !important;
}
.footer_one .footer_contact_widget .footer_phone {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}
.footer_one .footer_menu_widget ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .footer_one .footer_menu_widget ul {
    justify-content: flex-start;
  }
}

/* Keep plus sign while counter animation uses numeric `.timer` text */
.our-funfact .funfact_one .details .timer::after {
  content: "+";
}

/* Offers page */
.offers-page {
  background: #fff;
}
.offers-page__kicker {
  color: #269961;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
}
.offers-page__heading h2 {
  color: #0f172a;
  font-size: clamp(1.8rem, 2.8vw, 2.9rem);
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}
.offers-card {
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.06);
  height: 100%;
  overflow: hidden;
}
.offers-card__image {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 100%;
}
.offers-card__image img {
  display: block;
  height: 230px;
  object-fit: cover;
  width: 100%;
}
.offers-card__body {
  padding: 14px 14px 16px;
}
.offers-card__kicker {
  color: #269961;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.offers-card__title {
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px;
}
.offers-card__desc {
  color: #475569;
  font-size: 15px;
  margin: 0;
}
.offers-modal[hidden] {
  display: none !important;
}
.offers-modal {
  inset: 0;
  position: fixed;
  z-index: 1100;
}
.offers-modal__backdrop {
  background: rgba(2, 6, 23, 0.6);
  inset: 0;
  position: absolute;
}
.offers-modal__dialog {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 30px 60px rgba(2, 6, 23, 0.45);
  left: 50%;
  max-height: calc(100vh - 40px);
  max-width: 760px;
  overflow: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
}
.offers-modal__close {
  background: #fff;
  border: 1px solid #d1d9e0;
  border-radius: 999px;
  color: #1d293e;
  font-size: 24px;
  height: 36px;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
  z-index: 2;
}
.offers-modal__media img {
  display: block;
  height: 320px;
  object-fit: cover;
  width: 100%;
}
.offers-modal__content {
  padding: 16px 18px 20px;
}
.offers-modal__kicker {
  color: #269961;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.offers-modal__content h4 {
  color: #0f172a;
  font-size: 1.55rem;
  margin: 0 0 8px;
}
.offers-modal__actions {
  display: flex;
  gap: 10px;
}
.offers-modal__actions .btn {
  min-width: 130px;
  color: #fff !important;
}
.offers-modal__actions .btn:hover,
.offers-modal__actions .btn:focus {
  color: #fff !important;
}
body.offers-modal-open {
  overflow: hidden;
}

/* Contact page spacing tweaks */
.contact-map-section {
  margin-top: 26px !important;
}
.contact-details-section {
  padding-top: 38px !important;
}
.contact-modern__heading h2 {
  color: #0f172a;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}
.contact-modern__kicker {
  color: #269961;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}
.contact-modern__cards {
  display: grid;
  gap: 12px;
}
.contact-modern__card {
  align-items: center;
  background: #fff;
  border: 1px solid #e4e9ee;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  min-height: 64px;
  padding: 12px 16px;
  text-decoration: none;
}
.contact-modern__icon {
  align-items: center;
  background: #ecf9f1;
  border-radius: 10px;
  color: #269961;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.contact-modern__icon i:before {
  font-size: 14px;
}
.contact-modern__meta small {
  color: #8290a0;
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
  margin-bottom: 4px;
}
.contact-modern__meta strong {
  color: #0f172a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
.contact-modern__form-wrap .wrapper {
  background: #fff;
  border: 1px solid #e4e9ee;
  border-radius: 14px;
  padding: 20px;
}
.contact-modern__form-wrap .title {
  color: #0f172a;
  font-weight: 700;
}
.contact-modern__form .form-control {
  border-radius: 10px;
  min-height: 44px;
}
.contact-modern__form textarea.form-control {
  min-height: 84px;
}
.contact-modern__form .btn {
  border-radius: 10px;
  color: #fff !important;
  min-height: 42px;
  width: 100%;
}

/* Chauffeur service page */
.chauffeur-hero {
  background:
    linear-gradient(90deg, rgba(8, 28, 21, 0.92) 0%, rgba(8, 28, 21, 0.72) 55%, rgba(8, 28, 21, 0.35) 100%),
    var(--chauffeur-hero-image) center/cover no-repeat;
  color: #fff;
  min-height: 520px;
  padding: 110px 0 70px;
}
.chauffeur-hero__kicker {
  color: #8fe0b8;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}
.chauffeur-hero__content h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
  max-width: 640px;
}
.chauffeur-hero__content h1 span {
  color: #6fd6a4;
}
.chauffeur-hero__content p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  margin-bottom: 24px;
  max-width: 560px;
}
.chauffeur-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.chauffeur-btn-white,
.chauffeur-form__submit,
.chauffeur-cta-bar .btn {
  background: #269961 !important;
  border-color: #269961 !important;
  color: #fff !important;
}
.chauffeur-btn-outline,
.chauffeur-form__wa {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  color: #fff !important;
}
.chauffeur-form-wrap .chauffeur-btn-outline,
.chauffeur-form-wrap .chauffeur-form__wa {
  border-color: #269961 !important;
  color: #269961 !important;
}
.chauffeur-hero__features {
  display: grid;
  gap: 12px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  max-width: 620px;
  padding: 0;
}
.chauffeur-hero__features li {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-size: 14px;
  gap: 10px;
}
.chauffeur-hero__features i:before {
  color: #6fd6a4;
  font-size: 18px;
}
.chauffeur-hero__visual {
  min-height: 320px;
}
.chauffeur-collection {
  margin-bottom: 48px;
}
.chauffeur-collection__head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 22px;
}
.chauffeur-collection__head h2 {
  color: #0f172a;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 800;
  margin: 0;
}
.chauffeur-collection__head a {
  color: #269961;
  font-weight: 700;
  text-decoration: none;
}
.chauffeur-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.chauffeur-card {
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chauffeur-card__media img {
  display: block;
  height: 170px;
  object-fit: cover;
  width: 100%;
}
.chauffeur-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 14px 16px;
}
.chauffeur-card__title {
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 4px;
}
.chauffeur-card__model {
  color: #64748b;
  font-size: 13px;
  margin: 0 0 12px;
}
.chauffeur-card__rates {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.chauffeur-card__rate {
  align-items: baseline;
  border-bottom: 1px dashed #e8edf2;
  display: flex;
  font-size: 12px;
  gap: 8px;
  justify-content: space-between;
  padding: 5px 0;
}
.chauffeur-card__rate-label {
  color: #475569;
}
.chauffeur-card__rate-value {
  color: #0f172a;
  font-weight: 700;
  white-space: nowrap;
}
.chauffeur-card__includes {
  color: #269961;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  gap: 8px 12px;
  margin-bottom: 14px;
}
.chauffeur-card__includes span {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}
.chauffeur-card__actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 44px;
  margin-top: auto;
}
.chauffeur-card__btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  text-decoration: none;
}
.chauffeur-card__btn--ghost {
  background: #fff;
  border: 1px solid #269961;
  color: #269961 !important;
}
.chauffeur-card__btn--primary {
  background: #269961;
  border: 0;
  color: #fff !important;
  cursor: pointer;
}
.chauffeur-card__btn--wa {
  background: #fff;
  border: 1px solid #269961;
  color: #269961 !important;
}
.chauffeur-fleet-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.chauffeur-fleet-card {
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.05);
  color: inherit;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.chauffeur-fleet-card__media img {
  display: block;
  height: 150px;
  object-fit: cover;
  width: 100%;
}
.chauffeur-fleet-card__body {
  padding: 14px 16px 16px;
}
.chauffeur-fleet-card__body h3 {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 6px;
}
.chauffeur-fleet-card__body p {
  color: #64748b;
  font-size: 14px;
  margin: 0;
}
.chauffeur-notes,
.chauffeur-form-wrap {
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.05);
  height: 100%;
  padding: 24px;
}
.chauffeur-notes h3,
.chauffeur-form-wrap h3 {
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 18px;
}
.chauffeur-notes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chauffeur-notes li {
  align-items: flex-start;
  border-bottom: 1px dashed #e8edf2;
  display: flex;
  gap: 12px;
  padding: 12px 0;
}
.chauffeur-notes li:last-child {
  border-bottom: 0;
}
.chauffeur-notes i:before {
  color: #269961;
  font-size: 18px;
  margin-top: 2px;
}
.chauffeur-notes span {
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}
.chauffeur-form .form-control {
  border-radius: 10px;
  min-height: 44px;
}
.chauffeur-form textarea.form-control {
  min-height: 110px;
}
.chauffeur-form__submit,
.chauffeur-form__wa {
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  width: 100%;
}
.chauffeur-cta-bar {
  background: #0b5f43;
  padding: 28px 0;
}
.chauffeur-cta-bar__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}
.chauffeur-cta-bar h3 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 4px;
}
.chauffeur-cta-bar p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
@media (max-width: 1199.98px) {
  .chauffeur-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .chauffeur-hero {
    min-height: auto;
    padding-top: 90px;
  }
  .chauffeur-hero__features {
    grid-template-columns: 1fr;
  }
  .chauffeur-grid,
  .chauffeur-fleet-grid {
    grid-template-columns: 1fr;
  }
  .chauffeur-card__actions {
    grid-template-columns: 1fr 1fr 42px;
  }
}

/* Chauffeur booking modal (3 steps) */
body.chauffeur-modal-open {
  overflow: hidden;
}
.chauffeur-book-modal[hidden] {
  display: none !important;
}
.chauffeur-book-modal {
  inset: 0;
  position: fixed;
  z-index: 10050;
}
.chauffeur-book-modal__backdrop {
  background: rgba(15, 23, 42, 0.55);
  inset: 0;
  position: absolute;
}
.chauffeur-book-modal__dialog {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.25);
  left: 50%;
  max-height: calc(100vh - 32px);
  max-width: 980px;
  overflow: auto;
  padding: 24px 24px 28px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 24px);
}
.chauffeur-book-modal__close {
  background: transparent;
  border: 0;
  color: #64748b;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 2;
}
.chauffeur-book-modal__head h3 {
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0 0 18px;
  padding-right: 36px;
}
.chauffeur-book-car {
  background: #f8fafc;
  border: 1px solid #e6ebf0;
  border-radius: 14px;
  padding: 16px;
}
.chauffeur-book-car__media img {
  border-radius: 10px;
  display: block;
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.chauffeur-book-car h4 {
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 14px 0 4px;
}
.chauffeur-book-car p {
  color: #64748b;
  font-size: 14px;
  margin: 0 0 12px;
}
.chauffeur-book-car__features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chauffeur-book-car__features li {
  align-items: center;
  color: #269961;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 8px;
}
.chauffeur-book-car__features i:before {
  color: #269961;
}
.chauffeur-book-form-wrap {
  border: 1px solid #e6ebf0;
  border-radius: 14px;
  padding: 18px;
}
.chauffeur-book-section {
  margin-bottom: 18px;
}
.chauffeur-book-section h5 {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 10px;
}
.chauffeur-book-section .form-label {
  color: #64748b;
  font-size: 12px;
  margin-bottom: 4px;
}
.chauffeur-phone-field {
  display: grid;
  gap: 8px;
  grid-template-columns: 92px 1fr;
}
.chauffeur-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chauffeur-service-pill {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  color: #334155;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
}
.chauffeur-service-pill.is-active {
  background: #ecfdf5;
  border-color: #269961;
  color: #0b5f43;
}
.chauffeur-book-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.chauffeur-book-checks label {
  align-items: center;
  color: #334155;
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  margin: 0;
}
.chauffeur-book-modal__cta {
  border-radius: 10px;
  color: #fff !important;
  font-weight: 700;
  min-height: 46px;
  width: 100%;
}
.chauffeur-book-summary__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.chauffeur-book-summary__list li {
  border-bottom: 1px dashed #e8edf2;
  display: flex;
  font-size: 14px;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 0;
}
.chauffeur-book-summary__label {
  color: #64748b;
}
.chauffeur-book-summary__price {
  align-items: center;
  background: #ecfdf5;
  border-radius: 10px;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 14px 16px;
}
.chauffeur-book-summary__price strong {
  color: #0f172a;
  font-size: 1.35rem;
}
.chauffeur-book-summary__note {
  color: #64748b;
  font-size: 13px;
  margin-bottom: 16px;
}
.chauffeur-book-summary__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.chauffeur-book-summary__actions .btn {
  border-radius: 10px;
  min-height: 44px;
}
.chauffeur-book-summary__actions #chauffeurConfirmInquiry {
  color: #fff !important;
  grid-column: 1 / -1;
}
.chauffeur-book-step--success .chauffeur-book-success {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.chauffeur-book-success__icon {
  align-items: center;
  background: #269961;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 34px;
  font-weight: 800;
  height: 72px;
  justify-content: center;
  margin-bottom: 16px;
  width: 72px;
}
.chauffeur-book-success h3 {
  color: #0f172a;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.chauffeur-book-success__lead {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
}
.chauffeur-book-success__next {
  background: #ecfdf5;
  border-radius: 12px;
  margin: 20px 0;
  padding: 16px;
  text-align: left;
}
.chauffeur-book-success__next h4 {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 12px;
}
.chauffeur-book-success__next ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chauffeur-book-success__next li {
  align-items: center;
  color: #334155;
  display: flex;
  font-size: 14px;
  gap: 10px;
  margin-bottom: 10px;
}
.chauffeur-book-success__next i:before {
  color: #269961;
}
@media (max-width: 767.98px) {
  .chauffeur-book-modal__dialog {
    max-height: calc(100vh - 16px);
    padding: 18px 14px 20px;
    top: 8px;
    transform: translateX(-50%);
  }
  .chauffeur-book-summary__actions {
    grid-template-columns: 1fr;
  }
}
