/* ==========================================================================
   MOVELIXX PACKERS & MOVERS — MASTER STYLESHEET (style.css)
   Bootstrap 5.3.3 Architecture + Pixel-Perfect Stitch Visual System
   Zero Tailwind Dependency — Pure High-Fidelity Custom CSS
   ========================================================================== */

/* ==================== 1. DESIGN TOKENS & ROOT VARIABLES ==================== */
:root {
  /* Stitch Primary Brand & Accents */
  --primary: #af101a;
  --primary-container: #d32f2f;
  --primary-hover: #930010;
  --primary-fixed: #ffdad6;
  --on-primary: #ffffff;
  --on-primary-container: #fff2f0;
  --on-primary-fixed: #410003;

  /* Secondary & Slates */
  --secondary: #545f73;
  --secondary-container: #d5e0f8;
  --on-secondary-container: #586377;
  --secondary-fixed-dim: #bcc7de;

  /* Trust & Special Colors */
  --tertiary: #006445;
  --tertiary-container: #008059;
  --tertiary-fixed: #85f8c4;
  --on-tertiary-fixed: #002114;
  --brand-gold: #f59e0b;
  --brand-gold-bright: #fbbf24;
  --brand-red: #af101a;
  --brand-red-bright: #ef4444;
  --brand-orange: #ea580c;
  --brand-orange-bright: #f97316;
  --bg-dark: #0f172a;
  --whatsapp-green: #25d366;

  /* Surfaces & Backgrounds */
  --surface: #faf8ff;
  --surface-default: #ffffff;
  --surface-subtle: #f8fafc;
  --surface-muted: #f1f5f9;
  --surface-container: #eaedff;
  --surface-container-high: #e2e7ff;
  --surface-container-highest: #dae2fd;
  --on-surface: #131b2e;
  --on-surface-variant: #5b403d;
  --inverse-surface: #1e293b;
  --inverse-dark: #121418;
  --inverse-on-surface: #eef0ff;

  /* Borders */
  --border-subtle: #e2e8f0;
  --border-strong: #cbd5e1;

  /* Error / Alerts */
  --error-container: #ffdad6;
  --on-error-container: #93000a;

  /* Fonts */
  --font-heading: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  /* Dynamic Breadcrumb Preserved Variables */
  --bc-bg: #f8fafc;
  --bc-border: #e2e8f0;
  --bc-title-color: #0f172a;
  --bc-link-color: #64748b;
  --bc-link-hover: #af101a;
  --bc-active-color: #1e293b;
  --bc-sep-color: #94a3b8;
  --bc-desc-color: #64748b;

  /* Glassmorphism & Frosted Glass Design Tokens (High-Fidelity Frosted Glass) */
  --hero-glass-bg-card: rgba(15, 15, 18, 0.50);
  --hero-glass-bg-pill: rgba(255, 255, 255, 0.14);
  --hero-glass-bg-pill-hover: rgba(255, 255, 255, 0.22);
  --hero-glass-bg-input: rgba(255, 255, 255, 0.11);
  --hero-glass-bg-input-focus: rgba(255, 255, 255, 0.18);
  --hero-glass-blur: 18px;
  --hero-glass-border: 1px solid rgba(255, 255, 255, 0.26);
  --hero-glass-border-focus: 1px solid rgba(251, 191, 36, 0.85);
  --hero-glass-border-subtle: 1px solid rgba(255, 255, 255, 0.18);
  --hero-glass-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.65), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  --hero-glass-glow-red: 0 8px 24px rgba(239, 68, 68, 0.45);
  --hero-glass-glow-gold: 0 8px 24px rgba(245, 158, 11, 0.45);
  --hero-glass-glow-blue: 0 8px 24px rgba(239, 68, 68, 0.45);
  --hero-glass-glow-emerald: 0 8px 24px rgba(239, 68, 68, 0.45);
}

/* ==================== 2. GLOBAL RESETS & FOUNDATION ==================== */
html {
  scroll-padding-top: 80px;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background-color: var(--inverse-dark, #121418);
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--on-surface);
  background-color: var(--surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  touch-action: pan-y;
}

section,
main {
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}

body.menu-open {
  overflow: hidden !important;
}

body.menu-open .floating-quick-actions,
body.menu-open .floating-whatsapp-btn {
  display: none !important;
}

/* Base Headings Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
  color: var(--on-surface);
}

.fw-extrabold,
.font-extrabold { 
  font-family: var(--font-heading) !important;
  font-weight: 800 !important; 
}
.fw-bold,
.font-bold { 
  font-weight: 700 !important; 
}
.fw-semibold,
.font-semibold { 
  font-weight: 600 !important; 
}
.fw-medium,
.font-medium { 
  font-weight: 500 !important; 
}

/* Material Symbols Integration */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

.star-filled {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}

/* Icon Exact Sizing Utilities */
.icon-12 { font-size: 12px !important; }
.icon-14 { font-size: 14px !important; }
.icon-16 { font-size: 16px !important; }
.icon-18 { font-size: 18px !important; }
.icon-20 { font-size: 20px !important; }
.icon-24 { font-size: 24px !important; }
.icon-28 { font-size: 28px !important; }
.icon-32 { font-size: 32px !important; }
.icon-40 { font-size: 40px !important; }

/* Typography Scale */
.font-display-hero {
  font-family: var(--font-heading);
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.font-headline-xl {
  font-family: var(--font-heading);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.font-headline-lg {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.font-headline-md {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.badge-caps-red {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  color: var(--primary);
  background-color: var(--on-primary-container);
  border: 1px solid #ffd5d0;
  padding: 4px 12px;
  border-radius: 9999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
}

.badge-caps-gold {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  color: #92400e;
  background-color: #fef3c7;
  border: 1px solid #fde68a;
  padding: 4px 12px;
  border-radius: 9999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
}

.section-headline {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section-subtext {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.border-top-red {
  border-top: 3px solid var(--primary) !important;
}

/* Color & Surface Utilities */
.bg-surface { background-color: var(--surface) !important; }
.bg-surface-default { background-color: var(--surface-default) !important; }
.bg-surface-subtle { background-color: var(--surface-subtle) !important; }
.bg-surface-muted { background-color: var(--surface-muted) !important; }
.bg-dark-slate { background-color: var(--inverse-dark) !important; color: #ffffff !important; }
.bg-dark-red { background-color: #881337 !important; color: #ffffff !important; }
.bg-primary-container { background-color: var(--primary-container) !important; }

.text-gold { color: var(--brand-gold-bright) !important; }
.text-emerald { color: #10b981 !important; }
.text-currency { font-variant-numeric: tabular-nums; }
.text-xs { font-size: 12px !important; }
.text-white-70 { color: rgba(255, 255, 255, 0.7) !important; }
.text-white-90 { color: rgba(255, 255, 255, 0.9) !important; }
.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }

/* Width Constraints */
.max-w-700 { max-width: 700px !important; }
.max-w-750 { max-width: 750px !important; }
.max-w-850 { max-width: 850px !important; }
.p-3\.5 { padding: 18px 20px; }

/* ==================== 3. FIXED HEADER & MAIN NAVBAR ==================== */
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  transition: all 0.25s ease;
}

.site-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px -6px rgba(15, 23, 42, 0.08);
  border-bottom-color: rgba(226, 232, 240, 0.9);
}

/* ==========================================================================
   Top Utility Bar (2-Row Redesign with Accent Stripe) — Non-Sticky
   ========================================================================== */
.header-top-bar {
  background-color: #0b1120;
  position: relative;
  z-index: 1020;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Accent Stripe at Very Top */
.top-bar-accent-stripe {
  height: 3.5px;
  width: 100%;
  background: linear-gradient(90deg, #b91c1c 0%, #dc2626 25%, #ea580c 50%, #f59e0b 75%, #fbbf24 100%);
  position: relative;
  overflow: hidden;
}

.top-bar-accent-stripe::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
  animation: topAccentShimmer 4s ease-in-out infinite;
  transform: translateX(-100%);
}

@keyframes topAccentShimmer {
  0%, 25% {
    transform: translateX(-100%);
  }
  65%, 100% {
    transform: translateX(100%);
  }
}

/* Row 1: Primary Contact & Action Pills */
.top-bar-row-primary {
  background-color: #0b1120;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 7px 0;
}

.top-bar-contact-group {
  gap: 24px;
}

.top-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.top-contact-item:hover {
  color: #ffffff !important;
}

.contact-icon-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(220, 38, 38, 0.18);
  border: 1px solid rgba(239, 68, 68, 0.38);
  color: #f87171;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  transition: all 0.18s ease;
}

.contact-icon-circle .material-symbols-outlined {
  font-size: 14px;
  line-height: 1;
}

.top-contact-item:hover .contact-icon-circle {
  transform: scale(1.08);
  background-color: rgba(220, 38, 38, 0.3);
  border-color: #ef4444;
  color: #ffffff;
}

.top-bar-actions-group {
  gap: 10px;
}

/* Base Top Action Pill */
.top-action-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-action-pill .pill-icon {
  font-size: 14px;
  line-height: 1;
}

/* Pill 1: Emerald Green (Payment Details !) */
.top-action-pill.pill-payment {
  background-color: #059669;
  color: #ffffff !important;
  border: 1px solid #047857;
  padding: 6px 15px;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.35);
}

.top-action-pill.pill-payment:hover {
  background-color: #047857;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.45);
}

/* Pill 2: Royal Blue with Red Border (Select Nearest Branch) */
.top-action-pill.pill-branch {
  background-color: #2563eb;
  color: #ffffff !important;
  border: 2px solid #ef4444;
  padding: 5px 15px;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}

.top-action-pill.pill-branch:hover {
  background-color: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.45);
}

/* Pill 3: Soft Rose Phone Pill (+91 ...) */
.top-action-pill.pill-phone {
  background-color: rgba(220, 38, 38, 0.16);
  color: #fca5a5 !important;
  border: 1.25px solid rgba(239, 68, 68, 0.45);
  padding: 6px 15px;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.top-action-pill.pill-phone:hover {
  background-color: rgba(220, 38, 38, 0.3);
  border-color: #ef4444;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(220, 38, 38, 0.35);
}

/* Row 2: Secondary Floating Capsule Strip */
.top-bar-row-secondary {
  background-color: #070a14;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5px 0 6px;
}

/* Sleek Frosted Glass Capsule */
.top-secondary-capsule {
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 9999px;
  padding: 3px 6px 3px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  gap: 12px;
}

.capsule-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 600;
  color: #cbd5e1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.capsule-item:not(.capsule-item-static):hover {
  color: #ffffff !important;
}

.capsule-item-static {
  cursor: default;
}

.capsule-icon {
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.capsule-icon.icon-amber {
  color: #fbbf24;
}

.capsule-icon.icon-rose {
  color: #f87171;
}

.capsule-icon.icon-blue {
  color: #60a5fa;
}

.capsule-icon.icon-emerald {
  color: #34d399;
}

.capsule-icon.icon-teal {
  color: #38bdf8;
}

.capsule-divider {
  color: rgba(255, 255, 255, 0.18);
  font-size: 11px;
  user-select: none;
  pointer-events: none;
  margin: 0 2px;
}

/* Experience Service Pill Badge */
.capsule-badge-service {
  background-color: rgba(220, 38, 38, 0.22);
  color: #fca5a5 !important;
  border: 1px solid rgba(239, 68, 68, 0.45);
  border-radius: 9999px;
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.capsule-badge-service:hover {
  background-color: rgba(220, 38, 38, 0.35);
  border-color: #ef4444;
  color: #ffffff !important;
}

.capsule-badge-service .service-arrow {
  font-size: 8px;
  color: #f87171;
  line-height: 1;
}

.capsule-badge-service .service-star {
  font-size: 11px;
  color: #fbbf24;
  line-height: 1;
}

/* Legacy helper classes compatibility */
.top-bar-divider {
  color: #cbd5e1;
  font-size: 11px;
  user-select: none;
  margin: 0 1px;
  pointer-events: none;
}
.top-bar-item {
  color: #334155;
  font-size: 11.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.top-bar-link {
  color: #334155;
  text-decoration: none !important;
  font-size: 11.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.top-bar-link:hover { color: #0f172a !important; }
.top-helpline-link {
  color: #dc2626 !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* Responsive Rules for Top Bar */
@media (max-width: 1199.98px) {
  .top-secondary-capsule {
    gap: 9px;
    padding: 3px 6px 3px 12px;
  }
  .capsule-item {
    font-size: 11px;
  }
  .top-bar-contact-group {
    gap: 16px;
  }
}

@media (max-width: 991.98px) {
  .header-top-bar {
    display: none !important;
  }
}

/* Main Navbar */
.header-main-navbar {
  height: 76px;
  display: flex;
  align-items: center;
  transition: height 0.25s ease;
}

.site-header.is-scrolled .header-main-navbar {
  height: 66px;
}

.site-header.is-scrolled .brand-logo-img {
  height: 48px;
}

/* ==================== LIVE BRAND LOGO ANIMATION ==================== */
.navbar-brand-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar-brand-wrapper:hover {
  transform: translateY(-2px) scale(1.02);
}

/* Brand Logo Frame with Live Ambient Glow */
.brand-logo-frame {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16), 0 0 10px rgba(245, 158, 11, 0.2);
  animation: logoAmbientPulse 3.8s ease-in-out infinite;
  will-change: transform, box-shadow;
}

@keyframes logoAmbientPulse {
  0%, 100% {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16), 0 0 8px rgba(245, 158, 11, 0.15);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22), 0 0 18px rgba(220, 38, 38, 0.35), 0 0 10px rgba(251, 191, 36, 0.45);
    transform: translateY(-2px);
  }
}

.brand-logo-img {
  height: 56px;
  width: 56px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.is-scrolled .brand-logo-img {
  height: 48px;
  width: 48px;
}

.navbar-brand-wrapper:hover .brand-logo-img {
  transform: scale(1.05);
}

/* Live Metallic Gold Light Sweep Glint Across Logo */
.brand-logo-glint {
  content: '';
  position: absolute;
  top: -50%;
  left: -130%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 25%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(251, 191, 36, 0.6) 65%,
    transparent 100%
  );
  transform: rotate(25deg);
  pointer-events: none;
  z-index: 2;
  animation: logoGlintSweep 4.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes logoGlintSweep {
  0%, 25% {
    left: -130%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  55% {
    left: 180%;
    opacity: 1;
  }
  60%, 100% {
    left: 180%;
    opacity: 0;
  }
}

/* Brand Title with Live Shimmering Highlights */
.brand-title {
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(110deg, #0f172a 20%, #c41220 45%, #f59e0b 55%, #0f172a 80%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: brandTextShimmer 6s ease-in-out infinite;
  display: inline-block;
}

@keyframes brandTextShimmer {
  0%, 25% {
    background-position: 100% 0;
  }
  65%, 100% {
    background-position: -100% 0;
  }
}

/* Brand Subtitle with Lively Crimson Pulse */
.brand-subtitle {
  font-family: var(--font-heading);
  font-size: 9.5px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 3px;
  transition: letter-spacing 0.3s ease, color 0.3s ease;
}

.navbar-brand-wrapper:hover .brand-subtitle {
  letter-spacing: 0.22em;
  color: #dc2626;
}

/* Center Minimalist Trust Pill */
.header-center-pill {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 12px;
  color: #475569;
  font-weight: 600;
  font-family: var(--font-heading);
  letter-spacing: 0.01em;
}

.pulse-emerald-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #10b981;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  flex-shrink: 0;
}

.pulse-emerald-dot::after {
  content: '';
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  right: -2.5px;
  bottom: -2.5px;
  border-radius: 50%;
  border: 1.5px solid #10b981;
  animation: emeraldRadarPulse 1.8s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes emeraldRadarPulse {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(2.2); opacity: 0; }
}

/* Right-Side Action Controls */
.btn-header-phone {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 6px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-header-phone:hover {
  background-color: #ffffff;
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.phone-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(175, 16, 26, 0.08);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.btn-header-phone:hover .phone-icon-box {
  background: var(--primary);
  color: #ffffff;
}

.phone-label {
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #94a3b8;
  line-height: 1;
}

.phone-number {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.btn-header-quote {
  background: linear-gradient(135deg, #af101a 0%, #c41220 100%);
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  border: none;
  position: relative !important;
  overflow: hidden !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* Always running on page load: 2.4s breathing scale & glow loop */
  animation: quoteLivelyPulse 2.4s ease-in-out infinite !important;
  will-change: transform, box-shadow;
  transition: background 0.2s ease, filter 0.2s ease;
}

.btn-header-quote > * {
  position: relative;
  z-index: 2;
}

.btn-arrow-slide {
  display: inline-block;
  /* Always running on page load: 2.0s bouncy nudge */
  animation: arrowActiveNudge 2.0s cubic-bezier(0.34, 1.56, 0.64, 1) infinite !important;
  will-change: transform;
}

.btn-header-quote:hover {
  background: linear-gradient(135deg, #940e16 0%, #af101a 100%);
  filter: brightness(1.08);
}

.btn-header-quote:hover .btn-arrow-slide {
  animation-play-state: paused;
  transform: translateX(6px) scale(1.1);
}

.btn-header-hamburger,
.btn-hamburger-menu {
  background: linear-gradient(135deg, #af101a 0%, #7f0d14 100%);
  color: #ffffff;
  border: 1.5px solid rgba(245, 158, 11, 0.6);
  padding: 10px 18px;
  border-radius: 10px;
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  position: relative !important;
  overflow: hidden !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* Always running on page load: 2.4s breathing scale & glow loop (offset by 0.6s) */
  animation: menuLivelyPulse 2.4s ease-in-out infinite !important;
  animation-delay: 0.6s !important;
  will-change: transform, box-shadow;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(175, 16, 26, 0.35), 0 0 10px rgba(245, 158, 11, 0.25);
}

.btn-header-hamburger > *,
.btn-hamburger-menu > * {
  position: relative;
  z-index: 2;
}

.btn-header-hamburger .hamburger-icon,
.btn-hamburger-menu .hamburger-icon {
  color: #fbbf24;
  font-size: 20px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.2s ease;
}

.btn-header-hamburger .hamburger-label,
.btn-hamburger-menu .hamburger-label {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.btn-header-hamburger:hover,
.btn-hamburger-menu:hover {
  background: linear-gradient(135deg, #c71421 0%, #99131c 100%);
  border-color: #fbbf24;
  box-shadow: 0 8px 26px rgba(175, 16, 26, 0.65), 0 0 20px rgba(251, 191, 36, 0.55) !important;
  filter: brightness(1.1);
  transform: translateY(-1px) scale(1.03);
}

.btn-header-hamburger:hover .hamburger-icon,
.btn-hamburger-menu:hover .hamburger-icon {
  color: #fde047;
  transform: rotate(90deg) scale(1.1);
}

/* Continuous Idle Faster & High-Intensity Shimmer Sweep (2.2s Cycle, Peak Opacity 0.60) */
.btn-header-quote::before,
.btn-header-hamburger::before,
.btn-hamburger-menu::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -120%;
  width: 55%;
  height: 200%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0.60) 50%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  pointer-events: none;
  /* Always running on loop: faster 2.2s shimmer */
  animation: headerBtnShine 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite !important;
  z-index: 1;
}

.btn-header-hamburger::before,
.btn-hamburger-menu::before {
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(251, 191, 36, 0.25) 20%,
    rgba(255, 255, 255, 0.70) 50%,
    rgba(251, 191, 36, 0.25) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  animation-delay: 0.8s !important;
}

/* Keyframes: Combined Scale Breathing + Crimson Glow Pulse */
@keyframes quoteLivelyPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 14px rgba(175, 16, 26, 0.28);
  }
  50% {
    transform: scale(1.028);
    box-shadow: 0 6px 24px rgba(175, 16, 26, 0.60), 0 0 14px rgba(239, 68, 68, 0.45);
  }
}

/* Keyframes: Combined Scale Breathing + Red & Golden Glow Pulse */
@keyframes menuLivelyPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 14px rgba(175, 16, 26, 0.35), 0 0 10px rgba(245, 158, 11, 0.25);
    border-color: rgba(245, 158, 11, 0.6);
  }
  50% {
    transform: scale(1.028);
    box-shadow: 0 6px 24px rgba(175, 16, 26, 0.65), 0 0 18px rgba(251, 191, 36, 0.55);
    border-color: #fbbf24;
  }
}

/* Keyframes: High-Visibility 2.2s Shimmer Beam */
@keyframes headerBtnShine {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    left: 180%;
    opacity: 1;
  }
  51%, 100% {
    left: 180%;
    opacity: 0;
  }
}

/* Keyframes: Snappy 5px Arrow Bounce Nudge */
@keyframes arrowActiveNudge {
  0%, 100% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(5px);
  }
  55% {
    transform: translateX(0);
  }
}

/* ==================== 4. FULLSCREEN OVERLAY MENU (PREMIUM DARK & LUXURY RED THEME) ==================== */
/* ══════════════════════════════════════════════════════════════════════════
   FULLSCREEN MENU OVERLAY — EXECUTIVE FROSTED DARK GLASS & SYSTEM
   ══════════════════════════════════════════════════════════════════════════ */

:root {
  /* Consistent Spacing Scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-14: 14px;
  --space-4: 16px;
  --space-5: 24px;

  /* Theme Colors */
  --menu-bg-dark: #121418;
  --menu-surface: rgba(255, 255, 255, 0.035);
  --menu-surface-hover: rgba(245, 158, 11, 0.08);
  --menu-border: rgba(255, 255, 255, 0.09);
  --menu-border-hover: rgba(245, 158, 11, 0.45);
  --menu-red: #DC2626;
  --menu-red-bright: #EF4444;
  --menu-orange: #F59E0B;
  --menu-orange-light: #FCD34D;
  --menu-text-muted: #94A3B8;
  --menu-text-light: #CBD5E1;
  --menu-text-white: #FFFFFF;
  --menu-radius: 20px;
  --menu-transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);

  /* Viewport Dynamic Clamp Units for Perfect Vertical Fit */
  --header-py: clamp(14px, 1.8dvh, 20px);
  --header-px: clamp(18px, 2.5vw, 36px);
  --grid-py: clamp(12px, 1.6dvh, 22px);
  --grid-px: clamp(18px, 2.5vw, 36px);
  --grid-gap: clamp(16px, 2vw, 30px);
  --heading-h: clamp(48px, 6.5dvh, 68px);
  --row-h: clamp(38px, 5.6dvh, 56px);
  --row-gap: 8px;
  --font-link: clamp(14px, 1.9dvh, 17px);
  --icon-box: clamp(30px, 4.4dvh, 42px);
  --icon-font: clamp(16px, 2.2dvh, 20px);
}

/* ── Page Scroll Lock when Menu is Open (Both <body> and <html>) ── */
body.menu-open,
html.menu-open {
  overflow: hidden !important;
}

/* ── Backdrop Overlay (Dimmed with 10px Backdrop Blur, Zero Window Scrollbar) ── */
.fullscreen-menu-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(10, 12, 16, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none !important;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Strictly no scrolling on desktop/laptop */
  padding: 16px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity var(--menu-transition);
}

.fullscreen-menu-overlay.is-open {
  display: flex !important;
  opacity: 1;
  animation: overlayBgFadeIn 0.3s ease forwards;
}

@keyframes overlayBgFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Ambient Corner Glows */
.overlay-glow-tl {
  position: fixed;
  top: -80px;
  left: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.22) 0%, rgba(220, 38, 38, 0) 70%);
  pointer-events: none;
  filter: blur(50px);
  z-index: 1;
}

.overlay-glow-br {
  position: fixed;
  bottom: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.16) 0%, rgba(245, 158, 11, 0) 70%);
  pointer-events: none;
  filter: blur(50px);
  z-index: 1;
}

/* ── Main Container: Two-row CSS Grid (Header auto, Body 1fr) with NO desktop scrolling ── */
.fullscreen-menu-container {
  background: linear-gradient(145deg, #15181e 0%, #0d0f13 100%);
  background-image: 
    radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, #15181e 0%, #0d0f13 100%);
  background-size: 24px 24px, 100% 100%;
  color: var(--menu-text-light);
  width: 100%;
  max-width: 1600px;
  height: calc(100dvh - 32px);
  max-height: calc(100dvh - 32px);
  box-sizing: border-box;
  margin: auto;
  border-radius: var(--menu-radius);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 24px 70px -10px rgba(0, 0, 0, 0.80),
    0 0 40px rgba(220, 38, 38, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  overflow: hidden; /* No scrollbar on desktop */
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  z-index: 2;
  transform: translateY(-16px) scale(0.98);
  animation: panelSlideIn 0.38s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes panelSlideIn {
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Top Accent Stripe — Rich Crimson to Metallic Gold with Slow Animated Shimmer Sweep */
.fullscreen-menu-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3.5px;
  background: linear-gradient(90deg, #DC2626 0%, #EF4444 35%, #F59E0B 70%, #FBBF24 100%);
  z-index: 100;
  border-top-left-radius: var(--menu-radius);
  border-top-right-radius: var(--menu-radius);
  pointer-events: none;
}

.fullscreen-menu-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 40%;
  height: 3.5px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.90), transparent);
  z-index: 101;
  animation: topBarShimmer 4.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes topBarShimmer {
  0% { left: -100%; }
  45%, 100% { left: 160%; }
}

/* ══ 1. TOP HEADER ROW (auto) ══ */
.overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(14px, 1.8dvh, 18px) var(--header-px) clamp(10px, 1.3dvh, 14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.015);
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}

.overlay-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.35), transparent);
  pointer-events: none;
}

.overlay-brand-wrapper {
  display: flex;
  align-items: center;
  gap: var(--space-14);
}

.overlay-logo-img {
  height: clamp(40px, 5.2dvh, 48px);
  width: clamp(40px, 5.2dvh, 48px);
  object-fit: cover;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease;
}

.overlay-logo-img:hover {
  transform: scale(1.06);
}

.overlay-brand-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.overlay-brand-title {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2.4dvh, 22px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* IBA/ISO Certification Badge with Shield Icon and Shimmer */
.overlay-trust-badge {
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 800;
  color: var(--menu-orange-light);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.overlay-trust-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: badgeShimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes badgeShimmer {
  0% { left: -100%; }
  35%, 100% { left: 160%; }
}

.overlay-header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

/* Call Button in Header with Phone Shake Hover */
.btn-overlay-call {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #F3F4F6;
  padding: clamp(6px, 1dvh, 8px) clamp(12px, 1.5vw, 18px);
  border-radius: 9999px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  transition: all var(--menu-transition);
}

.btn-overlay-call .phone-ring-icon {
  color: var(--menu-orange);
  font-size: 18px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.btn-overlay-call:hover {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.45);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
}

.btn-overlay-call:hover .phone-ring-icon {
  color: var(--menu-orange-light);
  animation: phoneRing 0.5s ease;
}

@keyframes phoneRing {
  0%, 100% { transform: rotate(0deg); }
  20% { transform: rotate(-15deg); }
  40% { transform: rotate(15deg); }
  60% { transform: rotate(-10deg); }
  80% { transform: rotate(10deg); }
}

/* Close (X) Button: Rotates 90deg, Turns Red on Hover */
.btn-overlay-close {
  width: clamp(36px, 4.8dvh, 42px);
  height: clamp(36px, 4.8dvh, 42px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--menu-transition);
  flex-shrink: 0;
}

.btn-overlay-close .material-symbols-outlined {
  font-size: 22px;
  color: #ffffff;
  transition: transform var(--menu-transition);
}

.btn-overlay-close:hover {
  background: var(--menu-red);
  border-color: var(--menu-red-bright);
  color: #ffffff;
  transform: rotate(90deg) scale(1.08);
  box-shadow: 0 4px 16px rgba(220, 38, 38, 0.45);
}

/* ══ 2. MENU GRID STRUCTURE (1fr: 4 Equal Columns on Desktop) ══ */
.overlay-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--grid-gap);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: var(--grid-py) var(--grid-px) !important;
  box-sizing: border-box;
}

.overlay-grid-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

/* Subtle Vertical Dividers between Columns on Desktop */
@media (min-width: 1200px) {
  .overlay-grid-column:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 5%;
    right: calc(-1 * var(--grid-gap) / 2);
    width: 1px;
    height: 90%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.06) 80%, transparent);
    pointer-events: none;
  }
}

