/* Mumbai Cab Services brand layer */
:root {
  --cab-bg: #f6f1e7;
  --cab-surface: #ffffff;
  --cab-ink: #252422;
  --cab-muted: #74716b;
  --cab-primary: #ffc61a;
  --cab-secondary: #d58a18;
  --cab-dark: #252422;
  --cab-silver: #8d8b87;
  --cab-accent: #ffc61a;
  --cab-line: rgba(37, 36, 34, 0.11);
  --cab-shadow: 0 22px 55px rgba(40, 31, 8, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cab-bg);
  color: var(--cab-ink);
}

a {
  color: inherit;
}

a:hover {
  color: var(--cab-primary);
  text-decoration: none;
}

.findhouse-navbar,
.cab-navbar {
  align-content: flex-start !important;
  background: #ffffff;
  flex-wrap: wrap !important;
  box-shadow: 0 10px 32px rgba(37, 36, 34, 0.08);
  left: 0;
  margin: 0 !important;
  min-height: 136px;
  padding: 0 !important;
  right: 0;
  top: 0 !important;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, min-height 0.25s ease;
}

.cab-utility-bar {
  background: #084c7a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  flex: 0 0 100%;
  width: 100%;
}

.findhouse-navbar > .container-fluid,
.cab-navbar > .container-fluid {
  flex: 0 0 100%;
}

.cab-utility-bar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 42px;
}

.cab-utility-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.cab-utility-links span,
.cab-utility-phone {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 4px 13px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.cab-utility-links span {
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  padding-right: 18px;
}

.cab-utility-links strong {
  color: var(--cab-primary);
  font-size: 14px;
  margin-right: 5px;
}

.cab-utility-phone:hover {
  color: var(--cab-primary) !important;
}

.cab-utility-phone {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  padding-right: 0;
  white-space: nowrap;
}

.cab-utility-phone i {
  color: var(--cab-primary);
  font-size: 14px;
}

.findhouse-brand,
.cab-navbar .navbar-brand {
  align-items: center;
  color: var(--cab-ink) !important;
  display: flex;
  font-size: 22px;
  font-weight: 800;
  gap: 14px;
}

.findhouse-brand img,
.cab-logo {
  background: #fff;
  border-radius: 14px;
  height: 66px;
  object-fit: contain;
  padding: 4px 8px;
  width: 164px;
}

.findhouse-navbar .nav-link,
.cab-navbar .nav-link {
  color: rgba(37, 36, 34, 0.82) !important;
  font-weight: 700;
  margin: 0 8px;
  padding-bottom: 8px;
  position: relative;
  transition: color 0.25s ease, transform 0.25s ease;
}

.findhouse-navbar .nav-link::after,
.cab-navbar .nav-link::after {
  display: none;
}

.findhouse-navbar .nav-link:hover,
.findhouse-navbar .nav-link.active,
.cab-navbar .nav-link:hover,
.cab-navbar .nav-link.active {
  color: var(--cab-primary) !important;
  transform: translateY(-2px);
}

.findhouse-navbar .nav-link:hover::after,
.findhouse-navbar .nav-link.active::after,
.cab-navbar .nav-link:hover::after,
.cab-navbar .nav-link.active::after {
  transform: none;
}

/* Prevent underline / hover line for profile dropdown toggle */
.findhouse-navbar .nav-item.dropdown .nav-link.dropdown-toggle::after,
.cab-navbar .nav-item.dropdown .nav-link.dropdown-toggle::after {
  display: none !important;
  transform: none !important;
}

.findhouse-navbar .nav-item.dropdown .nav-link.dropdown-toggle:hover,
.findhouse-navbar .nav-item.dropdown .nav-link.dropdown-toggle.active,
.cab-navbar .nav-item.dropdown .nav-link.dropdown-toggle:hover,
.cab-navbar .nav-item.dropdown .nav-link.dropdown-toggle.active {
  transform: none !important;
}

.findhouse-navbar .navbar-toggler,
.cab-navbar .navbar-toggler {
  border-color: rgba(37, 36, 34, 0.2);
}

.findhouse-navbar .navbar-toggler-icon,
.cab-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(37, 36, 34, 0.88)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.login-link {
  white-space: nowrap;
}

.findhouse-navbar .nav-link.login-link {
  border-radius: 12px;
  background: var(--cab-primary);
  padding: 10px 18px;
  color: #ffffff !important;
  margin-left: 0.5rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 20px rgba(255, 198, 26, 0.18);
}

.findhouse-navbar .nav-link.login-link::after {
  display: none;
}

.findhouse-navbar .nav-link.login-link:hover,
.findhouse-navbar .nav-link.login-link.active {
  background: #ffc61a;
  color: #111111 !important;
}

.wrapper>.findhouse-navbar+section {
  padding-top: 160px;
}

.nav-cta {
  background: #ffffff;
  border-radius: 999px;
  color: #171717 !important;
  font-weight: 800;
  min-width: 178px;
  padding: 14px 22px;
}

.findhouse-hero {
  align-items: center;
  background: url("../images/hero-car.png") center 58%/cover no-repeat;
  color: #fff;
  display: flex;
  min-height: 680px;
  overflow: hidden;
  padding: 150px 0 84px;
  position: relative;
}

.findhouse-hero::after {
  bottom: 0;
  content: "";
  height: 160px;
  left: 0;
  position: absolute;
  right: 0;
}

.findhouse-hero .container {
  position: relative;
  z-index: 2;
}

.hero-center {
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
  width: 100%;
}

.hero-kicker,
.section-eyebrow {
  color: var(--cab-primary);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-kicker {
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  padding: 9px 14px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.hero-center h1 {
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 14px 0 8px;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.hero-center h2,
.hero-service-title {
  color: #ffffff;
  display: inline-block;
  font-size: 50px !important;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 60px;
  max-width: 100%;
  overflow: visible;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  white-space: nowrap !important;
  word-break: keep-all;
  word-spacing: 0;
}

.hero-center p {
  color: #f4c545;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 26px;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.48);
}

.hero-toggle {
  align-items: center;
  display: inline-flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 28px;
}

.hero-toggle button,
.hero-toggle a {
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #343846;
  font-size: 16px;
  font-weight: 700;
  width: 140px;
  min-width: 110px;
  padding: 5px 26px;
  position: relative;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}

.hero-toggle button.active,
.hero-toggle a.active {
  background: var(--cab-primary);
  color: #171717;
}

.hero-toggle button.active::after,
.hero-toggle a.active::after {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid var(--cab-secondary);
  bottom: -10px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.hero-search {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.896), rgba(255, 255, 255, 0.896)),
  right 28px center/170px auto no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.896);
  border-radius: 28px;
  box-shadow: 0 30px 74px rgba(255, 255, 255, 0.896);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(160px, 1.2fr) minmax(145px, 1fr) minmax(160px, 1.05fr) minmax(130px, 0.85fr) auto 160px;
  margin: 0 auto;
  max-width: 1150px;
  padding: 18px 20px;
}

.hero-search .search-labels {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(160px, 1.2fr) minmax(145px, 1fr) minmax(160px, 1.05fr) minmax(130px, 0.85fr) auto 160px;
  margin-bottom: 6px;
}

.hero-search .search-labels .label-item {
  color: #ffc61a;
  font-weight: 800;
  min-height: 22px;
  line-height: 22px;
}

/* Ensure labels form a consistent top row above inputs */
.hero-search .search-field {
  padding-top: 8px;
}

.hero-search .search-field label {
  min-height: 22px;
  line-height: 22px;
  display: block;
}

.hero-search .search-field input,
.hero-search .search-field select {
  margin-top: 6px;
}

.search-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid rgba(31, 36, 48, 0.1);
  border-radius: 12px;
  min-width: 0;
  padding: 10px 14px;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.search-field:hover,
.search-field:focus-within {
  border-color: rgba(255, 198, 26, 0.72);
  box-shadow: 0 10px 24px rgba(255, 198, 26, 0.16);
  transform: translateY(-2px);
}

.hide-field {
  display: none;
}

.search-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #9f7d16;
  font-size: 0.95rem;
}

.search-field input,
.search-field select {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #3a3122;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.search-field input::placeholder {
  color: #3a3122;
  opacity: 1;
}

.select-field::after {
  color: var(--cab-secondary);
  content: "\f107";
  font-family: FontAwesome;
  pointer-events: none;
  position: absolute;
  right: 18px;
}

.icon-field {
  padding-right: 42px;
}

.icon-field i {
  color: var(--cab-secondary);
  position: absolute;
  right: 18px;
}

.advanced-link {
  color: #3a3122;
  font-weight: 700;
  white-space: nowrap;
}

.advanced-link i {
  margin-left: 10px;
}

.hero-search-btn,
.btn-cab {
  background: var(--cab-primary);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(213, 138, 24, 0.28);
  color: #ffffff;
  font-weight: 800;
  padding: 15px 26px;
  margin-top: 11px;
  transition: box-shadow 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}

.hero-search-btn {
  color: #171717;
}

.hero-search-btn:hover,
.btn-cab:hover {
  color: #ffffff;
  filter: brightness(1.03);
  box-shadow: 0 18px 34px rgba(213, 138, 24, 0.36);
  transform: translateY(-3px);
}

.status-tabs .btn {
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 0.85rem;
}

.status-tabs .btn.active {
  color: #ffffff;
}

.dataTables_wrapper .dataTables_filter {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.5rem !important;
  width: 100% !important;
  padding-bottom: 0.5rem !important;
}

.dataTables_wrapper .dataTables_filter label {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.5rem !important;
  white-space: nowrap !important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter label input {
  width: 260px !important;
  max-width: 260px !important;
  min-width: 220px !important;
  display: inline-block !important;
}

.dataTables_wrapper .dataTables_filter input {
  height: calc(1.5em + 0.75rem) !important;
}

.booking-modal-driver {
  border-left: 1px solid #e9ecef;
  padding-left: 1.5rem;
}

.booking-modal-driver .driver-photo {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #f3f4f6;
}

.booking-modal-driver .driver-info {
  margin-top: 1rem;
}

.booking-modal-driver .driver-info .small {
  color: #6c757d;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  text-align: right;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px auto 0;
  max-width: 980px;
}

.feature-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  display: flex;
  gap: 16px;
  padding: 16px 20px;
}

.feature-icon {
  align-items: center;
  background: rgba(255, 198, 26, 0.16);
  border-radius: 50%;
  color: #ffc61a;
  display: inline-flex;
  font-size: 1rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.feature-item strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.feature-item p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  margin: 0;
}

.cab-login-modal .modal-content {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(37, 24, 4, 0.24);
  overflow: hidden;
}

.cab-login-modal .modal-body {
  padding: 34px;
}

.cab-login-modal h3 {
  color: var(--cab-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  margin: 10px 0 24px;
}

.cab-login-modal .form-control {
  border: 1px solid var(--cab-line);
  border-radius: 10px;
  min-height: 48px;
}

.login-modal-close {
  color: var(--cab-ink);
  opacity: 1;
  position: absolute;
  right: 18px;
  top: 14px;
  z-index: 2;
}

.login-modal-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 18px;
}

.login-modal-actions a {
  color: var(--cab-secondary);
  font-weight: 800;
}

.hero-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 28px;
  height: 82px;
  justify-content: center;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 3;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hero-arrow:hover {
  background: var(--cab-primary);
  border-color: var(--cab-primary);
  color: #171717;
  transform: translateY(-50%) scale(1.06);
}

.hero-arrow-left {
  left: 30px;
}

.hero-arrow-right {
  right: 30px;
}

.cab-hero {
  background: linear-gradient(90deg, rgba(12, 14, 18, 0.8), rgba(12, 14, 18, 0.6) 50%, rgba(12, 14, 18, 0.32)), url("../images/hero-car.png") center 62%/cover no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 140px 0 80px;
  position: relative;
}

.cab-hero::after {
  background: linear-gradient(0deg, rgba(12, 14, 18, 0.44), rgba(12, 14, 18, 0));
  bottom: 0;
  content: "";
  height: 150px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.cab-hero .container {
  position: relative;
  z-index: 2;
}

.page-breadcrumb-hero {
  align-items: center;
  display: flex;
  min-height: 420px;
  padding: 136px 0 72px;
}

.about-breadcrumb-hero {
  background:
    linear-gradient(90deg, rgb(8 76 122), rgba(34, 36, 39, 0.54) 52%, rgba(172, 176, 181, 0.16)),
    url("../images/about-hero.jpg") center center/cover no-repeat;
}

.service-breadcrumb-hero {
  background:
    linear-gradient(90deg, rgb(8 76 122), rgba(34, 36, 39, 0.54) 52%, rgba(172, 176, 181, 0.16)),
    url("../images/service-hero.jpg") center center/cover no-repeat;
}

.contact-breadcrumb-hero {
  background:
    linear-gradient(90deg, rgb(8 76 122), rgba(34, 36, 39, 0.54) 52%, rgba(172, 176, 181, 0.16)),
    url("../images/contact-hero.jpg") center center/cover no-repeat;
}

.breadcrumb-hero-content {
  max-width: 680px;
}

.breadcrumb-hero-content h1 {
  color: #ffffff;
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 50px 0 16px;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.52);
}

.breadcrumb-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.breadcrumb-line a,
.breadcrumb-line span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.breadcrumb-line a::after {
  color: #ffc61a;
  content: "/";
  margin-left: 10px;
}

.breadcrumb-line span {
  color: #f6d36a;
}

.hero-copy h1,
.cab-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.hero-copy .lead,
.cab-hero .lead {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.34);
}

