/* ==========================================================================
   MAJESTIC RENTALS PRIVATE LIMITED - HIGH-END ENTERPRISE DESIGN SYSTEM
   Bespoke UI/UX Architecture: Elite B2B Mobility & Fleet Logistics
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@500;600&display=swap');

:root {
  /* Core Brand Colors */
  --navy-950: #070D1E;
  --navy-900: #0B152E;
  --navy-800: #0F1E41;
  --navy-700: #162B5B;
  --navy-600: #1E3A7B;
  --base-navy: #0B152E;
  --navy-light: #162B5B;
  
  --accent-orange: #F97316;
  --accent-orange-hover: #EA580C;
  --accent-orange-glow: rgba(249, 115, 22, 0.28);
  --accent-amber: #F59E0B;

  /* Operating Divisions Palette */
  --cabs-blue: #1D4ED8;
  --cabs-blue-hover: #1E40AF;
  --cabs-surface: #EFF6FF;
  --cabs-glow: rgba(29, 78, 216, 0.22);

  --ambulances-red: #DC2626;
  --ambulances-red-hover: #B91C1C;
  --ambulances-surface: #FEF2F2;
  --ambulances-glow: rgba(220, 38, 38, 0.22);

  --trans-emerald: #059669;
  --trans-emerald-hover: #047857;
  --trans-surface: #ECFDF5;
  --trans-glow: rgba(5, 150, 105, 0.22);
  --trans-green: #059669; /* Alias for robustness */

  /* Neutrals & Surfaces */
  --surface-0: #FFFFFF;
  --surface-50: #F8FAFC;
  --surface-100: #F1F5F9;
  --surface-200: #E2E8F0;
  --surface-300: #CBD5E1;
  --surface-muted: #64748B;
  --surface-dark: #0F172A;

  /* Glassmorphism & Borders */
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(255, 255, 255, 0.2);
  --glass-dark-bg: rgba(11, 21, 46, 0.78);
  --glass-dark-border: rgba(255, 255, 255, 0.08);

  /* Shadows */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(15, 30, 65, 0.08), 0 1px 2px -1px rgba(15, 30, 65, 0.08);
  --shadow-md: 0 4px 6px -1px rgba(15, 30, 65, 0.08), 0 2px 4px -2px rgba(15, 30, 65, 0.05);
  --shadow-lg: 0 10px 25px -3px rgba(15, 30, 65, 0.08), 0 4px 10px -4px rgba(15, 30, 65, 0.04);
  --shadow-xl: 0 20px 35px -5px rgba(15, 30, 65, 0.12), 0 8px 16px -6px rgba(15, 30, 65, 0.06);
  --shadow-2xl: 0 25px 50px -12px rgba(11, 21, 46, 0.25);
  --shadow-glow: 0 0 25px var(--accent-orange-glow);

  /* Radii */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 9999px;

  /* Typography Scale */
  --font-display: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