/* Section Headings with Icon Circle and Underline Accent */
.overlay-col-heading {
  font-family: var(--font-heading);
  font-size: clamp(13px, 1.6dvh, 15px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--menu-orange);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  min-height: var(--heading-h);
  padding-bottom: clamp(6px, 0.9dvh, 10px);
  margin-bottom: clamp(6px, 0.9dvh, 10px);
  position: relative;
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  cursor: default;
  box-sizing: border-box;
  flex-shrink: 0;
}

.overlay-col-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--menu-orange) 0%, rgba(245, 158, 11, 0) 100%);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.overlay-col-heading:hover::after {
  width: 54px;
}

.overlay-col-heading .column-title {
  color: var(--menu-orange);
  font-weight: 800;
  transition: color 0.2s ease;
}

.overlay-col-heading .column-icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.30);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--menu-orange);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.overlay-col-heading:hover .column-icon-circle {
  background: var(--menu-red);
  border-color: var(--menu-red-bright);
  color: #ffffff;
  transform: scale(1.10) rotate(5deg);
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
}

.accordion-indicator {
  display: none; /* Only displayed on mobile (< 1024px) */
  font-size: 20px;
  color: var(--menu-orange);
  transition: transform 0.3s ease;
}

.overlay-col-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

/* ══ 3. MENU LINKS & TINTED ROUNDED-SQUARE ICON BOXES ══ */
.overlay-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 8px;
  height: 100%;
  box-sizing: border-box;
}

.overlay-link-list li {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  align-items: stretch;
  animation: linkFadeUp 0.36s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--i, 0) * 30ms);
}

@keyframes linkFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.overlay-nav-link {
  flex: 1;
  width: 100%;
  color: var(--menu-text-light);
  text-decoration: none !important;
  font-size: var(--font-link);
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: var(--space-14); /* exactly 14px uniform gap across ALL columns */
  min-height: var(--row-h);
  max-height: 56px;
  padding: 0 var(--space-3) 0 var(--space-2);
  border-radius: 10px;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Left Orange Accent Bar */
.overlay-nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 65%;
  background: linear-gradient(180deg, var(--menu-orange) 0%, var(--menu-red) 100%);
  border-radius: 0 4px 4px 0;
  transition: width 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Tinted Rounded-Square Icon Box */
.menu-icon-box {
  width: var(--icon-box);
  height: var(--icon-box);
  flex: 0 0 var(--icon-box); /* fixed size, never squishes */
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.10);
  border: 1px solid rgba(245, 158, 11, 0.22);
  color: var(--menu-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.menu-icon-box .material-symbols-outlined {
  font-size: var(--icon-font) !important;
  transition: transform 0.2s ease, color 0.2s ease;
}

.nav-link-text {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0.24s ease, color 0.24s ease;
}

.overlay-nav-link .nav-arrow {
  font-size: 16px;
  color: var(--menu-orange);
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

/* Menu Link Hover State */
.overlay-nav-link:hover {
  background: var(--menu-surface-hover);
  border-color: rgba(245, 158, 11, 0.20);
  color: var(--menu-orange) !important;
}

.overlay-nav-link:hover::before {
  width: 3.5px;
}

.overlay-nav-link:hover .nav-link-text {
  transform: translateX(4px);
  color: var(--menu-orange);
}

.overlay-nav-link:hover .menu-icon-box {
  background: linear-gradient(135deg, var(--menu-orange) 0%, var(--menu-red) 100%);
  border-color: transparent;
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 2px 10px rgba(220, 38, 38, 0.35);
}

.overlay-nav-link:hover .menu-icon-box .material-symbols-outlined {
  color: #ffffff !important;
}

.overlay-nav-link:hover .nav-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Active Page State */
.overlay-nav-link.active {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.30);
  color: var(--menu-orange) !important;
  font-weight: 700;
}

.overlay-nav-link.active::before {
  width: 3.5px;
}

.overlay-nav-link.active .menu-icon-box {
  background: linear-gradient(135deg, var(--menu-orange) 0%, var(--menu-red) 100%);
  color: #ffffff;
  border-color: transparent;
}

.overlay-nav-link.active .menu-icon-box .material-symbols-outlined {
  color: #ffffff !important;
}

.overlay-nav-link.active .nav-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* HQ Badge */
.badge-hq {
  background: var(--menu-red);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff !important;
  font-size: 9.5px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  box-shadow: 0 0 8px rgba(220, 38, 38, 0.45);
  animation: hqPulse 2.2s infinite ease-in-out;
  flex-shrink: 0;
}

@keyframes hqPulse {
  0%, 100% {
    box-shadow: 0 0 6px rgba(220, 38, 38, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 14px rgba(220, 38, 38, 0.75);
    transform: scale(1.05);
  }
}

.badge-hq .icon-10 {
  font-size: 11px !important;
  color: #FCD34D;
}

/* Promo Tile (Col 2 10th row) & Network Banner (Col 3 10th row): Compact dashed tiles */
.overlay-promo-tile,
/* Network Banner (Col 3 10th row): Compact dashed tile */
.overlay-network-banner {
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1.5px dashed rgba(245, 158, 11, 0.45) !important;
  border-radius: 10px;
  color: var(--menu-orange) !important;
  font-family: var(--font-heading);
  font-weight: 700;
  margin-top: 0 !important;
}

.overlay-promo-tile:hover,
.overlay-network-banner:hover {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, rgba(245, 158, 11, 0.12) 100%) !important;
  border-color: var(--menu-orange) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.25);
}

.overlay-promo-tile .promo-icon-box,
.overlay-network-banner .banner-icon-box {
  background: rgba(245, 158, 11, 0.15);
  border-color: rgba(245, 158, 11, 0.35);
  color: var(--menu-orange);
}

.overlay-promo-tile:hover .promo-icon-box,
.overlay-network-banner:hover .banner-icon-box {
  background: linear-gradient(135deg, var(--menu-orange) 0%, var(--menu-red) 100%);
  border-color: transparent;
  color: #ffffff;
}

.overlay-promo-tile .nav-arrow,
.overlay-network-banner .nav-arrow {
  opacity: 0.7;
  transform: translateX(0);
}

.overlay-promo-tile:hover .nav-arrow,
.overlay-network-banner:hover .nav-arrow {
  opacity: 1;
  transform: translateX(4px);
  color: var(--menu-orange-light);
}

/* ══ 4. COL 4 — 24X7 ASSISTANCE (TRANSLUCENT FROSTED GLASS CARD) ══ */
.overlay-assistance-glass-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  padding: clamp(14px, 1.8dvh, 20px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(8px, 1.2dvh, 14px);
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.overlay-assistance-glass-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(245, 158, 11, 0.25), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Shared Contact Row: flex with 14px gap between icon and text */
.overlay-contact-row {
  display: flex;
  gap: var(--space-14); /* 14px clean gap */
  box-sizing: border-box;
  text-decoration: none !important;
  color: inherit;
  width: 100%;
}

/* Dedicated Circular Icon Container: fixed 38x38px, flex: 0 0 38px, centered */
.card-icon-circle {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.22s ease;
}

/* Text Beside Icon: flex: 1, min-width: 0, line-height: 1.4 */
.contact-row-text {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Center-align single-line rows (phone, email) */
.overlay-phone-row,
.overlay-email-row {
  align-items: center;
}

/* Top-align multi-line rows (address) so the pin icon stays aligned with first line */
.overlay-address-row {
  align-items: flex-start;
}

.overlay-address-row .card-icon-circle {
  margin-top: 1px;
}

/* Direct Helpline Block: label + phone number row + WhatsApp row (12px gap between them) */
.overlay-helpline-block {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: clamp(8px, 1.3dvh, 14px);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2dvh, 12px);
  box-sizing: border-box;
}

.quick-label {
  color: var(--menu-text-muted);
  font-weight: 700;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

.card-icon-phone {
  background: rgba(220, 38, 38, 0.18);
  border: 1px solid rgba(220, 38, 38, 0.35);
  color: var(--menu-red-bright);
}

.overlay-phone-row {
  transition: transform 0.2s ease;
}

.overlay-phone-row:hover {
  transform: translateX(4px);
}

.overlay-phone-row:hover .phone-number {
  color: var(--menu-orange) !important;
}

.overlay-phone-row:hover .card-icon-phone {
  background: var(--menu-red);
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
}

.phone-number {
  font-family: var(--font-heading);
  font-size: clamp(17px, 2.3dvh, 22px);
  font-weight: 800;
  color: #FFFFFF !important;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
  white-space: nowrap;
}

/* WhatsApp Instant Support: padded pill (padding 10px 14px), subtle green tint, 14px gap */
.overlay-wa-pill {
  background: rgba(37, 211, 102, 0.10);
  border: 1px solid rgba(37, 211, 102, 0.28);
  border-radius: 9999px;
  padding: clamp(6px, 1dvh, 10px) 14px;
  align-items: center;
  transition: all 0.22s ease;
}

.card-icon-wa {
  background: rgba(37, 211, 102, 0.22);
  border: 1px solid rgba(37, 211, 102, 0.45);
  color: #25D366;
  font-size: 18px;
}

.wa-text {
  color: #34D399 !important;
  font-size: clamp(12px, 1.4dvh, 13px);
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.overlay-wa-pill:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.50);
  transform: translateX(4px);
}

.overlay-wa-pill:hover .wa-text {
  color: #6EE7B7 !important;
}

.overlay-wa-pill:hover .card-icon-wa {
  background: #25D366;
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
  animation: waWiggle 0.5s ease;
}

@keyframes waWiggle {
  0%, 100% { transform: scale(1.08) rotate(0deg); }
  25% { transform: scale(1.08) rotate(-12deg); }
  75% { transform: scale(1.08) rotate(12deg); }
}

/* Address & Email Block: address row + email row with subtle divider */
.overlay-address-email-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: clamp(10px, 1.2dvh, 14px) clamp(10px, 1.4dvh, 14px);
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1dvh, 8px);
  box-sizing: border-box;
}

.card-icon-sm {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: var(--menu-orange);
}

.address-text,
.email-text {
  font-size: clamp(13.5px, 1.8dvh, 15px) !important;
  line-height: 1.4;
}

.address-text {
  color: var(--menu-text-light) !important;
}

.block-inner-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  width: 100%;
  margin: clamp(2px, 0.4dvh, 4px) 0;
}

.overlay-email-row {
  transition: transform 0.2s ease;
}

.overlay-email-row:hover {
  transform: translateX(4px);
}

.email-text {
  color: var(--menu-text-light) !important;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.overlay-email-row:hover .email-text {
  color: var(--menu-orange) !important;
}

.overlay-email-row:hover .card-icon-sm {
  background: var(--menu-orange);
  color: #121418;
}

/* ══ 5. CTA BUTTONS: 3 buttons, 10px gap, equal 52px height ══ */
.overlay-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

.btn-overlay-quote,
.btn-overlay-track,
.btn-overlay-contact {
  height: clamp(44px, 5.2dvh, 52px);
  min-height: clamp(44px, 5.2dvh, 52px);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none !important;
  font-family: var(--font-heading);
  font-size: clamp(14px, 1.8dvh, 16px);
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 16px;
  transition: all var(--menu-transition);
  position: relative;
  overflow: hidden;
}

/* Primary Button: Request Instant Quote */
.btn-overlay-quote {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 16px rgba(220, 38, 38, 0.40);
}

.btn-overlay-quote::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -90%;
  width: 50%;
  height: 200%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(25deg);
  animation: btnShineSweep 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none;
}

@keyframes btnShineSweep {
  0% { left: -90%; }
  35%, 100% { left: 160%; }
}

.btn-overlay-quote:hover {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.60);
}

.btn-overlay-quote:hover .btn-arrow-slide {
  transform: translateX(4px);
}

.btn-arrow-slide {
  transition: transform 0.2s ease;
}

/* Secondary Button: Track Shipment */
.btn-overlay-track {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #F3F4F6 !important;
}

.btn-overlay-track .track-icon {
  color: var(--menu-orange);
  transition: transform 0.2s ease, color 0.2s ease;
}

.btn-overlay-track:hover {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.55);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
}

.btn-overlay-track:hover .track-icon {
  color: var(--menu-orange-light);
  animation: iconBounce 0.45s ease;
}

/* Tertiary Button: Contact Us & Head Office */
.btn-overlay-contact {
  background: rgba(220, 38, 38, 0.10);
  border: 1px solid rgba(220, 38, 38, 0.30);
  color: #FCA5A5 !important;
}

.btn-overlay-contact .contact-icon {
  color: #F87171;
  transition: transform 0.2s ease, color 0.2s ease;
}

.btn-overlay-contact:hover {
  background: var(--menu-red);
  border-color: var(--menu-red-bright);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(220, 38, 38, 0.45);
}

.btn-overlay-contact:hover .contact-icon {
  color: #ffffff !important;
  animation: iconBounce 0.45s ease;
}

@keyframes iconBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* ══ 6. FOLLOW US BLOCK: 36px circular icons, 10px gap, separated by divider ══ */
.overlay-social-block {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2dvh, 12px);
  box-sizing: border-box;
  padding-top: clamp(4px, 0.6dvh, 8px);
}

.social-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
}

.overlay-social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.social-row-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--menu-text-muted);
}

.social-icons-group {
  display: flex;
  align-items: center;
  gap: 10px; /* 10px gap between icons */
}

.overlay-social-btn {
  width: 36px; /* 36px circular icon button */
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--menu-text-light) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.overlay-social-btn:hover {
  transform: translateY(-3px) scale(1.05);
}

.overlay-social-btn.social-fb:hover {
  background: #1877F2 !important;
  border-color: #1877F2 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(24, 119, 242, 0.45);
}

.overlay-social-btn.social-insta:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(225, 48, 108, 0.45);
}

.overlay-social-btn.social-yt:hover {
  background: #FF0000 !important;
  border-color: #FF0000 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(255, 0, 0, 0.45);
}

.overlay-social-btn.social-li:hover {
  background: #0A66C2 !important;
  border-color: #0A66C2 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(10, 102, 194, 0.45);
}

.overlay-social-btn.social-x:hover {
  background: #000000 !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.25);
}

/* ══ 7. RESPONSIVE BREAKPOINTS ══ */

/* Tall Screens (e.g. 1440p, 4K or vertical height > 1000px) */
@media (min-width: 1024px) and (min-height: 1000px) {
  .fullscreen-menu-container {
    height: auto !important;
    max-height: calc(100dvh - 64px) !important;
    margin: auto !important;
  }
  .overlay-nav-link {
    max-height: 52px !important;
  }
  .btn-overlay-quote,
  .btn-overlay-track,
  .btn-overlay-contact {
    height: 52px !important;
    min-height: 52px !important;
    font-size: 15.5px !important;
  }
}

/* Laptop Short Screens (e.g. 1366x768 or 1280x720 with browser toolbars) */
@media (min-width: 1024px) and (max-height: 740px) {
  :root {
    --row-h: 32px;
    --row-gap: 4px;
    --heading-h: 36px;
    --icon-box: 26px;
    --font-link: 12px;
  }
  .overlay-header {
    padding: 10px var(--header-px) 8px !important;
  }
  .overlay-assistance-glass-card {
    padding: 10px 12px !important;
    gap: 6px !important;
  }
  .overlay-helpline-block,
  .overlay-address-email-block {
    padding: 6px 8px !important;
    gap: 6px !important;
  }
  .card-icon-circle {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }
  .phone-number {
    font-size: 16px !important;
  }
  .address-text,
  .email-text {
    font-size: 12px !important;
  }
  .btn-overlay-quote,
  .btn-overlay-track,
  .btn-overlay-contact {
    height: 38px !important;
    min-height: 38px !important;
    font-size: 12.5px !important;
  }
  .overlay-social-btn {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
  }
}

/* Mobile & Small Tablets (< 1024px): Accordion Mode & Smooth Touch Scrolling */
@media (max-width: 1023.98px) {
  .fullscreen-menu-overlay {
    padding: 0 !important;
    display: none !important;
    overflow: hidden !important;
    touch-action: pan-y !important;
    overscroll-behavior: contain !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .fullscreen-menu-overlay.is-open {
    display: block !important;
  }

  .fullscreen-menu-overlay::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  /* Full-Width Edge-to-Edge Top Accent Stripe on Mobile */
  .fullscreen-menu-container::before {
    content: '' !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    width: 100% !important;
    height: 3.5px !important;
    background: linear-gradient(90deg, #DC2626 0%, #EF4444 35%, #F59E0B 70%, #FBBF24 100%) !important;
    z-index: 999999 !important;
    border-radius: 0 !important;
    pointer-events: none !important;
  }

  .fullscreen-menu-container::after {
    content: '' !important;
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 40% !important;
    height: 3.5px !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent) !important;
    z-index: 1000000 !important;
    animation: topBarShimmer 4.5s ease-in-out infinite !important;
    pointer-events: none !important;
  }

  .fullscreen-menu-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 100% !important;
    height: 100% !important;
    height: 100dvh !important;
    max-height: 100% !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
    border: none !important;
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 20px)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    display: flex !important;
    flex-direction: column !important;
    touch-action: pan-y !important;
    box-sizing: border-box !important;
  }

  .fullscreen-menu-container::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .overlay-header {
    padding: 14px 18px 12px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
    background: rgba(15, 18, 24, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .overlay-brand-title {
    font-size: 18px !important;
  }

  .overlay-trust-badge {
    font-size: 8.5px !important;
    padding: 2px 7px !important;
  }

  .overlay-nav-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 16px 16px 24px !important;
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    flex: 1 0 auto !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .overlay-grid-column {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  /* Accordion Heading & Direct Link Common Styling */
  .overlay-col-accordion .overlay-col-heading,
  .overlay-primary-direct-link {
    padding: 13px 16px !important;
    min-height: 52px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
    margin-bottom: 0 !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
  }

  .overlay-primary-direct-link:hover,
  .overlay-primary-direct-link:active {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(245, 158, 11, 0.35) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
    transform: translateX(2px) !important;
  }

  .overlay-primary-direct-link .column-title {
    color: var(--menu-orange) !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
  }

  .overlay-primary-direct-link .column-icon-circle {
    width: 32px !important;
    height: 32px !important;
    border-radius: 9px !important;
    background: rgba(245, 158, 11, 0.12) !important;
    border: 1px solid rgba(245, 158, 11, 0.30) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--menu-orange) !important;
    flex-shrink: 0 !important;
    margin-right: 12px !important;
  }

  .overlay-primary-direct-link .nav-direct-arrow {
    font-size: 20px !important;
    color: var(--menu-orange) !important;
    transition: transform 0.2s ease !important;
  }

  .overlay-primary-direct-link:hover .nav-direct-arrow {
    transform: translateX(3px) !important;
  }

  .badge-review-rating {
    background: rgba(245, 158, 11, 0.15) !important;
    border: 1px solid rgba(245, 158, 11, 0.40) !important;
    color: #FBBF24 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 2px 7px !important;
    border-radius: 9999px !important;
    line-height: 1.2 !important;
  }

  .overlay-col-accordion.is-expanded .overlay-col-heading {
    background: rgba(239, 68, 68, 0.12) !important;
    border-color: rgba(239, 68, 68, 0.35) !important;
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.12) !important;
  }

  .overlay-col-accordion .overlay-col-heading::after {
    display: none !important;
  }

  .accordion-indicator {
    display: inline-block !important;
    transition: transform 0.28s ease !important;
  }

  .overlay-col-accordion.is-expanded .accordion-indicator {
    transform: rotate(180deg) !important;
  }

  /* Collapsible Content Area */
  .overlay-col-accordion .overlay-col-content {
    display: none;
    padding-top: 10px;
  }

  .overlay-col-accordion.is-expanded .overlay-col-content {
    display: block;
    animation: accordionExpand 0.28s ease forwards;
  }

  @keyframes accordionExpand {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .overlay-link-list {
    height: auto !important;
    flex: none !important;
    gap: 6px !important;
  }

  .overlay-link-list li {
    flex: none !important;
    min-height: auto !important;
  }

  .overlay-nav-link {
    min-height: 42px !important;
    height: 42px !important;
    max-height: none !important;
  }

  /* Hide 24x7 Assistance Card and child contact elements on mobile/tablet */
  .overlay-assistance-glass-card {
    display: none !important;
  }

  /* Deduplicate Instant Quote on mobile: fixed bottom bar already provides it */
  .overlay-cta-stack .btn-overlay-quote {
    display: none !important;
  }

  .phone-number {
    font-size: 18px !important;
  }

  .overlay-footer {
    display: none !important;
  }

  /* Sticky Mobile Action Bottom Bar */
  .overlay-mobile-sticky-bar {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: rgba(15, 18, 24, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 10px 16px max(12px, env(safe-area-inset-bottom, 12px)) !important;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.6) !important;
    display: flex !important;
  }

  .btn-overlay-mobile-call {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--menu-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
  }

  .btn-overlay-mobile-call:hover {
    background: var(--menu-red);
    color: #ffffff;
  }
}

@media (min-width: 1024px) {
  .overlay-mobile-sticky-bar {
    display: none !important;
  }
}

/* ══ 8. ACCESSIBILITY & PREFERS-REDUCED-MOTION ══ */
:focus-visible {
  outline: 2px solid var(--menu-orange) !important;
  outline-offset: 2px !important;
}

@media (prefers-reduced-motion: reduce) {
  .fullscreen-menu-overlay,
  .fullscreen-menu-container,
  .fullscreen-menu-container::after,
  .overlay-trust-badge::after,
  .btn-overlay-quote::before,
  .badge-hq,
  .overlay-link-list li,
  .overlay-nav-link,
  .menu-icon-box,
  .btn-overlay-call,
  .btn-overlay-close,
  .about-stat-card,
  .about-feature-tile,
  .about-credential-pill {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* ==================== 5. TOP REASSURANCE MARQUEE ==================== */
.top-reassurance-marquee {
  background: #881337;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 600;
}

.live-dot-ping {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.4);
  animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* ==================== 6. HERO SLIDER SECTION (GLASSMORPHISM) ==================== */
.hero-carousel-section {
  position: relative;
  min-height: 600px;
  background-color: #0b0b0d;
  padding-top: 36px;
  padding-bottom: 36px;
  overflow: hidden;
}

.hero-single-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/heronew.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-single-bg.city-hero-bg {
  background-image: url('../img/delhi_city_hero.jpg');
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}

.hero-slides-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.78) 100%);
}

@media (min-width: 992px) {
  .hero-carousel-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.hero-content-block {
  max-width: 100%;
}

.hero-left-content {
  position: relative;
  z-index: 2;
  overflow: visible;
  max-width: 100%;
}

.hero-top-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  margin-bottom: 18px;
  max-width: 650px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
}

/* ==========================================================================
   CITY HERO BREADCRUMB PILL
   Exact reference style (media_1790053109182.png):
   - Horizontal pill container with full-radius corners (border-radius: 9999px)
   - Soft translucent dark frosted background with subtle border
   - Consistent ~10px vertical and ~24px horizontal comfortable padding
   - Solid clean home icon (white, 14px) and bold white intermediate links
   - Accent orange for separators (›) and active city (Rohini)
   - Perfectly centered vertically along the horizontal row
   - Smooth horizontal scroll on mobile without breaking pill layout
   ========================================================================== */