.cab-section {
  padding: 88px 0;
}

.section-title {
  color: var(--cab-ink);
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 8px 0 12px;
}

.section-title-sm {
  font-size: 1.45rem;
  margin-top: 0.25rem;
}

.section-copy {
  color: var(--cab-muted);
  max-width: 70ch;
}

.about-story-section {
  background:
    linear-gradient(135deg, rgba(255, 198, 26, 0.09), transparent 38%),
    #f8fafc;
}

.about-highlight-card {
  background:
    linear-gradient(145deg, rgba(17, 24, 39, 0.95), rgba(63, 66, 71, 0.92)),
    url("../images/hero-car.jpg") center/cover no-repeat;
  border: 1px solid rgba(255, 198, 26, 0.26);
  border-radius: 30px;
  box-shadow: 0 30px 75px rgba(15, 23, 42, 0.18);
  color: #ffffff;
  overflow: hidden;
  padding: 42px;
  position: relative;
}

.about-highlight-card::before {
  background: var(--cab-primary);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 42px;
  position: absolute;
  top: 32px;
  width: 76px;
}

.about-highlight-image {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  display: block;
  margin-bottom: 26px;
  width: 100%;
}

.about-years {
  color: var(--cab-primary);
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  margin: 34px 0 18px;
}

.about-highlight-card h3 {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
}

.about-highlight-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 0;
}

.about-services-section {
  background:
    radial-gradient(circle at top right, rgba(255, 198, 26, 0.1), transparent 30%),
    #ffffff;
}

.about-service-note {
  align-items: center;
  background: #111827;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  gap: 10px;
  padding: 12px 18px;
}

.about-service-note i {
  color: var(--cab-primary);
  font-size: 1.1rem;
}

.about-service-note span {
  font-size: 0.94rem;
  font-weight: 800;
}

.about-service-grid {
  margin-top: 12px;
}