/* ==========================================================================
   RESET & BASE TYPOGRAPHY
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  color: #1E293B;
  background-color: var(--surface-0);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

/* Heading & Surface Contrast Hierarchy */
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4, .bg-navy h5, .bg-navy h6,
.bg-navy-950 h1, .bg-navy-950 h2, .bg-navy-950 h3, .bg-navy-950 h4, .bg-navy-950 h5, .bg-navy-950 h6,
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
.hero-section h1, .hero-section h2, .hero-section h3, .hero-section h4, .hero-section h5, .hero-section h6,
.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6,
.corporate-footer h1, .corporate-footer h2, .corporate-footer h3, .corporate-footer h4, .corporate-footer h5, .corporate-footer h6 {
  color: #FFFFFF;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6,
.admin-card h1, .admin-card h2, .admin-card h3, .admin-card h4, .admin-card h5, .admin-card h6,
.form-card h1, .form-card h2, .form-card h3, .form-card h4, .form-card h5, .form-card h6,
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6,
.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5, .bg-light h6 {
  color: var(--navy-900);
}

h1.text-white, h2.text-white, h3.text-white, h4.text-white, h5.text-white, h6.text-white {
  color: #FFFFFF !important;
}

h1.text-navy, h2.text-navy, h3.text-navy, h4.text-navy, h5.text-navy, h6.text-navy {
  color: var(--navy-900) !important;
}

h1.text-dark, h2.text-dark, h3.text-dark, h4.text-dark, h5.text-dark, h6.text-dark {
  color: #0F172A !important;
}

h1.text-primary, h2.text-primary, h3.text-primary, h4.text-primary, h5.text-primary, h6.text-primary {
  color: #1D4ED8 !important;
}

p {
  margin-bottom: 1rem;
}

/* Base Surface Contrast Guards (Solid Light Surfaces Only) */
.card, .admin-card, .form-card, .bg-white:not([class*="bg-opacity-"]), .bg-light:not([class*="bg-opacity-"]), .modal-content, .dropdown-menu {
  color: #1E293B;
}

/* Translucent Glass Rows for Hero, Dispatch, & Hotline Cards */
.glass-row {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px;
  color: #FFFFFF !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.glass-row:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  transform: translateY(-1px);
}

/* High-Contrast Luminous Icon Badges on Dark Backgrounds */
.dispatch-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.dispatch-icon-badge.cabs {
  background: rgba(59, 130, 246, 0.28) !important;
  color: #93C5FD !important;
  border: 1.5px solid rgba(147, 197, 253, 0.45);
}
.dispatch-icon-badge.ambulances {
  background: rgba(239, 68, 68, 0.28) !important;
  color: #FCA5A5 !important;
  border: 1.5px solid rgba(252, 165, 165, 0.45);
}
.dispatch-icon-badge.trans {
  background: rgba(16, 185, 129, 0.28) !important;
  color: #6EE7B7 !important;
  border: 1.5px solid rgba(110, 231, 183, 0.45);
}
.dispatch-icon-badge.hotline {
  background: rgba(245, 158, 11, 0.28) !important;
  color: #FDE68A !important;
  border: 1.5px solid rgba(253, 230, 138, 0.45);
}
.dispatch-icon-badge.whatsapp {
  background: rgba(34, 197, 94, 0.28) !important;
  color: #86EFAC !important;
  border: 1.5px solid rgba(134, 239, 172, 0.45);
}

/* Text Opacity Utilities on Dark Surfaces */
.text-white { color: #FFFFFF !important; }
.text-white-50 { color: rgba(255, 255, 255, 0.72) !important; }
.text-white-75 { color: rgba(255, 255, 255, 0.88) !important; }
.text-light-muted { color: #CBD5E1 !important; }

/* Badge Contrast Utilities */
.badge.bg-light, .badge-light {
  background-color: #F1F5F9 !important;
  color: var(--navy-900) !important;
  border: 1px solid #CBD5E1;
}
.badge.bg-warning, .badge-warning {
  background-color: #F59E0B !important;
  color: #0F172A !important;
}
.badge.bg-info, .badge-info {
  background-color: #0284C7 !important;
  color: #FFFFFF !important;
}
.badge.bg-dark {
  background-color: #0F172A !important;
  color: #FFFFFF !important;
}
.badge.bg-secondary {
  background-color: #475569 !important;
  color: #FFFFFF !important;
}
.badge.bg-success {
  background-color: #059669 !important;
  color: #FFFFFF !important;
}
.badge.bg-danger {
  background-color: #DC2626 !important;
  color: #FFFFFF !important;
}
.badge.bg-primary {
  background-color: #1D4ED8 !important;
  color: #FFFFFF !important;
}

/* Subtle Custom Scrollbars */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #F1F5F9;
}
::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94A3B8;
}

/* ==========================================================================
   GLOBAL UTILITIES & FRACTIONAL SPACING ENGINE
   (Fixes Bootstrap 5 fractional class collapse & standardizes padding across all tiers)
   ========================================================================== */
.bg-navy { background-color: var(--navy-900) !important; color: #FFFFFF; }
.bg-navy-950 { background-color: var(--navy-950) !important; color: #FFFFFF; }
.text-navy { color: var(--navy-900) !important; }
.text-light-muted { color: #94A3B8 !important; }
.letter-spacing-1 { letter-spacing: 0.08em !important; }
.letter-spacing-2 { letter-spacing: 0.12em !important; }

/* Fractional Padding Scale */
.p-1\.5 { padding: 0.375rem !important; }
.p-2\.5 { padding: 0.75rem !important; }
.p-3\.5 { padding: 1.25rem !important; }
.p-4\.5 { padding: 1.75rem !important; }

.px-1\.5 { padding-left: 0.375rem !important; padding-right: 0.375rem !important; }
.px-2\.5 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
.px-3\.5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }

.py-1\.5 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
.py-2\.5 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
.py-3\.5 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
.py-4\.5 { padding-top: 1.75rem !important; padding-bottom: 1.75rem !important; }

/* Fractional Margin Scale */
.m-1\.5 { margin: 0.375rem !important; }
.m-2\.5 { margin: 0.75rem !important; }
.m-3\.5 { margin: 1.25rem !important; }

.mb-1\.5 { margin-bottom: 0.375rem !important; }
.mb-2\.5 { margin-bottom: 0.75rem !important; }
.mb-3\.5 { margin-bottom: 1.25rem !important; }

.mt-1\.5 { margin-top: 0.375rem !important; }
.mt-2\.5 { margin-top: 0.75rem !important; }
.mt-3\.5 { margin-top: 1.25rem !important; }

.me-1\.5 { margin-right: 0.375rem !important; }
.me-2\.5 { margin-right: 0.75rem !important; }
.ms-1\.5 { margin-left: 0.375rem !important; }
.ms-2\.5 { margin-left: 0.75rem !important; }

/* Fractional Flexbox Gap Scale */
.gap-1\.5 { gap: 0.375rem !important; }
.gap-2\.5 { gap: 0.75rem !important; }
.gap-3\.5 { gap: 1.25rem !important; }

/* Vertical Stack Spacing */
.space-y-1 > * + * { margin-top: 0.25rem !important; }
.space-y-2 > * + * { margin-top: 0.5rem !important; }
.space-y-3 > * + * { margin-top: 0.75rem !important; }
.space-y-4 > * + * { margin-top: 1rem !important; }

/* Standardized Responsive Section & Page Header Classes */
.page-header {
  background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 60%, var(--navy-800) 100%);
  color: #FFFFFF;
  padding: 52px 0 56px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.page-header h1 {
  font-size: clamp(1.85rem, 2.5vw + 1rem, 2.65rem);
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.page-header p {
  color: #CBD5E1;
  font-size: 1rem;
  line-height: 1.6;
}

.section-padding {
  padding: 64px 0;
}
.section-padding-sm {
  padding: 40px 0;
}

/* Transitions */
.transition-hover {
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.transition-hover:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg) !important;
}

/* ==========================================================================
   TOPBAR & STATUS INDICATOR
   ========================================================================== */
.topbar {
  background: var(--navy-950);
  color: #94A3B8;
  font-size: 0.8125rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  letter-spacing: 0.01em;
}
.topbar a {
  color: #E2E8F0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.topbar a:hover {
  color: var(--accent-orange);
}

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

@keyframes pulseGreen {
  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); }
}

/* ==========================================================================
   NAVBAR & GLOBAL NAVIGATION
   ========================================================================== */
.navbar-corporate {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  padding: 14px 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px -2px rgba(11, 21, 46, 0.04);
}

.navbar-corporate .navbar-brand {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--navy-900);
}

