/* =========================================================
   COVAI GLIDE — CAB HIRE IN COIMBATORE
   Premium page-specific enhancement
   Scope: body.cg-cab-hire-page only
   ========================================================= */

body.cg-cab-hire-page {
  --cg-yellow: #e6ac00;
  --cg-yellow-bright: #ffbf00;
  --cg-ink: #101010;
  --cg-muted: #626262;
  --cg-soft: #f5f5f2;
  --cg-line: rgba(16, 16, 16, 0.13);
  --cg-dark: #111112;
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--cg-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
               "Segoe UI", Inter, Arial, sans-serif;
  font-synthesis: none;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.cg-cab-hire-page *,
.cg-cab-hire-page *::before,
.cg-cab-hire-page *::after {
  box-sizing: border-box;
}

.cg-cab-hire-page img {
  max-width: 100%;
}

.cg-cab-hire-page a {
  text-underline-offset: 4px;
}

/* Header */
.cg-cab-hire-page .main-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1050;
  width: 100%;
  background: rgba(10, 12, 14, 0.78) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}

.cg-cab-hire-page .main-header .navbar {
  min-height: 82px;
  padding: 0.85rem 0;
  background: transparent !important;
}

.cg-cab-hire-page .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #ffffff;
  text-decoration: none;
}

.cg-cab-hire-page .navbar-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.cg-cab-hire-page .cg-brand-copy > div {
  color: var(--cg-yellow-bright);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.05;
}

.cg-cab-hire-page .cg-brand-copy small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.cg-cab-hire-page .main-header .nav-link {
  margin: 0 0.35rem;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.9rem;
  font-weight: 660;
}

.cg-cab-hire-page .main-header .nav-link:hover,
.cg-cab-hire-page .main-header .nav-link:focus,
.cg-cab-hire-page .main-header .nav-link.active {
  color: var(--cg-yellow-bright) !important;
}

.cg-cab-hire-page .navbar-toggler {
  border: 1px solid rgba(230, 172, 0, 0.9);
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Hero */
.cg-cab-hire-page .cg-cab-hero {
  position: relative;
  isolation: isolate;
  min-height: min(820px, 90vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(6.2rem, 9vw, 9rem) 0 clamp(5rem, 7vw, 7rem) !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.73) 49%, rgba(0, 0, 0, 0.35) 100%),
    url("images/vehicles/vehiclebg.webp") center 58% / cover no-repeat !important;
  color: #ffffff;
}

.cg-cab-hire-page .cg-cab-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 82%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 82%);
}

.cg-cab-hire-page .cg-cab-hero .inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.76fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
}

.cg-cab-hire-page .cg-kicker {
  margin: 0 0 1rem;
  color: var(--cg-yellow-bright);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cg-cab-hire-page .cg-cab-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  font-weight: 760;
  letter-spacing: -0.062em;
  line-height: 0.98;
  text-wrap: balance;
}

.cg-cab-hire-page .cg-cab-hero .lead-para {
  max-width: 790px;
  margin: clamp(1.4rem, 2.8vw, 2.2rem) 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.72;
}

.cg-cab-hire-page .cg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.cg-cab-hire-page .cta-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.92rem 1.35rem;
  border: 1px solid var(--cg-yellow-bright);
  border-radius: 0 !important;
  background: var(--cg-yellow-bright);
  color: #111111;
  font-size: 0.92rem;
  font-weight: 780;
  text-decoration: none;
  box-shadow: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.cg-cab-hire-page .cta-btn.cg-secondary-btn {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.cg-cab-hire-page .cta-btn:hover,
.cg-cab-hire-page .cta-btn:focus {
  transform: translateY(-2px);
  border-color: #ffffff;
  background: #ffffff;
  color: #111111;
}

.cg-cab-hire-page .cg-hero-points {
  margin: 1.55rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  line-height: 1.8;
  text-transform: uppercase;
}

.cg-cab-hire-page .cg-hero-media {
  position: relative;
}

.cg-cab-hire-page .cg-hero-media .carousel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255,255,255,.04);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.4);
}