.about-service-card {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.about-service-card:hover {
  border-color: rgba(255, 198, 26, 0.7);
  box-shadow: 0 34px 78px rgba(15, 23, 42, 0.13);
  transform: translateY(-7px);
}

.about-service-image {
  background:
    linear-gradient(135deg, #fffaf0, #f7f8fa);
  min-height: 185px;
  padding: 32px 26px 22px;
  position: relative;
  text-align: center;
}

.about-service-image::after {
  background: linear-gradient(90deg, transparent, rgba(255, 198, 26, 0.55), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 16%;
  position: absolute;
  right: 16%;
}

.about-service-image img {
  height: 118px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.about-service-card:hover .about-service-image img {
  transform: scale(1.06);
}

.about-service-image span {
  align-items: center;
  background: var(--cab-primary);
  border-radius: 50%;
  bottom: -25px;
  box-shadow: 0 12px 28px rgba(255, 198, 26, 0.32);
  color: #111827;
  display: inline-flex;
  font-size: 1.15rem;
  height: 50px;
  justify-content: center;
  left: 28px;
  position: absolute;
  width: 50px;
}

.about-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 44px 26px 28px;
}

.about-service-body small {
  color: var(--cab-primary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-service-body h5 {
  color: #111827;
  font-size: 1.24rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 12px;
}

.about-service-body p {
  color: #5f6673;
  flex: 1;
  line-height: 1.65;
  margin-bottom: 18px;
}

.about-service-body strong {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  color: #111827;
  display: block;
  font-size: 0.9rem;
  padding-top: 16px;
}

.feature-card,
.route-card,
.review-card,
.cab-card,
.booking-shell,
.auth-panel,
.account-card,
.contact-box {
  background: var(--cab-surface);
  border: 1px solid var(--cab-line);
  border-radius: 24px;
  box-shadow: var(--cab-shadow);
  color: var(--cab-ink);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.feature-card:hover,
.route-card:hover,
.review-card:hover,
.cab-card:hover,
.booking-shell:hover,
.auth-panel:hover,
.account-card:hover,
.contact-box:hover,
.cta-card:hover,
.stat-card:hover {
  border-color: rgba(255, 198, 26, 0.58);
  box-shadow: 0 28px 64px rgba(40, 31, 8, 0.2);
  transform: translateY(-6px);
}

.feature-card h1,
.feature-card h2,
.feature-card h3,
.feature-card h4,
.feature-card h5,
.feature-card h6,
.feature-card li,
.feature-card p,
.route-card h1,
.route-card h2,
.route-card h3,
.route-card h4,
.route-card h5,
.route-card h6,
.route-card li,
.route-card p,
.review-card h1,
.review-card h2,
.review-card h3,
.review-card h4,
.review-card h5,
.review-card h6,
.review-card li,
.review-card p,
.cab-card h1,
.cab-card h2,
.cab-card h3,
.cab-card h4,
.cab-card h5,
.cab-card h6,
.cab-card li,
.cab-card p,
.booking-shell h1,
.booking-shell h2,
.booking-shell h3,
.booking-shell h4,
.booking-shell h5,
.booking-shell h6,
.booking-shell li,
.booking-shell p,
.auth-panel h1,
.auth-panel h2,
.auth-panel h3,
.auth-panel h4,
.auth-panel h5,
.auth-panel h6,
.auth-panel li,
.auth-panel p,
.account-card h1,
.account-card h2,
.account-card h3,
.account-card h4,
.account-card h5,
.account-card h6,
.account-card li,
.account-card p,
.contact-box h1,
.contact-box h2,
.contact-box h3,
.contact-box h4,
.contact-box h5,
.contact-box h6,
.contact-box li,
.contact-box p {
  color: var(--cab-ink);
}

.feature-card .text-muted,
.route-card .text-muted,
.review-card .text-muted,
.cab-card .text-muted,
.booking-shell .text-muted,
.auth-panel .text-muted,
.account-card .text-muted,
.contact-box .text-muted {
  color: var(--cab-muted) !important;
}

.feature-card,
.route-card,
.review-card {
  padding: 26px;
}

.icon-pill {
  align-items: center;
  background: rgba(255, 198, 26, 0.18);
  border-radius: 18px;
  color: var(--cab-dark);
  display: flex;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  margin-bottom: 18px;
  width: 58px;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.feature-card:hover .icon-pill {
  background: var(--cab-primary);
  color: #171717;
  transform: rotate(-4deg) scale(1.06);
}

.route-name {
  color: var(--cab-ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.service-card-section {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.cab-service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.cab-service-card::before,
.service-route-panel::before,
.contact-form-card::before,
.contact-map-card::before {
  background: linear-gradient(90deg, var(--cab-primary), rgba(213, 138, 24, 0.2));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cab-service-card h5,
.feature-card h5,
.route-card .route-name {
  line-height: 1.25;
}

.cab-service-card p {
  flex: 1;
  line-height: 1.7;
  margin-bottom: 20px;
}

.cab-service-card .city-chip {
  align-self: flex-start;
  background: #fff9e6;
  border-color: rgba(255, 198, 26, 0.34);
  color: #5b4204;
  font-size: 0.88rem;
  padding: 9px 14px;
}

.cab-service-card:hover .icon-pill,
.cab-card:hover .icon-pill {
  background: var(--cab-primary);
  color: #171717;
  transform: rotate(-4deg) scale(1.06);
}

.service-showcase-section {
  background: #ffffff;
  padding: 88px 0 94px;
}

.service-showcase-head {
  margin: 0 auto 76px;
  max-width: 860px;
}

.service-showcase-kicker {
  color: #ffc61a;
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.service-showcase-head h2 {
  color: #202124;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.04;
  margin: 8px 0 46px;
  text-transform: uppercase;
}

.service-showcase-head p {
  color: #3d3d3d;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 780px;
}

.service-showcase-grid {
  justify-content: center;
}

.service-showcase-col {
  padding: 0 38px;
  position: relative;
  text-align: center;
}

.service-showcase-col:not(:last-child)::after {
  border-right: 1px dashed #d4d4d4;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.service-showcase-item {
  color: inherit;
  display: block;
  margin: 0 auto;
  max-width: 255px;
  text-decoration: none;
}

.service-showcase-item:hover,
.service-showcase-item:focus {
  color: inherit;
  text-decoration: none;
}

.service-showcase-item:hover h3,
.service-showcase-item:focus h3 {
  color: var(--cab-primary);
}

.service-line-icon {
  color: #ffc61a;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 34px;
}

.service-showcase-col h3 {
  color: #242424;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.service-showcase-col p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.cab-tariff-section {
  background:
    linear-gradient(rgba(10, 14, 18, 0.74), rgba(10, 14, 18, 0.74)),
    url("../images/hero-car.jpg") center/cover no-repeat;
  padding: 78px 0 70px;
}

.cab-tariff-head {
  margin-bottom: 44px;
}

.cab-tariff-head span {
  color: #ffc61a;
  display: block;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cab-tariff-head h2 {
  color: #ffffff;
  font-size: 3.15rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 8px 0 0;
  text-transform: uppercase;
}

.cab-tariff-grid {
  justify-content: center;
}

.cab-tariff-card {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  padding: 42px 26px 38px;
  position: relative;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.cab-tariff-card:hover {
  transform: translateY(-6px);
}

.cab-tariff-card-featured {
  border-color: #ffc61a;
}

.tariff-star {
  align-items: flex-start;
  background: #ffc61a;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  color: #ffffff;
  display: flex;
  height: 72px;
  justify-content: flex-end;
  padding: 12px 12px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
}

.tariff-star i {
  font-size: 1.25rem;
}

.cab-tariff-card img {
  height: 142px;
  margin: 0 auto 26px;
  max-width: 100%;
  object-fit: contain;
}

.cab-tariff-card h3 {
  color: #111827;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.cab-tariff-card p {
  color: #111111;
  font-size: 1rem;
  line-height: 1.48;
  margin: 0 auto 24px;
  max-width: 230px;
}

.tariff-price {
  color: #111827;
  font-size: 2.65rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.tariff-price span {
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.cab-testimonial-section {
  background:
    radial-gradient(circle at top left, rgba(255, 198, 26, 0.08), transparent 34%),
    #f3f3f3;
  padding: 82px 0 78px;
}

.cab-testimonial-head {
  margin-bottom: 48px;
}

.cab-testimonial-head span {
  color: #ffc61a;
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cab-testimonial-head h2 {
  color: #202124;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.cab-testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.05);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 42px 34px 34px;
  position: relative;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cab-testimonial-card:hover {
  box-shadow: 0 34px 72px rgba(15, 23, 42, 0.11);
  transform: translateY(-5px);
}

.cab-testimonial-carousel .carousel-inner {
  padding: 0 4px;
}

.testimonial-stars {
  color: #ffc61a;
  font-size: 0.95rem;
  letter-spacing: 3px;
  margin-bottom: 24px;
}

.cab-testimonial-card p {
  color: #303030;
  flex: 1;
  font-size: 1.04rem;
  font-style: italic;
  line-height: 1.75;
  margin: 0 auto 28px;
  max-width: 340px;
}

.testimonial-quote {
  color: rgba(17, 24, 39, 0.1);
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 20px;
}

.testimonial-client {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.testimonial-client span {
  align-items: center;
  background: linear-gradient(135deg, #111827, #3f4247);
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  color: #ffc61a;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  margin-bottom: 12px;
  width: 58px;
}

.testimonial-client strong {
  color: #242424;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial-client small {
  color: #8a8a8a;
  font-size: 0.84rem;
  font-weight: 700;
  margin-top: 4px;
}

.cab-testimonial-controls {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

.cab-testimonial-control {
  align-items: center;
  background: #d4d4d4;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 40px;
}

.cab-testimonial-control:hover,
.cab-testimonial-control:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.cab-testimonial-control-next {
  background: #ffc61a;
}

.cab-testimonial-control-prev:hover,
.cab-testimonial-control-prev:focus {
  background: #9ca3af;
}

.cab-testimonial-control-next:hover,
.cab-testimonial-control-next:focus {
  background: #ffc61a;
}

.cab-faq-section {
  background:
    linear-gradient(135deg, rgba(255, 198, 26, 0.09), transparent 34%),
    #ffffff;
}

.faq-support-card {
  align-items: center;
  background: #111827;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  color: #ffffff;
  display: flex;
  gap: 18px;
  padding: 24px;
}

.faq-support-card i {
  align-items: center;
  background: var(--cab-primary);
  border-radius: 50%;
  color: #111827;
  display: inline-flex;
  font-size: 1.5rem;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.faq-support-card strong,
.faq-support-card span {
  display: block;
}

.faq-support-card strong {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 4px;
}

.faq-support-card span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.55;
}

.cab-faq-accordion {
  display: grid;
  gap: 16px;
}

.cab-faq-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.cab-faq-card .card-header {
  background: #ffffff;
  border: 0;
  padding: 0;
}

.cab-faq-toggle {
  align-items: center;
  color: #111827 !important;
  display: flex !important;
  font-weight: 900 !important;
  justify-content: space-between;
  line-height: 1.35;
  padding: 22px 24px !important;
  text-align: left;
  text-decoration: none !important;
  width: 100%;
}

.cab-faq-toggle:hover,
.cab-faq-toggle:focus {
  color: var(--cab-primary) !important;
  text-decoration: none !important;
}

.cab-faq-toggle i {
  color: var(--cab-primary);
  flex: 0 0 auto;
  margin-left: 18px;
  transition: transform 0.25s ease;
}

.cab-faq-toggle.collapsed i {
  transform: rotate(-90deg);
}

.cab-faq-card .card-body {
  background: #fffaf0;
  border-top: 1px solid rgba(255, 198, 26, 0.28);
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
  padding: 22px 24px 24px;
}

.terms-section {
  background:
    linear-gradient(135deg, rgba(255, 198, 26, 0.08), transparent 36%),
    #f8fafc;
}

.terms-card {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.09);
  padding: 48px;
}

.terms-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.terms-list article {
  background: #fffaf0;
  border: 1px solid rgba(255, 198, 26, 0.26);
  border-radius: 18px;
  padding: 24px;
}

.terms-list h3 {
  color: #111827;
  font-size: 1.12rem;
  font-weight: 900;
  margin: 0 0 10px;
}

.terms-list p {
  color: #4b5563;
  line-height: 1.72;
  margin: 0;
}

.vehicle-categories-section {
  background:
    linear-gradient(180deg, #f7f8fa 0%, #ffffff 58%),
    linear-gradient(90deg, rgba(255, 198, 26, 0.08), transparent 55%);
}

.vehicle-categories-section .container {
  max-width: 1200px;
}

.vehicle-categories-section .section-eyebrow {
  display: inline-flex;
  background: rgba(17, 17, 17, 0.08);
  color: #323438;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 8px 18px;
  border-radius: 999px;
  text-transform: uppercase;
}

.vehicle-categories-section .section-title {
  color: #0f172a;
  font-size: 3.25rem;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.vehicle-categories-section .vehicle-banner-title {
  background: linear-gradient(90deg, #111111 0%, #3f4247 46%, #ffc61a 100%);
  border-radius: 18px;
  color: #ffffff;
  display: inline-block;
  padding: 20px 34px;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.vehicle-categories-section .section-copy {
  color: #5d626a;
  font-size: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 68ch;
}

.vehicle-categories-section .cab-service-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  min-height: 520px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.vehicle-categories-section .vehicle-card-image-wrap {
  position: relative;
}

.vehicle-categories-section .image-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.vehicle-categories-section .image-icon {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  color: #ffc61a;
}

.vehicle-categories-section .city-chip {
  background: transparent;
  border: none;
  color: #ffc61a;
  box-shadow: none;
  padding: 0;
}

.vehicle-categories-section .cab-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 76px rgba(15, 23, 42, 0.12);
  border-color: rgba(15, 23, 42, 0.12);
}

.vehicle-categories-section .cab-service-card .card-top {
  align-items: center;
  justify-content: space-between;
}

.vehicle-categories-section .cab-service-card .icon-pill {
  background: rgba(255, 198, 26, 0.14);
  color: #ffc61a;
  box-shadow: inset 0 0 0 1px rgba(255, 198, 26, 0.15);
}

.vehicle-categories-section .cab-service-card h5 {
  color: #111827;
  font-size: 1.55rem;
  margin-bottom: 0.75rem;
}

.vehicle-categories-section .cab-service-card p,
.vehicle-categories-section .cab-service-card .soft-list {
  color: #ffc61a;
}

.vehicle-categories-section .vehicle-card-image {
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.route-packages-section {
  background: linear-gradient(180deg, #ffffff 0%, #f2f3f5 100%);
}

.route-packages-section .section-eyebrow {
  background: rgba(255, 198, 26, 0.14);
  border-radius: 999px;
  color: #8a6400;
  display: inline-flex;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 8px 18px;
  text-transform: uppercase;
}

.route-package-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 315px;
  overflow: hidden;
  padding: 26px;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.route-package-card::before {
  background: linear-gradient(90deg, #111111, #9fa3a9, #ffc61a);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.route-package-card:hover {
  border-color: rgba(255, 198, 26, 0.58);
  box-shadow: 0 28px 64px rgba(17, 17, 17, 0.14);
  transform: translateY(-6px);
}

.package-tag {
  align-self: flex-start;
  background: #f7f8fa;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  color: #6f747b;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 7px 12px;
}

.route-package-card h5 {
  color: #171717;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 12px;
}

.route-package-card p {
  color: #656b74;
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

.package-meta {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  display: grid;
  gap: 8px;
  padding-top: 16px;
}

.package-meta span {
  color: #6f747b;
  font-size: 0.9rem;
  font-weight: 700;
}

.package-meta i {
  color: #ffc61a;
  margin-right: 6px;
}

.package-meta strong {
  color: #111111;
  font-size: 1rem;
  font-weight: 900;
}

.package-link {
  color: #b88300;
  display: inline-flex;
  font-weight: 900;
  margin-top: 18px;
  text-decoration: none;
}

.package-link:hover {
  color: #111111;
  text-decoration: none;
}

.city-packages-section {
  background:
    radial-gradient(circle at top right, rgba(255, 198, 26, 0.13), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.city-package-card {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.city-package-carousel .carousel-inner {
  padding: 0 4px;
}

.city-package-card:hover,
.city-package-card:focus {
  border-color: rgba(255, 198, 26, 0.7);
  box-shadow: 0 34px 84px rgba(15, 23, 42, 0.14);
  color: inherit;
  text-decoration: none;
  transform: translateY(-8px);
}

.city-package-card img {
  display: block;
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.city-package-visual {
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(255, 198, 26, 0.3), transparent 38%),
    linear-gradient(135deg, #111827, #3f4653);
  color: #ffffff;
  display: flex;
  gap: 16px;
  min-height: 138px;
  padding: 26px;
}

.city-package-visual i {
  align-items: center;
  background: var(--cab-primary);
  border-radius: 50%;
  color: #111827;
  display: inline-flex;
  flex: 0 0 58px;
  font-size: 1.45rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.city-package-visual span {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.city-package-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.city-package-body span {
  color: var(--cab-primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.city-package-body h5 {
  color: #111827;
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.city-package-body p {
  color: #5f6673;
  flex: 1;
  line-height: 1.65;
  margin-bottom: 18px;
}

.city-package-body strong {
  align-items: center;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  color: #111827;
  display: inline-flex;
  font-size: 0.92rem;
  gap: 8px;
  padding-top: 16px;
}

.city-package-body strong i {
  color: var(--cab-primary);
}

.city-package-card h5::after {
  color: var(--cab-primary);
  content: " \f105";
  font-family: FontAwesome;
  font-size: 0.95rem;
}

.city-package-controls {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
}

.city-package-control {
  align-items: center;
  background: #d4d4d4;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 40px;
}

.city-package-control:hover,
.city-package-control:focus {
  text-decoration: none;
}

.city-package-next,
.city-package-control:hover,
.city-package-control:focus {
  background: var(--cab-primary);
  color: #111827;
  transform: translateY(-2px);
}

/* Horizontal select card layout for selectcar.php */
.cab-service-card.horizontal {
  border-radius: 14px;
  padding: 0;
  overflow: visible;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
}

/* Override the large min-height for horizontal cards so they expand only when needed */
.vehicle-categories-section .cab-service-card.horizontal {
  min-height: auto;
  padding-top: 12px;
}

.cab-service-card.horizontal .vehicle-card-image-wrap {
  padding: 18px 0;
}

.cab-service-card.horizontal .vehicle-card-image {
  height: 120px;
  width: auto;
  max-width: 160px;
}

.cab-service-card.horizontal h5 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.cab-service-card.horizontal .rating {
  background: #111827;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  margin-left: 8px;
}

.cab-service-card.horizontal .price-box {
  text-align: center;
}

.cab-service-card.horizontal .price-note {
  color: #10b981;
  font-weight: 700;
  margin-bottom: 6px;
}

.cab-service-card.horizontal .price-amount {
  font-size: 2rem;
  font-weight: 800;
  color: #0ea5a5;
}

.cab-service-card.horizontal .price-sub {
  color: #64748b;
  font-size: 0.9rem;
}

.cab-service-card.horizontal .btn-select {
  background: #ffc61a;
  color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  border: none;
}

.cab-service-card.horizontal .card-bottom-note {
  background: #e6f0f8;
  border-top: 1px solid rgba(15, 23, 42, 0.04);
  border-radius: 0 0 14px 14px;
  color: #0f172a;
}

@media (max-width: 767px) {
  .cab-service-card.horizontal .vehicle-card-image {
    max-width: 120px;
    height: 100px;
  }

  .cab-service-card.horizontal .price-amount {
    font-size: 1.4rem;
  }
}

/* Inclusions panel */
.inclusions-panel {
  display: none;
  width: 100%;
  margin-top: 14px;
  border: 1px solid #f1debe;
  border-radius: 14px;
  background: #fffaf2;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: all 0.28s ease;
  padding: 0 18px;
}

.inclusions-panel.open {
  display: block;
  max-height: 800px;
  padding: 16px 18px 20px 18px;
}

.vehicle-fare-card .inclusion-row {
  display: none !important;
}

.vehicle-fare-card .inclusions-panel .inclusion-row {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 2px;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.08);
}

.vehicle-fare-card .inclusions-panel .inclusion-row:last-child {
  border-bottom: 0;
}

.inclusions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vehicle-fuel-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.fuel-title {
  width: 100%;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.fuel-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dbe4ea;
  background: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fuel-option:hover {
  border-color: #ffc61a;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.18);
}

.fuel-option input[type="radio"] {
  accent-color: #ffc61a;
  margin: 0;
}

.fuel-option-text {
  font-weight: 600;
  color: #0f172a;
}

.inclusions-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: #0f172a;
}

.inclusions-list img {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.inclusions {
  cursor: pointer;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.inclusions i {
  margin-left: 0;
  color: #ffc61a;
}

.vehicle-categories-section .cab-service-card .btn-round {
  border-radius: 999px;
  padding: 0.75rem 1.35rem;
}

.vehicle-categories-section .btn-cab {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

.vehicle-categories-section .btn-cab:hover {
  background: #1f2937;
  border-color: #1f2937;
}

.vehicle-categories-section .city-chip {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.24);
  color: #ffc61a;
}

.vehicle-categories-section .btn-round-lg {
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 28px;
  font-weight: 700;
}

.vehicle-categories-section .btn-round-lg:hover {
  background: #1f2937;
}

.vehicle-categories-section .cab-service-card h5 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.vehicle-categories-section .cab-service-card p,
.vehicle-categories-section .cab-service-card .soft-list {
  color: #ffc61a;
}

.vehicle-categories-section .btn-cab {
  background: #ffc61a;
  border-color: #ffc61a;
  color: #fff;
}

.vehicle-categories-section .btn-cab:hover {
  background: #ffc61a;
  border-color: #ffc61a;
}

.vehicle-categories-section .city-chip {
    background: #05162c;
    border-color: #05162c;
    color: #fffefb;
    padding: 8px;
    margin-top: -29px;
}

.service-route-panel {
  overflow: hidden;
  position: relative;
}

.service-route-panel .route-card {
  background: linear-gradient(180deg, #ffffff, #fffaf0);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(40, 31, 8, 0.08);
}

#how-it-works {
  background: #ffffff;
}

#how-it-works .how-it-works-card {
  background: #f8fbff;
  border-radius: 24px;
  border: 1px solid rgba(59, 130, 246, 0.16);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#how-it-works .how-it-works-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.1);
}

#how-it-works .how-icon {
  align-items: center;
  background: #d79319;
  border-radius: 18px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.5rem;
  height: 72px;
  justify-content: center;
  width: 72px;
}

#how-it-works .how-it-works-card h5 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

#how-it-works .how-it-works-card p {
  color: #ffc61a;
}

.professional-how-section {
  background:
    radial-gradient(circle at top left, rgba(255, 198, 26, 0.11), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8fafc);
  overflow: hidden;
}

.how-service-badge {
  align-items: center;
  background: #111827;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  gap: 12px;
  padding: 13px 20px;
}

.how-service-badge i {
  color: var(--cab-primary);
  font-size: 1.1rem;
}

.how-service-badge span {
  font-size: 0.94rem;
  font-weight: 900;
}

.professional-how-grid {
  position: relative;
}

.professional-how-card {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 30px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  padding: 0 28px 32px;
  position: relative;
  text-align: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.professional-how-card:hover {
  border-color: rgba(255, 198, 26, 0.68);
  box-shadow: 0 36px 84px rgba(15, 23, 42, 0.13);
  transform: translateY(-8px);
}

.how-step-number {
  background: #111827;
  border-radius: 0 0 20px 20px;
  color: var(--cab-primary);
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 13px 22px;
}

.how-card-image {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  margin: 18px 0 8px;
}

.how-card-image img {
  max-height: 125px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.professional-how-card:hover .how-card-image img {
  transform: scale(1.06);
}

.professional-how-card .how-icon {
  align-items: center;
  background: var(--cab-primary) !important;
  border-radius: 50% !important;
  box-shadow: 0 16px 36px rgba(255, 198, 26, 0.34);
  color: #111827 !important;
  display: inline-flex;
  font-size: 1.25rem;
  height: 58px;
  justify-content: center;
  margin: 0 auto 22px;
  width: 58px;
}

.professional-how-card h5 {
  color: #111827;
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.professional-how-card p {
  color: #5f6673 !important;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 310px;
}

.cta-journey-section {
  background: #ffc61a;
  padding: 5rem 0;
}

.cta-journey-card {
  background: linear-gradient(135deg, #ffc61a 0%, #111827 100%);
  border: 0;
  box-shadow: none;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
}

.cta-journey-card>.row {
  max-width: 920px;
  margin: 0 auto;
  justify-content: center;
}

.cta-journey-card .section-eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.cta-journey-card .section-title {
  color: #ffffff;
}

.cta-journey-card .section-copy {
  color: rgba(255, 255, 255, 0.82);
}

.btn-outline-cab {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.btn-outline-cab:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hero-cta-image {
  max-width: 470px;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
}

.service-route-panel .route-card:hover {
  box-shadow: 0 22px 42px rgba(40, 31, 8, 0.16);
}

.contact-layout-section {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.contact-layout-row {
  align-items: stretch;
}

.contact-modern-section {
  background: #ffffff;
  margin-top: 0;
}

.contact-info-panel {
  color: #252525;
  padding: 34px 20px 28px 0;
}

.contact-hours {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 34px;
}

.contact-hours span {
  color: #ffc61a;
  font-size: 1.45rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-hours strong {
  color: #1f1f1f;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.95;
}

.contact-intro {
  color: #353535;
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 620px;
}

.contact-info-list {
  display: grid;
  gap: 24px;
  margin-bottom: 62px;
}

.contact-info-item {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 28px minmax(0, 1fr);
}

.contact-info-icon {
  align-items: center;
  color: #ffc61a;
  display: inline-flex;
  font-size: 1.65rem;
  justify-content: center;
}

.contact-info-item strong {
  color: #242424;
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.contact-socials>strong {
  color: #242424;
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-social-links a {
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.35rem;
  height: 50px;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 50px;
}

.contact-social-links a:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  transform: translateY(-3px);
}

.contact-social-links .facebook {
  background: #ffc61a;
}

.contact-social-links .twitter {
  background: #1da1f2;
}

.contact-social-links .youtube {
  background: #d43d3d;
}

.contact-social-links .instagram {
  background: #444444;
}

.contact-message-card {
  background: #f3f3f3;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  padding: 48px 64px;
}

.contact-message-card::before {
  display: none;
}

.contact-message-title {
  color: #242424;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.contact-message-card .cab-label {
  color: #262626;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: none;
}

.contact-message-card .form-control,
.contact-message-card .custom-select {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: none;
  min-height: 58px;
}

.contact-message-card textarea.form-control {
  min-height: 176px;
}

.contact-message-card .btn-cab {
  border-radius: 4px;
  min-width: 170px;
  padding: 14px 28px;
}

.contact-map-wide {
  margin-top: 28px;
}

.contact-map-wide .map-frame {
  min-height: 360px;
  width: 100%;
}

.contact-form-card,
.contact-map-card {
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.contact-box .section-title {
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  letter-spacing: 0;
  margin-bottom: 22px;
}

.contact-box form {
  margin-top: 10px;
}

.contact-box .form-group {
  margin-bottom: 18px;
}

.contact-box .form-control,
.contact-box .custom-select {
  background: #fffdf8;
  border: 1px solid rgba(37, 36, 34, 0.12);
  border-radius: 16px;
  color: var(--cab-ink);
  min-height: 56px;
  padding: 13px 16px;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-box textarea.form-control {
  line-height: 1.6;
  min-height: 148px;
  resize: vertical;
}

.contact-box .form-control:focus,
.contact-box .custom-select:focus {
  background: #ffffff;
  border-color: rgba(255, 198, 26, 0.78);
  box-shadow: 0 0 0 4px rgba(255, 198, 26, 0.14);
  transform: translateY(-1px);
}

.contact-form-card .btn-cab {
  min-width: 178px;
}

.contact-map-card {
  display: flex;
  flex-direction: column;
}

.contact-map-card>p {
  line-height: 1.7;
}

.location-snippet {
  background: #fff9e6;
  border: 1px solid rgba(255, 198, 26, 0.28);
  border-radius: 18px;
  padding: 18px 20px;
}

.location-snippet .route-name {
  align-items: center;
  display: flex;
  gap: 10px;
}

.location-snippet .route-name::before {
  align-items: center;
  background: var(--cab-primary);
  border-radius: 50%;
  color: #171717;
  content: "\f041";
  display: inline-flex;
  font-family: FontAwesome;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.city-section {
  background: #f8f6f3;
}

.city-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.city-chip,
.hero-badge {
  align-items: center;
  background: #fff;
  border: 1px solid var(--cab-line);
  border-radius: 999px;
  color: #343846;
  display: inline-flex;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 6px 12px;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.city-chip--booked {
  background: #fff4cd;
  border-color: #f3d44c;
  color: #6c5a21;
}

.city-chip--confirmed {
  background: #f8e058;
  border-color: #f3d44c;
  color: #28331a;
}

.city-chip--completed {
  background: #ddf7e5;
  border-color: #8ad091;
  color: #1f4f2c;
}

.city-chip--cancelled {
  background: #fee2e2;
  border-color: #fca5a5;
  color: #9b1c1c;
}

.status-tab.active {
  background: #111827;
  color: #ffffff;
}

.stats-section {
  background: #282622;
  padding: 4rem 0;
}

.stats-card {
  background: linear-gradient(180deg, #ffc61a 0%, #111827 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.24);
}

.stats-card .section-title,
.stats-card .section-copy,
.stats-card .section-eyebrow {
  color: #ffffff;
}

.stats-card .section-title {
  margin-bottom: 0.75rem;
}

.stats-card .section-copy {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.stat-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  font-size: 1.4rem;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.stat-item h3 {
  color: #ffffff;
  font-size: 1.75rem;
  margin: 0;
}

.counter-number {
  display: inline-block;
  min-width: 4ch;
  transform-origin: center;
}

.stats-section .stat-item {
  animation: statRise 0.75s ease both;
}

.stats-section .stat-item:nth-child(2) {
  animation-delay: 0.08s;
}

.stats-section .stat-item:nth-child(3) {
  animation-delay: 0.16s;
}

.stats-section .stat-item:nth-child(4) {
  animation-delay: 0.24s;
}

@keyframes statRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-item p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.city-chip:hover,
.hero-badge:hover {
  background: var(--cab-primary);
  border-color: var(--cab-primary);
  color: #171717;
  transform: translateY(-3px);
}

.cta-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--cab-line);
  border-radius: 30px;
  box-shadow: var(--cab-shadow);
  display: flex;
  justify-content: space-between;
  padding: 42px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.booking-shell {
  padding: 22px;
}

.booking-page {
  background: var(--cab-bg);
  min-height: 100vh;
  padding-top: 88px;
}

.booking-banner-note {
  background: linear-gradient(135deg, rgba(255, 198, 26, 0.14), rgba(255, 198, 26, 0.05));
  color: var(--cab-dark);
  border: 1px solid rgba(255, 198, 26, 0.28);
}

.booking-banner-note span {
  display: inline-block;
  vertical-align: middle;
}

.booking-banner-note strong {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle;
  margin-top: 0;
}

.booking-banner-note {
  background: linear-gradient(135deg, rgba(255, 198, 26, 0.14), rgba(255, 198, 26, 0.05));
  color: var(--cab-dark);
  border: 1px solid rgba(255, 198, 26, 0.28);
  width: min(360px, 100%);
  align-self: flex-start;
}

.booking-banner-note span,
.booking-banner-note strong {
  display: inline-block;
  vertical-align: middle;
}

.booking-banner-note strong {
  margin-top: 0;
}

.booking-banner-note strong {
  display: block;
  margin-top: 8px;
}

.booking-summary-card,
.customer-details-card,
.payment-card {
  border: none;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(37, 36, 34, 0.08);
}

.booking-summary-card .card-body,
.customer-details-card .card-body,
.payment-card {
  padding: 2rem;
}

.summary-box {
  background: #fff;
  border-color: rgba(37, 36, 34, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.summary-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(37, 36, 34, 0.08);
}

.summary-box span {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.summary-box h5 {
  margin-top: 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.trip-type {
  display: flex;
  gap: 8px;
}

.badge-type {
  background: #fff;
  border: 1px solid rgba(37, 36, 34, 0.07);
  color: var(--cab-muted);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.badge-type.active,
.badge-type:hover {
  background: var(--cab-primary);
  color: #111;
  border-color: rgba(255, 198, 26, 0.28);
  box-shadow: 0 8px 20px rgba(213, 138, 24, 0.12);
}

.customer-details-card h4,
.payment-card h4 {
  font-size: 1.35rem;
  font-weight: 800;
}

.customer-details-card p,
.payment-card p,
.booking-banner-card p {
  color: var(--cab-muted);
}

.payment-card {
  background: #ffffff;
}

.payment-line span,
.payment-line strong {
  font-size: 0.97rem;
}

.payment-line strong {
  color: var(--cab-dark);
}

.payment-card .form-label {
  font-weight: 700;
}

.payment-card .input-group .form-control {
  border-right: 0;
}

.payment-card .input-group .btn-outline-primary {
  border-color: rgba(37, 36, 34, 0.08);
  background: transparent;
}

.payment-card .input-group .btn-outline-primary:hover {
  background: rgba(255, 198, 26, 0.08);
}

.payment-card .btn-outline-secondary {
  border-color: rgba(37, 36, 34, 0.12);
  background: #fff;
  color: var(--cab-dark);
}

.payment-card .btn-outline-secondary:hover {
  background: rgba(37, 36, 34, 0.04);
}

.btn-cab {
  border-radius: 14px;
  padding: 14px 22px;
}

@media (max-width: 991px) {

  .booking-banner,
  .booking-summary-card,
  .customer-details-card,
  .payment-card {
    margin-bottom: 36px;
    padding-bottom: 2rem;
    /* ensure visual gap below banner */
  }
}

@media (max-width: 767px) {
  .booking-banner {
    padding: 1.5rem 1rem;
  }

  .booking-banner-note {
    width: 100%;
  }
}


.booking-hero {
  background: linear-gradient(90deg, rgba(12, 14, 18, 0.78), rgba(12, 14, 18, 0.38)), url("../images/hero-car.png") center 62%/cover no-repeat;
  color: #fff;
  padding: 92px 0 120px;
}

.booking-hero h1 {
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.booking-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin: 0;
  max-width: 620px;
}

.booking-wizard {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.booking-stepper {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
}

.booking-step {
  align-items: center;
  background: #fff;
  border: 1px solid var(--cab-line);
  border-radius: 14px;
  color: var(--cab-muted);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  gap: 10px;
  min-height: 54px;
  padding: 10px 12px;
  text-align: left;
}

.booking-step span {
  align-items: center;
  background: rgba(255, 198, 26, 0.16);
  border-radius: 50%;
  color: var(--cab-secondary);
  display: flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
}

/* Professional horizontal stepper variation */
.booking-step {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 8px 6px;
  min-height: auto;
  background: transparent;
  border-radius: 0;
  border: none;
  position: relative;
}

.booking-step span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  font-weight: 800;
  background: #171717;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}

.booking-step .step-label {
  display: block;
  font-weight: 600;
  color: var(--cab-muted);
  font-size: 0.95rem;
  margin-top: 4px;
}

.booking-stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 0;
  margin-bottom: 36px;
  position: relative;
}

.booking-step:not(:last-child)::after {
  content: '';
  position: absolute;
  height: 2px;
  background: var(--cab-line);
  top: 22px;
  /* vertically center with circle */
  left: calc(100% + 12px);
  width: calc(100% - 12px);
}

/* Position connectors between grid items */
.booking-step:nth-child(1)::after {
  left: 50%;
  width: calc(150% - 24px);
}

.booking-step:nth-child(2)::after {
  left: 50%;
  width: calc(150% - 24px);
}

.booking-step:nth-child(3)::after {
  left: 50%;
  width: calc(150% - 24px);
}

.booking-step.complete span,
.booking-step.active span {
  background: var(--cab-primary);
  color: #171717;
}

@media (max-width: 767px) {
  .booking-stepper {
    grid-template-columns: 1fr;
  }

  .booking-step {
    flex-direction: row;
    gap: 12px;
    padding: 10px;
    text-align: left;
  }

  .booking-step span {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin-bottom: 0;
    border-radius: 50%;
  }

  .booking-step:not(:last-child)::after {
    display: none;
  }
}

.booking-step.active,
.booking-step.complete {
  border-color: rgba(255, 198, 26, 0.72);
  color: var(--cab-ink);
}

.booking-step.active span,
.booking-step.complete span {
  background: var(--cab-primary);
  color: #171717;
}

.wizard-panel {
  display: none;
}

.wizard-panel.active {
  display: block;
}

.wizard-heading {
  margin-bottom: 22px;
}

.wizard-heading h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.car-option,
.payment-option {
  background: #fff;
  border: 1px solid var(--cab-line);
  border-radius: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 9px;
  height: 100%;
  margin: 0;
  padding: 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.car-option input,
.payment-option input {
  position: absolute;
  opacity: 0;
}

.car-option:has(input:checked),
.payment-option:has(input:checked),
.car-option:hover,
.payment-option:hover {
  border-color: rgba(255, 198, 26, 0.76);
  box-shadow: 0 16px 34px rgba(37, 36, 34, 0.1);
  transform: translateY(-2px);
}

.car-icon,
.payment-option span {
  align-items: center;
  background: rgba(255, 198, 26, 0.16);
  border-radius: 16px;
  color: var(--cab-secondary);
  display: flex;
  font-size: 26px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.car-option strong,
.payment-option strong {
  color: var(--cab-ink);
  font-size: 18px;
  font-weight: 900;
}

.car-option small {
  color: var(--cab-muted);
  line-height: 1.5;
}

.car-option b {
  color: var(--cab-secondary);
}

.payment-options {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.payment-option {
  align-items: flex-start;
  min-height: 150px;
}

.booking-summary {
  background: #fff9e6;
  border: 1px solid rgba(255, 198, 26, 0.36);
  border-radius: 18px;
  padding: 22px;
}

.booking-summary h3 {
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.booking-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.booking-summary li {
  align-items: flex-start;
  border-bottom: 1px solid rgba(37, 36, 34, 0.1);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 12px 0;
}

.booking-summary li:last-child {
  border-bottom: 0;
}

.booking-summary span {
  color: var(--cab-muted);
  font-weight: 800;
}

.booking-summary strong {
  color: var(--cab-ink);
  text-align: right;
}

.wizard-actions {
  align-items: center;
  border-top: 1px solid var(--cab-line);
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 26px;
  padding-top: 22px;
}

.booking-success {
  align-items: center;
  background: #eefaf1;
  border: 1px solid rgba(40, 167, 69, 0.24);
  border-radius: 16px;
  color: #155724;
  display: none;
  gap: 12px;
  margin-top: 20px;
  padding: 16px;
}

.booking-success.show {
  display: flex;
}

.booking-success i {
  align-items: center;
  background: #28a745;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
}

.dashboard-chart-card h3,
.ticket-list-title {
  color: var(--cab-ink);
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.dashboard-chart-card canvas {
  max-height: 320px;
}

.ticket-add-btn {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.ticket-add-btn i {
  font-size: 14px;
}

.basic-booking-title {
  color: var(--cab-ink);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 22px;
}

.booking-shell .nav-tabs {
  border: 0;
  gap: 10px;
}

.booking-shell .nav-tabs .nav-link,
.btn-cab-outline {
  background: #fff;
  border: 1px solid var(--cab-line);
  border-radius: 999px;
  color: var(--cab-muted);
  font-weight: 800;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.booking-shell .nav-tabs .nav-link:hover,
.auth-tabs .nav-link:hover,
.btn-cab-outline:hover {
  border-color: rgba(255, 198, 26, 0.72);
  box-shadow: 0 12px 26px rgba(255, 198, 26, 0.14);
  color: var(--cab-ink);
  transform: translateY(-2px);
}

.booking-shell .nav-tabs .nav-link.active {
  background: var(--cab-secondary);
  color: #fff;
}

.booking-shell .form-control,
.booking-shell .custom-select,
.auth-panel .form-control,
.contact-box .form-control,
.account-card .form-control {
  background: #fff;
  border-color: var(--cab-line);
  border-radius: 14px;
  box-shadow: none;
  min-height: 54px;
}

.contact-form-card.contact-box .form-control,
.contact-form-card.contact-box .custom-select,
.contact-map-card.contact-box .form-control {
  background: #fffdf8;
  border: 1px solid rgba(37, 36, 34, 0.12);
  border-radius: 16px;
  min-height: 56px;
  padding: 13px 16px;
}

.cab-label,
.booking-shell label {
  color: var(--cab-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-hero {
  background: #fffaf0;
  padding: 32px;
}

.hero-info-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(18, 18, 18, 0.48));
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-info-card::before {
  background: linear-gradient(90deg, var(--cab-primary), rgba(255, 255, 255, 0.12));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-info-card h1,
.hero-info-card h2,
.hero-info-card h3,
.hero-info-card h4,
.hero-info-card h5,
.hero-info-card h6,
.hero-info-card p,
.hero-info-card li {
  color: #ffffff;
}

.hero-info-card .text-muted,
.hero-info-card .small-note {
  color: rgba(255, 255, 255, 0.78) !important;
}

.hero-info-card .soft-list li {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.otp-login-flow {
  min-height: 330px;
}

.otp-step {
  display: none;
}

.otp-step.active {
  animation: cabStepFade 0.28s ease both;
  display: block;
}

.otp-step .section-title {
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  letter-spacing: 0;
}

.otp-input {
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
}

.otp-number-line {
  gap: 12px;
}

.otp-number-label strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
}

.otp-actions-row {
  gap: 12px;
  justify-content: flex-end;
}

.otp-actions-row button {
  color: var(--cab-primary);
  font-weight: 700;
}

.login-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.login-step-actions .btn {
  min-width: 150px;
}

.auth-back-btn {
  align-items: center;
  color: var(--cab-secondary);
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  margin-bottom: 20px;
}

.auth-back-btn i {
  font-size: 20px;
}

#verifyOtpButton {
  min-width: 260px;
  padding-left: 44px;
  padding-right: 44px;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.12) !important;
}

@keyframes cabStepFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.auth-tabs {
  border: 0;
  gap: 10px;
}

.auth-tabs .nav-link {
  background: #fff;
  border: 1px solid var(--cab-line);
  border-radius: 999px;
  color: var(--cab-muted);
  font-weight: 800;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.auth-tabs .nav-link.active {
  background: var(--cab-secondary);
  color: #fff;
}

.account-sidebar {
  padding: 24px;
  position: sticky;
  top: 110px;
}

.account-menu a {
  border-radius: 14px;
  color: #2c3040;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  padding: 14px 16px;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.account-menu a.active,
.account-menu a:hover {
  background: rgba(255, 198, 26, 0.14);
  color: #8d5c0f;
  transform: translateX(4px);
}

.dashboard-side-menu {
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(37, 36, 34, 0.12);
  min-height: 100vh;
  padding: 34px 16px 28px;
  position: sticky;
  top: 0;
}

.dashboard-side-logo {
  background: #ffffff;
  border: 1px solid var(--cab-line);
  border-radius: 16px;
  display: block;
  margin-bottom: 22px;
  padding: 10px;
}

.dashboard-side-logo img {
  display: block;
  height: 74px;
  object-fit: contain;
  width: 100%;
}

.dashboard-side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-side-menu a:not(.dashboard-side-logo) {
  align-items: center;
  border-radius: 14px;
  color: #2c3040;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 12px;
  margin-bottom: 8px;
  padding: 14px 13px;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.dashboard-side-menu a:not(.dashboard-side-logo) span {
  color: var(--cab-secondary);
  font-size: 20px;
  min-width: 22px;
}

.dashboard-side-menu a.active,
.dashboard-side-menu a:not(.dashboard-side-logo):hover {
  background: rgba(255, 198, 26, 0.16);
  color: #8d5c0f;
  transform: translateX(4px);
}

.dashboard-welcome-card {
  align-items: center;
  background: linear-gradient(135deg, #ffffff, #fff8e8);
  border: 1px solid rgba(255, 198, 26, 0.24);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(37, 36, 34, 0.1);
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 15px;
}

.dashboard-welcome-card h2 {
  color: var(--cab-ink);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 8px 0 10px;
}

.dashboard-welcome-card p {
  color: var(--cab-muted);
  font-size: 16px;
  margin: 0;
}

.dashboard-plain-header {
  align-items: center;
  border-bottom: 1px solid var(--cab-line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 22px 0 26px;
}

.dashboard-plain-header h2 {
  color: var(--cab-ink);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 8px 0 10px;
}

.dashboard-plain-header p {
  color: var(--cab-muted);
  font-size: 16px;
  margin: 0;
}

.dashboard-chart-panel {
  background: transparent;
  border-top: 1px solid var(--cab-line);
  padding: 22px 0 0;
}

.dashboard-chart-panel h3 {
  color: var(--cab-ink);
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.dashboard-table-panel {
  border-top: 1px solid var(--cab-line);
  padding-top: 24px;
}

.dashboard-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.dashboard-section-head h3 {
  color: var(--cab-ink);
  font-size: 1.6rem;
  font-weight: 900;
  margin: 6px 0 0;
}

.cab-table {
  width: 100%;
  min-width: 740px;
}

.table-responsive {
  overflow-x: auto;
}

.cab-table th {
  color: var(--cab-muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cab-table td {
  color: var(--cab-ink);
  font-weight: 700;
  vertical-align: middle;
}

.dashboard-action-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--cab-line);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(37, 36, 34, 0.09);
  color: #2c3040;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  margin-bottom: 28px;
  min-height: 150px;
  padding: 24px 16px;
  text-align: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.dashboard-action-card span {
  align-items: center;
  background: rgba(255, 198, 26, 0.16);
  border-radius: 18px;
  color: var(--cab-secondary);
  display: flex;
  font-size: 30px;
  height: 66px;
  justify-content: center;
  width: 66px;
}

.dashboard-action-card strong {
  font-size: 16px;
  font-weight: 900;
}

.dashboard-action-card.active,
.dashboard-action-card:hover {
  border-color: rgba(255, 198, 26, 0.62);
  box-shadow: 0 22px 48px rgba(37, 36, 34, 0.14);
  color: #8d5c0f;
  transform: translateY(-5px);
}

.dashboard-action-card.logout span {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.map-frame {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(40, 31, 8, 0.1);
  flex: 1;
  min-height: 360px;
  width: 100%;
}

.stat-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-card {
  background: #fff;
  border: 1px solid var(--cab-line);
  border-radius: 20px;
  padding: 20px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.stat-value {
  color: var(--cab-secondary);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.stat-label {
  color: var(--cab-muted);
  margin-top: 6px;
}

.cab-review {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

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

.review-meta {
  color: var(--cab-muted);
  font-size: 0.95rem;
}

.soft-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.soft-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 0;
}

.footer-cab {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(90deg, #084c7a 0%, #084c7a 48%, #084c7a 100%);
  color: #f2f3f5;
  overflow: hidden;
  padding: 68px 0 0;
  position: relative;
}

.footer-cab .container {
  width: 100%;
}

.footer-cab a {
  color: #ffffff;
}

.footer-cab .small-note {
  color: rgba(247, 248, 255, 0.72);
}

.footer-cab .cab-logo {
  background: #fff;
}

.footer-cab__glow {
  background:
    linear-gradient(90deg, rgba(255, 198, 26, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 52%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.footer-cab__inner {
  position: relative;
  z-index: 1;
}

.footer-cab__grid {
  align-items: flex-start;
  margin-bottom: 34px;
}

.footer-cab__brand-col {
  padding-right: 26px;
}

.footer-cab__brand {
  max-width: 440px;
}

.footer-cab__brand-head {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.footer-cab__brand-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(221, 224, 228, 0.88);
  border-radius: 50%;
  display: flex;
  flex: 0 0 88px;
  height: 88px;
  justify-content: center;
  overflow: hidden;
  width: 88px;
}

.footer-cab__logo {
  border-radius: 50%;
  display: block;
  height: 68px;
  object-fit: cover;
  width: 68px;
}

.footer-cab__brand-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 10px;
}

.footer-cab__copy {
  color: rgba(245, 247, 250, 0.84);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 0;
}

.footer-cab__socials {
  display: flex;
  gap: 12px;
}

.footer-cab__socials a {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  width: 46px;
}

.footer-cab__socials a:hover {
  background: var(--cab-primary);
  border-color: var(--cab-primary);
  color: #111827;
  transform: translateY(-2px);
}

.footer-cab__heading {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.footer-cab__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-cab__links li {
  margin-bottom: 16px;
}

.footer-cab__links a {
  color: rgba(245, 247, 250, 0.9);
  font-size: 0.94rem;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-cab__links a:hover {
  color: #ffc61a;
  padding-left: 6px;
}

.footer-cab__contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-cab__contact-item {
  display: block;
  padding: 0;
}

.footer-cab__contact-item small {
  color: rgba(255, 198, 26, 0.95);
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 4px;
  text-transform: none;
}

.footer-cab__contact-item a,
.footer-cab__contact-item span {
  color: rgba(245, 247, 250, 0.92);
  font-size: 0.94rem;
  display: block;
  line-height: 1.6;
  text-decoration: none;
}

.footer-cab__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(245, 247, 250, 0.9);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 22px 0 18px;
}

@media (max-width: 1199px) {
  .hero-search {
    border-radius: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 940px;
  }

  .advanced-link {
    justify-self: center;
    padding-left: 0;
  }
}

@media (max-width: 991px) {

  .findhouse-navbar,
  .cab-navbar {
    background: #ffffff;
    min-height: 118px;
  }

  .cab-utility-bar__inner {
    min-height: 42px;
  }

  .findhouse-navbar .navbar-collapse,
  .cab-navbar .navbar-collapse {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    margin-top: 14px;
    padding: 18px 0;
  }

  .dashboard-welcome-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .dashboard-plain-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .dashboard-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-cab__brand-col {
    padding-right: 15px;
  }

  .findhouse-hero {
    min-height: auto;
    padding: 150px 0 64px;
  }

  .hero-center {
    max-width: 100%;
  }

  .hero-center h2,
  .hero-service-title {
    font-size: 30px !important;
  }

  .hero-center p {
    margin-bottom: 24px;
  }

  .hero-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(224, 226, 230, 0.95)),
      url("../images/mumbai-cab--white-logo.png") right 18px bottom 18px/130px auto no-repeat;
  }

  .footer-cab {
    padding-top: 50px;
  }

  .hero-arrow {
    display: none;
  }

  .cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cab__brand-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-sidebar {
    position: static;
  }

  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-stepper,
  .payment-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card-section,
  .contact-layout-section {
    margin-top: 0;
  }

  .contact-form-card,
  .contact-map-card {
    padding: 28px;
  }

  .contact-info-panel {
    padding-right: 0;
  }

  .contact-message-card {
    padding: 36px 28px;
  }

  .contact-hours strong {
    font-size: 3.2rem;
  }

  .map-frame {
    min-height: 320px;
  }
}

@media (max-width: 575px) {
  .findhouse-navbar,
  .cab-navbar {
    min-height: 142px;
  }

  .cab-utility-bar__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding-bottom: 7px;
    padding-top: 7px;
  }

  .cab-utility-links {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .cab-utility-links::-webkit-scrollbar {
    display: none;
  }

  .cab-utility-links span,
  .cab-utility-phone {
    font-size: 10px;
  }

  .cab-utility-links span {
    flex: 0 0 auto;
    padding-right: 10px;
  }

  .cab-utility-phone {
    padding-left: 0;
  }

  .findhouse-hero {
    padding-top: 174px;
  }
}

@media (max-width: 575px) {
  .findhouse-brand span {
    font-size: 17px;
  }

  .booking-page {
    padding-top: 76px;
  }

  .booking-hero {
    padding: 64px 0 104px;
  }

  .booking-stepper,
  .payment-options {
    grid-template-columns: 1fr;
  }

  .booking-step {
    min-height: 48px;
  }

  .wizard-heading h2 {
    font-size: 1.65rem;
  }

  .wizard-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wizard-actions .btn {
    width: 100%;
  }

  .findhouse-brand img,
  .cab-logo {
    height: 54px;
    width: 132px;
  }

  .findhouse-hero {
    padding: 174px 0 46px;
  }

  .hero-kicker {
    font-size: 0.68rem;
  }

  .hero-center h1 {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  .hero-center p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .hero-center h2,
  .hero-service-title {
    font-size: 18px !important;
    line-height: 1.08;
  }

  .hero-search {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(226, 229, 233, 0.96));
    border: 6px solid rgba(255, 255, 255, 0.32);
    border-radius: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .search-field,
  .hero-search-btn {
    width: 100%;
  }

  .search-field {
    min-height: 48px;
  }

  .advanced-link {
    justify-self: start;
  }

  .hero-toggle {
    display: flex;
    gap: 10px;
    width: 100%;
  }

  .hero-toggle a {
    flex: 1;
    min-width: 96px;
    padding: 12px 14px;
  }

  .cab-section {
    padding: 64px 0;
  }

  .vehicle-categories-section .section-title {
    font-size: 2rem;
  }

  .vehicle-categories-section .vehicle-banner-title {
    border-radius: 14px;
    padding: 16px 18px;
  }

  .cab-service-card,
  .contact-form-card,
  .contact-map-card {
    border-radius: 18px;
    padding: 22px;
  }

  .contact-box .section-title {
    font-size: 1.45rem;
  }

  .contact-form-card .btn-cab {
    width: 100%;
  }

  .contact-hours {
    gap: 12px;
    margin-bottom: 24px;
  }

  .contact-hours span {
    font-size: 1.1rem;
  }

  .contact-hours strong {
    font-size: 2.8rem;
  }

  .contact-info-list {
    margin-bottom: 38px;
  }

  .contact-info-item strong {
    font-size: 0.95rem;
  }

  .contact-message-card {
    padding: 28px 18px;
  }

  .contact-message-title {
    font-size: 1.55rem;
  }

  .location-snippet {
    padding: 16px;
  }

  .map-frame {
    border-radius: 14px;
    min-height: 280px;
  }

  .cta-card {
    padding: 26px;
  }

  .stat-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .service-showcase-section {
    padding: 72px 0 76px;
  }

  .service-showcase-head {
    margin-bottom: 48px;
  }

  .service-showcase-head h2 {
    font-size: 2.55rem;
    margin-bottom: 28px;
  }

  .service-showcase-col {
    margin-bottom: 44px;
    padding: 0 30px;
  }

  .service-showcase-col:nth-child(2)::after {
    display: none;
  }

  .cab-tariff-section {
    padding: 68px 0 52px;
  }

  .cab-tariff-card {
    margin: 0 auto;
    max-width: 360px;
  }

  .cab-testimonial-section {
    padding: 70px 0 58px;
  }

  .cab-testimonial-card {
    margin: 0 auto;
    max-width: 420px;
  }

  .faq-support-card {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .service-showcase-head h2 {
    font-size: 2.2rem;
  }

  .service-showcase-col {
    margin-bottom: 0;
    padding: 32px 18px;
  }

  .service-showcase-col:not(:last-child)::after {
    border-bottom: 1px dashed #d4d4d4;
    border-right: 0;
    bottom: 0;
    display: block;
    height: auto;
    left: 15%;
    right: 15%;
    top: auto;
  }

  .service-line-icon {
    font-size: 3.4rem;
    margin-bottom: 24px;
  }

  .cab-tariff-head h2 {
    font-size: 2.45rem;
  }

  .cab-tariff-head span {
    font-size: 1.2rem;
  }

  .cab-tariff-card {
    padding: 34px 22px 32px;
  }

  .cab-tariff-card img {
    height: 118px;
  }

  .tariff-price {
    font-size: 2.25rem;
  }

  .cab-testimonial-head h2 {
    font-size: 2.35rem;
  }

  .cab-testimonial-head span {
    font-size: 1.12rem;
  }

  .cab-testimonial-card {
    min-height: auto;
    padding: 34px 22px 30px;
  }

  .cab-testimonial-card p {
    font-size: 0.98rem;
  }

  .faq-support-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .cab-faq-toggle {
    padding: 18px !important;
  }

  .cab-faq-card .card-body {
    padding: 18px;
  }

  .terms-card {
    border-radius: 22px;
    padding: 28px 18px;
  }

  .terms-list article {
    padding: 20px;
  }

  .about-highlight-card {
    border-radius: 22px;
    padding: 32px 24px;
  }

  .about-years {
    font-size: 4rem;
  }

  .about-service-note {
    align-items: flex-start;
    border-radius: 18px;
    width: 100%;
  }

  .about-service-card {
    border-radius: 22px;
  }

  .about-service-image {
    min-height: 160px;
  }

  .how-service-badge {
    align-items: flex-start;
    border-radius: 18px;
    width: 100%;
  }

  .professional-how-card {
    border-radius: 22px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .how-card-image {
    height: 130px;
  }

  .city-package-card {
    border-radius: 22px;
    flex-basis: 82vw;
  }

  .city-package-card img {
    height: 170px;
  }

  .city-package-body {
    padding: 22px;
  }
}


.footer-cab__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 18px 0;
  margin-top: 15px;

  border-top: 1px solid rgba(255, 255, 255, 0.12);

  font-size: 15px;
}

.footer-cab__developer {
  text-align: right;
}

.footer-cab__developer strong {
  color: #ffc61a;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
  .footer-cab__bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 7px;
  }

  .footer-cab__developer {
    text-align: center;
  }
}

.pac-container {
  width: 420px !important;
  max-height: 350px;
  overflow-y: auto;

  border-radius: 12px;

  box-shadow: 0 8px 30px rgba(0, 0, 0, .15);

  border: none;

  margin-top: 8px;

  z-index: 99999 !important;
}

.pac-item {
  padding: 14px 18px !important;

  font-size: 15px;

  line-height: 24px;

  cursor: pointer;
}

.pac-item-query {

  font-size: 16px;

  font-weight: 700;

  color: #222;
}

.pac-item span {

  color: #666;
}

.pac-item:hover {

  background: #FFF8E1;
}


/* =====================================================
   VERTICAL PAYMENT OPTIONS
===================================================== */

.payment-options-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-option-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 14px 16px;
  margin: 0;
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.payment-option-card:hover {
  border-color: #57aaff;
}

.payment-option-card.active {
  background: #f0f7ff;
  border: 2px solid #b8dcff;
  box-shadow: 0 0 0 2px #e1f0ff inset;
}


/* Hide original radio */

.payment-option-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


/* Custom radio */

.payment-radio {
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 18px;
  border: 2px solid #67afff;
  border-radius: 50%;
  background: #fff;
}

.payment-option-card input[type="radio"]:checked+.payment-radio::after {

  content: "";

  position: absolute;

  width: 10px;
  height: 10px;

  left: 4px;
  top: 4px;

  background: #268cff;

  border-radius: 50%;
}


/* Text */

.payment-option-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.payment-option-info strong {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.payment-option-info small {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #6c757d;
}


/* Amount on right */

.payment-option-amount {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}


/* Custom part payment input */

.part-payment-box {
  padding: 0 5px 5px 40px;
}


/* Mobile */

@media (max-width: 575px) {

  .payment-option-card {
    min-height: 72px;
    padding: 12px;
  }

  .payment-radio {
    margin-right: 12px;
  }

  .payment-option-info strong {
    font-size: 16px;
  }

  .payment-option-info small {
    font-size: 13px;
  }

  .payment-option-amount {
    font-size: 17px;
  }
}