.hero-city-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  position: relative;
  z-index: 5;
  width: fit-content !important;
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.breadcrumb-pill-list {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: fit-content !important;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 18px;
  box-sizing: border-box;
  list-style: none;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  font-family: var(--font-heading);
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: visible;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.breadcrumb-pill-list::-webkit-scrollbar {
  display: none;
}

.breadcrumb-pill-list:hover {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

.breadcrumb-pill-item {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}

/* Home & Intermediate Links: Normal light/white text, bold, clean alignment */
.breadcrumb-pill-link {
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  vertical-align: middle;
  transition: color 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}

.breadcrumb-pill-link:hover {
  color: #ffffff !important;
  opacity: 0.85;
}

.breadcrumb-text {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* Clean, properly sized Home Icon (solid white, 14px) */
.breadcrumb-home-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #ffffff;
  fill: currentColor;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

/* Breadcrumb Separators: (›) in website accent color */
.breadcrumb-pill-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: var(--brand-orange-bright, #f97316);
  user-select: none;
  pointer-events: none;
  flex-shrink: 0;
}

.breadcrumb-chevron {
  display: block;
  width: 9px;
  height: 9px;
  stroke: currentColor;
  flex-shrink: 0;
}

/* Active / Current Page (Rohini): Website accent color, bold, non-clickable */
.breadcrumb-pill-item.current-page {
  cursor: default;
  user-select: text;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.breadcrumb-current-text {
  color: var(--brand-orange-bright, #f97316) !important;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}

/* Desktop Breakpoint Alignment & No-clip Guarantee */
@media (min-width: 768px) {
  .hero-city-breadcrumb {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: fit-content !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }

  .breadcrumb-pill-list {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: fit-content !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 8px 18px !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
}

/* Accreditation Ribbon Badge */
.accreditation-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 5px 16px;
  border-radius: 9999px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.badge-pulse-dot {
  width: 6px;
  height: 6px;
  background-color: #ef4444;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.5);
}

/* Floating Feature Badges (Pills) */
.hero-feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
}

.hero-glass-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  cursor: default;
  text-decoration: none !important;
}

.hero-glass-chip:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(239, 68, 68, 0.65);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), var(--chip-glow, 0 8px 20px rgba(239, 68, 68, 0.4));
  color: #ffffff;
}

.chip-icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(239, 68, 68, 0.30);
  color: #ff8585;
}

.hero-glass-chip.chip-red .chip-icon-circle { background: rgba(239, 68, 68, 0.30); color: #ff8585; }
.hero-glass-chip.chip-red:hover { --chip-glow: var(--hero-glass-glow-red); border-color: rgba(239, 68, 68, 0.65); }

.hero-glass-chip.chip-amber .chip-icon-circle { background: rgba(239, 68, 68, 0.30); color: #ff8585; }
.hero-glass-chip.chip-amber:hover { --chip-glow: var(--hero-glass-glow-red); border-color: rgba(239, 68, 68, 0.65); }

.hero-glass-chip.chip-blue .chip-icon-circle { background: rgba(239, 68, 68, 0.30); color: #ff8585; }
.hero-glass-chip.chip-blue:hover { --chip-glow: var(--hero-glass-glow-red); border-color: rgba(239, 68, 68, 0.65); }

.hero-glass-chip.chip-emerald .chip-icon-circle { background: rgba(239, 68, 68, 0.30); color: #ff8585; }
.hero-glass-chip.chip-emerald:hover { --chip-glow: var(--hero-glass-glow-red); border-color: rgba(239, 68, 68, 0.65); }

/* Captions Slider Switcher */
.hero-captions-container {
  min-height: auto;
}

.hero-caption-item {
  display: none;
}

.hero-caption-item.active {
  display: block;
  animation: heroFadeIn 0.4s ease-out;
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-display-title {
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin-top: 0;
  margin-bottom: 10px;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
}

.highlight-underline {
  position: relative;
  display: inline-block;
  border-bottom: 4px solid var(--primary);
  padding-bottom: 1px;
  white-space: nowrap;
}

.hero-tagline-hindi {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  color: #fbbf24;
  margin-top: 4px;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

/* High Visibility CTA Buttons */
.btn-hero-cta-red {
  background: linear-gradient(135deg, #c71421 0%, #99131c 100%);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 11px 22px;
  border-radius: 9999px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(175, 16, 26, 0.5);
  transition: all 0.25s ease;
  text-decoration: none !important;
  cursor: pointer;
}

.btn-hero-cta-red:hover {
  background: linear-gradient(135deg, #dc2626 0%, #af101a 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(220, 38, 38, 0.6);
}

.btn-hero-glass-pill {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-decoration: none !important;
}

.btn-hero-glass-pill:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

/* High Visibility Hero Secondary Button (City Pages & Hero Sections) */
.btn-hero-secondary {
  background: rgba(15, 23, 42, 0.82) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(245, 158, 11, 0.5) !important;
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-size: 14.5px !important;
  font-weight: 700 !important;
  padding: 0 20px !important;
  height: 48px !important;
  border-radius: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 16px rgba(245, 158, 11, 0.15) !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-hero-secondary span,
.btn-hero-secondary strong {
  color: #FFFFFF !important;
}

.btn-hero-secondary .text-gold {
  color: #F59E0B !important;
  font-size: 20px !important;
  transition: transform 0.2s ease, color 0.2s ease;
}

.btn-hero-secondary:hover {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%) !important;
  border-color: #EF4444 !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(220, 38, 38, 0.5) !important;
}

.btn-hero-secondary:hover span,
.btn-hero-secondary:hover strong {
  color: #FFFFFF !important;
}

.btn-hero-secondary:hover .text-gold {
  color: #FFFFFF !important;
  transform: scale(1.15);
}

.btn-hero-primary {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-size: 14.5px !important;
  font-weight: 800 !important;
  padding: 0 20px !important;
  height: 48px !important;
  border-radius: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.45) !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-hero-primary:hover {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(220, 38, 38, 0.65) !important;
  color: #FFFFFF !important;
}

/* Google Rating Card (Frosted Glass Match) */
.hero-google-review-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 8px 16px;
  height: 48px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.hero-google-review-card:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
  background: #ffffff;
}

.google-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.google-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.rating-val {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
  letter-spacing: -0.02em;
}

.stars-row {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.stars-row .star-filled {
  font-size: 15px !important;
  color: #f59e0b !important;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.reviews-count {
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 500;
  color: #334155;
}

.reviews-count .highlight-count {
  color: #ea4335;
  font-weight: 800;
}

.reviews-count .reviews-label {
  color: #334155;
  font-weight: 600;
}

.badge-divider {
  width: 1px;
  height: 28px;
  background: #cbd5e1;
  flex-shrink: 0;
  margin: 0 2px;
}

.avatar-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.avatar-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -8px;
  object-fit: cover;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
  flex-shrink: 0;
}

.avatar-img:first-child {
  margin-left: 0;
}

/* Reassurance Metric Cards (Frosted Glass) */
.frosted-stat-card {
  background: var(--hero-glass-bg-pill);
  border: var(--hero-glass-border);
  backdrop-filter: blur(var(--hero-glass-blur));
  -webkit-backdrop-filter: blur(var(--hero-glass-blur));
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.frosted-stat-card.card-highlight {
  border: 1px solid rgba(239, 68, 68, 0.6);
  box-shadow: inset 0 0 14px rgba(239, 68, 68, 0.2);
}

.stat-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}

.stat-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* Separate Floating Frosted Glass Bottom Feature Badges */
.hero-bottom-feature-card {
  background: rgba(14, 14, 16, 0.52);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.hero-bottom-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transition: left 0.6s ease;
  pointer-events: none;
}

.hero-bottom-feature-card:hover {
  transform: translateY(-6px) scale(1.02);
  background: rgba(22, 22, 26, 0.70);
  border-color: rgba(245, 158, 11, 0.65);
  box-shadow: 0 20px 45px -8px rgba(0, 0, 0, 0.6), 0 0 25px rgba(245, 158, 11, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.hero-bottom-feature-card:hover::before {
  left: 100%;
}

.hero-bottom-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f59e0b;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45);
  flex-shrink: 0;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-bottom-feature-card:hover .hero-bottom-feature-icon {
  transform: scale(1.14) rotate(8deg);
  box-shadow: 0 0 22px rgba(245, 158, 11, 0.85);
  background: #fbbf24;
}

.hero-bottom-feature-text {
  display: flex;
  flex-direction: column;
}

.hero-bottom-feature-title {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2px;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.hero-bottom-feature-card:hover .hero-bottom-feature-title {
  color: #fbbf24;
}

.hero-bottom-feature-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  line-height: 1.3;
}

/* Carousel Indicators */
.btn-carousel-nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-carousel-nav:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.35);
}

.carousel-dot-btn {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}

.carousel-dot-btn.active {
  background: var(--primary);
  width: 26px;
  height: 5px;
  border-radius: 9999px;
}

/* ==================== 7. FLOATING QUOTE FORM CARD ==================== */
.floating-quote-container {
  max-width: 1240px;
  margin-inline: auto;
  margin-top: -75px;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

.quote-main-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 45px -8px rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(226, 232, 240, 0.9);
  overflow: hidden;
}

.quote-card-header {
  background: linear-gradient(90deg, #1e293b 0%, #252e42 25%, #881337 50%, #991b1b 60%, #6b1426 75%, #1e293b 100%);
  padding: 11px 20px;
  border-bottom: 2px solid #881337;
  border-radius: 17px 17px 0 0;
}

.pulse-gold-dot {
  width: 7px;
  height: 7px;
  background-color: #d97706;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.quote-bar-title {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.discount-pill {
  background-color: #f59e0b;
  color: #0f172a;
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-block;
  flex-shrink: 0;
}

/* Service Selector Section Header */
.service-dot-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #af101a;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 6px;
}

.service-section-title {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: 0.02em;
}

/* Service Pill Tabs (5-Column Grid, Zero Overflow, Perfect Symmetry) */
.service-selector-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  width: 100%;
}

.btn-service-tab {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  color: #475569;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 700;
  height: 36px;
  padding: 0 4px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  width: 100%;
  line-height: 1;
}

.btn-service-tab .material-symbols-outlined {
  font-size: 16px;
}

.btn-service-tab:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
  transform: translateY(-1px);
}

.btn-service-tab.active {
  background: linear-gradient(135deg, #af101a 0%, #8c0d15 100%);
  color: #ffffff;
  border-color: #8c0d15;
  box-shadow: 0 3px 10px rgba(175, 16, 26, 0.25);
}

.btn-service-tab.active .material-symbols-outlined {
  color: #ffffff;
}

@media (max-width: 480px) {
  .service-selector-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .service-selector-tabs::-webkit-scrollbar {
    display: none;
  }
  .btn-service-tab {
    flex: 0 0 auto;
    width: auto;
    padding: 0 10px;
    font-size: 11px;
  }
}

/* Quote Form Labels */
.quote-form-label {
  font-family: var(--font-heading);
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  margin-bottom: 3.5px !important;
  display: block !important;
  line-height: 1.2 !important;
}

.req-star {
  color: #dc2626 !important;
  font-weight: 700 !important;
  margin-left: 2px !important;
}

/* Inputs & Form Controls (Sleek Height 41px) */
.input-icon-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 18px;
  pointer-events: none;
  z-index: 5;
}

.form-control-stitch {
  height: 41px;
  border-radius: 9px;
  border: 1.5px solid #e2e8f0;
  background-color: #f8fafc;
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  padding-left: 36px;
  padding-right: 10px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-stitch:focus {
  border-color: #af101a;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(175, 16, 26, 0.12);
  outline: none;
}

.form-control-stitch::placeholder {
  color: #94a3b8;
  font-weight: 400;
  font-size: 12.5px;
}

select.form-control-stitch {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 11px 7px;
  padding-right: 30px;
  cursor: pointer;
}

input[type="date"].form-control-stitch {
  cursor: pointer;
}

input[type="date"].form-control-stitch::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.55;
  padding: 3px;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

input[type="date"].form-control-stitch::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.phone-prefix-wrapper .phone-prefix {
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-heading);
  font-weight: 700;
  color: #334155;
  font-size: 13px;
  z-index: 5;
  pointer-events: none;
  border-right: 1.5px solid #cbd5e1;
  padding-right: 6px;
  line-height: 1;
  height: 16px;
  display: flex;
  align-items: center;
}

.phone-prefix-wrapper input {
  padding-left: 72px !important;
}

.btn-primary-stitch {
  height: 45px;
  background: linear-gradient(135deg, #af101a 0%, #8c0d15 100%);
  color: #ffffff;
  border: none;
  border-radius: 9px;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0 20px;
  box-shadow: 0 4px 14px rgba(175, 16, 26, 0.32);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.btn-primary-stitch:hover {
  background: linear-gradient(135deg, #c71421 0%, #99131c 100%);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(175, 16, 26, 0.42);
}

/* Glassmorphism Quote Form Card & Inputs */
.quote-main-card.hero-glass-card {
  background: rgba(16, 18, 24, 0.38) !important;
  backdrop-filter: blur(24px) saturate(190%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(190%) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 20px !important;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  overflow: hidden;
}

.hero-glass-card .quote-card-header {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 19px 19px 0 0 !important;
}

.hero-glass-card .service-section-title {
  color: #f1f5f9 !important;
}

.hero-glass-card .btn-service-tab {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #e2e8f0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-glass-card .btn-service-tab:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.40);
  color: #ffffff;
}

.hero-glass-card .btn-service-tab.active {
  background: linear-gradient(135deg, #af101a 0%, #8c0d15 100%);
  color: #ffffff;
  border-color: #ef4444;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.45);
}

.hero-glass-card .quote-form-label {
  color: #ffffff !important;
  font-size: 11.5px !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.hero-glass-card .form-control-stitch,
.hero-glass-card select.form-control-stitch,
.hero-glass-card input[type="date"].form-control-stitch {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.20) !important;
}

.hero-glass-card .form-control-stitch::placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

.hero-glass-card .form-control-stitch:focus {
  background-color: rgba(255, 255, 255, 0.12) !important;
  border-color: #fbbf24 !important;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.35) !important;
  outline: none;
}

.hero-glass-card select.form-control-stitch option {
  background-color: #18181b;
  color: #ffffff;
}

.hero-glass-card .input-icon {
  color: #fbbf24 !important;
}

.hero-glass-card .phone-prefix-wrapper .phone-prefix {
  color: #fbbf24 !important;
  border-right-color: rgba(255, 255, 255, 0.35) !important;
}

.hero-glass-card .btn-primary-stitch {
  background: linear-gradient(135deg, #c71421 0%, #99131c 100%) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 20px rgba(175, 16, 26, 0.5) !important;
  font-size: 14px !important;
  height: 48px !important;
}

.hero-glass-card .btn-primary-stitch:hover {
  background: linear-gradient(135deg, #dc2626 0%, #af101a 100%) !important;
  box-shadow: 0 10px 28px rgba(220, 38, 38, 0.6) !important;
}

.quote-privacy-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #fbbf24;
  margin-top: 10px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ==================== 8. VERIFIED CREDENTIALS STRIP ==================== */
.verified-credentials-section {
  background-color: #ffffff;
}

.verified-credentials-section .row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}

@media (min-width: 576px) {
  .verified-credentials-section .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
}

@media (min-width: 992px) {
  .verified-credentials-section .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
}

/* Custom gutter utility */
.g-2\.5, .gy-2\.5 {
  --bs-gutter-y: 0.75rem !important;
}
.g-2\.5, .gx-2\.5 {
  --bs-gutter-x: 0.75rem !important;
}

.credential-item-card,
.credential-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.credential-item-card::before,
.credential-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}

.credential-item-card::after,
.credential-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4458 0%, #ffffff 50%, #fcd34d 100%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 2px 10px rgba(245, 158, 11, 0.6);
  opacity: 0;
  z-index: 12;
  pointer-events: none;
  transition: width 0.4s ease, opacity 0.3s ease;
}

.credential-item-card:hover::after,
.credential-card:hover::after {
  width: 100%;
  opacity: 1;
}

.credential-item-card:hover,
.credential-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(175, 16, 26, 0.35);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12), 0 0 20px rgba(175, 16, 26, 0.08);
}

.credential-icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.credential-item-card:hover .credential-icon-circle,
.credential-card:hover .credential-icon-circle {
  transform: scale(1.08);
}

.bg-red-soft { background-color: rgba(175, 16, 26, 0.08) !important; color: #af101a !important; }
.bg-blue-soft { background-color: rgba(37, 99, 235, 0.08) !important; color: #2563eb !important; }
.bg-indigo-soft { background-color: rgba(79, 70, 229, 0.08) !important; color: #4f46e5 !important; }
.bg-emerald-soft { background-color: rgba(5, 150, 105, 0.08) !important; color: #059669 !important; }
.bg-amber-soft { background-color: rgba(217, 119, 6, 0.08) !important; color: #d97706 !important; }
.bg-amber-50 { background-color: #fffbeb !important; }
.border-amber-200 { border-color: #fde68a !important; }
.text-amber { color: #d97706 !important; }

/* ==================== 9. CORE RELOCATION PILLARS ==================== */
/* Fleet Capabilities Live Action Button */
.fleet-live-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none !important;
  background: rgba(175, 16, 26, 0.05);
  border: 1.5px solid rgba(175, 16, 26, 0.22);
  border-radius: 9999px;
  padding: 8px 18px;
  position: relative;
  overflow: hidden;
  color: #af101a !important;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.25s ease,
              border-color 0.25s ease,
              box-shadow 0.25s ease;
  animation: fleetLivePillPulse 2.8s ease-in-out infinite;
}

@keyframes fleetLivePillPulse {
  0%, 100% {
    box-shadow: 0 2px 10px rgba(175, 16, 26, 0.06);
    border-color: rgba(175, 16, 26, 0.22);
  }
  50% {
    box-shadow: 0 4px 18px rgba(175, 16, 26, 0.16);
    border-color: rgba(175, 16, 26, 0.45);
  }
}

/* Continuous Diagonal Shimmer Sweep */
.fleet-live-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -120%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.25) 30%,
    rgba(255, 255, 255, 0.70) 50%,
    rgba(255, 255, 255, 0.25) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  pointer-events: none;
  animation: fleetLiveShine 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 1;
}

@keyframes fleetLiveShine {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    left: 180%;
    opacity: 1;
  }
  51%, 100% {
    left: 180%;
    opacity: 0;
  }
}

/* Content Layering */
.fleet-live-btn > * {
  position: relative;
  z-index: 2;
}

/* Live Radar Pulse Beacon */
.fleet-live-pulse {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fleet-pulse-dot {
  width: 7.5px;
  height: 7.5px;
  background-color: #dc2626;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 8px rgba(220, 38, 38, 0.75);
}

.fleet-pulse-ring {
  position: absolute;
  inset: -3px;
  border: 1.5px solid #dc2626;
  border-radius: 50%;
  animation: fleetRadarWave 1.8s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  pointer-events: none;
}

@keyframes fleetRadarWave {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

/* Text */
.fleet-live-text {
  color: #af101a;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Continuous Bouncing Forward Arrow */
.fleet-live-arrow {
  font-size: 17px !important;
  line-height: 1 !important;
  color: #af101a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: fleetArrowLiveBounce 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
  will-change: transform;
}

@keyframes fleetArrowLiveBounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

/* Hover Enhancement */
.fleet-live-btn:hover {
  background: rgba(175, 16, 26, 0.10);
  border-color: #af101a;
  color: #8c0d15 !important;
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 6px 20px rgba(175, 16, 26, 0.20);
}

.fleet-live-btn:hover .fleet-live-arrow {
  animation-play-state: paused;
  transform: translateX(6px);
  color: #8c0d15;
}

.pillar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  border-radius: 20px 20px 0 0;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
}

.pillar-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4458 0%, #ffffff 50%, #fcd34d 100%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 2px 10px rgba(245, 158, 11, 0.6);
  border-radius: 20px 20px 0 0;
  z-index: 12;
  opacity: 0;
  pointer-events: none;
  transition: width 0.4s ease, opacity 0.3s ease;
}

.pillar-card:hover::after {
  width: 100%;
  opacity: 1;
}

.pillar-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(175, 16, 26, 0.35);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12), 0 0 20px rgba(175, 16, 26, 0.08);
}

.pillar-img-wrapper,
.pillar-img-wrap {
  height: 190px;
  overflow: hidden;
  position: relative;
}

.pillar-img-wrapper::after,
.pillar-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

.pillar-img,
.pillar-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.pillar-card:hover .pillar-img,
.pillar-card:hover .pillar-img-wrap img {
  transform: scale(1.06);
}

.pillar-badge,
.pillar-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(15, 23, 42, 0.82) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 9999px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.pillar-card > div:last-child {
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.pillar-card .h5 {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  transition: color 0.2s ease;
}

.pillar-card:hover .h5 {
  color: #af101a;
}

.pillar-card p.small,
.pillar-card p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #64748b;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  flex-grow: 1 !important;
}

.pillar-link,
.pillar-card-link {
  color: #af101a !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  transition: all 0.2s ease;
}

.pillar-link:hover,
.pillar-card-link:hover {
  gap: 9px;
  color: #c71421 !important;
}

/* ==================== 10. 9 SPECIALIZED MOVING SOLUTIONS ==================== */
.service-tile-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.service-tile-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}

.service-tile-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4458 0%, #ffffff 50%, #fcd34d 100%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 2px 10px rgba(245, 158, 11, 0.6);
  opacity: 0;
  z-index: 12;
  pointer-events: none;
  transition: width 0.4s ease, opacity 0.3s ease;
}

.service-tile-card:hover::after {
  width: 100%;
  opacity: 1;
}

.service-tile-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(175, 16, 26, 0.35);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12), 0 0 20px rgba(175, 16, 26, 0.08);
}

.tile-number-badge {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  color: #af101a;
  background-color: #fff1f2;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid #fecaca;
  letter-spacing: 0.02em;
}

.service-tile-card .icon-24 {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(175, 16, 26, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.service-tile-card:hover .icon-24 {
  background: #af101a;
  color: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(175, 16, 26, 0.3);
}

.service-tile-card .h5 {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  transition: color 0.2s ease;
}

.service-tile-card:hover .h5 {
  color: #af101a;
}

.tile-readmore {
  color: #af101a !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}

.tile-readmore:hover {
  gap: 8px;
  color: #c71421 !important;
}

/* ==================== 11. PRICING MATRICES & TABLES ==================== */
.pricing-table-wrapper {
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(15, 23, 42, 0.05);
  background: #ffffff;
}

.table-header-bar {
  padding: 16px 24px;
}

.badge-intercity {
  background-color: #f59e0b;
  color: #0f172a;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 9999px;
  letter-spacing: 0.05em;
}

.badge-localcity {
  background-color: #ffffff;
  color: #881337;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 9999px;
  letter-spacing: 0.05em;
}

.table-stitch {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

.table-stitch thead th {
  background-color: #f8fafc;
  color: #334155;
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 20px;
  border-bottom: 1.5px solid #e2e8f0;
}

.table-stitch tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.15s ease;
}

.table-stitch tbody tr:nth-child(even) {
  background-color: #fafbfc;
}

.table-stitch tbody tr:hover {
  background-color: #f1f5f9;
}

.table-stitch tbody td {
  padding: 14px 20px;
  vertical-align: middle;
  color: #1e293b;
}

.table-stitch tbody td:last-child {
  color: #af101a !important;
  font-weight: 800 !important;
}

.table-scroll-hint {
  font-size: 11px;
  color: #64748b;
  background-color: #f8fafc;
  padding: 6px 14px;
  border-bottom: 1px solid #e2e8f0;
}

/* Pricing Mobile Native Card System */
.pricing-mobile-container {
  background: #ffffff;
}

.pricing-mobile-filter-bar {
  padding: 12px 14px;
}

.pricing-distance-pills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.btn-dist-pill {
  appearance: none;
  -webkit-appearance: none;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  font-family: var(--font-heading, inherit);
  font-size: 11.5px;
  font-weight: 700;
  padding: 8px 6px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  cursor: pointer;
  line-height: 1.2;
}

.btn-dist-pill:hover,
.btn-dist-pill:focus {
  border-color: #cbd5e1;
  background: #f8fafc;
  outline: none;
}

.btn-dist-pill.active {
  background: linear-gradient(135deg, #af101a 0%, #881337 100%);
  border-color: #af101a;
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(175, 16, 26, 0.25);
}

.pricing-mobile-item {
  padding: 11px 14px;
}

.pricing-mob-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bg-red-soft {
  background: #fef2f2;
}

.pricing-mobile-rate-badge {
  font-family: var(--font-heading, inherit);
  font-size: 12px;
  font-weight: 800;
  background: #fef2f2;
  color: #af101a !important;
  border: 1px solid #fee2e2;
  padding: 4px 7px;
  border-radius: 6px;
  letter-spacing: -0.2px;
  transition: transform 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 50%;
  text-align: right;
}

.pricing-mobile-rate-badge.rate-pop {
  transform: scale(1.05);
  background: #fee2e2;
}

.btn-price-breakdown {
  text-decoration: none !important;
  color: #64748b !important;
  font-weight: 600;
  box-shadow: none !important;
}

.btn-price-breakdown:hover,
.btn-price-breakdown:focus {
  color: #af101a !important;
  outline: none;
}

.btn-price-breakdown[aria-expanded="true"] .breakdown-chevron {
  transform: rotate(180deg);
}

.breakdown-chevron {
  transition: transform 0.2s ease;
}

.pricing-mini-breakdown {
  font-size: 11.5px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.pricing-mobile-item:last-child {
  border-bottom: none !important;
}

.custom-cargo-callout {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  border-left: 6px solid #af101a !important;
  padding: 24px 28px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.btn-danger-stitch {
  background-color: #af101a;
  color: #ffffff;
  border-radius: 10px;
  font-family: var(--font-heading);
  font-size: 14px;
  transition: all 0.2s ease;
}

.btn-danger-stitch:hover {
  background-color: #c71421;
  color: #ffffff;
}

/* ==================== 12. 3 STEP PROCESS FOR DELIVERING STUFF ==================== */
#process-section {
  background: linear-gradient(145deg, #0b1120 0%, #111827 50%, #0f172a 100%) !important;
  color: #ffffff !important;
  padding: 90px 0;
  position: relative;
}

.process-step-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.process-step-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.step-num {
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.18);
  line-height: 1;
  letter-spacing: -0.04em;
}

.step-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease;
}

.step-icon-circle.bg-danger {
  background: linear-gradient(135deg, #ef4444 0%, #af101a 100%) !important;
  color: #ffffff !important;
}

.step-icon-circle.bg-emerald {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
  color: #ffffff !important;
}

.step-icon-circle.bg-gold {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%) !important;
  color: #0f172a !important;
}

.process-step-card:hover .step-icon-circle {
  transform: scale(1.1);
}

.process-step-card .h5 {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 800;
}

/* ==================== 13. BUILT ON TRUST & WHY US ==================== */
.timeline-item-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.timeline-item-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}

.timeline-item-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4458 0%, #ffffff 50%, #fcd34d 100%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 2px 10px rgba(245, 158, 11, 0.6);
  opacity: 0;
  z-index: 12;
  pointer-events: none;
  transition: width 0.4s ease, opacity 0.3s ease;
}

.timeline-item-card:hover::after {
  width: 100%;
  opacity: 1;
}

.timeline-item-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(175, 16, 26, 0.35);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12), 0 0 20px rgba(175, 16, 26, 0.08);
}

.timeline-item-card .icon-24 {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(175, 16, 26, 0.08);
  color: #af101a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.timeline-item-card:hover .icon-24 {
  background: #af101a;
  color: #ffffff;
  transform: scale(1.10) rotate(4deg);
  box-shadow: 0 6px 16px rgba(175, 16, 26, 0.35);
}

.why-us-feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 38px 40px;
  box-shadow: 0 14px 40px -10px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}

.why-us-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}

.why-us-feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4458 0%, #ffffff 50%, #fcd34d 100%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 2px 10px rgba(245, 158, 11, 0.6);
  opacity: 0;
  z-index: 12;
  pointer-events: none;
  transition: width 0.4s ease, opacity 0.3s ease;
}

.why-us-feature-card:hover::after {
  width: 100%;
  opacity: 1;
}

.why-us-feature-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(175, 16, 26, 0.35);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12), 0 0 20px rgba(175, 16, 26, 0.08);
}

/* ==================== 14. PAN-INDIA REACH & BRANCHES ==================== */
.state-chip-btn {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 9999px;
  padding: 8px 18px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
}

.state-chip-btn:hover {
  background-color: #af101a !important;
  color: #ffffff !important;
  border-color: #af101a !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(175, 16, 26, 0.25);
}

.state-chip-btn:hover .material-symbols-outlined {
  color: #ffffff !important;
}

/* 14.1 SERVICE AREA BUTTONS (COMPACT MODERN CARDS MATCHING IMAGE 2) */
.area-service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  min-height: 50px;
  width: 100%;
}

.area-service-card:hover {
  background: #ffffff;
  border-color: #fca5a5;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(175, 16, 26, 0.08);
}

.area-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fef2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.area-service-card:hover .area-icon-box {
  background: #fee2e2;
  transform: scale(1.04);
}

.area-icon {
  font-size: 18px !important;
  color: #af101a !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-text-wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
  min-width: 0;
}

.area-name {
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 700;
  color: #0f172a !important;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.area-service-card:hover .area-name {
  color: #af101a !important;
}

.area-subtitle {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.5px;
}

@media (max-width: 575.98px) {
  .area-service-card {
    padding: 6px 8px;
    gap: 7px;
    border-radius: 10px;
    min-height: 44px;
  }
  .area-icon-box {
    width: 28px;
    height: 28px;
    border-radius: 6px;
  }
  .area-icon {
    font-size: 16px !important;
  }
  .area-name {
    font-size: 11.5px;
  }
  .area-subtitle {
    font-size: 9.5px;
  }
}

/* ==================== 14.2 CORPORATE TRUST PARTNER SHOWCASE ==================== */
.partner-trust-card {
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.03);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.partner-trust-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 0;
  transition: opacity 0.2s ease, height 0.2s ease;
}