.cg-cab-hire-page .cg-hero-media .carousel::after {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  z-index: -1;
  border: 1px solid rgba(230, 172, 0, 0.5);
}

.cg-cab-hire-page .cg-hero-media .carousel-item img {
  width: 100%;
  height: clamp(360px, 43vw, 530px);
  object-fit: cover;
  border-radius: 0 !important;
  box-shadow: none;
  filter: saturate(.94) contrast(1.04);
}

.cg-cab-hire-page .carousel-control-prev,
.cg-cab-hire-page .carousel-control-next {
  width: 48px;
}

/* Trust strip */
.cg-cab-hire-page .cg-trust-strip {
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: var(--cg-dark);
  color: #ffffff;
}

.cg-cab-hire-page .cg-trust-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.cg-cab-hire-page .cg-trust-strip .container > div {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.25rem 1.5rem;
  border-left: 1px solid rgba(255,255,255,.13);
}

.cg-cab-hire-page .cg-trust-strip .container > div:last-child {
  border-right: 1px solid rgba(255,255,255,.13);
}

.cg-cab-hire-page .cg-trust-strip i {
  color: var(--cg-yellow-bright);
  font-size: 1rem;
}

.cg-cab-hire-page .cg-trust-strip span {
  color: rgba(255,255,255,.78);
  font-size: 0.82rem;
  font-weight: 680;
  line-height: 1.45;
}

/* Main editorial system */
.cg-cab-hire-page .cg-cab-main {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.cg-cab-hire-page .cg-cab-main section {
  padding: clamp(5rem, 9vw, 9rem) 0;
  border-bottom: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-cab-main section:last-child {
  border-bottom: 0;
}

.cg-cab-hire-page .cg-intro-section h2,
.cg-cab-hire-page .cg-section-heading h2,
.cg-cab-hire-page .cg-split-section h2,
.cg-cab-hire-page .cg-purpose-section > div:first-child h2,
.cg-cab-hire-page .cg-final-cta h2 {
  max-width: 1000px;
  margin: 0;
  color: var(--cg-ink);
  font-size: clamp(2.45rem, 5vw, 5.15rem);
  font-weight: 740;
  letter-spacing: -0.058em;
  line-height: 0.99;
  text-wrap: balance;
}

.cg-cab-hire-page .cg-large-copy,
.cg-cab-hire-page .cg-section-heading > p:not(.cg-kicker),
.cg-cab-hire-page .cg-area-section > p,
.cg-cab-hire-page .cg-final-cta > p:not(.cg-kicker) {
  max-width: 880px;
  margin: 1.55rem 0 0;
  color: var(--cg-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.8;
}

.cg-cab-hire-page .cg-cab-main a {
  color: inherit;
  font-weight: 760;
  text-decoration-color: rgba(230, 172, 0, 0.9);
  text-decoration-thickness: 1px;
}

.cg-cab-hire-page .cg-cab-main a:hover {
  color: #765800;
}

/* Intro metrics */
.cg-cab-hire-page .cg-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--cg-line);
  border-bottom: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-metric-grid > div {
  min-height: 245px;
  padding: 2rem;
  border-right: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-metric-grid > div:last-child {
  border-right: 0;
}

.cg-cab-hire-page .cg-metric-grid span {
  display: block;
  margin-bottom: 3.6rem;
  color: var(--cg-yellow);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.cg-cab-hire-page .cg-metric-grid h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 720;
  letter-spacing: -0.035em;
}

.cg-cab-hire-page .cg-metric-grid p {
  margin: 0;
  color: var(--cg-muted);
  line-height: 1.7;
}

/* Service grid */
.cg-cab-hire-page .cg-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--cg-line);
  border-left: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-service-card {
  min-height: 330px;
  padding: clamp(1.7rem, 3vw, 2.6rem);
  border-right: 1px solid var(--cg-line);
  border-bottom: 1px solid var(--cg-line);
  background: #ffffff;
  transition: background .2s ease, transform .2s ease;
}

.cg-cab-hire-page .cg-service-card:hover {
  background: #fffaf0;
  transform: translateY(-2px);
}

.cg-cab-hire-page .cg-service-card > span {
  display: block;
  margin-bottom: clamp(2.5rem, 5vw, 4.8rem);
  color: var(--cg-yellow);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cg-cab-hire-page .cg-service-card h3 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 730;
  letter-spacing: -.04em;
}

.cg-cab-hire-page .cg-service-card p {
  margin: 0 0 1rem;
  color: var(--cg-muted);
  line-height: 1.75;
}

/* Split / vehicle section */
.cg-cab-hire-page .cg-split-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 7vw, 8rem);
}