.brand-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(11, 21, 46, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar-corporate .nav-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.925rem;
  color: #334155 !important;
  padding: 8px 16px !important;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.navbar-corporate .nav-link:hover {
  color: var(--accent-orange) !important;
  background-color: var(--surface-50);
}

.navbar-corporate .nav-link.active {
  color: var(--navy-900) !important;
  background-color: rgba(15, 30, 65, 0.05);
  font-weight: 700;
}

.navbar-corporate .dropdown-menu {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 40px -8px rgba(11, 21, 46, 0.12), 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 10px;
  background: #ffffff;
  animation: fadeInSlide 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.dropdown-item {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 14px;
  border-radius: 8px;
  color: #334155;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.dropdown-item:hover {
  background-color: var(--surface-50);
  color: var(--navy-900);
  transform: translateX(4px);
}

/* ==========================================================================
   BUTTON ARCHITECTURE
   ========================================================================== */
.btn {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.925rem;
  padding: 10px 22px;
  border-radius: 10px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: -0.01em;
}

.btn:active {
  transform: scale(0.98);
}

.btn-accent {
  background: linear-gradient(135deg, #FB923C 0%, var(--accent-orange) 100%);
  color: #FFFFFF !important;
  border: none;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
}
.btn-accent:hover {
  background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-hover) 100%);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.45);
  transform: translateY(-2px);
}