.partner-trust-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 28px -6px rgba(175, 16, 26, 0.12), 0 4px 12px rgba(15, 23, 42, 0.04);
}

.partner-trust-card:hover::before {
  opacity: 1;
  height: 3px;
}

.partner-logo-box {
  width: 52px;
  height: 48px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s ease, border-color 0.22s ease;
  flex-shrink: 0;
}

.partner-trust-card:hover .partner-logo-box {
  transform: scale(1.05);
  border-color: #cbd5e1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.partner-brand-logo {
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 34px;
  object-fit: contain;
  display: block;
}

.partner-trust-strip {
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--primary) !important;
}

.branch-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.branch-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}

.branch-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4458 0%, #ffffff 50%, #fcd34d 100%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 2px 10px rgba(245, 158, 11, 0.6);
  opacity: 0;
  z-index: 12;
  pointer-events: none;
  transition: width 0.4s ease, opacity 0.3s ease;
}

.branch-card:hover::after {
  width: 100%;
  opacity: 1;
}

.branch-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(175, 16, 26, 0.35);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12), 0 0 20px rgba(175, 16, 26, 0.08);
}

.branch-card .h5 {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
}

.branch-call-link {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 7px 16px;
  border-radius: 9999px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: #af101a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.branch-card:hover .branch-call-link,
.branch-call-link:hover {
  background: #af101a;
  border-color: #af101a;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(175, 16, 26, 0.3);
}

.branch-card:hover .branch-call-link .material-symbols-outlined,
.branch-call-link:hover .material-symbols-outlined {
  color: #ffffff !important;
}

.btn-dark-slate {
  background-color: var(--inverse-dark);
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: var(--font-heading);
  font-size: 13.5px;
  transition: background-color 0.2s ease;
}

.btn-dark-slate:hover {
  background-color: #1e293b;
  color: #ffffff;
}

/* ==================== 15. TESTIMONIALS & REVIEWS ==================== */
.testimonial-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}

.testimonial-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4458 0%, #ffffff 50%, #fcd34d 100%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 2px 10px rgba(245, 158, 11, 0.6);
  opacity: 0;
  z-index: 12;
  pointer-events: none;
  transition: width 0.4s ease, opacity 0.3s ease;
}

.testimonial-card:hover::after {
  width: 100%;
  opacity: 1;
}

.testimonial-card .stars-row {
  position: relative;
}

.testimonial-card .stars-row::after {
  content: '“';
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 64px;
  line-height: 1;
  font-family: Georgia, serif;
  color: rgba(175, 16, 26, 0.06);
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(175, 16, 26, 0.35);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12), 0 0 20px rgba(175, 16, 26, 0.08);
}

.testimonial-card p {
  color: #334155;
  font-size: 13.5px;
  line-height: 1.65;
}

.stars-row i {
  color: #f59e0b;
  margin-right: 2px;
  font-size: 14px;
}

.badge-verified {
  background-color: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ==================== 16. FAQ ACCORDION (MODERN 2-COL DESIGN) ==================== */
.accordion-stitch {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion-stitch-grid {
  align-items: stretch;
}

.accordion-stitch .accordion-item,
.accordion-stitch-grid .accordion-item,
.accordion-stitch-item {
  border: 1.5px solid #e2e8f0;
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  background: #ffffff;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 0 !important;
}

.accordion-stitch .accordion-item:hover,
.accordion-stitch-grid .accordion-item:hover,
.accordion-stitch-item:hover {
  border-color: #cbd5e1;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.accordion-stitch .accordion-button,
.accordion-stitch-grid .accordion-button,
.accordion-stitch-item .accordion-button {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: #0f172a;
  padding: 18px 64px 18px 22px;
  min-height: 82px;
  background-color: #ffffff;
  box-shadow: none;
  border: none;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

/* Sleek Circular Chevron Holder */
.accordion-stitch .accordion-button::after,
.accordion-stitch-grid .accordion-button::after,
.accordion-stitch-item .accordion-button::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin-left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f1f5f9;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23334155'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.accordion-stitch .accordion-button:hover::after,
.accordion-stitch-grid .accordion-button:hover::after,
.accordion-stitch-item .accordion-button:hover::after {
  background-color: #e2e8f0;
}

.accordion-stitch .accordion-button:not(.collapsed)::after,
.accordion-stitch-grid .accordion-button:not(.collapsed)::after,
.accordion-stitch-item .accordion-button:not(.collapsed)::after {
  background-color: #af101a;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: translateY(-50%) rotate(-180deg);
  box-shadow: 0 2px 8px rgba(175, 16, 26, 0.3);
}

.accordion-stitch .accordion-button .faq-q-text,
.accordion-stitch-grid .accordion-button .faq-q-text,
.accordion-stitch-item .accordion-button .faq-q-text,
.accordion-stitch .accordion-button > span:not(.faq-num-pill),
.accordion-stitch-grid .accordion-button > span:not(.faq-num-pill),
.accordion-stitch-item .accordion-button > span:not(.faq-num-pill) {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #0f172a;
  text-align: left;
  display: block;
  letter-spacing: -0.15px;
  margin-bottom: 0;
}

.accordion-stitch .accordion-button:not(.collapsed),
.accordion-stitch-grid .accordion-button:not(.collapsed),
.accordion-stitch-item .accordion-button:not(.collapsed) {
  color: #af101a;
  background-color: #ffffff;
}

.accordion-stitch .accordion-button:not(.collapsed) .faq-q-text,
.accordion-stitch-grid .accordion-button:not(.collapsed) .faq-q-text,
.accordion-stitch-item .accordion-button:not(.collapsed) .faq-q-text,
.accordion-stitch .accordion-button:not(.collapsed) > span:not(.faq-num-pill),
.accordion-stitch-grid .accordion-button:not(.collapsed) > span:not(.faq-num-pill),
.accordion-stitch-item .accordion-button:not(.collapsed) > span:not(.faq-num-pill) {
  color: #af101a;
}

.accordion-stitch .accordion-item:has(.accordion-button:not(.collapsed)),
.accordion-stitch-grid .accordion-item:has(.accordion-button:not(.collapsed)),
.accordion-stitch-item:has(.accordion-button:not(.collapsed)) {
  border-color: #fca5a5;
  box-shadow: 0 6px 20px rgba(175, 16, 26, 0.09);
}

.accordion-stitch .accordion-body,
.accordion-stitch-grid .accordion-body,
.accordion-stitch-item .accordion-body {
  padding: 20px 24px 24px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  background-color: #f8fafc;
  border-top: 1px solid #f1f5f9;
}

/* Number Pill Badge */
.faq-num-pill {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  color: #af101a;
  background: rgba(175, 16, 26, 0.07);
  border: 1px solid rgba(175, 16, 26, 0.15);
  padding: 4px 11px;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.accordion-stitch .accordion-button:not(.collapsed) .faq-num-pill,
.accordion-stitch-grid .accordion-button:not(.collapsed) .faq-num-pill,
.accordion-stitch-item .accordion-button:not(.collapsed) .faq-num-pill {
  background: #af101a;
  color: #ffffff;
  border-color: #af101a;
}

@media (min-width: 1200px) {
  .accordion-stitch {
    gap: 16px;
  }
  .accordion-stitch .accordion-button {
    padding: 20px 66px 20px 24px;
    min-height: 80px;
  }
  .accordion-stitch .accordion-button .faq-q-text,
  .accordion-stitch .accordion-button > span:not(.faq-num-pill) {
    font-size: 16.5px;
    line-height: 1.45;
  }
  .accordion-stitch .accordion-body {
    padding: 22px 26px 26px 26px;
    font-size: 15px;
  }
  .faq-num-pill {
    font-size: 12.5px;
    padding: 4.5px 12px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

/* ==================== Mobile Optimization ==================== */
@media (max-width: 767.98px) {
  .accordion-stitch {
    gap: 10px !important;
  }
  .accordion-stitch .accordion-item {
    border-radius: 14px !important;
    min-height: 0 !important;
    border: 1px solid #e2e8f0;
  }
  .accordion-stitch .accordion-button {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 14px 46px 14px 16px !important;
    min-height: 0 !important;
    justify-content: flex-start;
  }
  .accordion-stitch .accordion-button::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 14px !important;
    width: 28px !important;
    height: 28px !important;
    background-size: 11px !important;
  }
  .accordion-stitch .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg) !important;
  }
  .accordion-stitch .accordion-button .faq-q-text,
  .accordion-stitch .accordion-button > span:not(.faq-num-pill) {
    font-size: 14px !important;
    line-height: 1.38 !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    letter-spacing: -0.01em;
  }
  .accordion-stitch .accordion-body {
    padding: 13px 16px 15px 16px !important;
    font-size: 13px !important;
    line-height: 1.58 !important;
    color: #475569;
  }
  .faq-num-pill {
    font-size: 10px !important;
    font-weight: 800;
    padding: 2.5px 7px !important;
    border-radius: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media (max-width: 420px) {
  .accordion-stitch {
    gap: 8px !important;
  }
  .accordion-stitch .accordion-item {
    border-radius: 12px !important;
    min-height: 0 !important;
  }
  .accordion-stitch .accordion-button {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 12px 42px 12px 14px !important;
    min-height: 0 !important;
  }
  .accordion-stitch .accordion-button::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 12px !important;
    width: 26px !important;
    height: 26px !important;
    background-size: 10px !important;
  }
  .accordion-stitch .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg) !important;
  }
  .accordion-stitch .accordion-button .faq-q-text,
  .accordion-stitch .accordion-button > span:not(.faq-num-pill) {
    font-size: 13.5px !important;
    line-height: 1.35 !important;
  }
  .accordion-stitch .accordion-body {
    padding: 11px 14px 13px 14px !important;
    font-size: 12.5px !important;
    line-height: 1.52 !important;
  }
  .faq-num-pill {
    font-size: 9.5px !important;
    padding: 2px 6px !important;
    border-radius: 5px !important;
    margin-bottom: 5px !important;
  }
}

.faq-support-card,
.faq-support-strip {
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  position: relative;
  overflow: hidden;
}

.faq-support-card::before,
.faq-support-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
}

.faq-support-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(175, 16, 26, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .faq-support-strip,
  .faq-support-card {
    padding: 16px 14px !important;
    border-radius: 14px !important;
  }
}

/* ==================== 16.1 BLOG & INNER PAGE CARDS ==================== */
.blog-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  z-index: 10;
  transition: height 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover::before {
  height: 4.5px;
  box-shadow: 0 2px 10px rgba(175, 16, 26, 0.35);
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: #cbd5e1 !important;
  box-shadow: 0 20px 40px -8px rgba(15, 23, 42, 0.1);
}

.blog-card-img {
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.05);
}

.blog-date-badge {
  background: #f59e0b !important;
  color: #0f172a !important;
  font-weight: 800;
  font-size: 11.5px;
  padding: 6px 14px;
  border-radius: 0 0 0 14px;
}

.blog-btn-primary {
  background: linear-gradient(135deg, #af101a 0%, #8c0d15 100%);
  color: #ffffff !important;
  border: none;
  padding: 7px 18px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 12.5px;
  transition: all 0.2s ease;
}

.blog-btn-primary:hover {
  background: linear-gradient(135deg, #c71421 0%, #99131c 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(175, 16, 26, 0.3);
}

/* Luxury Blog Page & Card Components */
.blog-post-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-post-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  z-index: 5;
  transition: height 0.25s ease;
}

.blog-post-card:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08);
}

.blog-post-card:hover::before {
  height: 4.5px;
}

.blog-card-media {
  position: relative;
  overflow: hidden;
  height: 210px;
  background: #0f172a;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-post-card:hover .blog-card-media img {
  transform: scale(1.06);
}

.blog-category-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  color: #fbbf24;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(251, 191, 36, 0.3);
  z-index: 2;
}

.blog-date-badge-pill {
  position: absolute;
  bottom: 12px;
  right: 14px;
  background: rgba(175, 16, 26, 0.9);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  z-index: 2;
}

.blog-card-body {
  padding: 22px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 10px;
}

.blog-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f172a;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.blog-card-title a {
  color: #0f172a;
  text-decoration: none;
}

.blog-card-title a:hover {
  color: #af101a;
}

.blog-card-excerpt {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}

.blog-read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #af101a;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  transition: gap 0.2s ease, color 0.2s ease;
}

.blog-read-more-btn:hover {
  color: #dc2626;
  gap: 10px;
}

/* Single Post View Styles */
.blog-details-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.blog-details-hero-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
}

.blog-content-body {
  font-size: 15px;
  line-height: 1.8;
  color: #334155;
}

.blog-content-body h2, .blog-content-body h3, .blog-content-body h4 {
  color: #0f172a;
  font-weight: 800;
  margin-top: 28px;
  margin-bottom: 14px;
}

.blog-content-body p {
  margin-bottom: 16px;
}

.blog-content-body ul, .blog-content-body ol {
  margin-bottom: 20px;
  padding-left: 24px;
}

.blog-content-body li {
  margin-bottom: 8px;
}

.blog-author-bio-box {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.blog-author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f172a, #af101a);
  color: #fbbf24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  flex-shrink: 0;
}

/* Sidebar Recent Posts & Sticky Box */
.blog-sidebar-widget {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}

.widget-heading-title {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #af101a;
  padding-bottom: 8px;
  margin-bottom: 18px;
  display: inline-block;
}

.recent-post-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

.recent-post-row:hover {
  transform: translateX(4px);
}

.recent-post-thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
}

.recent-post-info h6 {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-post-row:hover h6 {
  color: #af101a;
}

.recent-post-info small {
  font-size: 11px;
  color: #94a3b8;
}

/* Pagination for Blogs */
.blog-pagination .page-item {
  margin: 0 3px;
}

.blog-pagination .page-link {
  border-radius: 8px !important;
  border: 1.5px solid #e2e8f0;
  color: #334155;
  font-weight: 700;
  font-size: 13.5px;
  padding: 8px 14px;
  transition: all 0.2s ease;
}

.blog-pagination .page-link:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}

.blog-pagination .page-item.active .page-link {
  background: #af101a;
  border-color: #af101a;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(175, 16, 26, 0.3);
}

.city-content-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  position: relative;
  overflow: hidden;
}

.city-content-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
}

.city-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.city-pill {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 9999px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.city-pill i {
  color: #af101a;
}

/* ==================== 17. EMBEDDED FOOTER CONVERSION CTA BANNER ==================== */
.footer-cta-wrapper {
  position: relative;
  z-index: 2;
}

.footer-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: radial-gradient(ellipse, rgba(220, 38, 38, 0.35) 0%, rgba(220, 38, 38, 0) 70%);
  filter: blur(32px);
  pointer-events: none;
  z-index: 1;
}

.footer-cta-box {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 50%, #8B1818 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 18px !important;
  padding: 18px 26px !important;
  box-shadow: 0 14px 36px rgba(220, 38, 38, 0.40), 0 4px 16px rgba(0, 0, 0, 0.35) !important;
  position: relative;
  overflow: hidden;
  z-index: 2;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.footer-cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #DC2626 0%, #EF4444 35%, #F59E0B 75%, #FBBF24 100%) !important;
  z-index: 3;
}

.footer-cta-box::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -8%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  border-radius: 50%;
  z-index: 1;
}

.badge-caps-gold-sm {
  background: rgba(0, 0, 0, 0.35) !important;
  color: #FCD34D !important;
  border: 1px solid rgba(251, 191, 36, 0.55) !important;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 4px 11px;
  border-radius: 9999px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.live-pulse-dot {
  width: 7px;
  height: 7px;
  background-color: #22C55E;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 8px #22C55E;
  animation: liveDotPulse 1.8s ease-in-out infinite;
}

@keyframes liveDotPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.footer-cta-title {
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff !important;
  line-height: 1.25;
}

.footer-cta-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 680px;
}

.btn-footer-cta-quote {
  background: #ffffff !important;
  color: #DC2626 !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 13px;
  padding: 10px 22px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-footer-cta-quote:hover {
  background: #FFFBEB !important;
  color: #B91C1C !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.38), 0 0 14px rgba(251, 191, 36, 0.45);
}

.btn-footer-cta-phone {
  background: rgba(0, 0, 0, 0.30) !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.40) !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  padding: 9px 20px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.btn-footer-cta-phone:hover {
  background: rgba(0, 0, 0, 0.50) !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

/* ==================== 18. SITE FOOTER ==================== */
.site-footer {
  background-color: #121418 !important;
  background: linear-gradient(180deg, #14171d 0%, #0e1014 100%) !important;
  color: #F3F4F6 !important;
  border-top: 3px solid #DC2626 !important;
  padding-top: 52px;
  padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
  margin-top: auto;
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}

.footer-bg-glow {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 280px;
  background: radial-gradient(50% 50% at 50% 0%, rgba(220, 38, 38, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.border-footer-divider {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Footer Column Styling & Dividers */
.col-footer-item {
  position: relative;
}

@media (min-width: 992px) {
  .col-footer-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0) 100%);
  }
}

.footer-logo-img {
  height: 54px;
  width: 54px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease;
}

.footer-logo-img:hover {
  transform: scale(1.05);
}

.footer-brand-title {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 900;
  color: #ffffff !important;
  line-height: 1;
  letter-spacing: -0.01em;
}

.footer-brand-subtitle {
  font-family: var(--font-heading);
  font-size: 8.5px;
  font-weight: 800;
  color: #F59E0B !important;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 3px;
}

.footer-desc {
  color: #94A3B8 !important;
  line-height: 1.65;
  font-size: 13px;
}

/* Social Media Button Icons */
.footer-social-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #CBD5E1 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 15px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-social-btn:hover {
  transform: translateY(-4px);
}

.social-fb:hover {
  background: #1877F2 !important;
  border-color: #1877F2 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(24, 119, 242, 0.45);
}

.social-insta:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(225, 48, 108, 0.45);
}

.social-yt:hover {
  background: #FF0000 !important;
  border-color: #FF0000 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(255, 0, 0, 0.45);
}

.social-li:hover {
  background: #0A66C2 !important;
  border-color: #0A66C2 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(10, 102, 194, 0.45);
}

.social-x:hover {
  background: #000000 !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.25);
}

/* WhatsApp CTA Button in Footer */
.btn-whatsapp-footer {
  background: linear-gradient(135deg, #25D366 0%, #1EBE5D 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-whatsapp-footer:hover {
  background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.50);
}

/* Section Headings */
.footer-heading {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #F59E0B !important;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #F59E0B 0%, rgba(245, 158, 11, 0) 100%);
  border-radius: 2px;
}

.footer-heading span {
  color: #F59E0B !important;
}

/* Interactive Navigation Links (Columns 2 & 3) */
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #CBD5E1 !important;
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
  padding: 2px 0;
  position: relative;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-link-icon {
  font-size: 16px !important;
  color: #F59E0B !important;
  flex-shrink: 0;
  transition: transform 0.22s ease, color 0.22s ease;
}

.footer-link-text {
  position: relative;
  transition: color 0.22s ease;
}

.footer-link-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background: linear-gradient(90deg, #F59E0B 0%, #DC2626 100%);
  transition: width 0.24s ease;
}

.footer-link-arrow {
  font-size: 13px !important;
  color: #F59E0B !important;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.footer-nav-link:hover {
  color: #FFFFFF !important;
  transform: translateX(5px);
}

.footer-nav-link:hover .footer-link-icon {
  color: #EF4444 !important;
  transform: scale(1.18);
}

.footer-nav-link:hover .footer-link-text::after {
  width: 100%;
}

.footer-nav-link:hover .footer-link-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Head Office Stack (Col 4) */
.footer-contact-stack {
  color: #F3F4F6 !important;
}

.footer-contact-row {
  transition: transform 0.22s ease;
}

.footer-contact-row:hover {
  transform: translateX(3px);
}

.footer-contact-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(220, 38, 38, 0.12);
  border: 1px solid rgba(220, 38, 38, 0.28);
  color: #EF4444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-contact-icon-box .material-symbols-outlined {
  font-size: 17px !important;
}

.footer-contact-row:hover .footer-contact-icon-box {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
  color: #FFFFFF;
  border-color: transparent;
  transform: scale(1.12);
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.40);
}

.footer-contact-text {
  color: #CBD5E1 !important;
  line-height: 1.5;
  font-size: 13px;
}

.footer-phone-link {
  color: #F59E0B !important;
  font-weight: 700;
  font-size: 13.5px;
  transition: color 0.2s ease;
}

.footer-phone-link:hover {
  color: #FCD34D !important;
}

.footer-mail-link {
  color: #CBD5E1 !important;
  font-size: 13px;
  transition: color 0.2s ease;
}

.footer-mail-link:hover {
  color: #F59E0B !important;
}

/* ==================== Operational Areas / Cities Grid ==================== */
.footer-cities-wrap {
  position: relative;
  width: 100%;
}

.footer-areas-header {
  position: relative;
}

.btn-footer-view-branches {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(245, 158, 11, 0.40);
  color: #F59E0B !important;
  padding: 8px 20px;
  border-radius: 9999px;
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-footer-view-branches:hover {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
  border-color: transparent;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.40);
}

.btn-footer-view-branches:hover .transition-arrow {
  transform: translateX(4px);
  color: #FFFFFF;
}

.btn-footer-view-branches .transition-arrow {
  transition: transform 0.2s ease, color 0.2s ease;
}

/* High-Performance 4-Column CSS Grid */
.footer-cities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 1199.98px) {
  .footer-cities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .footer-cities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 6px;
  }

  .footer-city-chip {
    padding: 6px 8px 6px 6px !important;
    gap: 6px !important;
    font-size: 11px !important;
    border-radius: 30px !important;
  }

  .chip-pin-box {
    width: 22px !important;
    height: 22px !important;
  }

  .chip-pin-box .material-symbols-outlined {
    font-size: 12px !important;
  }

  .chip-arrow {
    display: none !important;
  }
}

@media (max-width: 375px) {
  .footer-cities-grid {
    gap: 6px 4px;
  }

  .footer-city-chip {
    padding: 5px 6px 5px 5px !important;
    gap: 4px !important;
    font-size: 10px !important;
  }

  .chip-pin-box {
    width: 20px !important;
    height: 20px !important;
  }

  .chip-pin-box .material-symbols-outlined {
    font-size: 11px !important;
  }
}

/* Premium Pill Chips */
.footer-city-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 8px 16px 8px 9px;
  color: #CBD5E1 !important;
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.chip-pin-box {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(220, 38, 38, 0.14);
  border: 1px solid rgba(220, 38, 38, 0.25);
  color: #EF4444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.22s ease;
}

.chip-pin-box .material-symbols-outlined {
  font-size: 14px !important;
}

.chip-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  transition: color 0.22s ease;
}

.chip-arrow {
  font-size: 13px !important;
  color: #F59E0B !important;
  opacity: 0;
  transform: translateX(-6px);
  flex-shrink: 0;
  margin-left: auto;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-city-chip:hover {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.18) 0%, rgba(245, 158, 11, 0.12) 100%);
  border-color: rgba(245, 158, 11, 0.50);
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(220, 38, 38, 0.25), 0 0 12px rgba(245, 158, 11, 0.15);
}

.footer-city-chip:hover .chip-pin-box {
  background: #DC2626;
  border-color: transparent;
  color: #FFFFFF;
  transform: scale(1.12);
  animation: pinBounce 0.6s ease;
}

.footer-city-chip:hover .chip-arrow {
  opacity: 1;
  transform: translateX(0);
}

@keyframes pinBounce {
  0%, 100% { transform: translateY(0) scale(1.12); }
  40% { transform: translateY(-3px) scale(1.15); }
  70% { transform: translateY(1px) scale(1.1); }
}

/* Bottom Bar, Badges & Back to Top */
.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(243, 244, 246, 0.70) !important;
}

.copyright-text {
  font-size: 12.5px;
}

.text-footer-divider {
  color: rgba(255, 255, 255, 0.15);
}

.footer-trust-badges {
  display: flex;
  align-items: center;
}

.badge-trust-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 600;
  color: #CBD5E1;
  letter-spacing: 0.02em;
}

.badge-trust-item .text-emerald {
  color: #10B981 !important;
}

.footer-legal-link {
  color: rgba(243, 244, 246, 0.65) !important;
  font-size: 12.5px;
  transition: color 0.2s ease;
}

.footer-legal-link:hover {
  color: #F59E0B !important;
}

.btn-footer-back-to-top {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #CBD5E1;
  padding: 5px 14px;
  border-radius: 9999px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-footer-back-to-top:hover {
  background: rgba(245, 158, 11, 0.15);
  border-color: rgba(245, 158, 11, 0.50);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
}

.btn-footer-back-to-top:hover .material-symbols-outlined {
  transform: translateY(-2px);
  color: #F59E0B;
}

.btn-footer-back-to-top .material-symbols-outlined {
  transition: transform 0.2s ease, color 0.2s ease;
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
}


/* Floating Quick-Action Buttons (Call & Get Quote) */
/* ==========================================================================
   FLOATING ACTION BUTTONS (CALL & GET QUOTE - FIXED BOTTOM-RIGHT)
   ========================================================================== */
.floating-quick-actions {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px; /* Generous spacing between the larger buttons */
  pointer-events: none; /* Allows clicks to pass through empty space */
}

.floating-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none !important;
  border-radius: 9999px;
  padding: 12px 24px;
  position: relative !important;
  overflow: hidden !important;
  pointer-events: auto; /* Re-enables button clicks */
  white-space: nowrap;
  line-height: 1;
  will-change: transform, box-shadow;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.25s ease,
              filter 0.25s ease;
}

.floating-pill-btn > * {
  position: relative;
  z-index: 2;
  line-height: 1;
}