.cg-cab-hire-page .cg-split-section > div:last-child {
  align-self: end;
}

.cg-cab-hire-page .cg-split-section > div:last-child > p {
  color: var(--cg-muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.8;
}

.cg-cab-hire-page .cg-link-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  border-top: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-link-columns > div {
  padding-top: 1.5rem;
}

.cg-cab-hire-page .cg-link-columns h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 780;
}

.cg-cab-hire-page .cg-link-columns a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--cg-line);
  text-decoration: none;
  font-size: 0.95rem;
}

.cg-cab-hire-page .cg-link-columns a::after,
.cg-cab-hire-page .cg-route-grid a::after {
  content: "↗";
  float: right;
  color: var(--cg-yellow);
}

/* Cost */
.cg-cab-hire-page .cg-cost-section {
  background: var(--cg-soft);
  box-shadow: 0 0 0 100vmax var(--cg-soft);
  clip-path: inset(0 -100vmax);
}

.cg-cab-hire-page .cg-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(3rem, 6vw, 5rem);
  background: var(--cg-line);
  border: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-cost-grid > div {
  min-height: 220px;
  padding: 2rem;
  background: var(--cg-soft);
}

.cg-cab-hire-page .cg-cost-grid strong {
  display: block;
  margin-bottom: 2.6rem;
  color: var(--cg-ink);
  font-size: 1.1rem;
}

.cg-cab-hire-page .cg-cost-grid p {
  margin: 0;
  color: var(--cg-muted);
  line-height: 1.72;
}

.cg-cab-hire-page .cg-note {
  margin-top: 2rem;
  padding: 1.4rem 1.5rem;
  border-left: 4px solid var(--cg-yellow);
  background: #ffffff;
  color: var(--cg-muted);
  line-height: 1.75;
}

/* Routes */
.cg-cab-hire-page .cg-route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--cg-line);
  border-bottom: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-route-grid > div {
  padding: 2rem;
  border-right: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-route-grid > div:last-child {
  border-right: 0;
}

.cg-cab-hire-page .cg-route-grid h3 {
  min-height: 58px;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 740;
  letter-spacing: -0.03em;
}

.cg-cab-hire-page .cg-route-grid a {
  display: block;
  padding: 0.78rem 0;
  border-top: 1px solid var(--cg-line);
  font-size: 0.91rem;
  text-decoration: none;
}

.cg-cab-hire-page .cg-related-hubs {
  margin: 2rem 0 0;
  color: var(--cg-muted);
  line-height: 1.8;
}

/* Purpose */
.cg-cab-hire-page .cg-purpose-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 7vw, 8rem);
}

.cg-cab-hire-page .cg-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  align-self: end;
  background: var(--cg-line);
  border: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-purpose-grid > div {
  min-height: 210px;
  padding: 1.75rem;
  background: #ffffff;
}

.cg-cab-hire-page .cg-purpose-grid h3 {
  margin: 0 0 2.5rem;
  font-size: 1.22rem;
  font-weight: 740;
}

.cg-cab-hire-page .cg-purpose-grid p {
  margin: 0;
  color: var(--cg-muted);
  line-height: 1.72;
}