.btn-navy {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 100%);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 14px rgba(11, 21, 46, 0.25);
}
.btn-navy:hover {
  background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-700) 100%);
  box-shadow: 0 8px 22px rgba(11, 21, 46, 0.35);
  transform: translateY(-2px);
}

.btn-outline-navy {
  background: transparent;
  color: var(--navy-900) !important;
  border: 1.5px solid var(--navy-800);
}
.btn-outline-navy:hover {
  background: var(--navy-900);
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(11, 21, 46, 0.15);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}
.btn-glass:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* ==========================================================================
   HERO SECTION - BESPOKE MESH GRADIENT & TELEMETRY
   ========================================================================== */
.hero-section {
  position: relative;
  background-color: var(--navy-950);
  background-image: 
    radial-gradient(at 15% 20%, rgba(29, 78, 216, 0.25) 0px, transparent 50%),
    radial-gradient(at 85% 15%, rgba(249, 115, 22, 0.18) 0px, transparent 50%),
    radial-gradient(at 50% 80%, rgba(15, 30, 65, 0.8) 0px, transparent 65%),
    linear-gradient(135deg, #070D1E 0%, #0B152E 50%, #0F1E41 100%);
  color: #FFFFFF;
  padding: 76px 0 92px 0;
  overflow: hidden;
}

/* Subtle blueprint background grid */
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  opacity: 0.8;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #E2E8F0;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.division-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #FFFFFF !important;
  text-transform: uppercase;
  margin-bottom: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.division-hero-pill * {
  color: inherit;
}
.division-hero-pill i {
  color: #FBBF24 !important;
}

.hero-title {
  font-size: clamp(2.25rem, 4vw + 1rem, 3.85rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.hero-title .text-gradient-amber {
  background: linear-gradient(135deg, #FED7AA 0%, #F97316 60%, #EA580C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.25rem);
  line-height: 1.65;
  color: #CBD5E1;
  max-width: 680px;
  font-weight: 400;
}

/* Glass Dispatch Card */
.glass-dispatch-card {
  background: rgba(15, 30, 65, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-2xl);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.glass-dispatch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cabs-blue), var(--accent-orange), var(--trans-emerald));
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* ==========================================================================
   LIVE METRIC COUNTERS BAR
   ========================================================================== */
.stats-bar {
  background: #FFFFFF;
  margin-top: -42px;
  position: relative;
  z-index: 10;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 45px -10px rgba(11, 21, 46, 0.12), 0 0 1px rgba(0, 0, 0, 0.05);
  padding: 26px 28px;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.stat-item {
  border-right: 1px solid var(--surface-200);
  padding: 0 24px;
  text-align: left;
}
.stat-item:last-child {
  border-right: none;
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 900;
  color: var(--navy-900);
  line-height: 1;
  letter-spacing: -0.04em;
}

.stat-label {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  color: var(--surface-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 8px;
}

/* ==========================================================================
   FLAGSHIP DIVISION CARDS (ELITE PHYSICAL ELEVATION)
   ========================================================================== */
.division-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid var(--surface-200);
  height: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.division-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(15, 30, 65, 0.15);
}

.division-header {
  padding: 24px 24px;
  color: #FFFFFF;
  position: relative;
}

.division-card.cabs .division-header {
  background: linear-gradient(135deg, #1E40AF 0%, #1D4ED8 60%, #2563EB 100%);
}
.division-card.ambulances .division-header {
  background: linear-gradient(135deg, #991B1B 0%, #DC2626 60%, #EF4444 100%);
}
.division-card.trans .division-header {
  background: linear-gradient(135deg, #065F46 0%, #059669 60%, #10B981 100%);
}

.division-badge-tag {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  color: #FFFFFF;
}

.division-icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.division-body {
  padding: 24px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-check-list li {
  font-size: 0.885rem;
  color: #334155;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}

.check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 900;
}
.check-icon.cabs {
  background: #EFF6FF !important;
  color: #1D4ED8 !important;
  border: 1px solid #BFDBFE;
}
.check-icon.ambulances {
  background: #FEF2F2 !important;
  color: #DC2626 !important;
  border: 1px solid #FECACA;
}
.check-icon.trans {
  background: #ECFDF5 !important;
  color: #059669 !important;
  border: 1px solid #A7F3D0;
}

/* ==========================================================================
   RESPONSIVE SAAS DATA MATRICES (TABLES A, B, C)
   ========================================================================== */
.table-responsive-matrix {
  border-radius: var(--radius-lg);
  border: 1px solid var(--surface-200);
  box-shadow: var(--shadow-sm);
  background: #FFFFFF;
  overflow: hidden;
}

.table-matrix {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table-matrix thead th {
  background-color: var(--navy-950);
  color: #FFFFFF;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 16px 22px;
  border: none;
  white-space: nowrap;
}

.table-matrix.cabs thead th { background: linear-gradient(90deg, #1E40AF, #1D4ED8); }
.table-matrix.ambulances thead th { background: linear-gradient(90deg, #991B1B, #DC2626); }
.table-matrix.trans thead th { background: linear-gradient(90deg, #065F46, #059669); }

.table-matrix tbody td {
  padding: 18px 22px;
  vertical-align: middle;
  font-size: 0.925rem;
  border-top: 1px solid var(--surface-100);
  color: #334155;
  transition: background-color 0.15s ease;
}

.table-matrix tbody tr:hover td {
  background-color: rgba(241, 245, 249, 0.7);
}

.model-pill {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 8px;
  display: inline-block;
}

/* ==========================================================================
   FOUNDATIONAL PILLAR CARDS
   ========================================================================== */
.pillar-card {
  padding: 28px 24px;
  border-radius: var(--radius-xl);
  background: #FFFFFF;
  border: 1px solid var(--surface-200);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  box-shadow: var(--shadow-xs);
  position: relative;
}

.pillar-card:hover {
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.pillar-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.12) 0%, rgba(249, 115, 22, 0.05) 100%);
  color: var(--accent-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 22px;
  border: 1px solid rgba(249, 115, 22, 0.2);
}

/* ==========================================================================
   CLIENT & PSU MARQUEE BADGES
   ========================================================================== */
.client-badge {
  background: #FFFFFF;
  border: 1px solid var(--surface-200);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.925rem;
  color: var(--navy-900);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-xs);
}

.client-badge:hover {
  border-color: var(--cabs-blue);
  box-shadow: 0 8px 20px rgba(29, 78, 216, 0.1);
  transform: translateY(-3px);
}

/* ==========================================================================
   HIGH-END FORM STYLES (MULTI-STEP FEEL)
   ========================================================================== */
.form-card {
  background: #FFFFFF;
  border-radius: var(--radius-xl);
  border: 1px solid var(--surface-200);
  box-shadow: var(--shadow-xl);
  padding: 36px 36px;
  position: relative;
}

.form-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--navy-900);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.form-control, .form-select {
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--surface-300);
  color: #1E293B;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
}

.form-control:focus, .form-select:focus {
  border-color: var(--cabs-blue);
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12);
  outline: none;
}

.file-upload-box {
  border: 2px dashed var(--surface-300);
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
  background: var(--surface-50);
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-box:hover {
  border-color: var(--cabs-blue);
  background: #FFFFFF;
}

/* ==========================================================================
   CORPORATE FOOTER
   ========================================================================== */
.corporate-footer {
  background-color: var(--navy-950);
  color: #94A3B8;
  padding-top: 70px;
  padding-bottom: 30px;
  font-size: 0.875rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.corporate-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cabs-blue) 0%, var(--accent-orange) 50%, var(--trans-emerald) 100%);
}

.corporate-footer h5 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}

.corporate-footer a {
  color: #CBD5E1;
  text-decoration: none;
  transition: all 0.2s ease;
}

.corporate-footer a:hover {
  color: var(--accent-orange);
  padding-left: 4px;
}

.corporate-footer ul {
  padding-left: 0;
  list-style: none;
}

.corporate-footer li {
  margin-bottom: 12px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 50px;
  padding-top: 24px;
  font-size: 0.8125rem;
}

/* ==========================================================================
   STICKY MOBILE ACTIONS
   ========================================================================== */
.sticky-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 1050;
  padding: 10px 16px;
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   DESKTOP FLOATING CALL & WHATSAPP SIDE TABS (RIGHT-MID VERTICAL)
   ========================================================================== */
.desktop-floating-actions {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1080;
  display: none; /* Controlled via d-none d-md-flex */
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  pointer-events: none;
}

.desktop-floating-actions * {
  pointer-events: auto;
}

.fab-side-tab {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 14px 10px 18px 10px;
  border-radius: 16px 0 0 16px;
  text-decoration: none !important;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.fab-side-tab .side-tab-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-size: 0.8125rem;
}

.fab-side-tab .side-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #FFFFFF;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.fab-whatsapp-tab {
  background: linear-gradient(180deg, #25D366 0%, #128C7E 100%);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-right: none;
  box-shadow: -4px 8px 24px rgba(37, 211, 102, 0.4);
}

.fab-whatsapp-tab:hover {
  transform: translateX(-6px);
  background: linear-gradient(180deg, #20BD5A 0%, #0E7568 100%);
  color: #FFFFFF !important;
  box-shadow: -6px 12px 30px rgba(37, 211, 102, 0.55);
}

.fab-whatsapp-tab:hover .side-tab-icon {
  background: #FFFFFF;
  color: #128C7E;
}

.fab-call-tab {
  background: linear-gradient(180deg, #0F1E41 0%, #070D1E 100%);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-right: none;
  box-shadow: -4px 8px 24px rgba(11, 21, 46, 0.45);
}

.fab-call-tab:hover {
  transform: translateX(-6px);
  background: linear-gradient(180deg, #1E3A8A 0%, #0F1E41 100%);
  color: #FFFFFF !important;
  box-shadow: -6px 12px 30px rgba(15, 30, 65, 0.6);
}

.fab-call-tab:hover .side-tab-icon {
  background: #FFFFFF;
  color: #D97706;
}

/* ==========================================================================
   ADMIN SaaS DESIGN SYSTEM
   ========================================================================== */
.admin-sidebar {
  background: var(--navy-950);
  min-height: 100vh;
  color: #E2E8F0;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.admin-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--surface-200);
  box-shadow: var(--shadow-sm);
  background: #FFFFFF;
  padding: 1.25rem;
  transition: all 0.25s ease;
}

.admin-card:hover {
  box-shadow: var(--shadow-md);
}

/* ==========================================================================
   ADVANCED RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Laptops & Desktops (max-width: 1024px) */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 2.75rem;
  }
  .stats-bar {
    padding: 22px 18px;
  }
  .stat-item {
    padding: 0 14px;
  }
  .form-card {
    padding: 30px;
  }
}

/* Tablets (max-width: 991.98px) */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 56px 0 70px 0;
  }
  .page-header {
    padding: 44px 0 48px 0;
  }
  .section-padding {
    padding: 48px 0;
  }
  .stats-bar {
    margin-top: 24px;
    padding: 22px 18px;
  }
  .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--surface-200);
    padding: 14px 0;
  }
  .stat-item:last-child {
    border-bottom: none;
  }
  .admin-sidebar {
    width: 100% !important;
    min-height: auto;
    padding: 20px 16px !important;
  }
  .form-card {
    padding: 28px 24px;
  }
}

/* Mobile Phones (max-width: 767.98px) */
@media (max-width: 767.98px) {
  body {
    padding-bottom: 70px; /* Offset for sticky mobile bar */
  }
  .sticky-mobile-bar {
    display: flex;
  }
  .hero-section {
    padding: 44px 0 56px 0;
  }
  .page-header {
    padding: 36px 0 40px 0;
  }
  .section-padding {
    padding: 36px 0;
  }
  .section-padding-sm {
    padding: 24px 0;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
  .stats-bar {
    margin-top: 20px;
    padding: 18px 14px;
  }
  .form-card {
    padding: 20px 16px;
    border-radius: var(--radius-lg);
  }
  .admin-card {
    padding: 1rem !important;
  }
  .division-header {
    padding: 20px 18px;
  }
  .division-body {
    padding: 20px 18px;
  }
  .pillar-card {
    padding: 22px 18px;
  }
  .table-matrix thead th {
    padding: 12px 14px;
    font-size: 0.7rem;
  }
  .table-matrix tbody td {
    padding: 12px 14px;
    font-size: 0.85rem;
  }
  .btn-lg {
    font-size: 0.95rem;
    padding: 10px 18px;
  }
}

/* ==========================================================================
   FLOATING TOP-RIGHT TOAST ALERTS SYSTEM
   ========================================================================== */
#floating-alert-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 10950;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 440px;
  width: calc(100vw - 48px);
  pointer-events: none;
}

#floating-alert-container .alert,
.floating-alert-container .alert {
  pointer-events: auto;
  margin-bottom: 0 !important;
  box-shadow: 0 12px 32px rgba(15, 30, 65, 0.22), 0 4px 12px rgba(0, 0, 0, 0.08);
  border: none !important;
  border-left: 5px solid !important;
  border-radius: 12px !important;
  background-color: #FFFFFF !important;
  color: #0F1E41 !important;
  padding: 14px 18px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: slideInAlert 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#floating-alert-container .alert-success {
  border-left-color: #10B981 !important;
}
#floating-alert-container .alert-danger {
  border-left-color: #EF4444 !important;
}
#floating-alert-container .alert-warning {
  border-left-color: #F59E0B !important;
}
#floating-alert-container .alert-info {
  border-left-color: #3B82F6 !important;
}

#floating-alert-container .alert .btn-close {
  padding: 1rem;
}

@keyframes slideInAlert {
  from {
    opacity: 0;
    transform: translateX(110%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.alert-dismissing {
  opacity: 0 !important;
  transform: translateX(110%) scale(0.9) !important;
  margin-top: -60px !important;
  pointer-events: none !important;
}

/* ==========================================================================
   CLIENT TESTIMONIALS & FAQ STYLES
   ========================================================================== */
.testimonial-card {
  background: #FFFFFF;
  border-radius: var(--radius-xl);
  border: 1px solid var(--surface-200);
  box-shadow: var(--shadow-sm);
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(29, 78, 216, 0.2);
}

.testimonial-quote {
  font-size: 0.935rem;
  line-height: 1.65;
  color: #334155;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--surface-100);
}

.author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--cabs-blue) 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(15, 30, 65, 0.15);
}

/* Custom Accordion for FAQs */
.custom-accordion .accordion-item {
  border: 1px solid var(--surface-200) !important;
  border-radius: var(--radius-lg) !important;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all 0.25s ease;
}

.custom-accordion .accordion-item:hover {
  box-shadow: var(--shadow-sm);
}

.custom-accordion .accordion-button {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--navy-900);
  background-color: #FFFFFF;
  padding: 18px 24px;
  border: none;
  box-shadow: none !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(29, 78, 216, 0.04);
  color: var(--cabs-blue);
}

.custom-accordion .accordion-button::after {
  background-size: 1.1rem;
  transition: transform 0.25s ease;
}

.custom-accordion .accordion-body {
  padding: 0 24px 22px 24px;
  color: #475569;
  font-size: 0.935rem;
  line-height: 1.65;
  background-color: rgba(29, 78, 216, 0.02);
}

/* ==========================================================================
   Leaflet Map & Regional Hubs Styling
   ========================================================================== */
#index-leaflet-map {
  background-color: #0f172a;
}