/* --------------------------------------------------------------------------
   1. CALL BUTTON: Crimson Red Pill matching site buttons
   -------------------------------------------------------------------------- */
.floating-pill-call {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 12px 24px;
  border-radius: 9999px;
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.45) !important;
  z-index: 1;
  /* Always-on continuous 2.5s scale breathing + deep red glow pulse */
  animation: floatCallPulse 2.5s ease-in-out infinite !important;
}

.floating-pill-call .material-symbols-outlined {
  color: #ffffff !important;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --------------------------------------------------------------------------
   2. GET QUOTE BUTTON: Premium Metallic Gold Pill with Soft Diffused Halo Glow
   -------------------------------------------------------------------------- */
.floating-pill-quote {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
  color: #121418 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 12px 26px;
  border-radius: 9999px;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.30), 0 0 14px rgba(245, 158, 11, 0.20) !important;
  z-index: 2;
  margin-top: 0; /* Clean vertical spacing matching reference layout */
  /* Always-on continuous 2.5s scale breathing + soft amber halo glow (offset by 0.5s) */
  animation: floatQuotePulse 2.5s ease-in-out infinite !important;
  animation-delay: 0.5s !important;
}

.floating-pill-quote .material-symbols-outlined {
  color: #121418 !important;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-variation-settings: 'FILL' 1;
}

/* --------------------------------------------------------------------------
   3. CONTINUOUS DIAGONAL SHIMMER SWEEP (2.2s Cycle, Staggered by 1.0s)
   -------------------------------------------------------------------------- */
.floating-pill-call::before,
.floating-pill-quote::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -120%;
  width: 55%;
  height: 200%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0.60) 50%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  pointer-events: none;
  /* Always-on 2.2s shimmer sweep */
  animation: floatBtnShine 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite !important;
  z-index: 1;
}

/* Staggered Get Quote shimmer sweep by 1.0s so they never fire simultaneously */
.floating-pill-quote::before {
  animation-delay: 1.0s !important;
}

/* --------------------------------------------------------------------------
   4. KEYFRAMES
   -------------------------------------------------------------------------- */
/* Call Button: Scale Breathing (1 -> 1.03 -> 1) + Deep Red Glow Pulse */
@keyframes floatCallPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 6px 26px rgba(220, 38, 38, 0.65), 0 0 16px rgba(239, 68, 68, 0.45);
  }
}

/* Get Quote Button: Scale Breathing (1 -> 1.03 -> 1) + Soft Diffused Amber Halo Glow */
@keyframes floatQuotePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.30), 0 0 10px rgba(245, 158, 11, 0.15);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 6px 24px rgba(245, 158, 11, 0.55), 0 0 18px rgba(245, 158, 11, 0.35);
  }
}

/* Diagonal Shimmer Sweep */
@keyframes floatBtnShine {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    left: 180%;
    opacity: 1;
  }
  51%, 100% {
    left: 180%;
    opacity: 0;
  }
}

/* --------------------------------------------------------------------------
   5. SEPARATE HOVER FEEDBACK (Extra Lift & Intensified Radiance)
   -------------------------------------------------------------------------- */
.floating-pill-call:hover {
  transform: scale(1.06) translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.75), 0 0 20px rgba(239, 68, 68, 0.55) !important;
  filter: brightness(1.08);
}

.floating-pill-quote:hover {
  transform: scale(1.06) translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(245, 158, 11, 0.65), 0 0 20px rgba(245, 158, 11, 0.45) !important;
  filter: brightness(1.06);
}

/* ==================== 19. DYNAMIC BREADCRUMB HERO BANNER ==================== */
.dynamic-bc-section,
.service-breadcrumbs,
.site-breadcrumb,
.page_breadcrumbs {
  background: #0b1120 url('../img/page_banner_bg.jpg') center center / cover no-repeat;
  position: relative;
  width: 100%;
  padding: 85px 0 75px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dynamic-bc-section::before,
.service-breadcrumbs::before,
.site-breadcrumb::before,
.page_breadcrumbs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  z-index: 4;
}

.dyn-bc-backdrop-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 17, 32, 0.82) 0%, rgba(15, 23, 42, 0.9) 100%),
              radial-gradient(circle at center, rgba(175, 16, 26, 0.22) 0%, transparent 65%);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  z-index: 1;
}

.dyn-bc-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dynamic-bc-section .dyn-bc-title,
.service-breadcrumbs h1,
.site-breadcrumb .breadcrumb-title,
.page_breadcrumbs h1 {
  font-family: var(--font-heading);
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 900;
  color: #ffffff !important;
  margin: 0 0 10px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.6);
}

.dynamic-bc-section .dyn-bc-desc,
.service-breadcrumbs .bc-desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0 0 16px 0;
  line-height: 1.6;
  max-width: 620px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.dyn-bc-nav,
.bc-nav,
.breadcrumb-menu,
.page_breadcrumbs .breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0 auto;
  padding: 6px 18px;
  list-style: none;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.text-danger-bright {
  color: #ef4444 !important;
}

.dyn-bc-nav a,
.bc-nav a,
.breadcrumb-menu a,
.page_breadcrumbs .breadcrumb a,
.dyn-bc-link {
  color: #ef4444 !important;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}

.dyn-bc-nav a:hover,
.bc-nav a:hover,
.breadcrumb-menu a:hover,
.page_breadcrumbs .breadcrumb a:hover,
.dyn-bc-link:hover {
  color: #fbbf24 !important;
  transform: translateY(-1px);
}

.dyn-bc-sep,
.bc-sep {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.dyn-bc-current,
.bc-current,
.breadcrumb-menu .active,
.page_breadcrumbs .breadcrumb .active {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
}

/* ==================== 19.1 ABOUT US & INNER PAGE COMPONENTS ==================== */
.badge-caps-red {
  background: #fee2e2;
  color: #af101a;
  border: 1px solid #fecaca;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 9999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bg-emerald {
  background-color: #059669 !important;
  color: #ffffff !important;
}

.border-emerald-subtle {
  border-color: #a7f3d0 !important;
}

/* ==========================================================================
   ABOUT SECTION: SINGLE COHESIVE FULL-WIDTH LAYOUT
   ========================================================================== */
#about-movelixx {
  padding-bottom: clamp(60px, 7vw, 90px);
}

.about-stat-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 18px;
  text-align: center;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.28s ease;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.about-stat-card:hover {
  transform: translateY(-6px);
}

.about-stat-card:hover::before {
  opacity: 1;
}

/* Stat Tiles Specific Color Glow & Lift */
.stat-card-red:hover {
  border-color: rgba(220, 38, 38, 0.4) !important;
  box-shadow: 0 16px 32px -6px rgba(220, 38, 38, 0.18), 0 0 20px rgba(220, 38, 38, 0.10) !important;
}

.stat-card-emerald:hover {
  border-color: rgba(5, 150, 105, 0.4) !important;
  box-shadow: 0 16px 32px -6px rgba(5, 150, 105, 0.18), 0 0 20px rgba(5, 150, 105, 0.10) !important;
}

.stat-card-blue:hover {
  border-color: rgba(37, 99, 235, 0.4) !important;
  box-shadow: 0 16px 32px -6px rgba(37, 99, 235, 0.18), 0 0 20px rgba(37, 99, 235, 0.10) !important;
}

.stat-card-gold:hover {
  border-color: rgba(245, 158, 11, 0.45) !important;
  box-shadow: 0 16px 32px -6px rgba(245, 158, 11, 0.22), 0 0 20px rgba(245, 158, 11, 0.12) !important;
}

.about-stat-card .stat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-stat-card:hover .stat-icon-wrap {
  transform: scale(1.1);
}

.about-stat-card .stat-value {
  font-family: var(--font-heading);
  font-size: clamp(26px, 2.5vw, 32px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.about-stat-card .stat-label {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

/* Feature verification 4-tile grid */
.about-feature-tile {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 20px;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.28s ease;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-feature-tile:hover {
  transform: translateY(-4px);
}

/* Feature Tiles Specific Color Shift & Glow */
.feature-tile-emerald:hover {
  border-color: #10b981 !important;
  box-shadow: 0 14px 28px -6px rgba(16, 185, 129, 0.18), 0 0 16px rgba(16, 185, 129, 0.10) !important;
}

.feature-tile-red:hover {
  border-color: #ef4444 !important;
  box-shadow: 0 14px 28px -6px rgba(239, 68, 68, 0.18), 0 0 16px rgba(239, 68, 68, 0.10) !important;
}

.feature-tile-blue:hover {
  border-color: #3b82f6 !important;
  box-shadow: 0 14px 28px -6px rgba(59, 130, 246, 0.18), 0 0 16px rgba(59, 130, 246, 0.10) !important;
}

.feature-tile-gold:hover {
  border-color: #f59e0b !important;
  box-shadow: 0 14px 28px -6px rgba(245, 158, 11, 0.22), 0 0 16px rgba(245, 158, 11, 0.12) !important;
}
.about-feature-tile .d-flex {
  gap: 12px !important;
}

.gap-2\.5 {
  gap: 12px !important;
}

.mb-2\.5 {
  margin-bottom: 10px !important;
}

.about-feature-tile .feature-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-feature-tile:hover .feature-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.about-feature-tile .feature-title {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.about-feature-tile .feature-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Trust Badges Strip */
.about-trust-badges-row {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #e2e8f0;
}

.about-credential-pill {
  font-size: 12.5px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.25s ease,
              background-color 0.25s ease,
              border-color 0.25s ease,
              color 0.25s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.about-credential-pill .material-symbols-outlined {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-credential-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.about-credential-pill:hover .material-symbols-outlined {
  transform: scale(1.18);
}

.badge-pill-red:hover {
  background: #fef2f2 !important;
  border-color: #f87171 !important;
  color: #991b1b !important;
}

.badge-pill-gold:hover {
  background: #fffbeb !important;
  border-color: #fbbf24 !important;
  color: #92400e !important;
}

.badge-pill-emerald:hover {
  background: #ecfdf5 !important;
  border-color: #6ee7b7 !important;
  color: #065f46 !important;
}

.badge-pill-blue:hover {
  background: #eff6ff !important;
  border-color: #93c5fd !important;
  color: #1e40af !important;
}

.value-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
}

.value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(175, 16, 26, 0.3);
  box-shadow: 0 16px 36px -8px rgba(175, 16, 26, 0.12), 0 4px 12px rgba(15, 23, 42, 0.04);
}

.about-pillar-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
}

.about-pillar-card:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 36px -8px rgba(15, 23, 42, 0.08);
}

.about-infra-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.02);
}

.about-infra-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.07);
}

.about-step-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 26px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.02);
}

.about-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
}

.about-step-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.about-step-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #af101a 0%, #881337 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 4px 12px rgba(175, 16, 26, 0.3);
}

/* Blended "View All Branches" Button in Service Areas Section */
.btn-view-branches-blend {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  color: #0f172a;
  padding: 10px 24px;
  border-radius: 9999px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-view-branches-blend:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(175, 16, 26, 0.1);
}

.btn-view-branches-blend:hover .transition-arrow {
  transform: translateX(4px);
  color: var(--primary);
}

.transition-arrow {
  transition: transform 0.2s ease, color 0.2s ease;
}

/* ==================== STATE PAGE (STATES LIST) STYLES ==================== */
.state-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.state-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  border-radius: 20px 20px 0 0;
}

.state-card:hover {
  border-color: rgba(175, 16, 26, 0.35);
  box-shadow: 0 16px 36px -8px rgba(175, 16, 26, 0.1), 0 4px 16px rgba(15, 23, 42, 0.04);
}

.state-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(175, 16, 26, 0.08);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.state-card:hover .state-icon-box {
  background: var(--primary);
  color: #ffffff;
  transform: scale(1.05);
}

.state-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}

.state-feature-pill {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12.5px;
  font-weight: 500;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;
}

.state-feature-pill .material-symbols-outlined {
  font-size: 18px;
  color: var(--primary);
  flex-shrink: 0;
}

.btn-state-cta {
  background: var(--primary);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(175, 16, 26, 0.25);
}

.btn-state-cta:hover {
  background: var(--primary-hover);
  transform: translateX(2px);
  box-shadow: 0 6px 18px rgba(175, 16, 26, 0.35);
}

/* ==================== 20. COMPREHENSIVE RESPONSIVE DESIGN & MOBILE OPTIMIZATIONS ==================== */

/* Tablet & Mobile Breakpoint (<= 991.98px) */
@media (max-width: 991.98px) {
  /* Hero Carousel Spacing */
  .hero-carousel-section {
    padding-top: 28px !important;
    padding-bottom: 50px !important;
    min-height: auto !important;
  }

  .floating-quote-container {
    margin-top: 10px;
    padding: 0 12px;
  }
}

/* Mobile Devices (<= 767.98px) */
@media (max-width: 767.98px) {
  /* Mobile Menu Overlay: Hide 24x7 Assistance Card and child contact elements */
  .overlay-assistance-glass-card {
    display: none !important;
  }

  /* Global Layout & Padding: use overflow-x: clip so position: sticky is preserved */
  html, body {
    overflow-x: clip !important;
    padding-bottom: 0 !important;
  }

  /* Sticky Navigation Header on Mobile */
  .site-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1030 !important;
    background-color: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  .site-header.is-scrolled {
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.12) !important;
  }

  .section-padding {
    padding: 42px 0 !important;
  }

  /* Header & Main Navbar */
  .header-main-navbar {
    height: 72px !important;
  }

  .navbar-brand-wrapper {
    gap: 10px !important;
  }

  .brand-logo-img {
    height: 48px !important;
    width: 48px !important;
    border-radius: 9px !important;
  }

  .brand-title {
    font-size: 20px !important;
    letter-spacing: -0.02em !important;
  }

  .brand-subtitle {
    font-size: 8px !important;
    letter-spacing: 0.12em !important;
    margin-top: 2px !important;
  }

  .btn-header-quote {
    padding: 8px 13px !important;
    font-size: 12.5px !important;
    border-radius: 8px !important;
    gap: 6px !important;
  }

  .btn-header-hamburger {
    padding: 8px 13px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
    gap: 4px !important;
  }

  .btn-header-hamburger .hamburger-icon {
    font-size: 18px !important;
  }

  .btn-header-hamburger .hamburger-label {
    font-size: 11.5px !important;
  }


  /* Hero Carousel Spacing & Background Alignment */
  .hero-carousel-section {
    padding-top: 14px !important;
    padding-bottom: 32px !important;
    min-height: auto !important;
  }

  .hero-carousel-section > .container-xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-single-bg {
    background-image: url('../img/mobile_slider.jpeg') !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .hero-single-bg.city-hero-bg {
    background-image: url('../img/delhi_city_hero.jpg') !important;
    background-position: center top !important;
  }

  .hero-city-breadcrumb {
    margin-bottom: 12px !important;
    width: fit-content !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .hero-city-breadcrumb::-webkit-scrollbar {
    display: none !important;
  }

  .breadcrumb-pill-list {
    padding: 6px 14px !important;
    gap: 7px !important;
    width: fit-content !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    border-radius: 9999px !important;
  }

  .breadcrumb-pill-list::-webkit-scrollbar {
    display: none !important;
  }

  .breadcrumb-pill-link,
  .breadcrumb-current-text {
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .breadcrumb-home-icon {
    width: 12.5px !important;
    height: 12.5px !important;
  }

  .breadcrumb-chevron {
    width: 8px !important;
    height: 8px !important;
  }

  .accreditation-badge {
    font-size: 9.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    padding: 3px 10px !important;
    background: rgba(15, 23, 42, 0.75) !important;
    border: 1px solid rgba(239, 68, 68, 0.4) !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
    line-height: 1.3 !important;
    color: #cbd5e1 !important;
    gap: 6px !important;
  }

  .badge-pulse-dot {
    width: 5px !important;
    height: 5px !important;
  }

  .corridor-pill {
    font-size: 10.5px !important;
    padding: 4px 10px !important;
    gap: 4px 8px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-bottom: 14px !important;
  }

  .hero-captions-container {
    min-height: auto !important;
  }

  .hero-display-title {
    font-size: clamp(23px, 6.2vw, 27px) !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
    letter-spacing: -0.02em !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    text-wrap: balance !important;
  }

  .highlight-underline {
    border-bottom-width: 3px !important;
  }

  .hero-tagline-hindi {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #fbbf24 !important;
    margin-top: 2px !important;
    margin-bottom: 16px !important;
    line-height: 1.35 !important;
  }

  /* Hero Feature Badges (Strict 2-Column Grid Across All Mobile Devices) */
  .hero-feature-chips {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    margin-bottom: 18px !important;
  }

  .hero-glass-chip {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 6px 10px !important;
    gap: 6px !important;
    font-size: clamp(10.5px, 2.8vw, 12px) !important;
    border-radius: 9999px !important;
    white-space: nowrap !important;
  }

  .hero-glass-chip .chip-icon-circle {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    flex-shrink: 0 !important;
  }

  .hero-glass-chip .chip-icon-circle .material-symbols-outlined {
    font-size: 13.5px !important;
  }

  .hero-glass-chip > span:not(.chip-icon-circle) {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100% !important;
    max-width: 100% !important;
    height: 42px !important;
    padding: 0 16px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    justify-content: center !important;
    border-radius: 10px !important;
  }

  .hero-google-review-card {
    width: 100% !important;
    max-width: 100% !important;
    height: 42px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 3px 12px !important;
    border-radius: 10px !important;
  }

  .google-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .rating-val {
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  .stars-row .star-filled {
    font-size: 12px !important;
  }

  .reviews-count {
    font-size: 11px !important;
  }

  .badge-divider {
    height: 20px !important;
    margin: 0 4px !important;
  }

  .avatar-img {
    width: 24px !important;
    height: 24px !important;
    margin-left: -6px !important;
  }

  /* Frosted Stat Badges (Sleek, Balanced Proportions on Mobile) */
  .frosted-stat-card {
    padding: 8px 6px !important;
    border-radius: 10px !important;
    min-height: 0 !important;
    text-align: center !important;
  }

  .stat-number {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
  }

  .stat-label {
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    margin-top: 2px !important;
    color: #e2e8f0 !important;
  }

  .hero-trust-box {
    padding: 8px 6px !important;
  }

  .hero-trust-box .material-symbols-outlined {
    font-size: 18px !important;
  }

  .hero-trust-box .trust-label {
    font-size: 10px !important;
  }

  /* Floating Quote Form - Mobile Native Redesign */
  .floating-quote-container {
    margin-top: 14px !important;
    margin-bottom: 28px !important;
    width: 100% !important;
    padding: 0 4px !important;
  }

  .quote-main-card {
    border-radius: 16px !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 16px 40px -10px rgba(15, 23, 42, 0.16), 0 4px 12px rgba(15, 23, 42, 0.04) !important;
    background: #ffffff !important;
  }

  .quote-card-header {
    padding: 9px 12px !important;
    background: linear-gradient(90deg, #1e293b 0%, #252e42 25%, #881337 50%, #991b1b 60%, #6b1426 75%, #1e293b 100%) !important;
    border-bottom: 2px solid #881337 !important;
    border-radius: 14px 14px 0 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  .quote-card-header > div {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
  }

  .quote-bar-title {
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
  }

  .discount-pill {
    font-size: 9px !important;
    font-weight: 800 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    background-color: #f59e0b !important;
    color: #0f172a !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  /* Service Selector Tabs on Mobile */
  .service-selector-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 6px !important;
    padding-bottom: 4px !important;
    scrollbar-width: none !important;
  }

  .service-selector-tabs::-webkit-scrollbar {
    display: none !important;
  }

  .btn-service-tab {
    flex: 0 0 auto !important;
    width: auto !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
    height: 32px !important;
    border-radius: 7px !important;
    background: #f1f5f9 !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #334155 !important;
    gap: 4px !important;
    transition: all 0.18s ease !important;
  }

  .btn-service-tab .material-symbols-outlined {
    font-size: 15px !important;
  }

  .btn-service-tab.active {
    background: linear-gradient(135deg, #af101a 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    border-color: #af101a !important;
    box-shadow: 0 4px 12px rgba(175, 16, 26, 0.35) !important;
  }

  .btn-service-tab.active .material-symbols-outlined {
    color: #ffffff !important;
  }

  /* Form Labels & Fields on Mobile */
  .form-label,
  .quote-form-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 3px !important;
  }

  .form-control-stitch,
  .form-select {
    font-size: 13px !important;
    height: 40px !important;
    border-radius: 8px !important;
    border: 1.5px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
    padding-left: 36px !important;
  }

  .form-control-stitch:focus,
  .form-select:focus {
    background-color: #ffffff !important;
    border-color: #af101a !important;
    box-shadow: 0 0 0 3px rgba(175, 16, 26, 0.12) !important;
  }

  .phone-prefix-wrapper .phone-prefix {
    left: 33px !important;
    font-size: 13px !important;
    height: 16px !important;
  }

  .phone-prefix-wrapper input {
    padding-left: 72px !important;
  }

  .btn-primary-stitch {
    height: 44px !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    border-radius: 8px !important;
    letter-spacing: 0.03em !important;
    background: linear-gradient(135deg, #af101a 0%, #dc2626 100%) !important;
    box-shadow: 0 6px 18px rgba(175, 16, 26, 0.35) !important;
    margin-top: 2px !important;
  }

  .btn-primary-stitch:active {
    transform: scale(0.98) !important;
  }

  /* Card Footer Desk / Trust Strip (Single Clean Line) */
  .card-footer-trust-strip {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    margin-top: 12px !important;
    width: 100% !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .card-footer-trust-strip span {
    white-space: nowrap !important;
    font-size: clamp(11.5px, 3.2vw, 13px) !important;
    line-height: 1.3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  .card-footer-trust-strip .material-symbols-outlined {
    font-size: 16px !important;
    flex-shrink: 0 !important;
  }

  /* Section Headlines & Components */
  .section-headline {
    font-size: clamp(21px, 5.2vw, 27px) !important;
    line-height: 1.25 !important;
  }

  .section-subtext {
    font-size: 13px !important;
  }

  /* Verified Credentials Strip in 2-Column Mobile Grid */
  .verified-credentials-section {
    padding-top: 16px !important;
    padding-bottom: 20px !important;
  }

  .credential-item-card {
    padding: 14px 10px !important;
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04) !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .credential-item-card .credential-icon-circle {
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    margin-bottom: 6px !important;
  }

  .credential-item-card .credential-card-title {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.25 !important;
    margin-bottom: 2px !important;
  }

  .credential-item-card .credential-card-desc {
    font-size: 10.5px !important;
    color: #64748b !important;
    line-height: 1.35 !important;
  }

  /* Corporate Partners / Brand Trust in 2-Column Mobile Grid */
  .partner-trust-card {
    padding: 14px 10px !important;
    border-radius: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
    justify-content: center !important;
    height: 100% !important;
  }

  .partner-trust-card .partner-logo-box {
    width: 48px !important;
    height: 42px !important;
    margin: 0 auto 2px auto !important;
    padding: 4px 6px !important;
    border-radius: 10px !important;
  }

  .partner-trust-card .partner-brand-logo {
    max-width: 38px !important;
    max-height: 28px !important;
  }

  .partner-trust-card .fs-6 {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.25 !important;
    margin-bottom: 2px !important;
    text-align: center !important;
  }

  .partner-trust-card .text-xs {
    font-size: 10.5px !important;
    color: #64748b !important;
    line-height: 1.3 !important;
    display: block !important;
    text-align: center !important;
  }

  /* Pricing Table Mobile Optimizations */
  .table-header-bar {
    padding: 14px 14px !important;
  }

  .table-header-title {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .table-stitch {
    min-width: 600px !important;
    font-size: 12.5px !important;
  }

  .table-stitch thead th {
    padding: 10px 14px !important;
    font-size: 11px !important;
  }

  .table-stitch tbody td {
    padding: 10px 14px !important;
    font-size: 12.5px !important;
  }

  .table-stitch thead th:first-child,
  .table-stitch tbody td:first-child {
    padding-left: 14px !important;
    min-width: 150px !important;
  }

  /* Core Relocation Services Section - Mobile View (#relocation-pillars) */
  #relocation-pillars {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
  }

  #relocation-pillars .row {
    --bs-gutter-y: 18px !important;
  }

  #relocation-pillars .section-headline {
    font-size: clamp(20px, 5.2vw, 24px) !important;
    line-height: 1.25 !important;
    margin-bottom: 8px !important;
  }

  #relocation-pillars .section-subtext {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    color: #64748b !important;
    margin-bottom: 10px !important;
  }

  #relocation-pillars .fleet-live-btn {
    font-size: 12.5px !important;
    padding: 6px 14px !important;
    gap: 7px !important;
    margin-top: 4px !important;
  }

  #relocation-pillars .fleet-live-arrow {
    font-size: 15px !important;
  }

  .pillar-card {
    border-radius: 18px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06) !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  .pillar-card::after {
    height: 3.5px !important;
    border-radius: 18px 18px 0 0 !important;
  }

  .pillar-img-wrap {
    height: 175px !important;
    border-radius: 18px 18px 0 0 !important;
    overflow: hidden !important;
  }

  .pillar-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Mobile Service Cards: Exact Uniform 16px Spacing Rhythm */
  .pillar-card > div:last-child,
  .pillar-card .p-3\.5,
  .pillar-card .p-lg-4 {
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
  }

  .pillar-card .h5 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.28 !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  .pillar-card p.small,
  .pillar-card p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #64748b !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    flex-grow: 1 !important;
  }

  .pillar-card-link {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #af101a !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  /* 9 Services in 2-Column Mobile Grid - Spacious & Airy */
  .service-tile-card {
    padding: 16px 13px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04) !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .service-tile-icon-box {
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
  }

  .service-tile-card .tile-number-badge {
    font-size: 11px !important;
    padding: 2.5px 7px !important;
    border-radius: 6px !important;
    font-weight: 800 !important;
  }

  .service-tile-card .tile-card-title,
  .service-tile-card .h5 {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #0f172a !important;
    margin-bottom: 4px !important;
  }

  .service-tile-card .service-tile-desc,
  .service-tile-card p {
    font-size: 11px !important;
    line-height: 1.4 !important;
    color: #64748b !important;
    margin-bottom: 8px !important;
  }

  .tile-readmore {
    font-size: 11.5px !important;
    font-weight: 800 !important;
    color: #af101a !important;
  }

  .about-hero-stat-card {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }

  .value-card,
  .about-pillar-card {
    padding: 20px 16px !important;
    border-radius: 14px !important;
  }

  .about-infra-card,
  .about-step-card {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }

  .corporate-partner-card {
    padding: 14px 10px !important;
  }

  .partner-logo-box {
    width: 42px !important;
    height: 42px !important;
    font-size: 15px !important;
  }

  .partner-company-name {
    font-size: 12px !important;
  }

  .service-area-pill {
    font-size: 12px !important;
    padding: 7px 10px !important;
  }

  /* State Page & Branch Buttons - Mobile Overrides */
  .state-card {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }

  .state-title {
    font-size: 19px !important;
  }

  .state-icon-box {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
  }

  .btn-state-cta {
    width: 100% !important;
    justify-content: center !important;
  }

  .btn-view-branches-blend {
    font-size: 13px !important;
    padding: 9px 18px !important;
    width: auto !important;
  }

  /* Dynamic Breadcrumbs on Inner Pages */
  .dynamic-bc-section,
  .service-breadcrumbs {
    padding: 48px 0 38px 0 !important;
  }

  .dynamic-bc-section .dyn-bc-title,
  .service-breadcrumbs h1 {
    font-size: clamp(22px, 5.5vw, 30px) !important;
  }

  .dynamic-bc-section .dyn-bc-desc,
  .service-breadcrumbs .bc-desc {
    font-size: 13px !important;
    margin-bottom: 12px !important;
  }

  .dyn-bc-nav {
    font-size: 12px !important;
    padding: 5px 14px !important;
  }

  /* Footer Adjustments */
  .site-footer {
    padding-top: 36px !important;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
    margin-bottom: 0 !important;
    position: relative !important;
  }

  .footer-bottom-bar {
    padding-top: 18px !important;
    flex-direction: column !important;
    text-align: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .footer-bottom-bar > div {
    justify-content: center !important;
    gap: 12px !important;
  }

  .footer-cta-card {
    padding: 20px 16px !important;
  }

  .footer-cta-title {
    font-size: 17px !important;
  }

  .footer-cta-desc {
    font-size: 12.5px !important;
  }

  /* Floating Quick-Action Buttons (Mobile Adjustments) */
  .floating-quick-actions {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
    right: 14px !important;
    gap: 10px !important;
  }

  .floating-pill-btn {
    padding: 9px 18px !important;
    font-size: 13px !important;
  }

  .floating-pill-btn .material-symbols-outlined {
    font-size: 19px !important;
  }
}

/* Extra-Small Phones (<= 479.98px) */
@media (max-width: 479.98px) {
  .header-main-navbar {
    height: 64px !important;
  }

  .brand-logo-img {
    height: 44px !important;
    width: 44px !important;
    border-radius: 8px !important;
  }

  .brand-title {
    font-size: 17px !important;
  }

  .brand-subtitle {
    font-size: 7px !important;
    letter-spacing: 0.08em !important;
  }

  .btn-header-quote .quote-text {
    display: none !important;
  }

  .btn-header-quote::after {
    content: "Quote";
    font-size: 12px;
  }

  .btn-header-quote {
    padding: 6px 10px !important;
  }

  .btn-header-hamburger {
    padding: 6px 10px !important;
  }

  .btn-header-hamburger .hamburger-label {
    font-size: 10px !important;
  }

  .overlay-brand-title {
    font-size: 16px !important;
  }

  /* Single Column branches on very narrow devices if needed */
  .overlay-nav-columns .col-12:nth-child(3) .overlay-link-list,
  .overlay-nav-grid .overlay-grid-column:nth-child(3) .overlay-link-list {
    grid-template-columns: 1fr !important;
  }

  .stat-pill-num {
    font-size: 20px !important;
  }

  .stat-pill-lbl {
    font-size: 10px !important;
  }
}

/* ==========================================================================
   CITY & BRANCH PAGES DESIGN SYSTEM
   ========================================================================== */

/* Branch Stats & Top Bar */
.branch-stat-pill {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.branch-stat-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

/* Search Box Controls */
.branch-search-box {
  position: relative;
}
.branch-search-icon,
.locality-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 20px;
}
.branch-search-input,
#localitySearchInput {
  border: 1.5px solid #e2e8f0;
  font-size: 14px;
  transition: all 0.2s ease;
}
.branch-search-input:focus,
#localitySearchInput:focus {
  border-color: #af101a;
  box-shadow: 0 0 0 4px rgba(175, 16, 26, 0.1);
}

/* State Hub Cards */
.state-hub-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}
.state-hub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.09) !important;
  border-color: #fca5a5 !important;
}
.state-accent-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #f59e0b 100%);
}
.state-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.badge-region-tag {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.badge-hub-pill {
  font-size: 10.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  background: #fef2f2;
  color: #af101a;
  border: 1px solid #fecaca;
}
.city-hub-pill {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #e2e8f0;
  transition: background 0.15s ease, color 0.15s ease;
}
.city-hub-pill:hover {
  background: #fee2e2;
  color: #af101a;
  border-color: #fca5a5;
}
.btn-state-explore span {
  transition: transform 0.2s ease;
}
.btn-state-explore:hover span.material-symbols-outlined {
  transform: translateX(4px);
}

/* Corridor Cards */
.corridor-card {
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.corridor-card:hover {
  transform: translateY(-2px);
  border-color: #fca5a5 !important;
}

/* Locality Cards Grid */
.locality-tile-card {
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.locality-tile-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(175, 16, 26, 0.08) !important;
  border-color: #fca5a5 !important;
}
.locality-tile-card:hover .locality-arrow {
  color: #af101a !important;
  transform: translateX(3px);
}

/* City Landing Page Components */
.city-quote-card {
  border-top: 3.5px solid #af101a;
}
@media (min-width: 992px) {
  .sticky-top-card {
    position: sticky;
    top: 90px;
    z-index: 10;
  }
}
.city-highlight-pill {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 10px 14px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.city-highlight-pill:hover {
  background: #ffffff !important;
  border-color: #cbd5e1 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}
.city-checklist-item {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 14px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.02);
}
.city-checklist-item:hover {
  border-color: #fca5a5;
  background: #fff8f8;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(175, 16, 26, 0.07);
}
.nearby-city-pill {
  transition: all 0.2s ease;
}
.nearby-city-pill:hover {
  background: #fee2e2 !important;
  border-color: #fca5a5 !important;
  color: #af101a !important;
}

/* Process Step Cards */
.process-step-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.process-step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08) !important;
}
.step-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #af101a;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(175, 16, 26, 0.25);
}