/* Area */
.cg-cab-hire-page .cg-area-section p a {
  font-weight: 760;
}

/* Process */
.cg-cab-hire-page .cg-process-list {
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: cg-process;
  border-top: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-process-list li {
  counter-increment: cg-process;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-process-list li::before {
  content: counter(cg-process, decimal-leading-zero);
  color: var(--cg-yellow);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: .14em;
}

.cg-cab-hire-page .cg-process-list strong {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  letter-spacing: -0.03em;
}

.cg-cab-hire-page .cg-process-list p {
  margin: 0.5rem 0 0;
  color: var(--cg-muted);
  line-height: 1.72;
}

/* Gallery */
.cg-cab-hire-page .cg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.cg-cab-hire-page .cg-gallery-grid .card {
  overflow: hidden;
  border: 1px solid var(--cg-line);
  border-radius: 0 !important;
  background: #ffffff;
  box-shadow: none;
}

.cg-cab-hire-page .cg-gallery-grid .card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 !important;
}

.cg-cab-hire-page .cg-gallery-grid .card-body {
  padding: 1.5rem;
}

.cg-cab-hire-page .cg-gallery-grid h3 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 730;
  letter-spacing: -0.035em;
}

.cg-cab-hire-page .cg-gallery-grid p {
  margin: 0;
  color: var(--cg-muted);
  line-height: 1.7;
}

/* FAQ */
.cg-cab-hire-page .cg-faq-section .accordion {
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--cg-line);
}

.cg-cab-hire-page .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--cg-line);
  border-radius: 0 !important;
  background: transparent;
}

.cg-cab-hire-page .accordion-header {
  margin: 0;
}

.cg-cab-hire-page .accordion-button {
  min-height: 88px;
  padding: 1.35rem 0;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--cg-ink);
  font-size: clamp(1.02rem, 1.6vw, 1.3rem);
  font-weight: 720;
  letter-spacing: -0.025em;
  box-shadow: none !important;
}

.cg-cab-hire-page .accordion-button:not(.collapsed) {
  color: #765800;
}

.cg-cab-hire-page .accordion-button::after {
  margin-left: 2rem;
}

.cg-cab-hire-page .accordion-body {
  max-width: 900px;
  padding: 0 0 1.6rem;
  color: var(--cg-muted);
  font-size: 1rem;
  line-height: 1.8;
}

/* Final CTA */
.cg-cab-hire-page .cg-final-cta {
  margin-bottom: clamp(5rem, 9vw, 8rem);
  padding: clamp(4rem, 8vw, 7rem) !important;
  border: 0 !important;
  background: var(--cg-dark);
  color: #ffffff;
}

.cg-cab-hire-page .cg-final-cta h2 {
  color: #ffffff;
}

.cg-cab-hire-page .cg-final-cta > p:not(.cg-kicker) {
  color: rgba(255,255,255,.68);
}

.cg-cab-hire-page .cg-final-cta .cg-secondary-btn {
  border-color: rgba(255,255,255,.28);
}

/* Footer */
.cg-cab-hire-page .main-footer {
  padding: 4rem 0 7rem;
  background: #0d0d0e;
  color: #ffffff;
}

.cg-cab-hire-page .main-footer h2 {
  margin: 0 0 1.1rem;
  color: var(--cg-yellow-bright);
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.cg-cab-hire-page .main-footer p,
.cg-cab-hire-page .main-footer a {
  color: rgba(255,255,255,.72);
  font-size: 0.92rem;
  line-height: 1.7;
}

.cg-cab-hire-page .main-footer a {
  display: block;
  margin-bottom: 0.35rem;
  text-decoration: none;
}

.cg-cab-hire-page .main-footer a:hover {
  color: var(--cg-yellow-bright);
}

.cg-cab-hire-page .main-footer p a {
  display: inline;
}

.cg-cab-hire-page .cg-footer-bottom {
  margin-top: 2.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.48);
  font-size: 0.82rem;
}

