/* Hirecab 24x7 Modern UI v2.0.0 */
:root {
  --hc-primary: #0a54c6;
  --hc-primary-2: #2b7cff;
  --hc-primary-dark: #063a91;
  --hc-navy: #071a33;
  --hc-navy-2: #0d294d;
  --hc-cyan: #50d5ff;
  --hc-success: #18b765;
  --hc-yellow: #ffc928;
  --hc-white: #ffffff;
  --hc-bg: #f5f8fd;
  --hc-bg-blue: #edf5ff;
  --hc-text: #13233b;
  --hc-muted: #627087;
  --hc-border: #dce6f3;
  --hc-shadow: 0 24px 70px rgba(20, 49, 91, .12);
  --hc-shadow-soft: 0 14px 42px rgba(20, 49, 91, .09);
  --hc-radius: 24px;
  --hc-radius-sm: 15px;
  --hc-container: 1220px;
  --hc-transition: .28s cubic-bezier(.2, .8, .2, 1);
}

html { scroll-behavior: smooth; }
body.hirecab-modern-site {
  margin: 0;
  background: var(--hc-white);
  color: var(--hc-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.hirecab-modern-site * { box-sizing: border-box; }
body.hirecab-modern-site img { max-width: 100%; height: auto; }
body.hirecab-modern-site a { color: inherit; text-decoration: none; }
body.hirecab-modern-site button,
body.hirecab-modern-site input,
body.hirecab-modern-site select,
body.hirecab-modern-site textarea { font: inherit; }
body.hirecab-modern-site h1,
body.hirecab-modern-site h2,
body.hirecab-modern-site h3,
body.hirecab-modern-site h4,
body.hirecab-modern-site p { margin-top: 0; }
body.hirecab-modern-site h1,
body.hirecab-modern-site h2,
body.hirecab-modern-site h3 { letter-spacing: -.035em; }
body.hirecab-modern-site .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body.hirecab-modern-site .screen-reader-text:focus {
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  padding: 12px 18px !important;
  margin: 12px !important;
  background: #fff;
  color: #111;
  z-index: 100000;
}

.hc-container { width: min(calc(100% - 40px), var(--hc-container)); margin-inline: auto; }
.hc-main { overflow: hidden; }
.hc-section { position: relative; padding: 105px 0; }
.hc-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; vertical-align: -.18em; }
.hc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(10, 84, 198, .13);
  border-radius: 999px;
  background: rgba(10, 84, 198, .08);
  color: var(--hc-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}
.hc-eyebrow-light { color: #d9ecff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.09); }
.hc-section-head { margin-bottom: 50px; }
.hc-section-head h2,
.hc-about-copy h2,
.hc-rates-copy h2,
.hc-faq-intro h2,
.hc-final-cta h2,
.hc-taxi-scene-copy h2,
.hc-footer-section-head h2 {
  margin-bottom: 16px;
  color: var(--hc-text);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 850;
  line-height: 1.08;
}
.hc-section-head p,
.hc-about-copy p,
.hc-rates-copy p,
.hc-faq-intro p { color: var(--hc-muted); font-size: 17px; }
.hc-section-head-center { max-width: 780px; margin-inline: auto; margin-bottom: 55px; text-align: center; }
.hc-section-head-split { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.hc-section-head-split > div { max-width: 700px; }
.hc-section-head-split > p { width: min(390px, 100%); margin-bottom: 5px; }
.hc-section-cta { display: flex; justify-content: center; margin-top: 46px; }

.hc-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform var(--hc-transition), box-shadow var(--hc-transition), background var(--hc-transition), border-color var(--hc-transition), color var(--hc-transition);
  cursor: pointer;
}
.hc-btn:hover { transform: translateY(-3px); }
.hc-btn:focus-visible,
.hc-menu-toggle:focus-visible,
.hc-booking-tabs button:focus-visible,
.hc-accordion button:focus-visible,
.hc-footer-route-toggle:focus-visible { outline: 3px solid rgba(80, 213, 255, .65); outline-offset: 3px; }
.hc-btn-large { min-height: 57px; padding: 16px 25px; font-size: 15px; border-radius: 16px; }
.hc-btn-primary { background: linear-gradient(135deg, var(--hc-primary), var(--hc-primary-2)); color: #fff; box-shadow: 0 12px 28px rgba(10, 84, 198, .25); }
.hc-btn-primary:hover { color: #fff; box-shadow: 0 18px 34px rgba(10, 84, 198, .35); }
.hc-btn-soft { background: var(--hc-bg-blue); border-color: #d6e6ff; color: var(--hc-primary); }
.hc-btn-soft:hover { background: #e1efff; color: var(--hc-primary-dark); }
.hc-btn-outline { background: #fff; border-color: #bcd1ed; color: var(--hc-primary); }
.hc-btn-outline:hover { background: var(--hc-primary); border-color: var(--hc-primary); color: #fff; }
.hc-btn-glass { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); color: #fff; backdrop-filter: blur(12px); }
.hc-btn-glass:hover { background: rgba(255,255,255,.19); color: #fff; }
.hc-btn-white { background: #fff; color: var(--hc-primary-dark); box-shadow: 0 16px 38px rgba(0,0,0,.16); }
.hc-btn-success { background: linear-gradient(135deg, #15ad5e, #2bd77e); color: #fff; }
.hc-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--hc-primary); font-size: 14px; font-weight: 800; }
.hc-text-link .hc-icon { transition: transform var(--hc-transition); }
.hc-text-link:hover .hc-icon { transform: translateX(4px); }

/* Header */
.hc-site-header { position: relative; z-index: 999; width: 100%; }
.hc-topbar { background: #051326; color: #d7e3f3; font-size: 13px; }
.hc-topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hc-topbar-contact { display: flex; align-items: center; gap: 24px; }
.hc-topbar-contact a { display: inline-flex; align-items: center; gap: 8px; transition: color var(--hc-transition); }
.hc-topbar-contact a:hover { color: #fff; }
.hc-topbar-contact .hc-icon { color: var(--hc-cyan); }
.hc-topbar-trust { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.hc-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #2bd77e; box-shadow: 0 0 0 5px rgba(43, 215, 126, .13); animation: hcPulse 2s infinite; }
.hc-navbar-shell { position: relative; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(10,84,198,.08); box-shadow: 0 9px 30px rgba(14,37,70,.06); transition: box-shadow var(--hc-transition), background var(--hc-transition); }
.hc-site-header.is-sticky .hc-navbar-shell { position: fixed; top: 0; left: 0; right: 0; background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(9,32,67,.14); backdrop-filter: blur(16px); }
body.admin-bar .hc-site-header.is-sticky .hc-navbar-shell { top: 32px; }
.hc-navbar { min-height: 82px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 28px; }
.hc-brand { display: inline-flex; align-items: center; }
.hc-brand img { width: auto; max-width: 190px; max-height: 64px; object-fit: contain; }
.hc-primary-nav { justify-self: center; }
.hc-nav-list { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.hc-nav-list li { position: relative; margin: 0; }
.hc-nav-list > li > a { position: relative; display: block; padding: 29px 13px; color: #34435a; font-size: 14px; font-weight: 750; white-space: nowrap; }
.hc-nav-list > li > a::after { content: ""; position: absolute; right: 13px; bottom: 20px; left: 13px; height: 2px; border-radius: 3px; background: var(--hc-primary); transform: scaleX(0); transform-origin: center; transition: transform var(--hc-transition); }
.hc-nav-list > li > a:hover,
.hc-nav-list > li.current-menu-item > a { color: var(--hc-primary); }
.hc-nav-list > li > a:hover::after,
.hc-nav-list > li.current-menu-item > a::after { transform: scaleX(1); }
.hc-nav-list .sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; padding: 10px; margin: 0; border: 1px solid var(--hc-border); border-radius: 15px; background: #fff; box-shadow: var(--hc-shadow-soft); list-style: none; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all var(--hc-transition); }
.hc-nav-list li:hover > .sub-menu,
.hc-nav-list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.hc-nav-list .sub-menu a { display: block; padding: 10px 12px; border-radius: 9px; color: var(--hc-text); font-size: 14px; font-weight: 650; }
.hc-nav-list .sub-menu a:hover { background: var(--hc-bg-blue); color: var(--hc-primary); }
.hc-header-actions { display: flex; align-items: center; gap: 10px; }
.hc-icon-button { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; }
.hc-whatsapp-button { background: #eafaf1; color: var(--hc-success); }
.hc-whatsapp-button:hover { background: var(--hc-success); color: #fff; transform: translateY(-2px); }
.hc-menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--hc-border); border-radius: 13px; background: #fff; color: var(--hc-text); cursor: pointer; }
.hc-menu-toggle .hc-icon { width: 24px; height: 24px; }
.hc-menu-icon-close { display: none; }
.hc-menu-toggle[aria-expanded="true"] .hc-menu-icon-open { display: none; }
.hc-menu-toggle[aria-expanded="true"] .hc-menu-icon-close { display: inline-flex; }
.hc-service-strip { overflow: hidden; background: linear-gradient(90deg, var(--hc-primary-dark), var(--hc-primary), var(--hc-primary-dark)); color: #fff; }
.hc-service-strip-track { display: flex; width: max-content; animation: hcTicker 32s linear infinite; }
.hc-service-strip:hover .hc-service-strip-track { animation-play-state: paused; }
.hc-service-strip-set { display: flex; min-height: 36px; align-items: center; white-space: nowrap; }
.hc-service-strip-set span,
.hc-service-strip-set a { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 0 25px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hc-service-strip-set span::after,
.hc-service-strip-set a::after { content: ""; position: absolute; right: -2px; width: 4px; height: 4px; border-radius: 50%; background: var(--hc-yellow); }

/* Hero */
.hc-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; background: var(--hc-navy); color: #fff; isolation: isolate; }
.hc-hero-image { position: absolute; inset: 0; z-index: -4; background-image: linear-gradient(90deg, rgba(4,18,40,.96) 0%, rgba(5,26,58,.87) 48%, rgba(4,19,43,.62) 100%), var(--hc-hero-image); background-position: center; background-size: cover; transform: scale(1.03); }
.hc-hero-grid-overlay { position: absolute; inset: 0; z-index: -3; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, #000, transparent 78%); }
.hc-hero::before { content: ""; position: absolute; z-index: -2; inset: auto -10% -45% 34%; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(28,103,245,.38), transparent 68%); }
.hc-hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); opacity: .35; }
.hc-hero-orb-one { width: 250px; height: 250px; top: 9%; right: 4%; background: radial-gradient(circle at 35% 30%, var(--hc-cyan), rgba(42,98,228,.1)); animation: hcFloat 8s ease-in-out infinite; }
.hc-hero-orb-two { width: 100px; height: 100px; bottom: 12%; left: 45%; background: var(--hc-yellow); opacity: .12; animation: hcFloat 6s ease-in-out infinite reverse; }
.hc-hero-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr); align-items: center; gap: 70px; padding-top: 75px; padding-bottom: 75px; }
.hc-hero-copy { max-width: 710px; }
.hc-hero h1 { margin-bottom: 22px; color: #fff; font-size: clamp(47px, 5.4vw, 76px); font-weight: 900; line-height: .99; text-shadow: 0 8px 35px rgba(0,0,0,.25); }
.hc-hero h1 span { color: #75dcff; }
.hc-hero-lead { max-width: 650px; margin-bottom: 26px; color: #c9d8ea; font-size: 18px; line-height: 1.72; }
.hc-hero-points { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-bottom: 31px; }
.hc-hero-points span { display: inline-flex; align-items: center; gap: 7px; color: #edf7ff; font-size: 14px; font-weight: 700; }
.hc-hero-points .hc-icon { color: #36e087; }
.hc-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 33px; }
.hc-hero-proof { display: flex; align-items: center; gap: 17px; }
.hc-proof-stars { display: flex; gap: 2px; color: var(--hc-yellow); }
.hc-proof-stars .hc-icon { width: 17px; height: 17px; fill: currentColor; stroke-width: 1.2; }
.hc-hero-proof strong,
.hc-hero-proof span { display: block; }
.hc-hero-proof strong { color: #fff; font-size: 14px; }
.hc-hero-proof span { color: #9fb2ca; font-size: 12px; }
.hc-scroll-cue { position: absolute; left: 50%; bottom: 22px; width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.33); border-radius: 18px; transform: translateX(-50%); }
.hc-scroll-cue span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; border-radius: 5px; background: #fff; transform: translateX(-50%); animation: hcScrollCue 1.8s infinite; }

/* Booking form */
.hc-booking-wrap { position: relative; padding: 1px; border-radius: 31px; background: linear-gradient(135deg, rgba(80,213,255,.65), rgba(255,255,255,.1) 38%, rgba(62,115,255,.62)); box-shadow: 0 35px 90px rgba(0,0,0,.32); isolation: isolate; }
.hc-booking-wrap::before { content: ""; position: absolute; inset: -18px; z-index: -2; border-radius: 42px; background: radial-gradient(circle at 90% 5%, rgba(80,213,255,.22), transparent 40%), radial-gradient(circle at 10% 96%, rgba(38,104,255,.3), transparent 40%); filter: blur(8px); }
.hc-booking-canvas { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; border-radius: 30px; opacity: .75; pointer-events: none; }
.hc-booking-route-art { position: absolute; inset: 0; z-index: -1; overflow: hidden; border-radius: 30px; pointer-events: none; opacity: .28; }
.hc-booking-route-art svg { width: 100%; height: 100%; }
.hc-route-line { fill: none; stroke: #8ce5ff; stroke-width: 2.5; stroke-dasharray: 9 11; }
.hc-route-dot { fill: #fff; stroke: #50d5ff; stroke-width: 5; }
.hc-booking-card { min-height: 570px; padding: 28px; border-radius: 30px; background: linear-gradient(150deg, rgba(11,31,61,.9), rgba(5,19,42,.94)); backdrop-filter: blur(20px); }
.hc-booking-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 21px; }
.hc-booking-kicker { display: block; margin-bottom: 3px; color: #6fdcff; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hc-booking-head h2 { margin-bottom: 4px; color: #fff; font-size: 30px; font-weight: 850; line-height: 1.1; }
.hc-booking-head p { margin: 0; color: #9db2cb; font-size: 13px; }
.hc-booking-head-icon { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.08); color: #78ddff; }
.hc-booking-head-icon .hc-icon { width: 26px; height: 26px; }
.hc-booking-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; padding: 6px; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.055); }
.hc-booking-tabs button { min-width: 0; min-height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 8px 4px; border: 0; border-radius: 11px; background: transparent; color: #93a9c3; font-size: 10px; font-weight: 800; cursor: pointer; transition: all var(--hc-transition); }
.hc-booking-tabs button .hc-icon { width: 19px; height: 19px; }
.hc-booking-tabs button.is-active { background: linear-gradient(135deg, var(--hc-primary), #2d80ff); color: #fff; box-shadow: 0 10px 25px rgba(0,77,204,.35); }
.hc-booking-panel { position: relative; }
.hc-booking-panel[hidden] { display: none !important; }
.hc-booking-card .wpcf7 { color: #fff; }
.hc-booking-card .wpcf7 form { margin: 0; }
.hc-booking-card .wpcf7 p { margin: 0 0 12px; }
.hc-booking-card .wpcf7 label,
.hc-fallback-form label { display: block; color: #d9e5f4; font-size: 12px; font-weight: 700; }
.hc-booking-card input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.hc-booking-card select,
.hc-booking-card textarea,
.hc-fallback-form input,
.hc-fallback-form select,
.hc-fallback-form textarea {
  width: 100%;
  min-height: 47px;
  padding: 11px 14px;
  margin-top: 5px;
  border: 1px solid rgba(165,199,238,.22);
  border-radius: 11px;
  outline: none;
  background: rgba(255,255,255,.075);
  color: #fff;
  font-size: 13px;
  box-shadow: none;
  transition: border-color var(--hc-transition), background var(--hc-transition), box-shadow var(--hc-transition);
}
.hc-booking-card textarea { min-height: 90px; resize: vertical; }
.hc-booking-card input::placeholder,
.hc-booking-card textarea::placeholder { color: #8297b0; opacity: 1; }
.hc-booking-card select option { color: #182740; background: #fff; }
.hc-booking-card input:focus,
.hc-booking-card select:focus,
.hc-booking-card textarea:focus { border-color: #68d6ff; background: rgba(255,255,255,.11); box-shadow: 0 0 0 3px rgba(80,213,255,.1); }
.hc-booking-card input[type="submit"],
.hc-booking-card button[type="submit"],
.hc-booking-card .wpcf7-submit { width: 100%; min-height: 51px; padding: 13px 18px; border: 0; border-radius: 12px; background: linear-gradient(135deg, #0b63dc, #3b8cff); color: #fff; font-size: 14px; font-weight: 850; box-shadow: 0 13px 25px rgba(0,84,210,.3); cursor: pointer; transition: transform var(--hc-transition), box-shadow var(--hc-transition); }
.hc-booking-card input[type="submit"]:hover,
.hc-booking-card button[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 17px 30px rgba(0,84,210,.4); }
.hc-booking-card .wpcf7-spinner { position: absolute; right: 12px; bottom: 14px; margin: 0; }
.hc-booking-card .wpcf7-not-valid-tip { margin-top: 4px; color: #ff9a9f; font-size: 11px; }
.hc-booking-card .wpcf7-response-output { padding: 10px 12px !important; margin: 12px 0 0 !important; border: 1px solid rgba(255,255,255,.2) !important; border-radius: 10px; color: #dce9f8; font-size: 12px; }
.hc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hc-form-submit { width: 100%; margin-top: 15px; }
.hc-form-note { margin: 10px 0 0; color: #8fa5be; font-size: 11px; text-align: center; }

/* Trust and service cards */
.hc-trust-strip { position: relative; z-index: 5; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--hc-border); box-shadow: 0 14px 44px rgba(21,52,96,.06); }
.hc-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hc-trust-item { min-height: 112px; display: flex; align-items: center; gap: 15px; padding: 22px 28px; border-right: 1px solid var(--hc-border); }
.hc-trust-item:last-child { border-right: 0; }
.hc-trust-item > .hc-icon { width: 32px; height: 32px; color: var(--hc-primary); }
.hc-trust-item strong,
.hc-trust-item span { display: block; }
.hc-trust-item strong { margin-bottom: 2px; color: var(--hc-text); font-size: 15px; }
.hc-trust-item span { color: var(--hc-muted); font-size: 12px; }
.hc-services-section { background: linear-gradient(180deg, #fff 0%, #f7faff 100%); }
.hc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hc-service-card,
.hc-feature-card { position: relative; padding: 31px; overflow: hidden; border: 1px solid var(--hc-border); border-radius: var(--hc-radius); background: #fff; box-shadow: 0 12px 36px rgba(20,49,91,.055); transition: transform var(--hc-transition), box-shadow var(--hc-transition), border-color var(--hc-transition); }
.hc-service-card::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 150px; height: 150px; border-radius: 50%; background: var(--hc-bg-blue); transition: transform .45s ease; }
.hc-service-card:hover,
.hc-feature-card:hover { transform: translateY(-8px); border-color: #bbd5fa; box-shadow: 0 22px 52px rgba(20,49,91,.12); }
.hc-service-card:hover::after { transform: scale(1.4); }
.hc-card-icon { position: relative; z-index: 1; width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 18px; background: linear-gradient(135deg, var(--hc-bg-blue), #dbeaff); color: var(--hc-primary); }
.hc-card-icon .hc-icon { width: 28px; height: 28px; }
.hc-service-card h3,
.hc-feature-card h3 { position: relative; z-index: 1; margin-bottom: 10px; color: var(--hc-text); font-size: 21px; font-weight: 820; }
.hc-service-card p,
.hc-feature-card p { position: relative; z-index: 1; min-height: 52px; margin-bottom: 18px; color: var(--hc-muted); font-size: 14px; }
.hc-service-card > a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 7px; color: var(--hc-primary); font-size: 13px; font-weight: 800; }

/* About */
.hc-about-section { background: #fff; }
.hc-about-section::before { content: ""; position: absolute; top: 8%; right: -140px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(62,134,255,.11), transparent 70%); }
.hc-about-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.hc-about-image-shell { position: relative; padding: 32px; border-radius: 40px; background: linear-gradient(145deg, #e6f1ff, #fff); box-shadow: var(--hc-shadow); }
.hc-about-image-shell::before { content: ""; position: absolute; inset: 15px; border: 1px dashed rgba(10,84,198,.23); border-radius: 31px; }
.hc-about-image-shell img { position: relative; z-index: 1; width: 100%; min-height: 400px; object-fit: contain; border-radius: 26px; }
.hc-about-badge { position: absolute; z-index: 2; right: -23px; bottom: 35px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid #d7e5f7; border-radius: 17px; background: #fff; box-shadow: var(--hc-shadow-soft); }
.hc-about-badge > .hc-icon { width: 30px; height: 30px; color: var(--hc-primary); }
.hc-about-badge strong,
.hc-about-badge span { display: block; }
.hc-about-badge strong { color: var(--hc-primary); font-size: 22px; line-height: 1; }
.hc-about-badge span { margin-top: 3px; color: var(--hc-muted); font-size: 11px; }
.hc-about-copy p { margin-bottom: 15px; }
.hc-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; margin: 26px 0 31px; }
.hc-check-grid span { display: flex; align-items: center; gap: 9px; color: #34445b; font-size: 14px; font-weight: 700; }
.hc-check-grid .hc-icon { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: #e7f8ee; color: var(--hc-success); }
.hc-inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }

/* Fleet */
.hc-fleet-section { background: linear-gradient(180deg, var(--hc-bg) 0%, #fff 100%); }
.hc-fleet-section::before { content: ""; position: absolute; top: 90px; left: -110px; width: 300px; height: 300px; border: 55px solid rgba(10,84,198,.035); border-radius: 50%; }
.hc-card-grid { display: grid; gap: 27px; }
.hc-fleet-grid,
.hc-package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hc-vehicle-card,
.hc-package-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--hc-border); border-radius: var(--hc-radius); background: #fff; box-shadow: 0 14px 43px rgba(19,49,91,.075); transition: transform var(--hc-transition), box-shadow var(--hc-transition), border-color var(--hc-transition); }
.hc-vehicle-card:hover,
.hc-package-card:hover { transform: translateY(-9px); border-color: #b9d3f7; box-shadow: 0 25px 60px rgba(19,49,91,.14); }
.hc-vehicle-image { position: relative; height: 245px; overflow: hidden; background: radial-gradient(circle at 50% 75%, #e5effb 0%, #f8fbff 58%, #fff 100%); }
.hc-vehicle-image img { width: 100%; height: 100%; object-fit: contain; padding: 20px; transition: transform .5s ease; }
.hc-vehicle-card:hover .hc-vehicle-image img { transform: scale(1.055) translateY(-4px); }
.hc-price-chip { position: absolute; top: 16px; right: 16px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px; background: rgba(7,26,51,.88); color: #fff; font-size: 11px; font-weight: 850; backdrop-filter: blur(9px); }
.hc-vehicle-body { flex: 1; display: flex; flex-direction: column; padding: 26px; }
.hc-vehicle-body h3 { margin-bottom: 11px; color: var(--hc-text); font-size: 24px; font-weight: 850; line-height: 1.15; }
.hc-vehicle-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.hc-vehicle-meta span { display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; border-radius: 8px; background: var(--hc-bg); color: #526279; font-size: 10px; font-weight: 750; }
.hc-vehicle-body p { margin-bottom: 15px; color: var(--hc-muted); font-size: 13px; }
.hc-vehicle-note { display: block; margin: -4px 0 16px; color: var(--hc-primary); font-size: 11px; font-weight: 700; }
.hc-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
.hc-card-actions .hc-btn { min-width: 0; padding-inline: 10px; }
.hc-empty-state { grid-column: 1/-1; padding: 55px; border: 1px dashed #b8cee9; border-radius: var(--hc-radius); background: #fff; text-align: center; }
.hc-empty-state h3 { margin-bottom: 9px; font-size: 26px; }
.hc-empty-state p { color: var(--hc-muted); }

/* Packages */
.hc-packages-section { background: #fff; }
.hc-package-image { position: relative; height: 255px; overflow: hidden; background: #dce8f5; }
.hc-package-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,23,49,.45), transparent 54%); }
.hc-package-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.hc-package-card:hover .hc-package-image img { transform: scale(1.07); }
.hc-package-pin { position: absolute; z-index: 2; right: 17px; bottom: 17px; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; background: #fff; color: var(--hc-primary); box-shadow: 0 10px 25px rgba(0,0,0,.2); }
.hc-package-body { flex: 1; display: flex; flex-direction: column; padding: 26px; }
.hc-package-body h3 { margin-bottom: 11px; font-size: 22px; font-weight: 850; line-height: 1.18; }
.hc-package-body h3 a:hover { color: var(--hc-primary); }
.hc-package-body p { margin-bottom: 20px; color: var(--hc-muted); font-size: 13px; }
.hc-package-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.hc-round-action { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: #eafaf1; color: var(--hc-success); transition: all var(--hc-transition); }
.hc-round-action:hover { background: var(--hc-success); color: #fff; transform: translateY(-2px); }

/* Routes */
.hc-routes-section { overflow: hidden; background: linear-gradient(145deg, #06162c, #0c2c54); color: #fff; }
.hc-routes-section::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 31px 31px; }
.hc-routes-section::after { content: ""; position: absolute; width: 520px; height: 520px; top: -260px; right: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(66,151,255,.4), transparent 68%); }
.hc-routes-section .hc-container { position: relative; z-index: 1; }
.hc-routes-section .hc-section-head h2 { color: #fff; }
.hc-routes-section .hc-section-head p { color: #b8c9dd; }
.hc-route-state-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hc-state-card { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 21px; background: rgba(255,255,255,.065); backdrop-filter: blur(12px); transition: transform var(--hc-transition), background var(--hc-transition), border-color var(--hc-transition); }
.hc-state-card:hover { transform: translateY(-7px); border-color: rgba(91,205,255,.4); background: rgba(255,255,255,.1); }
.hc-state-card-head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; margin-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.hc-state-card-head > span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; background: rgba(80,213,255,.13); color: #6cddff; }
.hc-state-card h3 { margin: 0; color: #fff; font-size: 19px; font-weight: 800; }
.hc-state-card ul { padding: 0; margin: 0; list-style: none; }
.hc-state-card li { margin: 0; }
.hc-state-card li a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 3px; color: #c9d6e6; font-size: 12px; font-weight: 650; }
.hc-state-card li a:hover { color: #fff; }
.hc-state-card li .hc-icon { width: 15px; height: 15px; }

/* Rates */
.hc-rates-section { background: linear-gradient(180deg, #f7faff, #fff); }
.hc-rates-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; }
.hc-rates-copy { max-width: 520px; }
.hc-rate-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.hc-rate-card { min-height: 124px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 14px; padding: 20px; border: 1px solid var(--hc-border); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(20,49,91,.06); transition: transform var(--hc-transition), box-shadow var(--hc-transition); }
.hc-rate-card:hover { transform: translateY(-5px); box-shadow: var(--hc-shadow-soft); }
.hc-rate-card > span { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 15px; background: var(--hc-bg-blue); color: var(--hc-primary); }
.hc-rate-card > span .hc-icon { width: 26px; height: 26px; }
.hc-rate-card h3 { margin: 0 0 2px; font-size: 16px; font-weight: 820; }
.hc-rate-card p { margin: 0; color: var(--hc-muted); font-size: 11px; }
.hc-rate-card strong { color: var(--hc-primary); font-size: 14px; white-space: nowrap; }

/* Process */
.hc-process-section { background: #fff; }
.hc-process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.hc-process-line { position: absolute; top: 68px; left: 17%; right: 17%; height: 2px; background: repeating-linear-gradient(90deg, #a9c7ef 0 11px, transparent 11px 20px); }
.hc-process-card { position: relative; z-index: 1; padding: 30px; text-align: center; }
.hc-process-card .hc-card-icon { margin-inline: auto; box-shadow: 0 0 0 9px #fff; }
.hc-process-number { position: absolute; top: 13px; right: 22px; color: #e1ebf7; font-size: 42px; font-weight: 900; line-height: 1; }
.hc-process-card h3 { margin-bottom: 10px; font-size: 21px; font-weight: 820; }
.hc-process-card p { max-width: 310px; margin-inline: auto; color: var(--hc-muted); font-size: 13px; }

/* Why us */
.hc-why-section { background: var(--hc-bg); }
.hc-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hc-feature-card > span { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; border-radius: 17px; background: linear-gradient(135deg, var(--hc-primary), var(--hc-primary-2)); color: #fff; box-shadow: 0 12px 25px rgba(10,84,198,.22); }
.hc-feature-card > span .hc-icon { width: 26px; height: 26px; }
.hc-feature-card p { min-height: 0; margin-bottom: 0; }

/* Testimonials */
.hc-testimonials-section { position: relative; overflow: hidden; background: #fff; }
.hc-testimonials-section::before { content: "“"; position: absolute; top: 10px; left: 3%; color: rgba(10,84,198,.035); font-family: Georgia, serif; font-size: 380px; line-height: 1; }
.hc-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 24px; }
.hc-testimonial-card { position: relative; display: flex; min-height: 330px; flex-direction: column; padding: 33px; border: 1px solid var(--hc-border); border-radius: var(--hc-radius); background: #fff; box-shadow: 0 16px 45px rgba(20,49,91,.07); }
.hc-testimonial-featured { background: linear-gradient(145deg, #071a33, #0b3365); color: #fff; transform: translateY(-12px); box-shadow: 0 24px 60px rgba(7,26,51,.22); }
.hc-quote-mark { height: 52px; color: var(--hc-primary); font-family: Georgia, serif; font-size: 78px; line-height: .8; }
.hc-testimonial-featured .hc-quote-mark { color: #6fdcff; }
.hc-testimonial-card > p { margin-bottom: 26px; color: #4f6077; font-size: 15px; line-height: 1.8; }
.hc-testimonial-featured > p { color: #d0deef; }
.hc-reviewer { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.hc-reviewer > span { width: 47px; height: 47px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--hc-bg-blue); color: var(--hc-primary); }
.hc-testimonial-featured .hc-reviewer > span { background: rgba(255,255,255,.1); color: #72dcff; }
.hc-reviewer strong,
.hc-reviewer small { display: block; }
.hc-reviewer strong { font-size: 14px; }
.hc-reviewer small { color: var(--hc-muted); font-size: 11px; }
.hc-testimonial-featured .hc-reviewer small { color: #91a8c3; }

/* FAQ */
.hc-faq-section { background: linear-gradient(180deg, #f6f9fe, #fff); }
.hc-faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: start; }
.hc-faq-intro { position: sticky; top: 130px; }
.hc-accordion { border-top: 1px solid var(--hc-border); }
.hc-accordion-item { border-bottom: 1px solid var(--hc-border); }
.hc-accordion-item > button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; border: 0; background: transparent; color: var(--hc-text); font-size: 16px; font-weight: 780; text-align: left; cursor: pointer; }
.hc-accordion-plus { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 10px; background: var(--hc-bg-blue); color: var(--hc-primary); font-size: 22px; font-weight: 400; transition: transform var(--hc-transition), background var(--hc-transition), color var(--hc-transition); }
.hc-accordion-item.is-open .hc-accordion-plus { background: var(--hc-primary); color: #fff; transform: rotate(45deg); }
.hc-accordion-panel { overflow: hidden; }
.hc-accordion-panel p { padding: 0 52px 24px 4px; margin: 0; color: var(--hc-muted); font-size: 14px; }

/* CTA */
.hc-final-cta { position: relative; overflow: hidden; padding: 82px 0; background: linear-gradient(135deg, #0757c4, #0e78e8 55%, #05449e); color: #fff; }
.hc-final-cta-bg { position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(circle at 10% 0%, #fff 0 2px, transparent 3px), linear-gradient(120deg, transparent 45%, rgba(255,255,255,.3) 46%, transparent 47%); background-size: 70px 70px, 180px 180px; }
.hc-final-cta::before,
.hc-final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.hc-final-cta::before { width: 400px; height: 400px; top: -260px; right: -80px; }
.hc-final-cta::after { width: 260px; height: 260px; bottom: -190px; left: 10%; }
.hc-final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.hc-final-cta-inner > div:first-child { max-width: 720px; }
.hc-final-cta h2 { margin-bottom: 12px; color: #fff; }
.hc-final-cta p { margin: 0; color: #d7e9ff; font-size: 16px; }
.hc-final-actions { display: flex; flex-direction: column; gap: 11px; min-width: 245px; }

/* Taxi scene */
.hc-taxi-scene { position: relative; overflow: hidden; padding: 78px 0 0; background: linear-gradient(180deg, #eef6ff, #dfeeff); }
.hc-taxi-scene::before { content: ""; position: absolute; width: 500px; height: 500px; top: -330px; left: -100px; border-radius: 50%; background: rgba(255,255,255,.7); }
.hc-taxi-scene-copy { position: relative; z-index: 2; max-width: 760px; margin-inline: auto; text-align: center; }
.hc-taxi-scene-copy h2 { font-size: clamp(31px, 3.5vw, 48px); }
.hc-taxi-stage { position: relative; z-index: 2; height: 355px; margin-top: -5px; }
.hc-taxi-svg { width: 100%; height: 100%; overflow: visible; }
.hc-taxi-shadow { transform-origin: center; }
.hc-scene-cloud { position: absolute; width: 130px; height: 35px; border-radius: 50px; background: rgba(255,255,255,.7); }
.hc-scene-cloud::before,
.hc-scene-cloud::after { content: ""; position: absolute; border-radius: 50%; background: inherit; }
.hc-scene-cloud::before { width: 55px; height: 55px; left: 22px; bottom: 5px; }
.hc-scene-cloud::after { width: 72px; height: 72px; right: 15px; bottom: 2px; }
.hc-scene-cloud-one { top: 95px; left: 8%; animation: hcCloud 28s linear infinite; }
.hc-scene-cloud-two { top: 165px; right: 4%; transform: scale(.7); animation: hcCloud 35s linear infinite reverse; }

/* Footer */
.hc-footer { position: relative; background: #061326; color: #c0cede; }
.hc-footer-contact-strip { border-bottom: 1px solid rgba(255,255,255,.08); background: #091c35; }
.hc-footer-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.hc-footer-contact-item { min-height: 104px; display: flex; align-items: center; gap: 16px; padding: 24px 32px; border-right: 1px solid rgba(255,255,255,.08); }
.hc-footer-contact-item:last-child { border-right: 0; }
.hc-footer-contact-item > .hc-icon { width: 28px; height: 28px; color: #66d8ff; }
.hc-footer-contact-item span,
.hc-footer-contact-item strong { display: block; }
.hc-footer-contact-item span { margin-bottom: 2px; color: #7f97b2; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hc-footer-contact-item strong { color: #fff; font-size: 14px; overflow-wrap: anywhere; }
a.hc-footer-contact-item:hover { background: rgba(255,255,255,.025); }
.hc-footer-routes { padding: 72px 0 67px; border-bottom: 1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, #07172c, #061326); }
.hc-footer-section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 37px; }
.hc-footer-section-head h2 { margin-bottom: 0; color: #fff; font-size: clamp(31px, 3vw, 44px); }
.hc-footer-section-head p { max-width: 360px; margin: 0; color: #8398b0; font-size: 14px; }
.hc-footer-route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 27px 34px; }
.hc-footer-route-group { min-width: 0; }
.hc-footer-route-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 0 13px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: transparent; color: #fff; font-size: 14px; font-weight: 800; text-align: left; }
.hc-footer-route-toggle > span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.hc-footer-route-toggle .hc-icon { color: #62d7ff; }
.hc-footer-route-plus { display: none; }
.hc-footer-route-group ul { padding: 12px 0 0; margin: 0; list-style: none; }
.hc-footer-route-group li { margin: 0; }
.hc-footer-route-group li a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 5px 0; color: #899db4; font-size: 11px; font-weight: 620; transition: color var(--hc-transition), transform var(--hc-transition); }
.hc-footer-route-group li a:hover { color: #fff; transform: translateX(3px); }
.hc-footer-route-group li .hc-icon { width: 13px; height: 13px; }
.hc-footer-main { padding: 72px 0; }
.hc-footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 54px; }
.hc-footer-logo { display: inline-flex; margin-bottom: 20px; padding: 9px 14px; border-radius: 14px; background: #fff; }
.hc-footer-logo img { width: auto; max-width: 180px; max-height: 60px; object-fit: contain; }
.hc-footer-about p,
.hc-footer-booking p { color: #8ea2b9; font-size: 13px; }
.hc-footer-column h3 { margin-bottom: 19px; color: #fff; font-size: 16px; font-weight: 800; }
.hc-footer-column ul { padding: 0; margin: 0; list-style: none; }
.hc-footer-column li { margin: 0; }
.hc-footer-column li a { display: inline-block; padding: 5px 0; color: #8ea2b9; font-size: 12px; }
.hc-footer-column li a:hover { color: #fff; transform: translateX(3px); }
.hc-footer-socials { display: flex; gap: 9px; margin-top: 22px; }
.hc-footer-socials a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; color: #c6d5e6; }
.hc-footer-socials a:hover { background: var(--hc-primary); border-color: var(--hc-primary); color: #fff; transform: translateY(-2px); }
.hc-footer-booking .hc-btn { width: 100%; }
.hc-footer-call-link { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: #fff; font-size: 13px; font-weight: 800; }
.hc-footer-call-link .hc-icon { color: #6fdcff; }
.hc-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); background: #04101f; }
.hc-footer-bottom-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.hc-footer-bottom p { margin: 0; color: #72879e; font-size: 11px; }
.hc-footer-bottom-inner > div { display: flex; gap: 20px; }
.hc-footer-bottom a { color: #8499b0; font-size: 11px; }
.hc-footer-bottom a:hover { color: #fff; }

/* Floating actions */
.hc-mobile-action-bar { display: none; }
.hc-back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 950; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 14px; background: var(--hc-primary); color: #fff; box-shadow: 0 13px 30px rgba(10,84,198,.32); opacity: 0; visibility: hidden; transform: translateY(12px) rotate(-90deg); transition: all var(--hc-transition); cursor: pointer; }
.hc-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0) rotate(-90deg); }

/* Legacy inner pages safety */
body.hirecab-modern-site #site-content:not(.hc-main) { min-height: 55vh; padding-top: 50px; }
body.hirecab-modern-site .entry-content { font-size: 17px; }
body.hirecab-modern-site .entry-title { color: var(--hc-text); }

/* GSAP initial state only when JS marks the page ready */
.hc-js [data-hc-reveal] { will-change: transform, opacity; }

@keyframes hcTicker { to { transform: translateX(-50%); } }
@keyframes hcPulse { 50% { box-shadow: 0 0 0 9px rgba(43,215,126,0); } }
@keyframes hcFloat { 50% { transform: translateY(18px) translateX(-8px); } }
@keyframes hcScrollCue { 0% { transform: translate(-50%,0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translate(-50%,16px); opacity: 0; } }
@keyframes hcCloud { 50% { transform: translateX(70px); } }

@media (max-width: 1180px) {
  .hc-navbar { grid-template-columns: 175px 1fr auto; gap: 13px; }
  .hc-brand img { max-width: 165px; }
  .hc-nav-list > li > a { padding-inline: 9px; font-size: 13px; }
  .hc-header-book { padding-inline: 14px; }
  .hc-hero-layout { gap: 38px; grid-template-columns: minmax(0,1fr) minmax(410px,.85fr); }
  .hc-footer-route-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 1024px) {
  body.admin-bar .hc-site-header.is-sticky .hc-navbar-shell { top: 32px; }
  .hc-section { padding: 85px 0; }
  .hc-navbar { min-height: 74px; grid-template-columns: 1fr auto auto; }
  .hc-menu-toggle { display: inline-flex; grid-column: 2; }
  .hc-header-actions { grid-column: 3; }
  .hc-header-book { display: none; }
  .hc-primary-nav { position: absolute; top: 100%; left: 20px; right: 20px; max-height: calc(100vh - 120px); overflow: auto; padding: 13px; border: 1px solid var(--hc-border); border-radius: 18px; background: #fff; box-shadow: var(--hc-shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all var(--hc-transition); }
  .hc-primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .hc-nav-list { display: block; }
  .hc-nav-list > li > a { padding: 12px 13px; border-radius: 10px; }
  .hc-nav-list > li > a::after { display: none; }
  .hc-nav-list > li > a:hover { background: var(--hc-bg-blue); }
  .hc-nav-list .sub-menu { position: static; display: block; min-width: 0; padding: 2px 0 3px 17px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .hc-hero { min-height: auto; }
  .hc-hero-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 80px; padding-bottom: 95px; }
  .hc-hero-copy { max-width: 790px; }
  .hc-booking-wrap { width: min(650px, 100%); }
  .hc-trust-grid { grid-template-columns: 1fr 1fr; }
  .hc-trust-item:nth-child(2) { border-right: 0; }
  .hc-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--hc-border); }
  .hc-service-grid,
  .hc-fleet-grid,
  .hc-package-grid,
  .hc-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .hc-about-layout { gap: 50px; }
  .hc-rates-layout { grid-template-columns: 1fr; gap: 45px; }
  .hc-rates-copy { max-width: 700px; }
  .hc-route-state-grid { grid-template-columns: repeat(2, 1fr); }
  .hc-faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .hc-faq-intro { position: static; max-width: 720px; }
  .hc-final-cta-inner { display: block; }
  .hc-final-actions { flex-direction: row; margin-top: 30px; }
  .hc-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .hc-footer-booking { grid-column: 1/-1; max-width: 520px; }
}

@media (max-width: 782px) {
  body.admin-bar .hc-site-header.is-sticky .hc-navbar-shell { top: 46px; }
}

@media (max-width: 767px) {
  :root { --hc-radius: 20px; }
  .hc-container { width: min(calc(100% - 28px), var(--hc-container)); }
  .hc-section { padding: 70px 0; }
  .hc-section-head { margin-bottom: 36px; }
  .hc-section-head-split { display: block; }
  .hc-section-head-split > p { width: 100%; margin-top: 14px; }
  .hc-topbar-inner { min-height: 36px; }
  .hc-topbar-contact a:nth-child(2),
  .hc-topbar-trust { display: none; }
  .hc-topbar-contact { width: 100%; justify-content: center; }
  .hc-navbar { min-height: 68px; }
  .hc-brand img { max-width: 145px; max-height: 55px; }
  .hc-header-actions { display: none; }
  .hc-menu-toggle { grid-column: 3; }
  .hc-navbar { grid-template-columns: 1fr auto; }
  .hc-primary-nav { left: 14px; right: 14px; }
  .hc-service-strip-set span,
  .hc-service-strip-set a { padding-inline: 18px; }
  .hc-hero-layout { padding-top: 65px; padding-bottom: 75px; }
  .hc-hero h1 { font-size: clamp(41px, 13vw, 57px); }
  .hc-hero-lead { font-size: 16px; }
  .hc-hero-points { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .hc-hero-actions .hc-btn { flex: 1; min-width: 145px; }
  .hc-booking-card { min-height: 0; padding: 20px; }
  .hc-booking-head h2 { font-size: 25px; }
  .hc-booking-head-icon { width: 43px; height: 43px; }
  .hc-booking-tabs { grid-template-columns: 1fr 1fr; }
  .hc-booking-tabs button { min-height: 52px; flex-direction: row; font-size: 10px; }
  .hc-form-grid { grid-template-columns: 1fr; }
  .hc-trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .hc-trust-item { min-height: 84px; padding: 17px 12px; border-right: 0; border-bottom: 1px solid var(--hc-border); }
  .hc-trust-item:last-child { border-bottom: 0; }
  .hc-trust-item > .hc-icon { width: 28px; height: 28px; }
  .hc-service-grid,
  .hc-fleet-grid,
  .hc-package-grid,
  .hc-route-state-grid,
  .hc-feature-grid,
  .hc-testimonial-grid { grid-template-columns: 1fr; }
  .hc-service-card,
  .hc-feature-card { padding: 25px; }
  .hc-about-layout { grid-template-columns: 1fr; gap: 48px; }
  .hc-about-image-shell { padding: 20px; border-radius: 28px; }
  .hc-about-image-shell img { min-height: 290px; }
  .hc-about-badge { right: 8px; bottom: -20px; }
  .hc-check-grid { grid-template-columns: 1fr; }
  .hc-inline-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hc-vehicle-image,
  .hc-package-image { height: 225px; }
  .hc-rate-cards { grid-template-columns: 1fr; }
  .hc-process-grid { grid-template-columns: 1fr; gap: 6px; }
  .hc-process-line { top: 60px; bottom: 60px; left: 54px; right: auto; width: 2px; height: auto; background: repeating-linear-gradient(180deg, #a9c7ef 0 11px, transparent 11px 20px); }
  .hc-process-card { padding: 22px 20px 22px 95px; text-align: left; }
  .hc-process-card .hc-card-icon { position: absolute; top: 22px; left: 25px; margin: 0; }
  .hc-process-card p { max-width: none; }
  .hc-process-number { top: 22px; right: 10px; font-size: 31px; }
  .hc-testimonial-featured { transform: none; }
  .hc-final-actions { flex-direction: column; }
  .hc-final-actions .hc-btn { width: 100%; }
  .hc-taxi-scene { padding-top: 65px; }
  .hc-taxi-stage { height: 250px; margin-top: 10px; }
  .hc-taxi-svg { width: 160%; margin-left: -40%; }
  .hc-footer-contact-grid { grid-template-columns: 1fr; }
  .hc-footer-contact-item { min-height: 80px; padding: 18px 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hc-footer-section-head { display: block; }
  .hc-footer-section-head p { margin-top: 14px; }
  .hc-footer-route-grid { grid-template-columns: 1fr; gap: 0; }
  .hc-footer-route-group { border-bottom: 1px solid rgba(255,255,255,.08); }
  .hc-footer-route-toggle { padding: 14px 0; border-bottom: 0; cursor: pointer; }
  .hc-footer-route-plus { display: inline-flex; font-size: 20px; transition: transform var(--hc-transition); }
  .hc-footer-route-group ul { display: none; padding: 0 0 13px 30px; }
  .hc-footer-route-group.is-open ul { display: block; }
  .hc-footer-route-group.is-open .hc-footer-route-plus { transform: rotate(45deg); }
  .hc-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .hc-footer-about,
  .hc-footer-booking { grid-column: 1/-1; }
  .hc-footer-bottom { padding-bottom: 72px; }
  .hc-footer-bottom-inner { min-height: 85px; flex-direction: column; justify-content: center; gap: 8px; text-align: center; }
  .hc-footer-bottom-inner > div { flex-wrap: wrap; justify-content: center; gap: 10px 16px; }
  .hc-mobile-action-bar { position: fixed; right: 10px; bottom: 9px; left: 10px; z-index: 1000; display: grid; grid-template-columns: repeat(3, 1fr); padding: 7px; border: 1px solid rgba(10,84,198,.12); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 15px 45px rgba(10,31,65,.22); backdrop-filter: blur(16px); }
  .hc-mobile-action-bar a { min-height: 49px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 11px; color: #33445c; font-size: 9px; font-weight: 800; }
  .hc-mobile-action-bar a:nth-child(2) { background: var(--hc-primary); color: #fff; }
  .hc-mobile-action-bar a:last-child { color: var(--hc-success); }
  .hc-mobile-action-bar .hc-icon { width: 19px; height: 19px; }
  .hc-back-to-top { right: 15px; bottom: 82px; }
}

@media (max-width: 480px) {
  .hc-hero h1 { font-size: 42px; }
  .hc-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hc-hero-actions .hc-btn { min-width: 0; padding-inline: 10px; }
  .hc-hero-proof { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hc-card-actions { grid-template-columns: 1fr; }
  .hc-rate-card { grid-template-columns: 45px 1fr; }
  .hc-rate-card strong { grid-column: 2; }
  .hc-footer-grid { grid-template-columns: 1fr; }
  .hc-footer-about,
  .hc-footer-booking { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .hc-service-strip-track { animation: none; }
  .hc-booking-canvas { display: none; }
}
.hc-site-header.is-sticky .hc-service-strip { margin-top: 82px; }
@media (max-width: 1024px) { .hc-site-header.is-sticky .hc-service-strip { margin-top: 74px; } }
@media (max-width: 767px) { .hc-site-header.is-sticky .hc-service-strip { margin-top: 68px; } }
/* Theme-native booking form */
.hc-theme-booking-form { position: relative; }
.hc-theme-booking-form .hc-form-grid { gap: 10px 12px; }
.hc-form-field { min-width: 0; }
.hc-form-field-full { grid-column: 1 / -1; }
.hc-input-wrap { position: relative; display: block; margin-top: 5px; }
.hc-input-wrap > .hc-icon { position: absolute; z-index: 2; top: 50%; left: 12px; width: 16px; height: 16px; color: #71d8ff; transform: translateY(-50%); pointer-events: none; }
.hc-input-wrap-textarea > .hc-icon { top: 15px; transform: none; }
.hc-booking-card .hc-input-wrap input:not([type="submit"]),
.hc-booking-card .hc-input-wrap select,
.hc-booking-card .hc-input-wrap textarea { margin-top: 0; padding-left: 38px; }
.hc-booking-card .hc-input-wrap select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #8ba0b9 50%), linear-gradient(135deg, #8ba0b9 50%, transparent 50%); background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px); background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 30px; }
.hc-booking-card .hc-input-wrap input[type="date"],
.hc-booking-card .hc-input-wrap input[type="time"] { color-scheme: dark; }
.hc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hc-form-status { min-height: 18px; margin-top: 10px; color: #a6bad0; font-size: 11px; line-height: 1.45; text-align: center; }
.hc-form-status.is-loading { color: #8fdfff; }
.hc-form-status.is-success { padding: 9px 10px; border: 1px solid rgba(43,215,126,.25); border-radius: 9px; background: rgba(43,215,126,.08); color: #a9f2ca; }
.hc-form-status.is-error { padding: 9px 10px; border: 1px solid rgba(255,119,126,.25); border-radius: 9px; background: rgba(255,119,126,.08); color: #ffb7bb; }
.hc-form-whatsapp-link { color: #58e898; font-weight: 850; text-decoration: underline; text-underline-offset: 2px; }
.hc-form-submit:disabled { opacity: .65; cursor: wait; transform: none !important; }
.hc-submit-default,
.hc-submit-loading { align-items: center; justify-content: center; gap: 7px; }
.hc-submit-default:not([hidden]),
.hc-submit-loading:not([hidden]) { display: inline-flex; }
@media (max-width: 767px) { .hc-theme-booking-form .hc-form-grid { grid-template-columns: 1fr; } .hc-form-field-full { grid-column: auto; } }
.hc-main section[id], .hc-main div[id] { scroll-margin-top: 110px; }

/* Hirecab Chandigarh polish pass v2.1.0 */
:root {
  --hc-primary: #1565ff;
  --hc-primary-2: #0b8dff;
  --hc-navy: #071f3b;
  --hc-accent: #15c370;
}
body.hirecab-modern-site .hc-btn,
body.hirecab-modern-site .hc-btn-primary,
body.hirecab-modern-site .hc-btn-success,
body.hirecab-modern-site .hc-btn-white,
body.hirecab-modern-site .hc-btn-glass,
body.hirecab-modern-site .hc-service-card a,
body.hirecab-modern-site .hc-mobile-action-bar a { color: #fff; }
body.hirecab-modern-site .hc-btn-white { color: var(--hc-primary-dark); }
body.hirecab-modern-site .hc-btn-white:hover { color: var(--hc-primary-dark); }
.hc-header-book, .hc-header-book:hover { color: #fff !important; }
.hc-whatsapp-button { background: linear-gradient(135deg, rgba(21,195,112,.13), rgba(21,195,112,.24)); color: #11a95e; border: 1px solid rgba(17,169,94,.14); }
.hc-hero-clean {
  position: relative;
  padding: 110px 0 70px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(87,163,255,.12), transparent 28%), linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}
.hc-hero-clean .hc-hero-image { display: none; }
.hc-hero-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: .95; pointer-events: none;
}
.hc-hero-grid-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,0) 45%, rgba(255,255,255,.55));
  pointer-events: none;
}
.hc-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 470px); gap: 46px; align-items: center; }
.hc-hero-copy h1 { max-width: 12ch; color: #0d2141; font-size: clamp(3rem, 5vw, 5rem); line-height: .98; }
.hc-hero-copy h1 span { color: var(--hc-primary); }
.hc-hero-lead { max-width: 62ch; color: #54657a; font-size: 18px; }
.hc-hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.hc-hero-points span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.72); border: 1px solid rgba(18,87,197,.08); box-shadow: 0 10px 25px rgba(8,41,82,.06); font-weight: 700; color: #24405f; }
.hc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hc-hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 30px; padding: 16px 18px; max-width: 420px; border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 12px 30px rgba(9,35,69,.08); }
.hc-proof-stars { color: #ffbf2d; display: inline-flex; gap: 4px; }
.hc-booking-wrap { position: relative; }
.hc-booking-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hc-booking-card { position: relative; overflow: hidden; border-radius: 28px; padding: 30px; background: linear-gradient(180deg, rgba(7,31,59,.92), rgba(8,44,83,.94)); box-shadow: 0 32px 70px rgba(9,34,69,.18); color: #fff; }
.hc-booking-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, rgba(255,255,255,.08), transparent 40%), radial-gradient(circle at top right, rgba(38,194,255,.14), transparent 30%); pointer-events: none; }
.hc-booking-head, .hc-booking-tabs, .hc-booking-panels { position: relative; z-index: 1; }
.hc-booking-head h2, .hc-booking-head p, .hc-booking-kicker { color: #fff; }
.hc-booking-head-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 18px; background: rgba(255,255,255,.12); color: #fff; }
.hc-booking-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 22px 0 18px; }
.hc-booking-tabs button { color: #c8d8ec; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; min-height: 50px; font-weight: 700; }
.hc-booking-tabs button.is-active { background: linear-gradient(135deg, rgba(21,101,255,.94), rgba(11,141,255,.94)); color: #fff; box-shadow: 0 16px 35px rgba(21,101,255,.25); }
.hc-booking-tabs button .hc-icon { color: currentColor; }
.hc-form-grid-simple { display: grid; gap: 14px; }
.hc-form-field > span:first-child { display: block; margin-bottom: 8px; color: #d7e6f7; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.hc-input-wrap { display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 0 16px; border-radius: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); transition: border-color .25s ease, transform .25s ease, background .25s ease, box-shadow .25s ease; }
.hc-input-wrap:focus-within { border-color: rgba(81,206,255,.85); background: rgba(255,255,255,.12); box-shadow: 0 0 0 5px rgba(81,206,255,.12); transform: translateY(-1px); }
.hc-input-wrap .hc-icon { color: #7dccff; }
.hc-input-wrap input, .hc-input-wrap select, .hc-input-wrap textarea { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; }
.hc-input-wrap input::placeholder, .hc-input-wrap textarea::placeholder { color: #b8cae4; }
.hc-form-submit { width: 100%; min-height: 56px; margin-top: 8px; }
.hc-form-note { margin: 12px 0 0; color: #b9cee6; font-size: 13px; }
.hc-form-status { margin-top: 12px; font-size: 14px; }
.hc-form-status a { color: #8ed7ff; font-weight: 700; text-decoration: underline; }
.hc-booking-route-art { position: absolute; inset: 0; opacity: .36; pointer-events: none; }
.hc-route-line { fill: none; stroke: #49c8ff; stroke-width: 2.6; stroke-dasharray: 14 10; }
.hc-route-dot { fill: #fff; }
.hc-service-card a, .hc-service-card a:hover { color: var(--hc-primary); }
.hc-service-card:hover a { color: var(--hc-primary-dark); }
.hc-card-actions .hc-btn, .hc-round-action, .hc-round-action:hover { color: #fff; }
.hc-final-cta { background: linear-gradient(135deg, #0c2a56, #0f3d7c); }
.hc-topbar-trust, .hc-service-strip-set span, .hc-service-strip-set a { color: #f3f8ff; }
.hc-service-strip { background: linear-gradient(90deg, var(--hc-primary), #0a88ff); }
.hc-footer-section-head h2, .hc-taxi-scene-copy h2 { color: #fff; }
.hc-footer-contact-strip { background: #071f3b; }
.hc-footer-main { background: #061731; }
.hc-footer-bottom { background: #041123; }
.hc-footer-about p, .hc-footer-column ul a, .hc-footer-bottom a, .hc-footer-bottom p { color: #d3e0f1; }
.hc-footer-route-group ul a { color: #dfe9f7; }
.hc-mobile-action-bar a:nth-child(2) { background: linear-gradient(135deg, var(--hc-primary), var(--hc-primary-2)); }

/* Route page */
.hc-route-main .hc-section { padding: 88px 0; }
.hc-route-hero { position: relative; background: linear-gradient(180deg, #f5f9ff 0%, #eef5ff 100%); overflow: hidden; }
.hc-route-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 15%, rgba(26,148,255,.14), transparent 24%), radial-gradient(circle at 10% 20%, rgba(38,191,255,.12), transparent 28%); }
.hc-route-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 40px; align-items: center; padding: 78px 0 72px; }
.hc-route-hero-copy h1 { font-size: clamp(2.6rem, 4.8vw, 4.8rem); line-height: 1.02; margin-bottom: 18px; color: #0f2344; }
.hc-route-hero-copy p { color: #5e7085; font-size: 17px; max-width: 58ch; }
.hc-route-meta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 28px; }
.hc-route-meta-row span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; background: rgba(255,255,255,.78); border: 1px solid rgba(10,84,198,.1); border-radius: 999px; font-weight: 700; color: #23405d; }
.hc-route-hero-card { position: relative; }
.hc-route-hero-image { display: block; width: 100%; border-radius: 28px; box-shadow: 0 24px 60px rgba(16,42,81,.18); object-fit: cover; }
.hc-route-card-badge { position: absolute; left: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(7,31,59,.86); color: #fff; font-weight: 700; }
.hc-route-two-col { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 34px; align-items: start; }
.hc-route-sticky-card { position: sticky; top: 105px; display: grid; gap: 18px; }
.hc-route-contact-card { padding: 26px; border-radius: 22px; background: #fff; border: 1px solid var(--hc-border); box-shadow: var(--hc-shadow-soft); }
.hc-route-contact-card h3 { margin-bottom: 10px; font-size: 24px; color: #10233f; }
.hc-route-contact-card p { color: #627087; }
.hc-booking-card-route { padding: 26px; }
.hc-prose { color: #405067; }
.hc-prose h2, .hc-prose h3 { color: #10233f; }
.hc-prose p, .hc-prose li { color: #4e6078; }
.hc-route-packages .hc-package-card .hc-card-media img { height: 220px; width: 100%; object-fit: cover; }
.hc-route-overview-section { background: #fff; }
.hc-route-benefits { background: #f8fbff; }

/* taxi animation refinement */
.hc-taxi-scene { background: linear-gradient(180deg, #edf5ff, #f8fbff); }
.hc-taxi-scene-copy h2 { color: #10233f; }
.hc-taxi-scene .hc-eyebrow { color: var(--hc-primary); background: rgba(21,101,255,.08); border-color: rgba(21,101,255,.16); }
.hc-taxi-stage { filter: drop-shadow(0 24px 48px rgba(10,38,75,.08)); }

@media (max-width: 1100px) {
  .hc-hero-layout, .hc-route-hero-layout, .hc-route-two-col { grid-template-columns: 1fr; }
  .hc-route-sticky-card { position: static; }
}
@media (max-width: 767px) {
  .hc-hero-clean { padding-top: 70px; }
  .hc-booking-card { padding: 22px; }
  .hc-booking-tabs { grid-template-columns: 1fr; }
  .hc-booking-head { display: block; }
  .hc-hero-proof { max-width: none; }
  .hc-route-hero-layout { padding: 54px 0; }
  .hc-route-meta-row span, .hc-hero-points span { width: 100%; justify-content: center; }
}

/* HireCab 24x7 premium refinement v2.3.0 — based on the preferred v2.1 layout */
body.hirecab-modern-site .hc-btn-primary,
body.hirecab-modern-site a.hc-btn-primary,
body.hirecab-modern-site button.hc-btn-primary,
body.hirecab-modern-site .hc-btn-success,
body.hirecab-modern-site .hc-header-book,
body.hirecab-modern-site .hc-form-submit,
body.hirecab-modern-site .hc-booking-tabs button.is-active,
body.hirecab-modern-site .book,
body.hirecab-modern-site .callb {
  color: #fff !important;
}
.hc-hero-clean .hc-eyebrow-light {
  color: var(--hc-primary);
  border-color: rgba(21,101,255,.16);
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 26px rgba(15,63,125,.07);
}
.hc-hero-clean .hc-btn-glass {
  color: var(--hc-primary-dark);
  background: rgba(255,255,255,.86);
  border-color: rgba(21,101,255,.14);
  box-shadow: 0 12px 30px rgba(15,63,125,.09);
}
.hc-hero-clean .hc-btn-glass:hover {
  color: #fff;
  background: var(--hc-primary);
  border-color: var(--hc-primary);
}
.hc-booking-tabs button.is-active .hc-icon,
.hc-form-submit .hc-icon,
.hc-header-book .hc-icon { color: currentColor; }
.hc-route-fleet-section { background: #fff; }

/* Consistent modern inner-page surfaces */
.hc-content-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 66px;
  background: radial-gradient(circle at 82% 18%,rgba(54,165,255,.16),transparent 26%), linear-gradient(180deg,#f7fbff,#edf5ff);
}
.hc-content-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,rgba(255,255,255,.5),transparent 55%);
  pointer-events: none;
}
.hc-content-hero-inner { position: relative; z-index: 1; max-width: 900px; }
.hc-content-hero h1 { margin-bottom: 16px; font-size: clamp(2.55rem,5vw,4.5rem); line-height: 1.02; color: #102541; }
.hc-content-hero p { max-width: 64ch; margin-bottom: 26px; color: #5c6f86; font-size: 17px; }
.hc-rates-list-section { background: #fff; }
.hc-rate-notes-section { padding-top: 0; background: #fff; }
.hc-rate-notes-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hc-rate-notes-grid > div { padding: 26px; border: 1px solid var(--hc-border); border-radius: 22px; background: #f8fbff; }
.hc-rate-notes-grid > div > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 17px; border-radius: 15px; background: #e8f2ff; color: var(--hc-primary); }
.hc-rate-notes-grid h3 { margin-bottom: 8px; color: #10233f; font-size: 21px; }
.hc-rate-notes-grid p { margin: 0; color: var(--hc-muted); }
.hc-contact-section { background: linear-gradient(180deg,#fff,#f7faff); }
.hc-contact-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,460px); gap: 42px; align-items: start; }
.hc-contact-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.hc-contact-card { display: flex; min-height: 112px; align-items: center; gap: 15px; padding: 20px; border: 1px solid var(--hc-border); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(20,49,91,.07); transition: transform var(--hc-transition), box-shadow var(--hc-transition), border-color var(--hc-transition); }
.hc-contact-card:hover { transform: translateY(-4px); border-color: rgba(21,101,255,.24); box-shadow: 0 18px 42px rgba(20,49,91,.11); }
.hc-contact-card > span { display: grid; flex: 0 0 auto; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: var(--hc-bg-blue); color: var(--hc-primary); }
.hc-contact-card small { display: block; color: var(--hc-muted); font-weight: 700; }
.hc-contact-card strong { display: block; margin-top: 3px; color: var(--hc-text); font-size: 16px; overflow-wrap: anywhere; }
.hc-contact-booking-card { position: sticky; top: 105px; }
.hc-footer-socials .hc-icon { width: 18px; height: 18px; }

@media (max-width: 990px) {
  .hc-contact-layout { grid-template-columns: 1fr; }
  .hc-contact-booking-card { position: static; }
  .hc-rate-notes-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .hc-content-hero { padding: 54px 0 48px; }
  .hc-contact-card-grid { grid-template-columns: 1fr; }
  .hc-booking-tabs { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
  .hc-booking-tabs button { min-height: 48px; padding: 8px 5px; font-size: 11px; }
  .hc-booking-tabs button .hc-icon { width: 16px; height: 16px; }
  .hc-form-grid-simple { gap: 11px; }
  .hc-input-wrap { min-height: 52px; }
  .hc-form-submit { min-height: 52px; }
}
.hc-generic-content { max-width: 960px; }
.hc-generic-featured-image { display: block; width: 100%; max-height: 520px; margin-bottom: 36px; border-radius: 28px; object-fit: cover; box-shadow: var(--hc-shadow-soft); }

/* HireCab 24x7 premium quality pass v2.4.0 */
.hc-hero-clean {
  min-height: 760px;
  padding: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(48, 177, 255, .18), transparent 27%),
    radial-gradient(circle at 18% 78%, rgba(43, 211, 139, .11), transparent 25%),
    linear-gradient(135deg, #06162d 0%, #082447 50%, #0a3765 100%);
  color: #fff;
}
.hc-hero-clean::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 20, 42, .84) 0%, rgba(5, 24, 49, .7) 46%, rgba(6, 36, 70, .3) 100%),
    radial-gradient(circle at 50% 120%, rgba(83, 201, 255, .15), transparent 42%);
  pointer-events: none;
}
.hc-hero-canvas {
  z-index: -1;
  opacity: .82;
  mix-blend-mode: screen;
}
.hc-hero-grid-overlay {
  z-index: -3;
  opacity: .1;
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.35) 62%, transparent 96%);
}
.hc-hero-orb-one {
  width: 310px;
  height: 310px;
  top: 6%;
  right: 4%;
  opacity: .18;
  background: radial-gradient(circle at 35% 30%, #7fe3ff, rgba(31, 108, 240, .06) 70%);
  filter: blur(12px);
}
.hc-hero-orb-two {
  width: 190px;
  height: 190px;
  bottom: 7%;
  left: 42%;
  opacity: .1;
  background: radial-gradient(circle, #2dd78e, transparent 70%);
  filter: blur(14px);
}
.hc-hero-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 465px);
  gap: clamp(42px, 5vw, 78px);
  padding-top: 88px;
  padding-bottom: 88px;
}
.hc-hero-copy {
  max-width: 720px;
}
.hc-hero-copy .hc-eyebrow-light {
  margin-bottom: 22px;
  color: #bdeaff;
  border-color: rgba(162, 226, 255, .22);
  background: rgba(255,255,255,.075);
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.hc-hero-copy h1,
.hc-hero-clean .hc-hero-copy h1 {
  max-width: 12.5ch;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-shadow: 0 14px 40px rgba(0,0,0,.22);
}
.hc-hero-clean .hc-hero-copy h1 span {
  color: #6ed7ff;
}
.hc-hero-clean .hc-hero-lead {
  max-width: 62ch;
  margin: 0 0 29px;
  color: #c8d9ea;
  font-size: 18px;
  line-height: 1.78;
}
.hc-hero-clean .hc-hero-points {
  gap: 11px 12px;
  margin: 0 0 31px;
}
.hc-hero-clean .hc-hero-points span {
  width: auto;
  justify-content: flex-start;
  padding: 10px 14px;
  color: #edf7ff;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.hc-hero-clean .hc-hero-actions {
  margin: 0 0 32px;
}
.hc-hero-clean .hc-btn-glass {
  color: #fff;
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.2);
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.hc-hero-clean .hc-btn-glass:hover {
  color: #071a33;
  background: #fff;
  border-color: #fff;
}
.hc-hero-clean .hc-hero-proof {
  max-width: 445px;
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.hc-hero-clean .hc-hero-proof strong { color: #fff; }
.hc-hero-clean .hc-hero-proof span { color: #9fb8d1; }

/* White premium booking card with one consistent input surface */
.hc-booking-wrap {
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(126,224,255,.72), rgba(255,255,255,.16) 40%, rgba(48,118,255,.68));
  box-shadow: 0 36px 88px rgba(0,0,0,.28);
}
.hc-booking-wrap::before {
  inset: -22px;
  opacity: .7;
  background: radial-gradient(circle at 90% 7%, rgba(67,196,255,.22), transparent 42%), radial-gradient(circle at 8% 94%, rgba(33,104,255,.18), transparent 42%);
}
.hc-booking-canvas { opacity: .18; }
.hc-booking-route-art { opacity: .12; }
.hc-booking-card,
.hc-booking-card-route {
  min-height: 0;
  padding: 30px;
  border-radius: 29px;
  background: rgba(255,255,255,.97);
  color: #10233f;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(22px);
}
.hc-booking-card::before {
  background: radial-gradient(circle at top right, rgba(47,150,255,.1), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.55), transparent 42%);
}
.hc-booking-head {
  align-items: center;
  margin-bottom: 22px;
}
.hc-booking-kicker {
  margin-bottom: 5px;
  color: var(--hc-primary);
  font-size: 10px;
}
.hc-booking-head h2 {
  margin-bottom: 7px;
  color: #10233f;
  font-size: 30px;
}
.hc-booking-head p {
  max-width: 34ch;
  margin: 0;
  color: #6a7c92;
  font-size: 13px;
  line-height: 1.55;
}
.hc-booking-head-icon {
  width: 52px;
  height: 52px;
  border-color: #dbe8f7;
  background: #edf5ff;
  color: var(--hc-primary);
}
.hc-booking-tabs {
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  padding: 5px;
  margin: 0 0 22px;
  border: 1px solid #e0e9f4;
  border-radius: 16px;
  background: #f5f8fc;
}
.hc-booking-tabs button {
  min-height: 52px;
  flex-direction: row;
  gap: 7px;
  padding: 9px 8px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #60728a;
  font-size: 11px;
  font-weight: 800;
}
.hc-booking-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--hc-primary), var(--hc-primary-2));
  box-shadow: 0 12px 26px rgba(21,101,255,.24);
}
.hc-booking-tabs button .hc-icon { width: 17px; height: 17px; }
.hc-form-grid-simple {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.hc-form-field {
  display: block;
  margin: 0;
}
.hc-form-field > span:first-child {
  display: block;
  margin: 0 0 8px;
  color: #243b58;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
}
.hc-input-wrap {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  margin: 0;
  border: 1px solid #d7e2ef;
  border-radius: 15px;
  background: #f8fbff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .25s ease;
}
.hc-input-wrap:focus-within {
  border-color: #58b8ff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(48,155,255,.11), 0 10px 24px rgba(25,79,145,.07);
  transform: translateY(-1px);
}
.hc-input-wrap > .hc-icon,
.hc-booking-card .hc-input-wrap > .hc-icon {
  position: static;
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  color: var(--hc-primary);
  transform: none;
}
.hc-booking-card .hc-input-wrap input:not([type="submit"]),
.hc-booking-card .hc-input-wrap select,
.hc-booking-card .hc-input-wrap textarea,
.hc-input-wrap input,
.hc-input-wrap select,
.hc-input-wrap textarea {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #172b46 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}
.hc-booking-card .hc-input-wrap input::placeholder,
.hc-input-wrap input::placeholder {
  color: #8a9aae !important;
  opacity: 1 !important;
}
.hc-booking-card .hc-input-wrap input:focus,
.hc-input-wrap input:focus {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.hc-form-submit,
.hc-booking-card button.hc-form-submit {
  width: 100%;
  min-height: 56px;
  margin: 18px 0 0;
  border-radius: 15px;
  font-size: 14px;
  letter-spacing: .01em;
}
.hc-form-note {
  max-width: 36ch;
  margin: 12px auto 0;
  color: #718197;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}
.hc-form-status {
  margin-top: 12px;
  color: #24405f;
  font-size: 12px;
  text-align: center;
}
.hc-form-status a { color: var(--hc-primary); }

/* Professional grounded pickup illustration */
.hc-taxi-scene {
  padding-top: 82px;
  background: linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%);
}
.hc-taxi-scene::before {
  width: 560px;
  height: 560px;
  top: -380px;
  left: -120px;
  background: rgba(255,255,255,.74);
}
.hc-taxi-scene-copy {
  max-width: 780px;
}
.hc-taxi-scene-copy h2 {
  margin-bottom: 8px;
  color: #10233f;
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.08;
}
.hc-taxi-stage {
  height: 360px;
  margin-top: 10px;
  filter: drop-shadow(0 26px 50px rgba(16,50,91,.09));
}
.hc-taxi-svg { display: block; }
.hc-wheel { transform-box: fill-box; transform-origin: center; }
.hc-passenger-arm { transform-box: fill-box; }

/* Premium WhatsApp icon sizing */
.hc-whatsapp-button .hc-icon,
.hc-btn-success .hc-icon,
.hc-mobile-action-bar a:last-child .hc-icon,
.hc-footer-booking .hc-icon,
a[href*="wa.me"] .hc-icon {
  width: 20px;
  height: 20px;
}
.hc-whatsapp-button {
  color: #0fad5d;
  background: #ecfbf3;
  border: 1px solid #d6f4e3;
}
.hc-whatsapp-button:hover { color: #fff; background: #14b866; }

@media (max-width: 1100px) {
  .hc-hero-layout {
    grid-template-columns: minmax(0,1fr) minmax(370px,430px);
    gap: 38px;
  }
  .hc-hero-copy h1,
  .hc-hero-clean .hc-hero-copy h1 { font-size: clamp(43px, 5vw, 64px); }
}

@media (max-width: 820px) {
  .hc-hero-clean { min-height: auto; }
  .hc-hero-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
    padding-top: 34px;
    padding-bottom: 64px;
  }
  .hc-booking-wrap {
    order: -1;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
  .hc-hero-copy {
    order: 2;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
  }
  .hc-hero-clean .hc-hero-copy h1 { max-width: 14ch; margin-inline: auto; }
  .hc-hero-clean .hc-hero-lead { margin-inline: auto; }
  .hc-hero-clean .hc-hero-points,
  .hc-hero-clean .hc-hero-actions,
  .hc-hero-clean .hc-hero-proof { justify-content: center; margin-inline: auto; }
  .hc-scroll-cue { display: none; }
}

@media (max-width: 767px) {
  .hc-hero-clean { padding-top: 0; }
  .hc-hero-layout { width: min(calc(100% - 24px), var(--hc-container)); padding-top: 22px; gap: 30px; }
  .hc-booking-card,
  .hc-booking-card-route { padding: 22px; border-radius: 23px; }
  .hc-booking-wrap { border-radius: 24px; }
  .hc-booking-head { margin-bottom: 18px; }
  .hc-booking-head h2 { font-size: 26px; }
  .hc-booking-head-icon { width: 46px; height: 46px; border-radius: 14px; }
  .hc-booking-tabs {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 5px;
    margin-bottom: 18px;
  }
  .hc-booking-tabs button {
    min-height: 46px;
    gap: 4px;
    padding: 7px 4px;
    font-size: 10px;
  }
  .hc-booking-tabs button .hc-icon { width: 15px; height: 15px; }
  .hc-form-grid-simple { gap: 13px; }
  .hc-input-wrap { min-height: 53px; border-radius: 13px; }
  .hc-form-submit,
  .hc-booking-card button.hc-form-submit { min-height: 53px; margin-top: 16px; border-radius: 13px; }
  .hc-hero-copy .hc-eyebrow-light { margin-bottom: 17px; }
  .hc-hero-copy h1,
  .hc-hero-clean .hc-hero-copy h1 { margin-bottom: 19px; font-size: clamp(38px, 11vw, 52px); line-height: 1.02; }
  .hc-hero-clean .hc-hero-lead { margin-bottom: 23px; font-size: 16px; line-height: 1.68; }
  .hc-hero-clean .hc-hero-points { gap: 8px; }
  .hc-hero-clean .hc-hero-points span { width: 100%; justify-content: center; }
  .hc-hero-clean .hc-hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hc-hero-clean .hc-hero-actions .hc-btn { width: 100%; }
  .hc-hero-proof { justify-content: center; text-align: left; }
  .hc-taxi-scene { padding-top: 62px; }
  .hc-taxi-stage { height: 245px; margin-top: 18px; }
  .hc-taxi-svg { width: 155%; margin-left: -27%; }
}

@media (prefers-reduced-motion: reduce) {
  .hc-hero-orb,
  .hc-service-strip-track { animation: none !important; }
}

/* Text rhythm refinement */
.hc-section-head h2,
.hc-about-copy h2,
.hc-rates-copy h2,
.hc-faq-intro h2 { margin-bottom: 18px; }
.hc-section-head p,
.hc-about-copy p,
.hc-rates-copy p,
.hc-faq-intro p { line-height: 1.75; }
.hc-service-card h3,
.hc-feature-card h3,
.hc-card-body h3 { margin-bottom: 10px; }
.hc-service-card p,
.hc-feature-card p,
.hc-card-body p { line-height: 1.65; }

/* ==========================================================
   Hirecab Chandigarh v2.5 — alignment, compact mobile form,
   clear buttons and grounded taxi scene
   ========================================================== */

/* Always keep text readable on primary/gradient actions. */
body.hirecab-modern-site .hc-btn-primary,
body.hirecab-modern-site .hc-btn-success,
body.hirecab-modern-site .hc-header-book,
body.hirecab-modern-site .hc-form-submit,
body.hirecab-modern-site .hc-booking-tabs button.is-active,
body.hirecab-modern-site .hc-btn-primary span,
body.hirecab-modern-site .hc-btn-success span,
body.hirecab-modern-site .hc-header-book span,
body.hirecab-modern-site .hc-form-submit span,
body.hirecab-modern-site .hc-booking-tabs button.is-active span,
body.hirecab-modern-site .hc-btn-primary .hc-icon,
body.hirecab-modern-site .hc-btn-success .hc-icon,
body.hirecab-modern-site .hc-form-submit .hc-icon {
  color: #fff !important;
  fill: currentColor;
}

/* Desktop header: logo, centered menu, contact actions stay aligned. */
.hc-navbar {
  min-height: 78px;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.hc-brand img {
  display: block;
  width: auto;
  max-width: 178px;
  max-height: 58px;
}
.hc-primary-nav {
  min-width: 0;
  justify-self: center;
}
.hc-nav-list {
  flex-wrap: nowrap;
  gap: 2px;
}
.hc-nav-list > li > a {
  padding: 27px 11px;
  font-size: 13px;
}
.hc-desktop-contact-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  white-space: nowrap;
}
.hc-icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid #dbe7f3;
  box-shadow: none;
}
.hc-call-button {
  color: var(--hc-primary);
  background: #edf5ff;
}
.hc-call-button:hover {
  color: #fff;
  background: var(--hc-primary);
  border-color: var(--hc-primary);
}
.hc-whatsapp-button {
  color: #0ca85a;
  background: #ecfbf3;
  border-color: #d3f1e1;
}
.hc-whatsapp-button:hover {
  color: #fff;
  background: #11b866;
  border-color: #11b866;
}
.hc-icon-button .hc-icon {
  width: 21px;
  height: 21px;
}
.hc-header-book {
  min-height: 44px;
  padding: 12px 17px;
  border-radius: 12px;
}

/* Cleaner premium hero surface with subtle mouse-responsive route canvas. */
.hc-hero-clean {
  isolation: isolate;
  min-height: 680px;
  background:
    radial-gradient(circle at 14% 18%, rgba(38, 153, 255, .22), transparent 30%),
    radial-gradient(circle at 83% 20%, rgba(29, 208, 157, .12), transparent 26%),
    linear-gradient(135deg, #06182f 0%, #082b54 52%, #0a3a6f 100%);
}
.hc-hero-clean::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(255,255,255,.025), transparent 38%, rgba(91,194,255,.035));
}
.hc-hero-grid-overlay {
  opacity: .055;
  background-size: 110px 110px;
}
.hc-hero-canvas {
  opacity: .9;
  mix-blend-mode: screen;
}
.hc-hero-layout {
  padding-top: 76px;
  padding-bottom: 76px;
}
.hc-hero-clean .hc-hero-copy h1 {
  margin-bottom: 23px;
}
.hc-hero-clean .hc-hero-lead {
  margin-bottom: 26px;
  line-height: 1.72;
}

/* Stable form surfaces and tab switching. */
.hc-booking-card,
.hc-booking-card-route {
  overflow: hidden;
}
.hc-booking-panels {
  min-height: 0;
}
.hc-booking-panel[hidden] {
  display: none !important;
}
.hc-booking-tabs button {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.hc-booking-tabs button span {
  display: inline-block;
  line-height: 1.15;
}
.hc-input-wrap,
.hc-booking-card .hc-input-wrap {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  min-height: 56px;
  border: 1px solid #d4e1ef !important;
  border-radius: 14px !important;
  background: #f8fbff !important;
  box-shadow: none !important;
}
.hc-input-wrap:focus-within,
.hc-booking-card .hc-input-wrap:focus-within {
  border-color: #47a9ff !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(33, 145, 255, .11) !important;
}
.hc-form-submit,
.hc-booking-card button.hc-form-submit {
  border: 0 !important;
  background: linear-gradient(135deg, #0b5fe9, #168dff) !important;
  box-shadow: 0 14px 30px rgba(11, 95, 233, .24) !important;
}
.hc-form-submit:hover,
.hc-booking-card button.hc-form-submit:hover {
  background: linear-gradient(135deg, #084fc6, #0879e8) !important;
}

/* Grounded pickup animation. */
.hc-taxi-scene {
  padding-top: 74px;
  background: linear-gradient(180deg, #f8fbff 0%, #eaf4ff 100%);
}
.hc-taxi-stage {
  height: 340px;
  margin-top: 8px;
  filter: drop-shadow(0 22px 44px rgba(16, 50, 91, .08));
}
.hc-taxi-svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.hc-wheel {
  transform: none !important;
}

/* Desktop contact icons only. No floating mobile action bar. */
.hc-mobile-action-bar {
  display: none !important;
}

@media (min-width: 1025px) and (max-width: 1220px) {
  .hc-navbar {
    grid-template-columns: 165px minmax(0, 1fr) auto;
    gap: 14px;
  }
  .hc-brand img { max-width: 158px; }
  .hc-nav-list > li > a { padding-inline: 8px; font-size: 12px; }
  .hc-header-book { padding-inline: 13px; font-size: 12px; }
}

@media (max-width: 1024px) {
  /* Compact header so the complete booking form fits in the first mobile screen. */
  .hc-topbar,
  .hc-service-strip,
  .hc-desktop-contact-actions {
    display: none !important;
  }
  .hc-navbar-shell,
  .hc-site-header.is-sticky .hc-navbar-shell {
    position: relative;
    top: auto;
  }
  .hc-navbar {
    min-height: 62px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }
  .hc-brand img {
    max-width: 146px;
    max-height: 48px;
  }
  .hc-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
  }
  .hc-primary-nav {
    justify-self: stretch;
  }
}

@media (max-width: 767px) {
  /* First viewport: form only, with no unnecessary decorative copy/icons. */
  .hc-hero-clean {
    min-height: calc(100svh - 62px);
    padding: 0;
  }
  .hc-hero-canvas,
  .hc-hero-grid-overlay,
  .hc-hero-orb,
  .hc-booking-canvas,
  .hc-booking-route-art,
  .hc-scroll-cue {
    display: none !important;
  }
  .hc-hero-layout {
    width: min(calc(100% - 18px), 560px);
    min-height: calc(100svh - 62px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0 12px;
    margin-inline: auto;
  }
  .hc-hero-copy {
    display: none !important;
  }
  .hc-booking-wrap {
    order: 0;
    width: 100%;
    max-width: 560px;
    padding: 1px;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
  }
  .hc-booking-wrap::before { display: none; }
  .hc-booking-card,
  .hc-booking-card-route {
    padding: 14px;
    border-radius: 19px;
  }
  .hc-booking-head {
    display: block;
    margin: 0 0 9px;
    text-align: left;
  }

  .hc-booking-head h2 {
    margin: 0;
    color: #10233f;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -.025em;
  }
  .hc-booking-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    margin: 0 0 10px;
    border-radius: 12px;
  }
  .hc-booking-tabs button {
    min-width: 0;
    min-height: 39px;
    height: 39px;
    padding: 5px 3px;
    border-radius: 9px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
  }
  .hc-booking-tabs button .hc-icon {
    display: none !important;
  }
  .hc-booking-tabs button span {
    display: block;
    width: 100%;
    overflow: hidden;
    color: inherit !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hc-form-grid-simple {
    gap: 8px;
  }
  .hc-form-field > span:first-child {
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 1.2;
  }
  .hc-input-wrap,
  .hc-booking-card .hc-input-wrap {
    height: 45px;
    min-height: 45px;
    padding: 0 12px;
    border-radius: 11px !important;
  }
  .hc-input-wrap > .hc-icon,
  .hc-booking-card .hc-input-wrap > .hc-icon {
    display: none !important;
  }
  .hc-booking-card .hc-input-wrap input:not([type="submit"]),
  .hc-input-wrap input {
    font-size: 13px !important;
  }
  .hc-form-submit,
  .hc-booking-card button.hc-form-submit {
    min-height: 47px;
    height: 47px;
    margin-top: 10px;
    border-radius: 11px;
    font-size: 13px;
  }
  .hc-form-submit .hc-icon {
    display: none !important;
  }
  .hc-form-note {
    display: none !important;
  }
  .hc-form-status {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.3;
  }
  .hc-taxi-scene {
    padding-top: 52px;
  }
  .hc-taxi-scene-copy {
    padding-inline: 12px;
  }
  .hc-taxi-scene-copy h2 {
    font-size: 29px;
  }
  .hc-taxi-stage {
    height: 205px;
    margin-top: 12px;
  }
  .hc-taxi-svg {
    width: 125%;
    margin-left: -12.5%;
  }
}

@media (max-width: 380px) {
  .hc-hero-layout {
    width: calc(100% - 12px);
    padding-top: 6px;
  }
  .hc-booking-card,
  .hc-booking-card-route { padding: 11px; }
  .hc-booking-head h2 { font-size: 19px; }
  .hc-booking-tabs button { font-size: 9px; }
  .hc-input-wrap,
  .hc-booking-card .hc-input-wrap { height: 42px; min-height: 42px; }
  .hc-form-submit,
  .hc-booking-card button.hc-form-submit { height: 44px; min-height: 44px; }
}