/* Sidebar Service Links */
.sidebar-service-link {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}
.sidebar-service-link:hover,
.sidebar-service-link.active {
  background: #fef2f2;
  border-color: #fca5a5;
}
.sidebar-service-link:hover .text-dark,
.sidebar-service-link.active .text-dark {
  color: #af101a !important;
  font-weight: 700;
}
.sidebar-service-link:hover .material-symbols-outlined:last-child,
.sidebar-service-link.active .material-symbols-outlined:last-child {
  color: #af101a !important;
  transform: translateX(3px);
}

/* Mobile Adjustments for City & Branch Pages */
@media (max-width: 767.98px) {
  .state-hub-card {
    padding: 18px 14px !important;
    border-radius: 16px !important;
  }
  .locality-tile-card {
    padding: 6px 8px !important;
    border-radius: 10px !important;
  }
  .city-quote-card {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }
}

/* =========================================================================
   CITY HERO — 3-COLUMN GRID LAYOUT STYLES
   ========================================================================= */

.hero-top-row { padding-bottom: 20px; }

/* Google full review card in hero */
.hero-google-review-card-full {
  border: 1px solid #e2e8f0;
}
.google-logo-box-lg {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: #f8fafc;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid #e2e8f0;
}

/* Frosted stat cards — stacked column */
@media (min-width: 768px) {
  .hero-top-row .frosted-stat-card {
    padding: 10px 14px !important;
    min-height: auto !important;
    border-radius: 12px !important;
  }
  .hero-top-row .stat-number { font-size: 20px !important; }
  .hero-top-row .stat-label  { font-size: 11px !important; }
}

/* =========================================================================
   CITY SERVICE TILE & AVATAR UTILITIES
   ========================================================================= */

.service-tile-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease, background 0.2s ease;
}

.avatar-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 13px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.text-2xs { font-size: 11px !important; }
.text-xs  { font-size: 12px !important; }
.text-sm  { font-size: 13.5px !important; }
.text-gold { color: #d97706 !important; }
.shadow-2xs { box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04) !important; }

.city-overview-section {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.city-feature-mini-card {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 16px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.city-feature-mini-card:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.city-coordinator-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  position: relative;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.city-coordinator-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}
.city-coordinator-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
}

.pulse-green-dot {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.35);
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
  70% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* =========================================================================
   CITY VERIFIED CREDENTIALS CARD (MAP SECTION)
   ========================================================================= */

.city-verified-card { background:#fff; display:flex; flex-direction:column; }
.city-verified-card-header {
  background: linear-gradient(135deg, #af101a 0%, #7f0c14 100%);
}
.badge-caps-light {
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fbbf24;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 3px 10px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
}

/* Colour utilities */
.bg-amber-soft  { background-color:#fffbeb !important; }
.bg-blue-soft   { background-color:#eff6ff !important; }
.bg-indigo-soft { background-color:#eef2ff !important; }
.text-indigo    { color:#4f46e5 !important; }
.text-gold-util { color:#d97706 !important; }

/* Credential icon circle inside city verified card */
.city-verified-card .credential-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* =========================================================================
   WHY CHOOSE SECTION
   ========================================================================= */
#why-choose-section .credential-icon-circle { width:44px; height:44px; border-radius:12px; }

/* =========================================================================
   CITY HERO — MOBILE RESPONSIVENESS
   ========================================================================= */
@media (max-width: 767.98px) {
  .hero-text-col { text-align:center !important; }
  .hero-text-col .d-flex.gap-2 { justify-content:center; }
  .hero-google-review-card-full { max-width:100% !important; }

  /* Show stat cards as 2x2 grid on mobile */
  .hero-top-row .d-none.d-md-flex {
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap;
    gap:8px;
  }
  .hero-top-row .frosted-stat-card {
    flex: 1 1 calc(50% - 4px);
    min-width:120px;
    padding:10px 12px !important;
  }
}

/* =========================================================================
   OUR BRANCHES DIRECTORY STYLING (REFINED BADGINGS & SPACINGS)
   ========================================================================= */
.branch-stat-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 14px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.branch-stat-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
}

.branch-stat-box .stat-count {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 4px;
  display: block;
}

.branch-stat-box .stat-name {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.25;
  display: block;
}

.branch-search-box .branch-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  pointer-events: none;
}

.branch-search-input {
  border: 1.5px solid #e2e8f0;
  font-size: 14.5px;
  height: 48px;
  padding: 12px 20px 12px 48px;
  transition: all 0.2s ease;
}

.branch-search-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(175, 16, 26, 0.1);
}

.branch-hub-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 22px 20px 22px;
  box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.branch-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -8px rgba(15, 23, 42, 0.09) !important;
  border-color: #cbd5e1;
}

.branch-hub-card.is-hq-card {
  border: 1.5px solid rgba(175, 16, 26, 0.28);
  background: linear-gradient(180deg, #ffffff 0%, #fffbfa 100%);
}

.branch-top-bar {
  margin-bottom: 14px;
}

/* Location Zone Pill */
.branch-zone-pill {
  display: inline-flex;
  align-items: center;
  gap: 4.5px;
  font-size: 11.5px;
  font-weight: 700;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 3.5px 10px;
  border-radius: 9999px;
  white-space: nowrap;
  line-height: 1.2;
}

.branch-zone-pill .icon-14 {
  font-size: 14px !important;
}

/* Distinct Status Badges */
.branch-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5.5px;
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 800;
  padding: 3.5px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  line-height: 1.2;
}

.branch-status-badge.badge-hq {
  background: rgba(175, 16, 26, 0.08);
  color: #af101a;
  border: 1px solid rgba(175, 16, 26, 0.22);
}

.branch-status-badge.badge-major {
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  border: 1px solid rgba(37, 99, 235, 0.22);
}

.branch-status-badge.badge-express {
  background: rgba(217, 119, 6, 0.08);
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.22);
}

.branch-status-badge.badge-logistics {
  background: rgba(124, 58, 237, 0.08);
  color: #6d28d9;
  border: 1px solid rgba(124, 58, 237, 0.22);
}

.branch-status-badge.badge-local {
  background: rgba(5, 150, 105, 0.08);
  color: #047857;
  border: 1px solid rgba(5, 150, 105, 0.22);
}

/* Status Pulsing Dots */
.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.pulse-dot-red { background-color: #af101a; }
.pulse-dot-blue { background-color: #2563eb; }
.pulse-dot-amber { background-color: #d97706; }
.pulse-dot-purple { background-color: #7c3aed; }
.pulse-dot-emerald { background-color: #059669; }

/* Icon Box & Identity */
.branch-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fef2f2;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.branch-hub-card:hover .branch-icon-box {
  background: var(--primary);
  color: #ffffff;
  transform: scale(1.05);
}

.branch-icon-box.is-hq {
  background: var(--primary);
  color: #ffffff;
}

.branch-card-heading {
  font-family: var(--font-heading);
  font-size: 17.5px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
}

.branch-card-heading a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.15s ease;
}

.branch-hub-card:hover .branch-card-heading a {
  color: var(--primary);
}

.branch-hub-subtext {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.2;
  margin-top: 2px;
}

.branch-card-text {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* Feature Chips Strip */
.branch-features-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.branch-feat-tag {
  font-size: 11.5px;
  font-weight: 600;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
  transition: all 0.2s ease;
}

.branch-hub-card:hover .branch-feat-tag {
  background: #ffffff;
  border-color: #cbd5e1;
}

.branch-feat-tag .icon-14 {
  font-size: 14px !important;
}

/* Footer & Actions */
.branch-card-footer {
  padding-top: 14px !important;
  border-top: 1px solid #f1f5f9 !important;
  margin-top: auto;
}

.branch-footer-doorstep {
  font-size: 12.5px;
  font-weight: 600;
  color: #475569;
}

.btn-card-hub-cta {
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  padding: 5px 14px;
  border-radius: 9999px;
  background: rgba(175, 16, 26, 0.06);
  border: 1px solid rgba(175, 16, 26, 0.15);
  transition: all 0.2s ease;
}

.branch-hub-card:hover .btn-card-hub-cta {
  background: var(--primary);
  color: #ffffff !important;
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(175, 16, 26, 0.25);
  transform: translateY(-1px);
}

/* Mobile Specific Refinements for 2-Column Mobile Grid */
@media (max-width: 767.98px) {
  #branches-section {
    padding-top: 36px !important;
    padding-bottom: 85px !important;
  }
  .branch-hub-card {
    padding: 12px 10px 10px 10px;
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
  }
  .branch-top-bar {
    margin-bottom: 8px !important;
  }
  .branch-zone-pill {
    font-size: 9.5px;
    padding: 2.5px 7px;
    gap: 3.5px;
    border-radius: 6px;
    max-width: 105px;
  }
  .branch-zone-pill .icon-13 {
    font-size: 11.5px !important;
  }
  .branch-status-badge {
    font-size: 8.5px;
    padding: 2px 6px;
    border-radius: 6px;
    letter-spacing: 0.02em;
    gap: 3.5px;
  }
  .pulse-dot {
    width: 5px;
    height: 5px;
  }
  .branch-arrow-subtle {
    font-size: 15px !important;
    color: #94a3b8;
  }
  .branch-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .branch-icon-box .material-symbols-outlined {
    font-size: 17px !important;
  }
  .branch-card-heading {
    font-size: 13.5px;
    line-height: 1.25;
    font-weight: 800;
  }
  .branch-hub-subtext {
    font-size: 10px;
    color: #94a3b8;
    margin-top: 1px;
  }
  .branch-card-text {
    font-size: 11px;
    line-height: 1.45;
    color: #64748b;
    margin-bottom: 8px;
    min-height: 32px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .branch-card-footer {
    padding-top: 8px !important;
    border-top-color: #f1f5f9 !important;
  }
  .branch-footer-doorstep {
    font-size: 10px !important;
    color: #64748b;
  }
  .branch-footer-doorstep .icon-14 {
    font-size: 12px !important;
  }
  .btn-card-hub-cta {
    font-size: 10.5px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
  }
  .btn-card-hub-cta .icon-14 {
    font-size: 12px !important;
  }
  .branch-stat-box {
    padding: 12px 8px !important;
    border-radius: 12px;
  }
  .branch-stat-box .stat-count {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .branch-stat-box .stat-name {
    font-size: 11px;
  }
  .branch-search-input {
    font-size: 13.5px;
    height: 44px;
    padding: 10px 16px 10px 42px;
  }
  .branch-search-box .branch-search-icon {
    font-size: 20px;
    left: 14px;
  }
}

@media (max-width: 360px) {
  .hero-feature-chips {
    gap: 6px !important;
  }
  .hero-glass-chip {
    padding: 5px 6px !important;
    gap: 5px !important;
    font-size: 10px !important;
  }
  .hero-glass-chip .chip-icon-circle {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
  }
  .hero-glass-chip .chip-icon-circle .material-symbols-outlined {
    font-size: 12px !important;
  }
  .branch-hub-card {
    padding: 10px 8px 8px 8px;
    border-radius: 12px;
  }
  .branch-zone-pill {
    font-size: 8.5px;
    padding: 2px 5px;
    max-width: 85px;
  }
  .branch-icon-box {
    width: 28px;
    height: 28px;
    border-radius: 7px;
  }
  .branch-icon-box .material-symbols-outlined {
    font-size: 15px !important;
  }
  .branch-card-heading {
    font-size: 12.5px;
  }
  .branch-hub-subtext {
    font-size: 9.5px;
  }
  .branch-card-text {
    font-size: 10.5px;
    line-height: 1.4;
  }
  .branch-footer-doorstep {
    font-size: 9.5px !important;
  }
  .btn-card-hub-cta {
    font-size: 10px;
    padding: 2.5px 6px;
  }
}

/* ==================== REVIEWS SWIPE CAROUSEL (DESKTOP & MOBILE) ==================== */
.reviews-slider-wrapper {
  position: relative;
  width: 100%;
}

.reviews-swipe-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  gap: 24px !important;
  padding: 10px 4px 22px 4px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  cursor: grab;
  user-select: none;
}

.reviews-swipe-track:active,
.reviews-swipe-track.is-dragging {
  cursor: grabbing !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

.reviews-swipe-track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Desktop: 3 cards per visible view */
.reviews-swipe-track > [class*="col-"],
.reviews-swipe-track .review-slide {
  flex: 0 0 calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3) !important;
  width: calc((100% - 48px) / 3) !important;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Tablet: 2 cards per visible view */
@media (max-width: 991.98px) {
  .reviews-swipe-track {
    gap: 18px !important;
  }
  .reviews-swipe-track > [class*="col-"],
  .reviews-swipe-track .review-slide {
    flex: 0 0 calc((100% - 18px) / 2) !important;
    max-width: calc((100% - 18px) / 2) !important;
    width: calc((100% - 18px) / 2) !important;
  }
}

/* Mobile: 1 card with right peek preview */
@media (max-width: 767.98px) {
  .reviews-swipe-track {
    gap: 14px !important;
    padding: 8px 12px 20px 12px !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px) !important;
    max-width: calc(100% + 24px) !important;
    box-sizing: border-box !important;
  }
  .reviews-swipe-track > [class*="col-"],
  .reviews-swipe-track .review-slide {
    flex: 0 0 85% !important;
    max-width: 85% !important;
    width: 85% !important;
    scroll-snap-stop: always;
  }
}

.reviews-swipe-track .testimonial-card,
.reviews-swipe-track > [class*="col-"] > div {
  height: 100% !important;
  min-height: 255px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  border-radius: 20px !important;
  box-shadow: 0 6px 24px -4px rgba(15, 23, 42, 0.08) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #ffffff;
}

.reviews-swipe-track .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px -4px rgba(15, 23, 42, 0.12) !important;
}

/* Navigation Arrow Buttons */
.btn-review-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e293b;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.btn-review-nav:hover:not(:disabled) {
  background: #af101a;
  border-color: #af101a;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(175, 16, 26, 0.3);
  transform: scale(1.05);
}

.btn-review-nav:active:not(:disabled) {
  transform: scale(0.96);
}

.btn-review-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* Pagination Controls & Dots (Universal across all devices) */
.reviews-swipe-controls {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.reviews-swipe-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reviews-swipe-dots .swipe-dot {
  width: 9px;
  height: 9px;
  border-radius: 9999px;
  background-color: #cbd5e1;
  border: none;
  padding: 0;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.reviews-swipe-dots .swipe-dot.active {
  width: 28px;
  background-color: #af101a;
  border-radius: 9999px;
  box-shadow: 0 2px 8px rgba(175, 16, 26, 0.35);
}

.reviews-swipe-hint {
  font-size: 12px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.reviews-swipe-hint .material-symbols-outlined {
  font-size: 16px;
  color: #af101a;
  animation: swipePulse 2s infinite ease-in-out;
}

@keyframes swipePulse {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

/* ==================== MINIMALIST LUXURY MOBILE MENU ==================== */
.m-brand-badge-pill {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #34d399;
  font-family: var(--font-heading);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  border-radius: 9999px;
  margin-top: 2px;
  width: fit-content;
}

.m-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: mPulse 1.8s infinite;
  flex-shrink: 0;
  display: inline-block;
}

@keyframes mPulse {
  0%   { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70%  { transform: scale(1);    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.mobile-menu-streamlined {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 0;
}

/* Scrollable Nav Track */
.mobile-menu-scroll-track {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 2px;
}

.mobile-menu-scroll-track::-webkit-scrollbar { display: none; }

.mobile-menu-nav-list {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-grow: 1;
  min-height: 100%;
  gap: 8px;
  padding: 2px 0;
}

.mobile-menu-nav-list.has-open-dropdown,
.mobile-menu-nav-list:has(.is-open) {
  justify-content: flex-start;
  min-height: auto;
  gap: 10px;
}

/* Nav items — Frosted dark glass surface with metallic gold accent */
.m-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(12px, 1.8vh, 15px) 16px;
  min-height: clamp(52px, 6.5vh, 58px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-left: 3px solid transparent;
  border-radius: 14px;
  color: #F3F4F6 !important;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 750;
  font-size: 15px;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.m-nav-item:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(245, 158, 11, 0.45);
  border-left: 3px solid #F59E0B;
  color: #F59E0B !important;
}

.m-nav-item:active,
.m-nav-item.active {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.60);
  border-left: 3px solid #F59E0B;
  color: #F59E0B !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* Icon box — warm metallic gold tint */
.m-nav-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F59E0B;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.m-nav-icon .material-symbols-outlined { font-size: 20px !important; }

.m-nav-item.active .m-nav-icon,
.m-dropdown-item.is-open .m-nav-icon {
  background: #DC2626;
  color: #ffffff;
  border-color: #F59E0B;
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.45);
}

.m-nav-label {
  font-size: 15px;
  font-weight: 750;
  color: #F3F4F6;
  letter-spacing: -0.01em;
}

.m-nav-arrow {
  color: #9CA3AF;
  font-size: 13px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.m-nav-item:hover .m-nav-arrow,
.m-nav-item:active .m-nav-arrow {
  color: #F59E0B;
  transform: translateX(2px);
}

.m-dropdown-chevron {
  color: #9CA3AF;
  font-size: 22px;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
}

.m-dropdown-item.is-open .m-dropdown-chevron {
  transform: rotate(180deg);
  color: #F59E0B;
}

.m-dropdown-item.is-open .m-nav-item {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: rgba(245, 158, 11, 0.45);
  background: rgba(255, 255, 255, 0.07);
  border-left: 3px solid #F59E0B;
}

/* Submenu */
.m-submenu-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  background: rgba(18, 20, 24, 0.95);
  border-left: 2px solid #F59E0B;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-left: 14px;
  margin-right: 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-dropdown-item.is-open .m-submenu-collapse { max-height: 450px; }

.m-submenu-inner {
  padding: 8px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.m-sub-link {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #D1D5DB !important;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  font-family: var(--font-heading);
  transition: all 0.15s ease;
}

.m-sub-link:active,
.m-sub-link:hover {
  color: #F59E0B !important;
  background: rgba(255, 255, 255, 0.06);
  padding-left: 13px;
}

.m-sub-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F59E0B;
  flex-shrink: 0;
}

.m-sub-link-all {
  color: #EF4444 !important;
  font-weight: 800 !important;
  font-size: 12.5px !important;
  padding-top: 8px;
  margin-top: 4px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}

/* Bottom Footer */
.mobile-menu-footer {
  margin-top: auto !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  flex-shrink: 0;
  width: 100%;
}

/* Quote button — Vibrant Crimson with Glowing Red Shadow and Pure White Text */
.btn-mobile-menu-quote {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 14px;
  padding: 13px 18px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    0 4px 20px rgba(220, 38, 38, 0.45),
    0 0 14px rgba(245, 158, 11, 0.20);
  transition: all 0.2s ease;
  width: 100%;
}

.btn-mobile-menu-quote:active {
  transform: scale(0.98);
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}

/* Action buttons */
.btn-mobile-menu-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 8px;
  min-height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #F3F4F6 !important;
  font-family: var(--font-heading);
  font-weight: 750;
  font-size: 12.5px;
  white-space: nowrap;
  transition: all 0.18s ease;
  box-sizing: border-box;
}

.btn-mobile-menu-action:active,
.btn-mobile-menu-action:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.25);
  transform: scale(0.98);
}

.btn-menu-call {
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.35);
  color: #F87171 !important;
}

.btn-menu-call:hover {
  background: #DC2626;
  border-color: #F59E0B;
  color: #ffffff !important;
}

.btn-menu-call .call-icon {
  color: #F59E0B;
  transition: color 0.18s ease;
}

.btn-menu-call:hover .call-icon {
  color: #ffffff !important;
}

.btn-menu-wa {
  background: rgba(37, 211, 102, 0.10);
  border: 1px solid rgba(37, 211, 102, 0.30);
}

.btn-menu-wa:hover {
  background: rgba(37, 211, 102, 0.20);
  border-color: rgba(37, 211, 102, 0.45);
}

.text-whatsapp {
  color: #25d366 !important;
}

@media (max-width: 360px) {
  .btn-mobile-menu-action {
    font-size: 11.5px;
    padding: 10px 4px;
    gap: 4px;
  }
}

/* ==================== 21. SHIPMENT LIVE TRACKING STYLES ==================== */
.tracking-hero-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
}

.tracking-hero-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
}

.tracking-input-box {
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 20px 14px 48px;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  background-color: #f8fafc;
  transition: all 0.2s ease;
  width: 100%;
}

.tracking-input-box:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #af101a;
  box-shadow: 0 0 0 4px rgba(175, 16, 26, 0.12);
}

.tracking-input-wrapper {
  position: relative;
  flex-grow: 1;
}

.tracking-input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}

.btn-track-submit {
  background: linear-gradient(135deg, #af101a 0%, #c41220 100%);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 14px;
  border: none;
  box-shadow: 0 6px 18px rgba(175, 16, 26, 0.3);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.btn-track-submit:hover {
  background: linear-gradient(135deg, #940e16 0%, #af101a 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(175, 16, 26, 0.4);
}

.btn-track-submit:active {
  transform: translateY(0);
}

/* Tracking Result Container */
.tracking-result-box {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  animation: fadeInTrackResult 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeInTrackResult {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.tracking-header-bar {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  padding: 24px 28px;
}

.tracking-route-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 8px 18px;
  border-radius: 9999px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  color: #ffffff;
}

.route-arrow-icon {
  color: #f59e0b;
  animation: routePulse 1.8s infinite ease-in-out;
}

@keyframes routePulse {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

.tracking-metric-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 16px;
  height: 100%;
}

.tracking-metric-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 4px;
}

.tracking-metric-value {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

/* 4-Step Progress Stepper */
.tracking-stepper-container {
  padding: 28px 20px;
  background: #ffffff;
}

.tracking-stepper-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.tracking-stepper-row::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 5%;
  right: 5%;
  height: 3px;
  background: #e2e8f0;
  z-index: 1;
}

.tracking-stepper-step {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
  padding: 0 8px;
}

.tracking-step-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 3px solid #e2e8f0;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.tracking-stepper-step.completed .tracking-step-circle {
  background: #059669;
  border-color: #059669;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}

.tracking-stepper-step.active .tracking-step-circle {
  background: #af101a;
  border-color: #ffd5d0;
  color: #ffffff;
  box-shadow: 0 0 0 5px rgba(175, 16, 26, 0.15);
  animation: stepPulse 2s infinite;
}

@keyframes stepPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.tracking-step-title {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 800;
  color: #334155;
  margin-bottom: 2px;
}

.tracking-stepper-step.active .tracking-step-title {
  color: #af101a;
}

.tracking-stepper-step.completed .tracking-step-title {
  color: #059669;
}

.tracking-step-desc {
  font-size: 11.5px;
  color: #64748b;
  line-height: 1.3;
}

/* Timeline Activity Checkpoints */
.tracking-timeline-list {
  position: relative;
  padding-left: 28px;
}

.tracking-timeline-list::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 9px;
  width: 2px;
  background: #e2e8f0;
}

.tracking-timeline-point {
  position: relative;
  margin-bottom: 20px;
}

.tracking-timeline-point:last-child {
  margin-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -28px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #059669;
  z-index: 2;
}

.tracking-timeline-point:first-child .timeline-dot {
  border-color: #af101a;
  background: #af101a;
}

.timeline-card-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px;
}

/* Features Grid */
.track-feature-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 24px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}

.track-feature-card:hover {
  border-color: #cbd5e1;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.08);
}

.track-feature-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(175, 16, 26, 0.08);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .tracking-stepper-row {
    flex-direction: column;
    gap: 16px;
  }

  .tracking-stepper-row::before {
    top: 15px;
    bottom: 15px;
    left: 24px;
    width: 2px;
    height: auto;
    right: auto;
  }

  .tracking-stepper-step {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 14px;
    padding: 0;
  }

  .tracking-step-circle {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 575.98px) {
  .tracking-hero-card {
    border-radius: 18px !important;
    padding: 22px 16px !important;
  }

  .tracking-hero-card::before {
    height: 4px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .tracking-input-box {
    padding: 12px 14px 12px 42px !important;
    font-size: 14px !important;
    border-radius: 12px !important;
  }

  .tracking-input-icon {
    left: 14px !important;
    font-size: 20px !important;
  }

  .btn-track-submit {
    padding: 12px 20px !important;
    font-size: 14.5px !important;
    border-radius: 12px !important;
    width: 100% !important;
  }

  .tracking-header-bar {
    padding: 18px 16px !important;
  }

  .tracking-result-box {
    border-radius: 18px !important;
  }
}

/* ==================== 22. CONTACT US PAGE STYLES ==================== */

/* Direct Connect Highlight Cards (Phone, WhatsApp, Email) */
.contact-connect-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
}

.contact-connect-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  transition: all 0.28s ease;
}

.contact-connect-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 32px -4px rgba(15, 23, 42, 0.1);
}

.contact-connect-card.card-phone:hover::before {
  background: linear-gradient(90deg, #af101a, #ef4444);
}

.contact-connect-card.card-wa:hover::before {
  background: linear-gradient(90deg, #25d366, #128c7e);
}

.contact-connect-card.card-email:hover::before {
  background: linear-gradient(90deg, #3b82f6, #6366f1);
}

.contact-icon-bubble {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: transform 0.28s ease;
}

.contact-connect-card:hover .contact-icon-bubble {
  transform: scale(1.08) rotate(3deg);
}

.bubble-phone {
  background: rgba(175, 16, 26, 0.1);
  color: #af101a;
}

.bubble-wa {
  background: rgba(37, 211, 102, 0.12);
  color: #128c7e;
}

.bubble-email {
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
}

.btn-contact-action {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: auto;
}

.btn-contact-phone {
  background: rgba(175, 16, 26, 0.08);
  color: #af101a !important;
  border: 1px solid rgba(175, 16, 26, 0.2);
}

.btn-contact-phone:hover {
  background: #af101a;
  color: #ffffff !important;
  border-color: #af101a;
  box-shadow: 0 6px 16px rgba(175, 16, 26, 0.35);
}

.btn-contact-wa {
  background: rgba(37, 211, 102, 0.12);
  color: #0f766e !important;
  border: 1px solid rgba(37, 211, 102, 0.3);
}

.btn-contact-wa:hover {
  background: #25d366;
  color: #ffffff !important;
  border-color: #25d366;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
}

.btn-contact-email {
  background: rgba(59, 130, 246, 0.08);
  color: #1d4ed8 !important;
  border: 1px solid rgba(59, 130, 246, 0.25);
}

.btn-contact-email:hover {
  background: #2563eb;
  color: #ffffff !important;
  border-color: #2563eb;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}

/* Primary Contact Form Card */
.contact-form-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.06);
  padding: 36px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .contact-form-card {
    padding: 22px 18px;
    border-radius: 18px;
  }
}

.contact-input-wrapper {
  position: relative;
  margin-bottom: 16px;
}

.contact-input-icon {
  position: absolute;
  left: 16px;
  top: 14px;
  color: #94a3b8;
  pointer-events: none;
  transition: color 0.2s ease;
}

.contact-form-control {
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px 12px 46px;
  font-size: 14.5px;
  font-weight: 500;
  color: #0f172a;
  background-color: #f8fafc;
  transition: all 0.2s ease;
  width: 100%;
}

.contact-form-control:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #af101a;
  box-shadow: 0 0 0 4px rgba(175, 16, 26, 0.1);
}

.contact-input-wrapper:focus-within .contact-input-icon {
  color: #af101a;
}

.contact-form-select {
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px 12px 46px;
  font-size: 14.5px;
  font-weight: 500;
  color: #0f172a;
  background-color: #f8fafc;
  transition: all 0.2s ease;
  width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 10px;
}

.contact-form-select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #af101a;
  box-shadow: 0 0 0 4px rgba(175, 16, 26, 0.1);
}

.contact-form-textarea {
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px 12px 46px;
  font-size: 14.5px;
  font-weight: 500;
  color: #0f172a;
  background-color: #f8fafc;
  transition: all 0.2s ease;
  width: 100%;
  resize: vertical;
  min-height: 100px;
}

.contact-form-textarea:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #af101a;
  box-shadow: 0 0 0 4px rgba(175, 16, 26, 0.1);
}

.btn-contact-submit {
  background: linear-gradient(135deg, #af101a 0%, #dc2626 100%);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 20px rgba(175, 16, 26, 0.35);
  transition: all 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-contact-submit:hover {
  background: linear-gradient(135deg, #c71421 0%, #ef4444 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(175, 16, 26, 0.45);
}

/* Head Office Card */
.contact-office-card {
  background: #0f172a;
  color: #f8fafc;
  border-radius: 24px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-office-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(175, 16, 26, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .contact-office-card {
    padding: 22px 18px;
    border-radius: 18px;
  }
}

.office-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.office-info-item:last-child {
  border-bottom: none;
}

.office-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ef4444;
  flex-shrink: 0;
}

.contact-map-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 20px;
  margin-bottom: 16px;
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 200px;
  border: 0;
}

.btn-office-directions {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-office-directions:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
  transform: translateY(-1px);
}

.office-bank-badge {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 12px;
  padding: 12px 16px;
  color: #fef08a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: auto;
}

.office-bank-badge:hover {
  background: rgba(245, 158, 11, 0.2);
  border-color: #f59e0b;
  color: #ffffff;
}

/* Specialized Escalation & Support Desks */
.contact-desk-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 24px;
  height: 100%;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}

.contact-desk-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.08);
}