/* Floating CTAs — preserve original behavior, improve finish */
.cg-cab-hire-page .floating-group {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: translateX(-50%);
}

.cg-cab-hire-page .floating-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 0 !important;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: .04em;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(0,0,0,.23);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.cg-cab-hire-page .floating-btn.btn-call {
  background: rgba(17,17,18,.94);
}

.cg-cab-hire-page .floating-btn.btn-wa {
  background: rgba(24, 149, 81, .95);
}

.cg-cab-hire-page .floating-btn.btn-enquire {
  border-color: var(--cg-yellow);
  background: var(--cg-yellow-bright);
  color: #111111;
}

.cg-cab-hire-page .floating-btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.cg-cab-hire-page .floating-btn.btn-enquire:hover {
  color: #111111;
}

/* Responsive */
@media (max-width: 991.98px) {
  .cg-cab-hire-page .main-header .navbar-collapse {
    margin-top: 0.8rem;
    padding: 0.7rem 0 1rem;
    border-top: 1px solid rgba(255,255,255,.13);
  }

  .cg-cab-hire-page .cg-cab-hero {
    min-height: auto;
    padding-top: 5.5rem !important;
  }

  .cg-cab-hire-page .cg-cab-hero .inner {
    grid-template-columns: 1fr;
  }

  .cg-cab-hire-page .cg-hero-media {
    width: min(680px, 100%);
  }

  .cg-cab-hire-page .cg-trust-strip .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .cg-cab-hire-page .cg-trust-strip .container > div:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,.13);
  }

  .cg-cab-hire-page .cg-metric-grid,
  .cg-cab-hire-page .cg-service-grid,
  .cg-cab-hire-page .cg-cost-grid,
  .cg-cab-hire-page .cg-route-grid,
  .cg-cab-hire-page .cg-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cg-cab-hire-page .cg-metric-grid > div:nth-child(2),
  .cg-cab-hire-page .cg-metric-grid > div:nth-child(4),
  .cg-cab-hire-page .cg-route-grid > div:nth-child(2) {
    border-right: 0;
  }

  .cg-cab-hire-page .cg-split-section,
  .cg-cab-hire-page .cg-purpose-section {
    grid-template-columns: 1fr;
  }

  .cg-cab-hire-page .cg-route-grid > div:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--cg-line);
  }
}

@media (max-width: 767.98px) {
  .cg-cab-hire-page .main-header .navbar {
    min-height: 72px;
  }

  .cg-cab-hire-page .navbar-brand img {
    width: 38px;
    height: 38px;
  }

  .cg-cab-hire-page .cg-cab-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.6rem);
  }

  .cg-cab-hire-page .cg-cab-hero .lead-para {
    font-size: 1rem;
  }

  .cg-cab-hire-page .cg-hero-media .carousel::after {
    inset: 9px -9px -9px 9px;
  }

  .cg-cab-hire-page .cg-hero-media .carousel-item img {
    height: 310px;
  }

  .cg-cab-hire-page .cg-trust-strip .container,
  .cg-cab-hire-page .cg-metric-grid,
  .cg-cab-hire-page .cg-service-grid,
  .cg-cab-hire-page .cg-cost-grid,
  .cg-cab-hire-page .cg-route-grid,
  .cg-cab-hire-page .cg-purpose-grid,
  .cg-cab-hire-page .cg-gallery-grid,
  .cg-cab-hire-page .cg-link-columns {
    grid-template-columns: 1fr;
  }

  .cg-cab-hire-page .cg-trust-strip .container > div,
  .cg-cab-hire-page .cg-trust-strip .container > div:nth-child(2),
  .cg-cab-hire-page .cg-trust-strip .container > div:last-child {
    min-height: 72px;
    border-right: 1px solid rgba(255,255,255,.13);
    border-bottom: 1px solid rgba(255,255,255,.13);
  }

  .cg-cab-hire-page .cg-metric-grid > div,
  .cg-cab-hire-page .cg-metric-grid > div:nth-child(2),
  .cg-cab-hire-page .cg-metric-grid > div:nth-child(4),
  .cg-cab-hire-page .cg-route-grid > div,
  .cg-cab-hire-page .cg-route-grid > div:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--cg-line);
  }

  .cg-cab-hire-page .cg-metric-grid span,
  .cg-cab-hire-page .cg-service-card > span,
  .cg-cab-hire-page .cg-cost-grid strong,
  .cg-cab-hire-page .cg-purpose-grid h3 {
    margin-bottom: 1.5rem;
  }

  .cg-cab-hire-page .cg-service-card,
  .cg-cab-hire-page .cg-cost-grid > div,
  .cg-cab-hire-page .cg-purpose-grid > div {
    min-height: 0;
  }

  .cg-cab-hire-page .cg-route-grid > div:last-child {
    grid-column: auto;
  }

  .cg-cab-hire-page .cg-gallery-grid .card img {
    height: 220px;
  }

  .cg-cab-hire-page .cg-final-cta {
    padding: 2.4rem 1.35rem !important;
  }

  .cg-cab-hire-page .cg-process-list li {
    grid-template-columns: 50px 1fr;
  }

  .cg-cab-hire-page .floating-group {
    width: calc(100% - 20px);
    gap: 6px;
  }

  .cg-cab-hire-page .floating-btn {
    flex: 1 1 0;
    padding: 0.65rem 0.55rem;
  }
}