.custom-leaflet-marker {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.marker-card {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.05rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  border: 2px solid #ffffff;
  z-index: 2;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.marker-card.hq {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
  color: #0f172a;
  border-color: #fef3c7;
  font-size: 1.25rem;
}

.marker-card.hub {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}

.custom-leaflet-marker:hover .marker-card {
  transform: scale(1.2);
}

.marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.marker-pulse.hq {
  width: 65px;
  height: 65px;
  background: rgba(245, 158, 11, 0.35);
  animation: pulse-hq 2s infinite ease-out;
}

.marker-pulse.hub {
  width: 52px;
  height: 52px;
  background: rgba(37, 99, 235, 0.35);
  animation: pulse-hub 2s infinite ease-out;
}

@keyframes pulse-hq {
  0% { transform: translate(-50%, -50%) scale(0.6); opacity: 0.9; }
  100% { transform: translate(-50%, -50%) scale(1.4); opacity: 0; }
}

@keyframes pulse-hub {
  0% { transform: translate(-50%, -50%) scale(0.6); opacity: 0.8; }
  100% { transform: translate(-50%, -50%) scale(1.3); opacity: 0; }
}

/* Leaflet Popup Customization */
.custom-leaflet-popup .leaflet-popup-content-wrapper {
  background: #ffffff;
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.3);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.custom-leaflet-popup .leaflet-popup-tip {
  background: #ffffff;
}

.leaflet-hub-popup {
  font-family: var(--font-body);
}

.leaflet-hub-popup h6 {
  font-family: var(--font-display);
}

.hub-map-item {
  transition: all 0.25s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.hub-map-item:hover, .hub-map-item.active-hub {
  background: rgba(255, 255, 255, 0.12) !important;
  transform: translateX(4px);
  border-color: rgba(245, 158, 11, 0.6) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.btn-xs {
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
}

/* ==========================================================================
   Floating Corporate Brochure Button (Red Vertical Left-Mid Side Tab)
   ========================================================================== */
.floating-brochure-btn {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1050;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #DC2626 0%, #991B1B 100%);
  color: #FFFFFF !important;
  border: 1px solid rgba(254, 202, 202, 0.4);
  border-left: none;
  padding: 14px 10px 18px 10px;
  border-radius: 0 16px 16px 0;
  box-shadow: 4px 8px 24px rgba(220, 38, 38, 0.4);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(8px);
}

.floating-brochure-btn .brochure-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-size: 0.8125rem;
}

.floating-brochure-btn:hover {
  transform: translateY(-50%) translateX(6px);
  background: linear-gradient(180deg, #EF4444 0%, #B91C1C 100%);
  color: #FFFFFF !important;
  border-color: #FEE2E2;
  box-shadow: 6px 12px 30px rgba(239, 68, 68, 0.55);
}

.floating-brochure-btn .brochure-icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #FFFFFF;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.floating-brochure-btn:hover .brochure-icon-badge {
  background: #FFFFFF;
  color: #DC2626;
}

@media (max-width: 767.98px) {
  .floating-brochure-btn {
    padding: 10px 8px 14px 8px;
  }
  .floating-brochure-btn .brochure-label {
    font-size: 0.75rem;
  }
}

/* Footer Link & Corridor Lists */
.footer-links-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list a {
  color: #CBD5E1;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.footer-links-list a:hover {
  color: #FFFFFF !important;
  transform: translateX(4px);
}

.footer-corridors-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 0.8125rem;
}

.footer-corridors-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.hover-white:hover {
  color: #FFFFFF !important;
  text-decoration: underline !important;
}

/* Footer Operations Desk Circular Icon Badges */
.footer-icon-circle {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0 !important;
  font-size: 1.05rem;
}

.footer-icon-circle.phone {
  background: rgba(245, 158, 11, 0.22) !important;
  color: #F59E0B !important;
  border: 1px solid rgba(245, 158, 11, 0.4);
}

.footer-icon-circle.whatsapp {
  background: rgba(16, 185, 129, 0.22) !important;
  color: #10B981 !important;
  border: 1px solid rgba(16, 185, 129, 0.4);
}

.footer-icon-circle.email {
  background: rgba(59, 130, 246, 0.22) !important;
  color: #60A5FA !important;
  border: 1px solid rgba(59, 130, 246, 0.4);
}

.footer-icon-circle i {
  color: inherit !important;
}

/* Environmental & Safety Pledge Circular Icon Badges */
.pledge-icon-circle {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0 !important;
  font-size: 1.25rem;
}

.pledge-icon-circle.green {
  background: rgba(16, 185, 129, 0.18) !important;
  color: #059669 !important;
  border: 1px solid rgba(16, 185, 129, 0.35);
}

.pledge-icon-circle.blue {
  background: rgba(37, 99, 235, 0.18) !important;
  color: #1D4ED8 !important;
  border: 1px solid rgba(37, 99, 235, 0.35);
}

.pledge-icon-circle i {
  color: inherit !important;
}