.contact-desk-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

/* Branch Quick Chips */
.contact-branch-pill {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.18s ease;
}

.contact-branch-pill:hover {
  background: #f8fafc;
  border-color: #af101a;
  color: #af101a;
  transform: translateY(-1px);
}

.contact-branch-pill .material-symbols-outlined {
  color: #94a3b8;
  font-size: 16px;
  transition: color 0.18s ease;
}

.contact-branch-pill:hover .material-symbols-outlined {
  color: #af101a;
}

/* Emergency Helpline Bottom Strip */
.contact-emergency-strip {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 20px;
  padding: 32px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-emergency-strip::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #af101a;
}

/* ==================== 23. OPERATIONAL STATES & BRANCHES STYLES ==================== */

/* View All Branches Blended Button in Service Areas Section */
.btn-view-branches-blend {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 50px;
  padding: 10px 22px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14.5px;
  color: #1e293b !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-view-branches-blend:hover {
  background: #f8fafc;
  border-color: #af101a;
  color: #af101a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(175, 16, 26, 0.12);
}

.btn-view-branches-blend .transition-arrow {
  transition: transform 0.22s ease;
}

.btn-view-branches-blend:hover .transition-arrow {
  transform: translateX(4px);
}

/* State Page: Featured State Card with Image */
.state-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.28s ease;
}

.state-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #f59e0b 100%);
  z-index: 2;
}

.state-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px -8px rgba(15, 23, 42, 0.1);
  border-color: #cbd5e1;
}

.state-card-img-wrap {
  position: relative;
  height: 100%;
  min-height: 260px;
  overflow: hidden;
  background: #0f172a;
}

.state-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.state-card:hover .state-card-img {
  transform: scale(1.05);
}

.state-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.65) 100%);
  pointer-events: none;
}

.state-img-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  z-index: 3;
}

.state-img-footer-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 3;
}

.state-card-body {
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.state-title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.state-feature-pill {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 12.5px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;
}

.state-feature-pill .material-symbols-outlined {
  font-size: 17px;
  color: #af101a;
  flex-shrink: 0;
}

.btn-state-cta {
  background: linear-gradient(135deg, #af101a 0%, #dc2626 100%);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(175, 16, 26, 0.3);
  transition: all 0.22s ease;
}

.btn-state-cta:hover {
  background: linear-gradient(135deg, #c71421 0%, #ef4444 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(175, 16, 26, 0.4);
}

/* State Page: Compact Destination Card (Larger, Prominent Design) */
.state-compact-card {
  width: 360px;
  max-width: 100%;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0 auto;
}

.state-compact-card:hover {
  transform: translateY(-5px);
  border-color: #af101a;
  box-shadow: 0 18px 38px rgba(175, 16, 26, 0.15);
}

.state-compact-img-wrap {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background: #0f172a;
}

.state-compact-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.state-compact-card:hover .state-compact-img {
  transform: scale(1.06);
}

.state-compact-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fef08a;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.state-compact-body {
  padding: 16px 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #f1f5f9;
}

.state-compact-name {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.state-compact-card:hover .state-compact-name {
  color: #af101a;
}

.state-compact-count {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  display: block;
  margin-top: 3px;
}

.state-compact-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.state-compact-card:hover .state-compact-btn {
  background: #af101a;
  border-color: #af101a;
  color: #ffffff;
  transform: translateX(3px);
}

/* Branch Hubs Page: Bigger Clean Cards */
.branch-clean-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 18px 22px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 82px;
  width: 100%;
}

.branch-clean-card:hover {
  background: #ffffff;
  border-color: #af101a;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(175, 16, 26, 0.12);
}

.branch-clean-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fef2f2;
  color: #af101a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.branch-clean-icon .material-symbols-outlined {
  font-size: 24px !important;
}

.branch-clean-card:hover .branch-clean-icon {
  background: #af101a;
  color: #ffffff;
  transform: scale(1.05);
}

.branch-clean-name {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.25;
  transition: color 0.2s ease;
}

.branch-clean-card:hover .branch-clean-name {
  color: #af101a;
}

.branch-clean-zone {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  margin-top: 3px;
  line-height: 1.2;
}

.branch-clean-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.branch-clean-card:hover .branch-clean-arrow {
  background: #af101a;
  border-color: #af101a;
  color: #ffffff;
  transform: translateX(3px);
}

@media (max-width: 575.98px) {
  .branch-clean-card {
    padding: 13px 15px;
    min-height: 68px;
    border-radius: 14px;
  }
  .branch-clean-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .branch-clean-icon .material-symbols-outlined {
    font-size: 20px !important;
  }
  .branch-clean-name {
    font-size: 15px;
  }
  .branch-clean-zone {
    font-size: 11.5px;
  }
  .branch-clean-arrow {
    width: 28px;
    height: 28px;
  }
}

/* ==================== 26. SECTOR & LOCALITY PILL TAGS ==================== */
.sector-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  transition: all 0.2s ease;
  line-height: 1.2;
}

.sector-pill-tag:hover {
  background-color: #ffffff;
  border-color: #af101a;
  color: #af101a;
  transform: translateY(-1px);
}

.sector-pill-tag.hub-active {
  background-color: #af101a;
  border-color: #af101a;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(175, 16, 26, 0.25);
}

.sector-pill-tag.hub-active:hover {
  background-color: #8c0d15;
  border-color: #8c0d15;
  color: #ffffff;
}

.rohini-visual-showcase {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rohini-visual-showcase:hover {
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.04) !important;
}

/* Branded Visual Showcase Native Stat Pill Boxes */
.rohini-visual-showcase .stat-pill-box {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 4px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: 54px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.rohini-visual-showcase .stat-pill-box:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.rohini-visual-showcase .stat-pill-box .stat-pill-num {
  font-family: var(--font-heading);
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 2px;
}

.rohini-visual-showcase .stat-pill-box .stat-pill-lbl {
  font-size: 8.5px !important;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width: 479.98px) {
  .rohini-visual-showcase .stat-pill-box {
    padding: 6px 2px !important;
    min-height: 48px;
    border-radius: 10px;
  }
  .rohini-visual-showcase .stat-pill-box .stat-pill-num {
    font-size: 13px !important;
  }
  .rohini-visual-showcase .stat-pill-box .stat-pill-lbl {
    font-size: 7.5px !important;
    letter-spacing: 0.01em;
  }
}

/* ==================== 27. EDITORIAL QUOTE CARDS ==================== */
.editorial-quote-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #af101a !important;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.2s ease;
}

.editorial-quote-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.07) !important;
}

.editorial-quote-card p {
  font-size: 13.5px;
  line-height: 1.82 !important;
  color: #475569 !important;
  margin-bottom: 14px !important;
}

.editorial-quote-card p:last-child {
  margin-bottom: 0 !important;
}

.quote-icon-box {
  background-color: rgba(175, 16, 26, 0.08);
  color: #af101a;
}

@media (max-width: 767.98px) {
  .editorial-quote-card {
    padding: 16px 16px 16px 12px !important;
    border-radius: 14px !important;
    margin-bottom: 20px !important;
  }

  .editorial-quote-card .quote-icon-box {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }

  .editorial-quote-card .quote-icon-box .material-symbols-outlined {
    font-size: 18px !important;
  }

  .editorial-quote-card p {
    font-size: 13px !important;
    line-height: 1.85 !important;
    margin-bottom: 14px !important;
  }

  .city-main-story {
    padding-right: 8px;
  }
}

/* ==================== 28. CITY PAGES SIGNATURE TEXTURE ==================== */
.city-feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.city-feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 1;
  transition: height 0.25s ease, box-shadow 0.25s ease;
}

.city-feature-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 28px -4px rgba(15, 23, 42, 0.08), 0 4px 10px rgba(15, 23, 42, 0.03);
}

.city-feature-card:hover::after {
  height: 4.5px;
  box-shadow: 0 2px 10px rgba(175, 16, 26, 0.35);
}

.city-feature-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.city-feature-title {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 0;
}

.city-feature-desc {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .city-feature-card {
    padding: 16px 14px;
    border-radius: 14px;
  }
  .city-feature-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }
  .city-feature-title {
    font-size: 14px;
    line-height: 1.28;
  }
  .city-feature-desc {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 479.98px) {
  .city-feature-card {
    padding: 14px 10px;
    border-radius: 12px;
  }
  .city-feature-header {
    gap: 8px;
    margin-bottom: 8px;
  }
  .city-feature-title {
    font-size: 13px;
    line-height: 1.25;
  }
  .city-feature-desc {
    font-size: 11px;
    line-height: 1.45;
  }
  .credential-icon-circle {
    width: 32px !important;
    height: 32px !important;
  }
  .credential-icon-circle .material-symbols-outlined {
    font-size: 18px !important;
  }
}

.city-process-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 26px 20px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.city-process-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 28px -4px rgba(15, 23, 42, 0.09);
}

.city-process-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef4444 0%, #af101a 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(175, 16, 26, 0.28);
  margin: 0 auto 14px;
}

.city-process-title {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 8px;
}

.city-process-desc {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .section-padding {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .city-process-card {
    padding: 16px 12px !important;
    border-radius: 14px !important;
  }

  .city-process-badge {
    width: 36px !important;
    height: 36px !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }

  .city-process-title {
    font-size: 13.5px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
  }

  .city-process-desc {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 479.98px) {
  .section-padding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .city-process-card {
    padding: 14px 10px !important;
    border-radius: 12px !important;
  }

  .city-process-desc {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
}

/* ==========================================================================
   DEDICATED QUOTE POPUP MODAL STYLING (MODERN EXECUTIVE THEME)
   ========================================================================== */
.quote-custom-modal .modal-dialog {
  max-width: 680px;
  margin: 1.75rem auto;
}

.quote-custom-modal .modal-content {
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.35), 0 0 0 1px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  background: #ffffff;
}

.quote-modal-header-banner {
  background: linear-gradient(135deg, #090e1a 0%, #151f32 60%, #1e293b 100%);
  padding: 22px 26px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid rgba(239, 68, 68, 0.35);
}

.quote-modal-header-banner::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.22) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.quote-modal-badge-pill {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: rgba(239, 68, 68, 0.18);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fca5a5;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.quote-modal-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 2px;
}

.quote-modal-subtitle {
  font-size: 12.5px;
  color: #94a3b8;
  margin-bottom: 0;
  line-height: 1.4;
}

.btn-modal-close-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.btn-modal-close-circle:hover {
  background: rgba(239, 68, 68, 0.85);
  border-color: rgba(239, 68, 68, 1);
  color: #ffffff;
  transform: rotate(90deg);
}

.quote-modal-discount-tag {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #0f172a;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 5px 11px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.35);
  white-space: nowrap;
}

/* Modal Service Selector Pills */
.modal-service-pills-wrap {
  background: #f1f5f9;
  padding: 4px;
  border-radius: 12px;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.modal-service-pills-wrap::-webkit-scrollbar {
  display: none;
}

.modal-service-pill {
  flex: 1;
  min-width: fit-content;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  background: transparent;
  border: none;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.modal-service-pill:hover {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.6);
}

.modal-service-pill.active {
  background: #dc2626;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.35);
}

.modal-service-pill.active .material-symbols-outlined {
  color: #ffffff;
}

/* Modal Form Controls */
.modal-form-control {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 9px 12px 9px 38px;
  font-size: 13.5px;
  font-weight: 500;
  color: #0f172a;
  transition: all 0.2s ease;
  width: 100%;
}

.modal-form-control:focus {
  background: #ffffff;
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
  outline: none;
}

.modal-input-wrap {
  position: relative;
}

.modal-input-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #94a3b8;
  pointer-events: none;
}

.modal-phone-wrap .phone-code {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12.5px;
  font-weight: 700;
  color: #475569;
  border-right: 1px solid #cbd5e1;
  padding-right: 6px;
  pointer-events: none;
}

.modal-phone-wrap .modal-form-control {
  padding-left: 74px;
}

.modal-label {
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
  display: block;
}

/* Modal Trust Footprint */
.modal-trust-strip {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11.5px;
  color: #64748b;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .quote-custom-modal .modal-dialog {
    margin: 0.5rem;
  }
  
  .quote-modal-header-banner {
    padding: 16px 18px;
  }
  
  .quote-modal-title {
    font-size: 17px;
  }
  
  .quote-modal-subtitle {
    font-size: 11.5px;
  }
  
  .modal-trust-strip {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 10px 14px;
  }
}

/* ==================== 16. LUXURY CUSTOMER REVIEWS PAGE ==================== */
.reviews-page-section {
  background-color: #f8fafc;
  padding-top: 50px;
  padding-bottom: 70px;
}

/* Executive Rating Hero Overview Card */
.reviews-overview-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.reviews-overview-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 40%, #f59e0b 100%);
}

.rating-hero-score {
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
  letter-spacing: -1px;
}

.rating-hero-score small {
  font-size: 20px;
  font-weight: 600;
  color: #64748b;
}

.rating-hero-stars {
  color: #f59e0b;
  font-size: 18px;
  display: flex;
  gap: 3px;
}

.badge-trust-seal {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 4px 11px;
  font-size: 11.5px;
  font-weight: 700;
  color: #334155;
}

.rating-breakdown-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  padding: 3px 6px;
  border-radius: 6px;
}

.rating-breakdown-row:hover {
  background: #f8fafc;
}

.rating-breakdown-row.active {
  background: #f1f5f9;
}

.star-label-text {
  font-size: 12.5px;
  font-weight: 700;
  color: #334155;
  width: 48px;
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}

.star-progress-bar {
  flex-grow: 1;
  height: 9px;
  background: #e2e8f0;
  border-radius: 9999px;
  overflow: hidden;
}

.star-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  border-radius: 9999px;
  transition: width 0.6s ease;
}

.star-count-text {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  width: 36px;
  text-align: right;
}

/* Write Review CTA Box inside Overview */
.write-review-cta-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 16px;
  padding: 24px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.btn-write-review-cta {
  background: linear-gradient(135deg, #af101a 0%, #dc2626 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 9999px;
  padding: 12px 22px;
  box-shadow: 0 4px 15px rgba(175, 16, 26, 0.4);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-write-review-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(175, 16, 26, 0.55);
}

/* Star Filter Pills Bar */
.reviews-filter-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.review-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 9999px;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.review-filter-pill:hover {
  border-color: #cbd5e1;
  color: #0f172a;
  background: #f8fafc;
}

.review-filter-pill.active {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.review-filter-pill.active .filter-count-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.filter-count-badge {
  background: #f1f5f9;
  color: #64748b;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 9999px;
  font-weight: 700;
}

/* Individual Review Card (Luxury Edition) */
.review-luxury-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.review-luxury-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 0.8;
  transition: height 0.25s ease, opacity 0.25s ease;
}

.review-luxury-card:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08);
}

.review-luxury-card:hover::before {
  height: 4.5px;
  opacity: 1;
}

.review-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.author-avatar-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  color: #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.15);
  flex-shrink: 0;
}

.author-meta-info {
  flex-grow: 1;
  min-width: 0;
}

.author-name-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.badge-verified-move-pill {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
  font-size: 10.5px;
  font-weight: 700;
  padding: 1.5px 7px;
  border-radius: 9999px;
  white-space: nowrap;
}

.author-masked-email {
  font-size: 11.5px;
  color: #94a3b8;
  font-family: var(--font-body);
}

.badge-route-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff1f2;
  color: #af101a;
  border: 1px solid #ffe4e6;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 11.5px;
  font-weight: 600;
  margin-bottom: 12px;
  max-width: 100%;
  word-break: break-word;
}

.review-stars-date-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.review-stars-group {
  color: #f59e0b;
  font-size: 13.5px;
  display: flex;
  gap: 2px;
}

.review-date-text {
  font-size: 11.5px;
  color: #94a3b8;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-body-text {
  font-size: 13.5px;
  color: #334155;
  line-height: 1.65;
  position: relative;
  margin-bottom: 14px;
  flex-grow: 1;
}

.review-image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.review-img-thumb {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  border: 1.5px solid #e2e8f0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-img-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #af101a;
}

/* Official Admin Reply Box */
.review-admin-reply-box {
  background: #f8fafc;
  border-left: 3px solid #0f172a;
  border-radius: 0 10px 10px 0;
  padding: 12px 14px;
  margin-top: 14px;
}

.admin-reply-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.admin-reply-text {
  font-size: 12px;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 0;
}

/* Review Submission Modal (Executive Theme) */
.review-custom-modal .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
}

.review-modal-header-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 22px 24px;
  position: relative;
  border-bottom: 3px solid #af101a;
}

.review-modal-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 3px;
}

.review-modal-subtitle {
  font-size: 12.5px;
  color: #94a3b8;
  margin: 0;
}

.interactive-star-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.interactive-star-rating .star-icon {
  font-size: 28px;
  color: #cbd5e1;
  transition: transform 0.15s ease, color 0.15s ease;
}

.interactive-star-rating .star-icon.active,
.interactive-star-rating .star-icon:hover {
  color: #f59e0b;
  transform: scale(1.15);
}

.btn-review-submit {
  background: linear-gradient(135deg, #af101a 0%, #dc2626 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 14.5px;
  border: none;
  border-radius: 12px;
  padding: 13px 24px;
  width: 100%;
  box-shadow: 0 4px 16px rgba(175, 16, 26, 0.35);
  transition: all 0.25s ease;
}

.btn-review-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(175, 16, 26, 0.5);
  color: #ffffff;
}

/* Reviews Pagination Component */
.reviews-pagination .page-item {
  margin: 0 3px;
}

.reviews-pagination .page-link {
  border-radius: 8px !important;
  border: 1.5px solid #e2e8f0;
  color: #334155;
  font-weight: 700;
  font-size: 13.5px;
  padding: 8px 14px;
  transition: all 0.2s ease;
}

.reviews-pagination .page-link:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}

.reviews-pagination .page-item.active .page-link {
  background: #af101a;
  border-color: #af101a;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(175, 16, 26, 0.3);
}

@media (max-width: 991.98px) {
  .reviews-overview-card {
    padding: 20px;
  }
  .rating-hero-score {
    font-size: 44px;
  }
}

@media (max-width: 767.98px) {
  .reviews-filter-bar {
    justify-content: flex-start;
  }
}

/* ==========================================================================
   DISTINCTIVE ACTIVE HOVER ENGINE (SITE-WIDE CARDS & BADGES)
   High-performance GPU-accelerated micro-interactions across the entire platform
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. NEUTRAL STATE: Clean, intentional, polished (Mobile & Desktop baseline)
   -------------------------------------------------------------------------- */