@media (max-width: 430px) {
  .cg-cab-hire-page .cg-hero-actions .cta-btn {
    width: 100%;
  }

  .cg-cab-hire-page .floating-btn .label {
    display: none;
  }

  .cg-cab-hire-page .floating-btn {
    flex: 0 0 48px;
    width: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cg-cab-hire-page *,
  .cg-cab-hire-page *::before,
  .cg-cab-hire-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* Booking model guide */
.cg-cab-hire-page .cg-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--cg-line);
  border-bottom: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-guide-grid > div {
  min-height: 330px;
  padding: 2rem;
  border-right: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-guide-grid > div:last-child {
  border-right: 0;
}

.cg-cab-hire-page .cg-guide-grid span {
  display: block;
  margin-bottom: 3.8rem;
  color: var(--cg-yellow);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.cg-cab-hire-page .cg-guide-grid h3 {
  margin: 0 0 .85rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 730;
  letter-spacing: -.04em;
}

.cg-cab-hire-page .cg-guide-grid p {
  margin: 0;
  color: var(--cg-muted);
  line-height: 1.76;
}

/* Booking checklist */
.cg-cab-hire-page .cg-checklist-section {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 7vw, 8rem);
}

.cg-cab-hire-page .cg-checklist-section > div h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.35rem, 4.6vw, 4.8rem);
  font-weight: 740;
  letter-spacing: -.055em;
  line-height: 1;
}

.cg-cab-hire-page .cg-checklist-section > div > p:not(.cg-kicker) {
  margin: 1.4rem 0 0;
  color: var(--cg-muted);
  font-size: 1.05rem;
  line-height: 1.78;
}

.cg-cab-hire-page .cg-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: end;
  border-top: 1px solid var(--cg-line);
}

.cg-cab-hire-page .cg-checklist li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--cg-line);
  color: var(--cg-muted);
  line-height: 1.72;
}

.cg-cab-hire-page .cg-checklist strong {
  color: var(--cg-ink);
}

@media (max-width: 991.98px) {
  .cg-cab-hire-page .cg-guide-grid {
    grid-template-columns: 1fr;
  }

  .cg-cab-hire-page .cg-guide-grid > div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--cg-line);
  }

  .cg-cab-hire-page .cg-checklist-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .cg-cab-hire-page .cg-guide-grid span {
    margin-bottom: 1.5rem;
  }
}
/* =========================================================
   CAB HIRE HERO — COMPACT DESKTOP SIZE
   Reduces hero height, heading and carousel only
   ========================================================= */

body.cg-cab-hire-page .cg-cab-hero {
  min-height: 620px !important;
  height: auto !important;
  padding: 4.5rem 0 3.8rem !important;
}

/* Reduce overall hero content width */
body.cg-cab-hire-page .cg-cab-hero > .container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
}

/* More compact text/image columns */
body.cg-cab-hire-page .cg-cab-hero .inner {
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(320px, 430px) !important;

  gap: clamp(2rem, 4vw, 4rem) !important;
  align-items: center !important;
}

/* Smaller heading */
body.cg-cab-hire-page .cg-cab-hero h1 {
  max-width: 720px !important;
  font-size: clamp(3rem, 4.5vw, 4.75rem) !important;
  line-height: 0.99 !important;
  letter-spacing: -0.055em !important;
}

/* Slightly smaller paragraph */
body.cg-cab-hire-page .cg-cab-hero .lead-para {
  max-width: 690px !important;
  margin-top: 1.5rem !important;
  font-size: clamp(1rem, 1.15vw, 1.12rem) !important;
  line-height: 1.65 !important;
}

/* Reduce button spacing */
body.cg-cab-hire-page .cg-hero-actions {
  margin-top: 1.55rem !important;
}

/* Reduce image container */
body.cg-cab-hire-page .cg-hero-media {
  width: 100% !important;
  max-width: 430px !important;
  margin-left: auto !important;
  margin-right: 14px !important;
}

/* Reduce carousel image height */
body.cg-cab-hire-page .cg-hero-media .carousel-item img {
  width: 100% !important;
  height: 390px !important;
  min-height: 0 !important;
  max-height: 390px !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Keep yellow outline close to the image */
body.cg-cab-hire-page .cg-hero-media .carousel::after {
  inset: 10px -10px -10px 10px !important;
}


/* TABLET */
@media (max-width: 991.98px) {
  body.cg-cab-hire-page .cg-cab-hero {
    min-height: 0 !important;
    padding: 4.5rem 0 3.5rem !important;
  }

  body.cg-cab-hire-page .cg-cab-hero > .container {
    width: min(760px, calc(100% - 40px)) !important;
  }

  body.cg-cab-hire-page .cg-cab-hero .inner {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  body.cg-cab-hire-page .cg-cab-hero h1 {
    max-width: 680px !important;
    font-size: clamp(3rem, 8vw, 4.4rem) !important;
  }

  body.cg-cab-hire-page .cg-hero-media {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
  }

  body.cg-cab-hire-page .cg-hero-media .carousel-item img {
    height: 360px !important;
    max-height: 360px !important;
  }
}


/* MOBILE */
@media (max-width: 767.98px) {
  body.cg-cab-hire-page .cg-cab-hero {
    padding: 3.4rem 0 2.8rem !important;
  }

  body.cg-cab-hire-page .cg-cab-hero > .container {
    width: calc(100% - 28px) !important;
  }

  body.cg-cab-hire-page .cg-cab-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.6rem) !important;
    line-height: 1 !important;
  }

  body.cg-cab-hire-page .cg-cab-hero .lead-para {
    margin-top: 1.2rem !important;
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
  }

  body.cg-cab-hire-page .cg-hero-media {
    max-width: 390px !important;
  }

  body.cg-cab-hire-page .cg-hero-media .carousel-item img {
    height: 270px !important;
    max-height: 270px !important;
  }

  body.cg-cab-hire-page .cg-hero-media .carousel::after {
    inset: 7px -7px -7px 7px !important;
  }
}


/* VERY SMALL MOBILE */
@media (max-width: 420px) {
  body.cg-cab-hire-page .cg-cab-hero h1 {
    font-size: 2.45rem !important;
  }

  body.cg-cab-hire-page .cg-hero-media .carousel-item img {
    height: 235px !important;
    max-height: 235px !important;
  }
}