.pillar-card,
.service-tile-card,
.about-pillar-card,
.about-infra-card,
.about-step-card,
.about-hero-stat-card,
.why-us-feature-card,
.why-choose-card,
.feature-card,
.value-card,
.credential-item-card,
.credential-card,
.process-step-card,
.city-process-card,
.timeline-card-item,
.timeline-item-card,
.founder-card,
.area-service-card,
.branch-clean-card,
.branch-card-wrapper,
.branch-card,
.city-feature-card,
.city-verified-card,
.locality-card-item,
.locality-tile-card,
.state-compact-card,
.state-overview-card,
.review-luxury-card,
.reviews-overview-card,
.testimonial-card,
.editorial-quote-card,
.write-review-cta-card,
.blog-post-card,
.blog-details-card,
.tracking-hero-card,
.tracking-metric-card,
.track-feature-card,
.contact-office-card,
.partner-trust-card,
.gallery-photo-card,
.gallery-video-card,
.cta-inner-card,
.card {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform, box-shadow;
}

/* --------------------------------------------------------------------------
   2. ALWAYS-VISIBLE BASE STRIPE (Full Width, Gradient Red-to-Orange at Rest)
   -------------------------------------------------------------------------- */
.pillar-card::before,
.service-tile-card::before,
.about-pillar-card::before,
.about-infra-card::before,
.about-step-card::before,
.about-hero-stat-card::before,
.why-us-feature-card::before,
.why-choose-card::before,
.feature-card::before,
.value-card::before,
.credential-item-card::before,
.credential-card::before,
.process-step-card::before,
.city-process-card::before,
.timeline-item-card::before,
.timeline-card-item::before,
.area-service-card::before,
.branch-card::before,
.city-feature-card::before,
.locality-card-item::before,
.locality-tile-card::before,
.state-compact-card::before,
.state-overview-card::before,
.testimonial-card::before,
.review-luxury-card::before,
.reviews-overview-card::before,
.contact-office-card::before,
.partner-trust-card::before,
.blog-post-card::before,
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%);
  opacity: 1;
  z-index: 10;
  pointer-events: none;
  border-radius: inherit inherit 0 0;
}

/* --------------------------------------------------------------------------
   2B. CENTER-OUTWARD HOVER HIGHLIGHT OVERLAY (Initially 0 Width, Centered)
   -------------------------------------------------------------------------- */
.pillar-card::after,
.service-tile-card::after,
.about-pillar-card::after,
.about-infra-card::after,
.about-step-card::after,
.about-hero-stat-card::after,
.why-us-feature-card::after,
.why-choose-card::after,
.feature-card::after,
.value-card::after,
.credential-item-card::after,
.credential-card::after,
.process-step-card::after,
.city-process-card::after,
.timeline-item-card::after,
.timeline-card-item::after,
.area-service-card::after,
.branch-card::after,
.city-feature-card::after,
.locality-card-item::after,
.locality-tile-card::after,
.state-compact-card::after,
.state-overview-card::after,
.testimonial-card::after,
.review-luxury-card::after,
.reviews-overview-card::after,
.contact-office-card::after,
.partner-trust-card::after,
.blog-post-card::after,
.card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4458 0%, #ffffff 50%, #fcd34d 100%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 2px 10px rgba(245, 158, 11, 0.6);
  opacity: 0;
  z-index: 12;
  pointer-events: none;
  transition: width 0.4s ease, opacity 0.3s ease;
  border-radius: inherit inherit 0 0;
}

/* --------------------------------------------------------------------------
   3. ACTIVE CARD HOVER: Lift (translateY & scale), glow shadow & border
   -------------------------------------------------------------------------- */
@media (hover: hover) and (pointer: fine) {
  .pillar-card:hover,
  .service-tile-card:hover,
  .about-pillar-card:hover,
  .about-infra-card:hover,
  .about-step-card:hover,
  .about-hero-stat-card:hover,
  .why-us-feature-card:hover,
  .why-choose-card:hover,
  .feature-card:hover,
  .value-card:hover,
  .credential-item-card:hover,
  .credential-card:hover,
  .process-step-card:hover,
  .city-process-card:hover,
  .timeline-card-item:hover,
  .timeline-item-card:hover,
  .founder-card:hover,
  .city-feature-card:hover,
  .city-verified-card:hover,
  .locality-card-item:hover,
  .locality-tile-card:hover,
  .state-compact-card:hover,
  .state-overview-card:hover,
  .review-luxury-card:hover,
  .testimonial-card:hover,
  .editorial-quote-card:hover,
  .write-review-cta-card:hover,
  .blog-post-card:hover,
  .tracking-hero-card:hover,
  .tracking-metric-card:hover,
  .track-feature-card:hover,
  .contact-office-card:hover,
  .partner-trust-card:hover,
  .gallery-photo-card:hover,
  .gallery-video-card:hover,
  .cta-inner-card:hover,
  .card:hover {
    transform: translateY(-6px) scale(1.02) !important;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12), 0 0 20px rgba(175, 16, 26, 0.08) !important;
    border-color: rgba(175, 16, 26, 0.35) !important;
  }

  /* Expand shimmer highlight from center outward across the full width */
  .pillar-card:hover::after,
  .service-tile-card:hover::after,
  .about-pillar-card:hover::after,
  .about-infra-card:hover::after,
  .about-step-card:hover::after,
  .about-hero-stat-card:hover::after,
  .why-us-feature-card:hover::after,
  .why-choose-card:hover::after,
  .feature-card:hover::after,
  .value-card:hover::after,
  .credential-item-card:hover::after,
  .credential-card:hover::after,
  .process-step-card:hover::after,
  .city-process-card:hover::after,
  .timeline-item-card:hover::after,
  .timeline-card-item:hover::after,
  .area-service-card:hover::after,
  .branch-card:hover::after,
  .city-feature-card:hover::after,
  .locality-card-item:hover::after,
  .locality-tile-card:hover::after,
  .state-compact-card:hover::after,
  .state-overview-card:hover::after,
  .testimonial-card:hover::after,
  .review-luxury-card:hover::after,
  .reviews-overview-card:hover::after,
  .contact-office-card:hover::after,
  .partner-trust-card:hover::after,
  .blog-post-card:hover::after,
  .card:hover::after {
    width: 100% !important;
    opacity: 1 !important;
  }

  /* ------------------------------------------------------------------------
     4. TITLE COLOR & UNDERLINE ACCENT
     ------------------------------------------------------------------------ */
  .pillar-card .h5,
  .service-tile-card .h5,
  .about-pillar-card .h5,
  .about-infra-card .h5,
  .about-step-card .h5,
  .process-step-card .h5,
  .timeline-item-card .fw-bold,
  .testimonial-card .fw-bold,
  .contact-office-card .h5,
  .partner-trust-card .fw-extrabold,
  .card-title {
    transition: color 0.3s ease !important;
  }

  .pillar-card:hover .h5,
  .service-tile-card:hover .h5,
  .about-pillar-card:hover .h5,
  .about-infra-card:hover .h5,
  .about-step-card:hover .h5,
  .timeline-item-card:hover .fw-bold,
  .contact-office-card:hover .h5,
  .card:hover .card-title {
    color: #af101a !important;
  }

  /* Underline Accent: Solid red to red-to-orange gradient on hover */
  .title-underline,
  .card-title-underline,
  .section-headline-underline {
    transition: background 0.3s ease, width 0.3s ease !important;
  }

  .card:hover .title-underline,
  .pillar-card:hover .title-underline,
  .service-tile-card:hover .title-underline {
    background: linear-gradient(90deg, #af101a 0%, #ef4444 50%, #f59e0b 100%) !important;
  }

  /* ------------------------------------------------------------------------
     5. ICON CIRCLE: Pale tint -> solid deep red background + white icon
     ------------------------------------------------------------------------ */
  .credential-item-card .credential-icon-circle,
  .about-pillar-card .icon-circle,
  .about-pillar-card .step-icon-circle,
  .about-infra-card .icon-circle,
  .service-tile-card .icon-24,
  .timeline-item-card .icon-24,
  .contact-office-card .contact-icon-box,
  .area-service-card .area-icon,
  .branch-card .branch-icon,
  .faq-support-icon-circle {
    transition: background-color 0.3s ease,
                color 0.3s ease,
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s ease !important;
  }

  .credential-item-card:hover .credential-icon-circle,
  .about-pillar-card:hover .icon-circle,
  .about-pillar-card:hover .step-icon-circle,
  .about-infra-card:hover .icon-circle,
  .service-tile-card:hover .icon-24,
  .timeline-item-card:hover .icon-24,
  .contact-office-card:hover .contact-icon-box,
  .area-service-card:hover .area-icon,
  .branch-card:hover .branch-icon,
  .faq-support-strip:hover .faq-support-icon-circle,
  .process-step-card:hover .step-icon-circle {
    background-color: #af101a !important;
    color: #ffffff !important;
    transform: scale(1.12) rotate(4deg) !important;
    box-shadow: 0 6px 18px rgba(175, 16, 26, 0.35) !important;
  }

  /* Media Zoom on Card Hover */
  .pillar-card:hover .pillar-img,
  .pillar-card:hover .pillar-img-wrap img,
  .blog-post-card:hover .blog-card-media img,
  .gallery-photo-card:hover img,
  .gallery-video-card:hover img {
    transform: scale(1.06) !important;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  /* ------------------------------------------------------------------------
     6. REVEAL SECONDARY CTAs & ARROW ANIMATION
     ------------------------------------------------------------------------ */
  .pillar-card-link,
  .tile-readmore,
  .btn-link-arrow,
  .card-readmore {
    color: #af101a !important;
    transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease !important;
  }

  .pillar-card-link .material-symbols-outlined,
  .tile-readmore .material-symbols-outlined,
  .btn-link-arrow .material-symbols-outlined {
    transition: transform 0.25s ease !important;
  }

  .pillar-card:hover .pillar-card-link,
  .service-tile-card:hover .tile-readmore,
  .card:hover .card-readmore {
    color: #c71421 !important;
  }

  .pillar-card:hover .pillar-card-link .material-symbols-outlined,
  .service-tile-card:hover .tile-readmore .material-symbols-outlined,
  .card:hover .card-readmore .material-symbols-outlined {
    transform: translateX(5px) !important;
  }

  /* ------------------------------------------------------------------------
     7. HERO FROSTED GLASS CARDS
     ------------------------------------------------------------------------ */
  .hero-bottom-feature-card:hover,
  .frosted-stat-card:hover {
    transform: translateY(-6px) scale(1.025) !important;
    background: rgba(24, 24, 28, 0.72) !important;
    border-color: rgba(245, 158, 11, 0.7) !important;
    box-shadow: 0 22px 50px -10px rgba(0, 0, 0, 0.65), 0 0 25px rgba(245, 158, 11, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.45) !important;
  }

  .hero-google-review-card:hover {
    transform: translateY(-4px) scale(1.025) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28), 0 0 25px rgba(255, 255, 255, 0.3) !important;
    background: #ffffff !important;
  }
}

/* --------------------------------------------------------------------------
   8. EVERY BADGE, PILL, CHIP & TAG IN THE WHOLE WEBSITE (Spring Pop & Halo Glow)
   -------------------------------------------------------------------------- */
.badge-caps-red,
.badge-caps-gold,
.badge-caps-gold-sm,
.badge-caps-light,
.discount-pill,
.accreditation-badge,
.hero-glass-chip,
.btn-hero-glass-pill,
.badge-verified-move-pill,
.badge-verified,
.badge-trust-seal,
.top-trust-badge,
.office-bank-badge,
.badge-intercity,
.badge-localcity,
.badge-route-tag,
.tracking-route-badge,
.blog-date-badge-pill,
.reviews-author-badge,
.filter-count-badge,
.step-badge,
.city-process-badge,
.tile-number-badge,
.faq-num-pill,
.review-filter-pill,
.modal-service-pill,
.sector-pill-tag,
.quote-modal-discount-tag,
.gallery-badge-sm,
.top-whatsapp-chip,
.pillar-badge,
.pillar-tag,
span.badge:not(.badge-pulse-dot) {
  transition: transform 0.26s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.26s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.26s ease,
              background-color 0.26s ease,
              filter 0.26s ease !important;
  will-change: transform, box-shadow;
  display: inline-flex;
  cursor: pointer;
}

/* Red Capsule & Trust Badges */
.badge-caps-red:hover,
.badge-verified-move-pill:hover,
.badge-trust-seal:hover,
.pillar-badge:hover,
.pillar-tag:hover {
  transform: translateY(-2.5px) scale(1.06) !important;
  box-shadow: 0 6px 18px rgba(175, 16, 26, 0.35) !important;
  border-color: #ef4444 !important;
  filter: brightness(1.06) !important;
}

/* Gold / Amber Badges & Discount Tags */
.badge-caps-gold:hover,
.badge-caps-gold-sm:hover,
.discount-pill:hover,
.top-trust-badge:hover,
.quote-modal-discount-tag:hover,
.faq-num-pill:hover {
  transform: translateY(-2.5px) scale(1.07) !important;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.45) !important;
  border-color: #fbbf24 !important;
  filter: brightness(1.08) !important;
}

/* Hero Glass Chips & Accreditation Ribbon */
.hero-glass-chip:hover {
  transform: translateY(-5px) scale(1.05) !important;
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: rgba(239, 68, 68, 0.7) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), 0 0 20px rgba(239, 68, 68, 0.45) !important;
}

.accreditation-badge:hover {
  transform: translateY(-2.5px) scale(1.03) !important;
  border-color: rgba(239, 68, 68, 0.75) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4), 0 0 18px rgba(239, 68, 68, 0.3) !important;
}

/* Filter, Route & Category Pills Across Whole Platform */
.blog-date-badge-pill:hover,
.reviews-author-badge:hover,
.filter-count-badge:hover,
.tracking-route-badge:hover,
.badge-route-tag:hover,
.badge-intercity:hover,
.badge-localcity:hover,
.office-bank-badge:hover,
.modal-service-pill:hover,
.review-filter-pill:hover,
.sector-pill-tag:hover,
.gallery-badge-sm:hover,
.top-whatsapp-chip:hover,
.step-badge:hover,
.city-process-badge:hover,
.tile-number-badge:hover,
span.badge:not(.badge-pulse-dot):hover {
  transform: translateY(-2.5px) scale(1.05) !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.14) !important;
  border-color: rgba(175, 16, 26, 0.4) !important;
  filter: brightness(1.05) !important;
}

/* ==================== 22. MODERN PHOTO GALLERY & FULLSCREEN LIGHTBOX ==================== */

/* Metrics Bar */
.gallery-metrics-bar {
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05) !important;
}

.metric-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bg-red-soft { background-color: rgba(220, 38, 38, 0.1) !important; }
.bg-gold-soft { background-color: rgba(245, 158, 11, 0.12) !important; }
.bg-emerald-soft { background-color: rgba(16, 185, 129, 0.12) !important; }
.bg-blue-soft { background-color: rgba(59, 130, 246, 0.1) !important; }

@media (min-width: 768px) {
  .border-end-md {
    border-right: 1px solid rgba(226, 232, 240, 0.8) !important;
  }
}

/* ==================== PHOTO GALLERY CINEMATIC VIEWFINDER HOVER ANIMATION ==================== */
.gallery-toolbar-row {
  border-bottom: 1px solid rgba(226, 232, 240, 0.9) !important;
}

.gallery-toolbar-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-gallery-count {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(220, 38, 38, 0.2);
  vertical-align: middle;
}

.gallery-photo-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background-color: #0b0f17;
  border: 2px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
  cursor: pointer;
  transform: translateY(0) scale(1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
}

.gallery-photo-card:hover,
.gallery-photo-card:focus-visible {
  transform: translateY(-10px) scale(1.02);
  border-color: #dc2626;
  box-shadow: 0 22px 45px -10px rgba(15, 23, 42, 0.35),
              0 0 0 2px #dc2626,
              0 0 25px rgba(220, 38, 38, 0.35);
  outline: none;
}

/* Photo Container */
.gallery-photo-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
  background-color: #0b0f17;
}

/* Image with Smooth Zoom — STRICTLY NO BLUR, 100% CRISP */
.gallery-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1) translateY(0);
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-photo-card:hover .gallery-photo-img {
  transform: scale(1.10) translateY(-2px);
  filter: none !important;
}

/* Camera Viewfinder Focus Corner Brackets */
.vf-bracket {
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.vf-tl {
  top: 16px;
  left: 16px;
  border-top: 2.5px solid #fbbf24;
  border-left: 2.5px solid #fbbf24;
  border-top-left-radius: 4px;
}

.vf-tr {
  top: 16px;
  right: 16px;
  border-top: 2.5px solid #fbbf24;
  border-right: 2.5px solid #fbbf24;
  border-top-right-radius: 4px;
}

.vf-bl {
  bottom: 16px;
  left: 16px;
  border-bottom: 2.5px solid #fbbf24;
  border-left: 2.5px solid #fbbf24;
  border-bottom-left-radius: 4px;
}

.vf-br {
  bottom: 16px;
  right: 16px;
  border-bottom: 2.5px solid #fbbf24;
  border-right: 2.5px solid #fbbf24;
  border-bottom-right-radius: 4px;
}

.gallery-photo-card:hover .vf-tl {
  top: 10px;
  left: 10px;
  opacity: 1;
}

.gallery-photo-card:hover .vf-tr {
  top: 10px;
  right: 10px;
  opacity: 1;
}

.gallery-photo-card:hover .vf-bl {
  bottom: 10px;
  left: 10px;
  opacity: 1;
}

.gallery-photo-card:hover .vf-br {
  bottom: 10px;
  right: 10px;
  opacity: 1;
}

/* Floating Center Focus / Enlarge Button */
.gallery-focus-action {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.gallery-focus-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.6), 0 0 0 4px rgba(251, 191, 36, 0.4);
  opacity: 0;
  transform: scale(0.4) rotate(-30deg);
  transition: all 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-photo-card:hover .gallery-focus-btn {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* Dynamic Light Sheen Sweep */
.gallery-photo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-25deg);
  z-index: 4;
  pointer-events: none;
  transition: none;
}

.gallery-photo-card:hover::before {
  left: 230%;
  transition: left 0.75s ease-in-out;
}

.badge-lightbox-status {
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #fbbf24;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
}

/* ==================== FULLSCREEN LIGHTBOX MODAL ==================== */
.gallery-lightbox-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
}

.gallery-lightbox-modal.is-open {
  display: flex;
  animation: lightboxFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes lightboxFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 16, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1;
}

.gallery-lightbox-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  max-height: 94vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(18, 20, 24, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow: 0 24px 60px -10px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

/* Lightbox Header */
.gallery-lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.badge-lightbox-counter {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
}

.badge-lightbox-category {
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #fbbf24;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 9999px;
}

.btn-lightbox-action {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-lightbox-action:hover {
  background: #dc2626;
  border-color: #ef4444;
  color: #ffffff;
  transform: scale(1.05);
}

/* Lightbox Stage */
.gallery-lightbox-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  position: relative;
  overflow: hidden;
}

.lightbox-image-wrapper {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lightbox-main-img {
  max-width: 100%;
  max-height: calc(94vh - 160px);
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.22s ease-in-out;
}

.lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 5;
}

.lightbox-nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.22s ease;
  z-index: 10;
  flex-shrink: 0;
}

.lightbox-nav-btn:hover {
  background: #dc2626;
  border-color: #ef4444;
  color: #ffffff;
  transform: scale(1.08);
}

/* Lightbox Footer */
.gallery-lightbox-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.lightbox-title-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.lightbox-title {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 3px;
}

.lightbox-caption {
  color: #9ca3af;
  font-size: 12.5px;
  margin-bottom: 0;
}

.lightbox-cta-wrap {
  flex-shrink: 0;
}

.btn-lightbox-quote {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.4);
  transition: all 0.2s ease;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}

.btn-lightbox-quote:hover {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(220, 38, 38, 0.5);
}

.btn-lightbox-quote .material-symbols-outlined {
  font-size: 17px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 576px) {
  .gallery-lightbox-modal {
    padding: 0;
  }
  .gallery-lightbox-container {
    max-height: 100dvh;
    border-radius: 0;
    border: none;
  }
  .lightbox-nav-btn {
    width: 38px;
    height: 38px;
  }
  .lightbox-main-img {
    max-height: calc(100dvh - 190px);
  }
  .gallery-lightbox-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px 16px;
  }
  .lightbox-title-wrap {
    width: 100%;
    text-align: left;
  }
  .lightbox-title {
    font-size: 14px;
  }
  .lightbox-caption {
    font-size: 11.5px;
    line-height: 1.35;
  }
  .lightbox-cta-wrap {
    width: 100%;
  }
  .btn-lightbox-quote {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
    font-size: 13px;
  }
}

/* ==========================================================================
   14. EXTRACTED UTILITY & COMPONENT STYLES
   ========================================================================== */

/* --- Typography: Line Heights --- */
.lh-14 { line-height: 1.4 !important; }
.lh-16 { line-height: 1.6 !important; }
.lh-165 { line-height: 1.65 !important; }
.lh-17 { line-height: 1.7 !important; }
.lh-175 { line-height: 1.75 !important; }
.lh-18 { line-height: 1.8 !important; }
.lh-17-italic { line-height: 1.7 !important; font-style: italic !important; }

/* --- Typography: Font Sizes & Heading Utilities --- */
.fs-9 { font-size: 9px !important; }
.fs-10 { font-size: 10px !important; }
.fs-10-bold { font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.5px; }
.fs-11 { font-size: 11px !important; }
.fs-11-semi { font-size: 11px !important; font-weight: 600 !important; }
.fs-11-spaced { font-size: 11px !important; letter-spacing: 0.5px; }
.fs-11-5 { font-size: 11.5px !important; }
.font-heading-sm { font-size: 11.5px !important; font-family: var(--font-heading) !important; }
.badge-tag-sm { font-size: 11.5px !important; font-weight: 700 !important; letter-spacing: 0.03em; }
.btn-copy-sm { font-size: 11.5px !important; white-space: nowrap !important; }
.fs-12 { font-size: 12px !important; }
.fs-12-lh14 { font-size: 12px !important; line-height: 1.4 !important; }
.fs-12-lh16 { font-size: 12px !important; line-height: 1.6 !important; }
.fs-13 { font-size: 13px !important; }
.fs-13-5 { font-size: 13.5px !important; }
.fs-14 { font-size: 14px !important; }

/* --- Dimensions, Avatars & Icon Containers --- */
.box-40 { width: 40px !important; height: 40px !important; }
.box-40-whatsapp { width: 40px !important; height: 40px !important; background: rgba(37, 211, 102, 0.12) !important; color: #128c7e !important; }
.box-40-phone { width: 40px !important; height: 40px !important; background: rgba(59, 130, 246, 0.1) !important; color: #2563eb !important; }
.box-58 { width: 58px !important; height: 58px !important; }
.avatar-box-60 { width: 60px !important; height: 60px !important; border-radius: 50% !important; }
.review-avatar-circle { width: 60px !important; height: 60px !important; background: #fff1f2 !important; color: #af101a !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 24px !important; }
.img-avatar-44 { width: 44px !important; height: 44px !important; object-fit: cover !important; }
.icon-box-22 { width: 22px !important; height: 22px !important; font-size: 11px !important; }
.logo-h-38 { height: 38px !important; width: auto !important; }
.logo-h-32 { height: 32px !important; width: auto !important; }

/* --- Table Column Widths --- */
.col-w-25 { width: 25% !important; }
.col-w-28-center { width: 28% !important; text-align: center !important; }
.col-w-37-5 { width: 37.5% !important; }
.col-w-44 { width: 44% !important; }

/* --- Cards, QR Code & Themed Badges --- */
.qr-box-wrap { max-width: 260px !important; }
.qr-img-responsive { width: 100% !important; height: auto !important; max-width: 220px !important; }
.border-left-brand-red { border-left: 5px solid #af101a !important; }
.credential-icon-whatsapp { background: rgba(37, 211, 102, 0.12) !important; color: #128c7e !important; }
.credential-icon-phone { background: rgba(59, 130, 246, 0.1) !important; color: #2563eb !important; }
.track-feature-icon-green { background: rgba(5, 150, 105, 0.08) !important; color: #059669 !important; }
.track-feature-icon-gold { background: rgba(245, 158, 11, 0.1) !important; color: #d97706 !important; }
.timeline-dot-active { background: #af101a !important; border-color: #af101a !important; }
.bg-slate-gradient { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important; }

/* --- Maps, Sidebars & Modals --- */
.map-container-380 { min-height: 380px !important; }
.map-wrapper-280 { min-height: 280px !important; height: 100% !important; }
.map-iframe { border: 0 !important; min-height: 100% !important; width: 100% !important; display: block !important; }
.map-iframe-fill { border: 0 !important; display: block !important; position: absolute !important; inset: 0 !important; }
.sticky-sidebar-top { top: 90px !important; }
.modal-review-img { max-height: 85vh !important; object-fit: contain !important; max-width: 100% !important; }

/* ==========================================================================
   City List (pm-list) Styles
   ========================================================================== */
.pm-list-service-page {
  background-color: var(--surface, #f8fafc);
  min-height: 60vh;
}

.pm-list-city-card-link {
  display: block;
  height: 100%;
  text-decoration: none !important;
}

.pm-list-city-card {
  position: relative;
  background: #ffffff !important;
  border-radius: 12px !important;
  border: 1.5px solid #e2e8f0 !important;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
}

.pm-list-city-card-link:hover .pm-list-city-card {
  transform: translateY(-4px);
  border-color: #af101a !important;
  box-shadow: 0 12px 24px rgba(175, 16, 26, 0.12) !important;
}

.pm-list-city-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #af101a;
  transition: width 0.3s ease;
}

.pm-list-city-card-link:hover .pm-list-city-card::after {
  width: 100%;
}

.pm-list-card-body {
  padding: 12px 14px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start !important;
}

.pm-list-city-card .pm-list-icon {
  width: 38px;
  height: 38px;
  background: #fef2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.pm-list-city-card-link:hover .pm-list-icon {
  background: #af101a;
  transform: scale(1.05);
}

.pm-list-city-card .pm-list-icon i {
  font-size: 1.15rem;
  color: #af101a;
  transition: color 0.25s ease;
}

.pm-list-city-card-link:hover .pm-list-icon i {
  color: #ffffff;
}

.pm-list-city-name {
  flex: 1;
  min-width: 0;
}

.pm-list-city-name h5 {
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  margin: 0;
  line-height: 1.25;
  transition: color 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.pm-list-city-name h5 b {
  display: block;
  font-weight: 700;
  color: #0f172a;
  font-size: 0.92rem;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.pm-list-city-card-link:hover .pm-list-city-name h5 b {
  color: #af101a;
}







