/*
Theme Name: Capital City Haulage
Theme URI: https://capcitymw.com
Author: Google DeepMind & Capital City Haulage
Author URI: https://capcitymw.com
Description: Luxury, ultra-fast, mobile-first eco-friendly waste management & haulage theme for WordPress. Fully compatible with Elementor & Elementor Pro.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: capcity-haulage
Tags: eco-friendly, luxury, haulage, recycling, elementor-ready, responsive, translation-ready
*/


/* ==========================================================================
   CAPITAL CITY HAULAGE - EDITORIAL LUXURY & GREIGE/CRIMSON PALETTE
   Inspired by Pearl Greige Luxury: Warm Ivory/Cream background, 
   Refined Montserrat typography, Rich Crimson/Pine accents,
   Editorial Card architecture with glass badges and gold serif stats.
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Warm Ivory / Cream / Greige Palette */
  --bg-ivory:          #FAF8F5;
  --bg-cream:          #F4EFE7;
  --bg-sand:           #EDE5D8;
  --bg-white:          #FFFFFF;
  
  /* Signature Brand Accents */
  --brand-crimson:     #a61947;
  --brand-crimson-dark:#801236;
  --brand-crimson-light:#c02656;
  --brand-crimson-subtle: rgba(166, 25, 71, 0.08);
  
  --brand-pine:        #143526;
  --brand-pine-dark:   #0c2017;
  --brand-pine-light:  #1e4a36;
  
  --greige-solid:      #7D6E62;
  --greige-dark:       #6B5C51;
  --greige-light:      #918274;
  
  --champagne-gold:    #C5A880;
  --champagne-light:   #E0CBB1;
  --champagne-dark:    #8F734E;
  
  --text-espresso:     #1E1B18;
  --text-charcoal:     #2B2724;
  --text-body:         #3D3833;
  --text-muted:        #756C64;
  
  --border-light:      #E8E0D5;
  --border-strong:     #D6CBBD;
  --border-gold:       rgba(197, 168, 128, 0.4);
  
  --card-radius:       12px;
  --card-shadow:       0 8px 30px rgba(30, 27, 24, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
  --card-shadow-hover: 0 16px 45px rgba(125, 110, 98, 0.16), 0 2px 8px rgba(0, 0, 0, 0.04);
  
  --font-main:         'Montserrat', sans-serif;
  --font-serif:        'Playfair Display', Georgia, serif;
  --transition:        all 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-main);
  font-weight: 300;
  color: var(--text-body);
  background-color: var(--bg-ivory);
  line-height: 1.85;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
  font-weight: 300;
  color: var(--text-espresso);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.35;
}

.text-gold { color: var(--champagne-gold) !important; }
.text-crimson { color: var(--brand-crimson) !important; }
.text-pine { color: var(--brand-pine) !important; }
.text-espresso { color: var(--text-espresso) !important; }

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}

.container-narrow {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3.5vw, 24px);
}

.section-padding { padding: clamp(60px, 8vw, 110px) 0; }
.section-padding-sm { padding: clamp(40px, 5vw, 70px) 0; }

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }



/* Outer subtle dashed guide ring */
.preloader-glow-ring-outer {
  position: absolute;
  top: 5px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px dashed rgba(166, 25, 71, 0.3);
  animation: constantLightSpinReverse 8s linear infinite;
  z-index: 1;
}

/* Primary Radiant Constantly Spinning Light Beam */






@keyframes constantLightSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  

@keyframes constantLightSpinReverse {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

/* ── STICKY FROSTED HEADER (ALWAYS FIXED AT TOP ON SCROLL) ──── */
.glass-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.3s ease;
}

.glass-header.scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}
.glass-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 1rem clamp(16px, 4vw, 32px);
}

.glass-brand-title {
  font-family: var(--font-main);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-pine);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.glass-brand-title span {
  color: var(--brand-crimson);
}

.glass-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.2vw, 2.4rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.glass-nav-link {
  font-family: var(--font-main);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-espresso);
  text-decoration: none;
  transition: color 0.25s ease;
}
.glass-nav-link:hover {
  color: var(--brand-crimson);
}

.btn-glass-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-crimson);
  color: #FFFFFF !important;
  font-family: var(--font-main);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(166, 25, 71, 0.28);
  transition: all 0.25s ease;
  border: none;
  text-decoration: none;
}
.btn-glass-book:hover {
  background: #801236;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(166, 25, 71, 0.38);
}

.glass-hamburger {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
}
.glass-hamburger span {
  width: 24px;
  height: 2px;
  background: var(--text-espresso);
  transition: all 0.3s ease;
}

@media (max-width: 960px) {
  .glass-nav-links { display: none; }
  .glass-hamburger { display: flex; }
}

.glass-drawer {
  display: none;
  flex-direction: column;
  background: #FFFFFF;
  border-top: 1px solid var(--border-light);
  padding: 1.5rem;
  gap: 1rem;
}
.glass-drawer.open {
  display: flex;
}
.glass-drawer-link {
  font-family: var(--font-main);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-espresso);
  text-decoration: none;
  padding: 8px 0;
}
.glass-drawer-link:hover {
  color: var(--brand-crimson);
}



/* ── FULL VIEWPORT HERO ────────────────────────────────── */
.hero-fullview {
  position: relative; width: 100%; min-height: 100vh;
  background-image: url('assets/hero_truck.jpg');
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
  padding: 140px 24px 80px;
  text-align: center;
}
.hero-fullview-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12, 32, 23, 0.65) 0%, rgba(12, 32, 23, 0.8) 50%, rgba(8, 12, 16, 0.95) 100%);
}
.hero-fullview-content {
  position: relative; z-index: 3;
  max-width: 920px; width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.hero-badge-editorial {
  display: inline-block;
  background: #eab308;
  color: #1E1B18; font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase;
  padding: 7px 22px; border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.hero-title-main {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300; line-height: 1.3;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto 20px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.hero-desc-main {
  font-size: clamp(0.96rem, 1.15vw, 1.12rem);
  font-weight: 300; line-height: 1.85;
  color: rgba(255, 255, 255, 0.9);
  max-width: 720px;
  margin: 0 auto 34px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.hero-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.hero-cta-wrap .btn-hero-solid,
.hero-cta-wrap .btn-hero-outline {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.btn-hero-solid {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--brand-crimson);
  color: #FFFFFF !important;
  font-family: var(--font-main);
  font-weight: 500; font-size: 0.78rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 16px 36px; border-radius: 6px;
  border: none; cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(166, 25, 71, 0.4);
}
.btn-hero-solid:hover {
  background: var(--brand-crimson-light);
  transform: translateY(-3px);
  box-shadow: 0 0 28px rgba(166, 25, 71, 0.8), 0 12px 32px rgba(0, 0, 0, 0.45);
}

.btn-hero-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF !important;
  font-family: var(--font-main);
  font-weight: 500; font-size: 0.78rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 16px 36px; border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(14px);
  cursor: pointer; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  border-color: #FFFFFF;
}

/* Subtle pulsating white glow for Hero Sign Up button */
@keyframes subtleWhiteGlowPulse {
  0% {
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.45), 0 0 28px rgba(255, 255, 255, 0.2), 0 8px 24px rgba(166, 25, 71, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.85), 0 0 42px rgba(255, 255, 255, 0.5), 0 10px 30px rgba(166, 25, 71, 0.55);
    transform: scale(1.025);
  }
  100% {
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.45), 0 0 28px rgba(255, 255, 255, 0.2), 0 8px 24px rgba(166, 25, 71, 0.4);
    transform: scale(1);
  }
}

.btn-hero-pulse {
  animation: subtleWhiteGlowPulse 2.6s ease-in-out infinite;
}
.btn-hero-pulse:hover {
  animation: none;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.95), 0 0 55px rgba(255, 255, 255, 0.65), 0 12px 35px rgba(166, 25, 71, 0.6) !important;
  transform: translateY(-3px) scale(1.03) !important;
}


/* ── 4-ITEM BURGUNDY HERO FEATURE STRIP (LUXURY DESKTOP & MOBILE SPACING) ── */
.hero-feature-bar {
  background: var(--brand-crimson) !important;
  color: #FFFFFF !important;
  padding: 1.5rem 0 !important;
  width: 100% !important;
  position: relative !important;
  z-index: 25 !important;
  box-shadow: 0 10px 30px rgba(166, 25, 71, 0.35) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.hero-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  align-items: center !important;
  gap: 1.5rem !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
}
.hero-feature-item {
  padding: 0.85rem 1rem !important;
  text-align: center !important;
  font-family: var(--font-main) !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  transition: all 0.3s ease !important;
}
.hero-feature-item:last-child {
  border-right: none !important;
}
.hero-feature-item:hover {
  background: rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px !important;
}
.hero-feature-item i {
  font-size: 1.25rem !important;
  color: #FFFFFF !important;
}

@media (max-width: 900px) {
  .hero-feature-bar {
    padding: 1.25rem 0 !important;
  }
  .hero-feature-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.75rem !important;
  }
  .hero-feature-item {
    border-right: none !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 10px !important;
    padding: 1rem 0.75rem !important;
    min-height: 70px !important;
  }
}

@media (max-width: 480px) {
  .hero-feature-item {
    flex-direction: column !important;
    padding: 0.95rem 0.5rem !important;
    min-height: 78px !important;
    gap: 6px !important;
  }
}


/* ── EDITORIAL LUXURY CARDS (From Pearl Greige Luxury) ──── */
.editorial-card {
  background: #FFFFFF;
  border: none;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(30, 27, 24, 0.06), 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.35s ease;
  display: flex; flex-direction: column; height: 100%;
}
.editorial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 35px rgba(166, 25, 71, 0.25), 0 16px 36px rgba(30, 27, 24, 0.12) !important;
}
.editorial-card-img-wrap {
  position: relative; height: 280px; overflow: hidden;
}
.editorial-card-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.editorial-card:hover .editorial-card-img {
  transform: scale(1.05);
}
.editorial-card-img-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, transparent 40%, rgba(20, 16, 12, 0.65) 100%);
  pointer-events: none;
}
.editorial-badge-top {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: rgba(20, 53, 38, 0.85);
  backdrop-filter: blur(12px);
  color: #FFFFFF;
  font-family: var(--font-main);
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 4px;
}
.editorial-badge-capacity {
  position: absolute; bottom: 16px; right: 16px; z-index: 2;
  background: rgba(18, 16, 14, 0.92);
  backdrop-filter: blur(16px);
  border-radius: 6px;
  padding: 10px 18px; text-align: center;
}
.editorial-cap-upto {
  display: block; font-family: var(--font-main);
  font-size: 0.64rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--brand-crimson-light);
}
.editorial-cap-number {
  font-family: var(--font-main);
  font-size: 1.6rem; font-weight: 400;
  color: #F3EDE4; line-height: 1.1;
}
.editorial-cap-guests {
  display: block; font-family: var(--font-main);
  font-size: 0.65rem; font-weight: 400;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--brand-crimson-light);
}

.editorial-card-content {
  padding: 32px 28px; display: flex; flex-direction: column; flex-grow: 1;
}
.editorial-card-title {
  font-size: 1.25rem; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brand-pine); margin-bottom: 10px;
}
.editorial-gold-line {
  width: 40px; height: 2px;
  background: var(--brand-crimson);
  margin-bottom: 14px;
}
.editorial-card-subtitle {
  font-size: 0.74rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 14px;
}
.editorial-divider-line {
  width: 100%; height: 1px;
  background: var(--border-light);
  margin-bottom: 16px;
}
.editorial-card-text {
  font-size: 0.94rem; font-weight: 300;
  color: var(--text-body); line-height: 1.8;
  margin-bottom: 24px; flex-grow: 1;
}

.editorial-actions-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.btn-action-light {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--bg-ivory); border: none; border-radius: 8px;
  padding: 14px 10px; color: var(--text-espresso); cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: var(--transition); text-align: center; text-decoration: none;
}
.btn-action-light i { color: var(--brand-pine); margin-bottom: 6px; font-size: 1.1rem; }
.btn-action-light span {
  font-family: var(--font-main); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-espresso);
}
.btn-action-light:hover {
  background: #FFFFFF; transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.btn-action-dark {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--brand-pine); border: none; border-radius: 8px;
  padding: 14px 10px; color: #FFFFFF; cursor: pointer;
  box-shadow: 0 4px 14px rgba(20, 53, 38, 0.3);
  transition: var(--transition); text-align: center; text-decoration: none;
}
.btn-action-dark i { color: var(--brand-crimson-light); margin-bottom: 6px; font-size: 1.1rem; }
.btn-action-dark span {
  font-family: var(--font-main); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: #FFFFFF;
}
.btn-action-dark:hover {
  background: var(--brand-crimson); transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(166, 25, 71, 0.4);
}

/* ── 2x2 SERVICES GRID ────────────────────────────────── */
.services-2x2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 860px) {
  .services-2x2-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ── CAPACITY & SERVICE SPECIFICATION MATRIX TABLE ────── */
.matrix-table-wrap {
  overflow-x: auto;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: 1px solid var(--border-light);
  background: #FFFFFF;
}
.matrix-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.matrix-table th {
  background: var(--bg-cream);
  font-family: var(--font-main);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-pine);
  padding: 18px 16px;
  border-bottom: 1px solid var(--border-strong);
  vertical-align: middle;
}
.matrix-table td {
  padding: 16px 16px;
  border-bottom: 1px solid #F5EFE7;
  font-size: 0.92rem;
  color: var(--text-body);
  vertical-align: middle;
}
.matrix-table tr:last-child td { border-bottom: none; }
.matrix-table tr:hover td { background: #FAF8F5; }

/* ── SOLID BURGUNDY CLIENT STRIP ───────────────────────── */
/* ── INSTITUTIONAL & COMMERCIAL PARTNERSHIPS (EXACT MATCH TO REFERENCE) ─── */
.partner-burgundy-strip {
  background: linear-gradient(135deg, #7c1033 0%, #5d0924 50%, #7c1033 100%);
  padding: 5.5rem 0 6.5rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.partner-burgundy-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.partner-burgundy-strip::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background: radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.partner-header-wrap {
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}

.partner-pre-title {
  font-family: var(--font-main);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  margin-bottom: 0.5rem;
}

.partner-main-title {
  font-family: var(--font-main);
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
}

.partner-gold-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 1.25rem auto 0;
  width: 140px;
}

.partner-gold-line {
  flex: 1;
  height: 1px;
  background: #c5a059;
}

.partner-gold-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c5a059;
}

.partner-6-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  align-items: stretch;
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.partner-logo-card-luxury {
  background: #FFFFFF;
  border-radius: 14px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25), 0 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.partner-logo-card-luxury:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.38);
}

.partner-logo-card-luxury img {
  max-width: 88%;
  max-height: 75%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.04));
  transition: transform 0.3s ease;
}

.partner-logo-card-luxury:hover img {
  transform: scale(1.04);
}

@media (max-width: 1100px) {
  .partner-6-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 640px) {
  .partner-6-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .partner-logo-card-luxury {
    height: 135px;
    padding: 1rem 0.75rem;
  }
}

.partner-badge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 900px) {
  .partner-logo-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .partner-logo-grid { grid-template-columns: 1fr 1fr; }
}

/* ── SOLID BURGUNDY PRICING CARDS ──────────────────────── */
.pricing-burgundy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}
.pricing-crimson-card {
  background: var(--brand-crimson);
  color: #ffffff;
  border-radius: var(--card-radius);
  padding: 3rem 2.25rem;
  box-shadow: 0 12px 35px rgba(166, 25, 71, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
  position: relative;
}
.pricing-crimson-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(166, 25, 71, 0.55);
}
.pricing-top-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.pricing-tier-price {
  font-family: var(--font-main);
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0;
}
.pricing-tier-price span {
  font-size: 1.15rem;
  font-weight: 500;
  opacity: 0.85;
}
.pricing-tier-title {
  font-family: var(--font-main);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.pricing-feature-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 2.5rem;
}
.pricing-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #f8fafc;
}
.pricing-bullet-item i {
  color: #ffffff;
  margin-top: 0.25rem;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .pricing-burgundy-grid { grid-template-columns: 1fr; }
}

/* ── LEAFLET MAP WRAPPER ───────────────────────────────── */
.map-section-wrap {
  background: var(--brand-pine-dark);
  padding: 6rem 0;
  color: #ffffff;
}
#lilongwe-map {
  height: 520px;
  width: 100%;
  border-radius: var(--card-radius);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

/* ── SCROLL TO TOP BUTTON ──────────────────────────────── */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--brand-crimson);
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 900;
  box-shadow: 0 6px 20px rgba(166, 25, 71, 0.4);
  transition: var(--transition);
}
.scroll-top-btn:hover {
  background: var(--brand-crimson-light);
  transform: translateY(-4px);
}

/* ── LUXURY CIRCULAR PRELOADER (EXACT HOMEPAGE MATCH) ─── */
#preloader {
  position: fixed;
  inset: 0;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.loader-disc-wrap {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 50px rgba(166, 25, 71, 0.16), 0 6px 18px rgba(0, 0, 0, 0.04);
}

.loader-spinning-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid rgba(166, 25, 71, 0.12);
  border-top-color: var(--brand-crimson);
  border-right-color: var(--brand-crimson);
  box-shadow: 0 0 16px rgba(166, 25, 71, 0.35);
  animation: loaderSpin 1.2s linear infinite;
}

.loader-disc-inner {
  position: relative;
  width: 312px;
  height: 312px;
  background: #FAF8F5;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 2;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.02);
}

.loader-art-img {
  width: 175px;
  height: 175px;
  object-fit: contain;
  margin-top: 10px;
  margin-bottom: 8px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
}

.loader-brand-title {
  font-family: var(--font-main);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brand-crimson);
  margin-top: 2px;
  text-align: center;
}

.loader-brand-divider {
  width: 42px;
  height: 2px;
  background: var(--brand-crimson);
  margin-top: 8px;
  border-radius: 2px;
}

.loader-status-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.loader-status-text {
  font-family: var(--font-main);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brand-crimson);
}

.loader-dots-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.loader-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D8CCC0;
  animation: dotPulse 1.4s ease-in-out infinite;
}
.loader-dot.dot-1 {
  animation-delay: 0s;
}
.loader-dot.dot-2 {
  background: var(--brand-crimson);
  animation-delay: 0.2s;
}
.loader-dot.dot-3 {
  animation-delay: 0.4s;
}

@keyframes loaderSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  

@keyframes dotPulse {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1.3);
    opacity: 1;
    background: var(--brand-crimson);
  }
}

            /* ── CLEAN INTERACTIVE MAP STYLING (EXACT MATCH TO BEFORE) ─── */
  .map-section-wrap {
    background: #0f1c15;
    padding: 5rem 0 6rem;
    color: #ffffff;
  }
  .map-frame-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #e2e8f0;
  }
  #lilongwe-map {
    height: 600px;
    width: 100%;
  }
  /* Crisp clean map rendering */
  #lilongwe-map .leaflet-tile-pane {
    filter: none;
  }
  /* Red Trash Can Pin Animation */
  .map-red-bin-pin {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.35));
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
  }
  .map-red-bin-pin:hover {
    transform: scale(1.35) translateY(-4px);
    z-index: 9999 !important;
    filter: drop-shadow(0 6px 12px rgba(166, 25, 71, 0.6));
  }




    /* ── 3-TIER EDITORIAL PRICING CARDS (MONTSERRAT TYPOGRAPHY) ── */
  .pricing-editorial-section {
    background: #FAF8F5;
    padding: 6rem 0 7rem;
    border-top: 1px solid var(--border-light);
    font-family: var(--font-main);
  }
  .pricing-editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1180px;
    margin: 0 auto;
    align-items: stretch;
  }
  @media (max-width: 992px) {
    .pricing-editorial-grid {
      grid-template-columns: 1fr;
      max-width: 520px;
    }
  }

  .pricing-editorial-card {
    font-family: 'Montserrat', sans-serif;
  }
  .pricing-editorial-card i,
  .pricing-editorial-card [class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal;
  }
  .pricing-editorial-card {
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    font-family: var(--font-main);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .pricing-editorial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  }

  .pricing-card-body {
    padding: 2.2rem 1.8rem 2.2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .pricing-card-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 1.5rem;
  }
  .pricing-header-icon {
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
    border: none !important;
    background: transparent !important;
    margin-top: 2px;
  }
  .pricing-header-info {
    flex-grow: 1;
  }
  .pricing-card-title {
    font-family: var(--font-main);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .pricing-card-desc {
    font-family: var(--font-main);
    font-size: 0.84rem;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.5;
  }

  .pricing-hero-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 115px;
    margin-bottom: 1.4rem;
    padding: 0 0.2rem;
  }
  .pricing-price-box {
    display: flex;
    flex-direction: column;
  }
  .pricing-currency-label {
    font-family: var(--font-main);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 4px;
  }
  .pricing-main-figure {
    font-family: var(--font-main);
    font-size: clamp(2.4rem, 2.8vw, 2.85rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.01em;
  }
  .pricing-period-label {
    font-family: var(--font-main);
    font-size: 0.78rem;
    font-weight: 300;
    color: var(--text-muted);
    margin-top: 6px;
  }
  .pricing-quote-figure {
    font-family: var(--font-main);
    font-size: clamp(1.9rem, 2.3vw, 2.3rem);
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .pricing-bin-graphic {
    height: 110px;
    max-width: 135px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.08));
  }

  .pricing-benefits-panel {
    border-radius: 16px;
    padding: 1.25rem 1.35rem;
    margin-bottom: 1.6rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: none;
    font-family: var(--font-main);
  }
  .pricing-panel-title {
    font-family: var(--font-main);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
  }
  .pricing-benefit-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  .pricing-benefit-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .pricing-benefit-icon-box {
    width: 22px;
    height: 22px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .pricing-benefit-text-wrap {
    flex-grow: 1;
    font-family: var(--font-main);
  }
  .pricing-benefit-primary {
    font-family: var(--font-main);
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--text-espresso);
    line-height: 1.25;
  }
  .pricing-benefit-sub {
    font-family: var(--font-main);
    font-size: 0.76rem;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.4;
    margin-top: 2px;
  }

  .btn-pricing-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 9999px;
    font-family: var(--font-main);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    margin-bottom: 0;
  }
  .btn-pricing-pill:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
  }

  .pricing-card-wave {
    width: 100%;
    height: 28px;
    display: block;
    margin-top: auto;
  }


  /* ── TRUCK EXHAUST SMOKE ANIMATION ──────────────────────── */
  .truck-exhaust-emitter {
    position: absolute;
    top: 29.5%;
    left: 29.2%;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 10;
  }
  .smoke-puff {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: radial-gradient(circle, rgba(130, 145, 160, 0.65) 0%, rgba(175, 185, 195, 0.4) 45%, rgba(220, 230, 240, 0) 75%);
    border-radius: 50%;
    opacity: 0;
    animation: exhaustSmokeDrift 3.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    filter: blur(2px);
  }
  .smoke-1 { animation-delay: 0s; }
  .smoke-2 { animation-delay: 0.65s; }
  .smoke-3 { animation-delay: 1.3s; }
  .smoke-4 { animation-delay: 1.95s; }
  .smoke-5 { animation-delay: 2.6s; }

  @keyframes exhaustSmokeDrift {
    0% {
      transform: translate(0, 0) scale(0.35);
      opacity: 0;
      filter: blur(1.5px);
    }
    15% {
      opacity: 0.8;
      transform: translate(-3px, -10px) scale(0.75);
    }
    45% {
      opacity: 0.55;
      transform: translate(-10px, -32px) scale(1.6);
      filter: blur(4px);
    }
    75% {
      opacity: 0.25;
      transform: translate(-18px, -58px) scale(2.6);
      filter: blur(7px);
    }
    100% {
      transform: translate(-26px, -80px) scale(3.6);
      opacity: 0;
      filter: blur(10px);
    }
  }


/* ── LUXURY ORDER & ACTION BUTTONS ─────────────────────── */
.btn-checkout-luxury {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 28px;
  background: linear-gradient(135deg, #a61947 0%, #801236 100%);
  color: #FFFFFF !important;
  font-family: var(--font-main);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(166, 25, 71, 0.35);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  margin-top: 0.5rem;
}
.btn-checkout-luxury i {
  font-size: 1.25rem;
  color: #25D366;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}
.btn-checkout-luxury:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(166, 25, 71, 0.5);
  background: linear-gradient(135deg, #b81c50 0%, #90143d 100%);
}
.btn-checkout-luxury:active {
  transform: translateY(-1px);
}

.btn-hero-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--brand-crimson);
  color: #FFFFFF !important;
  font-family: var(--font-main);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(166, 25, 71, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}
.btn-hero-solid:hover {
  background: #801236;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(166, 25, 71, 0.4);
}


  /* ── SERVICES LUXURY DROPDOWN (MONTSERRAT & NO ICON FILL) ────── */
  .dropdown-parent {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif !important;
  }
  .dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif !important;
  }
  .nav-chevron {
    font-size: 0.65rem;
    transition: transform 0.25s ease;
  }
  .dropdown-parent:hover .nav-chevron {
    transform: rotate(180deg);
  }
  .glass-dropdown-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    min-width: 300px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 10000;
    font-family: 'Montserrat', sans-serif !important;
  }
  .dropdown-parent:hover .glass-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(6px);
  }
  .glass-dropdown-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
    font-family: 'Montserrat', sans-serif !important;
  }
  .glass-dropdown-item:hover {
    background: #F5EFE6;
  }
  .dropdown-icon-box {
    width: 24px;
    height: 24px;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--brand-crimson) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.2s ease;
    border: none !important;
  }
  .dropdown-icon-box i,
  .dropdown-icon-box [class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal;
  }
  .glass-dropdown-item:hover .dropdown-icon-box {
    background: transparent !important;
    color: #801236 !important;
    transform: scale(1.1);
  }
  .dropdown-item-info {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif !important;
  }
  .dropdown-item-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--brand-pine);
    letter-spacing: 0.02em;
    margin-bottom: 2px;
  }
  .dropdown-item-desc {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.74rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.3;
  }
  .glass-drawer-sublink {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.85rem;
    color: var(--brand-crimson);
    text-decoration: none;
    padding: 3px 0;
  }



/* ══════════════════════════════════════════════════════════════
   MOBILE-FIRST FLUID RESPONSIVE & ACCESSIBILITY SYSTEM
   ══════════════════════════════════════════════════════════════ */

/* Fluid Viewport & Base Resets */
html {
  font-size: 16px !important;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
  min-height: 100vh;
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
}

/* Universal Touch Targets & iOS Auto-Zoom Prevention (16px base) */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  font-size: 16px !important; /* CRITICAL: Prevents iOS Safari auto-zoom on focus */
  min-height: 44px !important;
  font-family: var(--font-main) !important;
  touch-action: manipulation;
}

button,
a.btn-glass-book,
.btn-hero-solid,
.btn-hero-outline,
.btn-action-light,
.btn-action-dark,
.btn-checkout-luxury,
.btn-pricing-pill,
.qty-btn,
.mobile-menu-btn,
.glass-hamburger {
  min-height: 44px !important;
  touch-action: manipulation;
}

/* Fluid Typography Helpers */
.hero-title-main {
  font-size: clamp(1.85rem, 5vw + 0.2rem, 3.2rem) !important;
  line-height: 1.22 !important;
}
.hero-desc-main {
  font-size: clamp(0.95rem, 1.2vw + 0.4rem, 1.15rem) !important;
  line-height: 1.8 !important;
}

/* Fluid Container Padding */
.container {
  width: 100% !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(16px, 4vw, 32px) !important;
  padding-right: clamp(16px, 4vw, 32px) !important;
}

/* Header & Mobile Drawer Fluid Styling */
.glass-header-container {
  padding: 0.85rem clamp(14px, 3.5vw, 28px) !important;
}
.glass-brand-title {
  font-size: clamp(1rem, 3.5vw, 1.25rem) !important;
}
.mobile-menu-btn, .glass-hamburger {
  min-width: 44px;
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  font-size: 1.4rem;
  color: var(--brand-pine);
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
}
.mobile-menu-btn:focus, .glass-hamburger:focus {
  outline: 2px solid var(--brand-crimson);
}

.glass-drawer {
  display: none;
  flex-direction: column;
  background: #FFFFFF;
  border-top: 1px solid var(--border-light);
  padding: 1.25rem clamp(16px, 4vw, 32px) 2rem !important;
  gap: 0.5rem;
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.glass-drawer.open {
  display: flex !important;
}
.glass-drawer-link {
  font-family: var(--font-main) !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--text-espresso) !important;
  text-decoration: none !important;
  padding: 10px 0 !important;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.glass-drawer-sublink {
  font-family: var(--font-main) !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: var(--brand-crimson) !important;
  text-decoration: none !important;
  padding: 8px 0 !important;
  min-height: 38px;
  display: flex;
  align-items: center;
}

/* Hero Section Fluid CTA buttons */
.hero-cta-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .hero-cta-wrap {
    flex-direction: column;
    gap: 12px;
  }
  .hero-cta-wrap .btn-hero-solid,
  .hero-cta-wrap .btn-hero-outline {
    width: 100% !important;
    text-align: center;
  }
}

/* Feature Bar handled above */
  .hero-feature-item {
    font-size: 0.68rem !important;
    letter-spacing: 0.08em !important;
    flex-direction: column;
    gap: 4px;
    padding: 6px 4px;
  }
  .hero-feature-item i {
    font-size: 1.1rem !important;
  }
}

/* Services 2x2 Grid Fluid Scaling */
.services-2x2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3.5vw, 3rem);
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .services-2x2-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}

/* Pricing Cards 3-Tier Fluid Grid */
.pricing-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}
@media (max-width: 992px) {
  .pricing-editorial-grid {
    grid-template-columns: 1fr !important;
    max-width: 520px;
    margin: 0 auto;
    gap: 2rem !important;
  }
}

/* Partnerships 6-Logo Fluid Grid */
.partner-6-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(0.75rem, 1.8vw, 1.25rem);
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .partner-6-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.25rem !important;
  }
}
@media (max-width: 600px) {
  .partner-6-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.85rem !important;
  }
  .partner-logo-card-luxury {
    height: clamp(110px, 28vw, 140px) !important;
    padding: 0.75rem !important;
  }
}

/* Coverage Map Responsive Frame */
.map-frame-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #e2e8f0;
}
#lilongwe-map {
  height: clamp(340px, 50vh, 580px) !important;
  width: 100% !important;
}

/* Split Columns (About Us, Detail Pages, Contact Form) */
@media (max-width: 992px) {
  .glass-nav-links { display: none !important; }
  .mobile-menu-btn, .glass-hamburger { display: flex !important; }
  .product-split-grid,
  .service-split-grid,
  #about .container > div,
  #contact .container > div > div {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }
}

/* Contact & Order Form Grids */
@media (max-width: 640px) {
  form div[style*="grid-template-columns: 1fr 1fr"],
  form div[style*="grid-template-columns: 1.2fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }
  .stats-counter-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.75rem !important;
  }
}
@media (max-width: 420px) {
  .stats-counter-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 1.25rem !important;
  }
}

/* Footer Fluid Columns */
footer .container > div:first-child {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: clamp(1.5rem, 3.5vw, 3rem);
}
@media (max-width: 992px) {
  footer .container > div:first-child {
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem !important;
  }
}
@media (max-width: 540px) {
  footer .container > div:first-child {
    grid-template-columns: 1fr !important;
    gap: 2.2rem !important;
  }
}

/* Modal Responsive Dialog */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 35, 25, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: clamp(12px, 3vw, 24px);
}
.modal-overlay.active {
  display: flex !important;
}
.modal-card-dialog {
  background: #FFFFFF;
  border-radius: 16px;
  width: min(94vw, 560px) !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  padding: clamp(1.5rem, 4vw, 2.5rem) !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  position: relative;
}
.modal-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-cream);
  border: none;
  color: var(--brand-pine);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modal-close-btn:hover {
  background: var(--brand-crimson);
  color: #FFFFFF;
}

/* Smoke Emitter Responsive Scaling */
@media (max-width: 600px) {
  .truck-exhaust-emitter {
    transform: scale(0.75);
    right: 28px !important;
    top: 36px !important;
  }
}


/* ── HEADER ACTIONS FLEX CONTAINER (PERFECT SIDE-BY-SIDE MOBILE ALIGNMENT) ── */
.glass-header-actions {
  display: flex !important;
  align-items: center !important;
  gap: clamp(8px, 2vw, 14px) !important;
  flex-shrink: 0 !important;
}

.glass-hamburger, .mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 6px;
  color: var(--brand-pine);
  font-size: 1.3rem;
  transition: all 0.2s ease;
}

.glass-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--brand-pine);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.glass-hamburger:hover span, .mobile-menu-btn:hover {
  background: var(--brand-crimson);
  color: var(--brand-crimson);
}

@media (max-width: 992px) {
  .glass-nav-links {
    display: none !important;
  }
  .glass-hamburger, .mobile-menu-btn {
    display: flex !important;
  }
  .btn-glass-book {
    padding: 8px 16px !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.12em !important;
  }
}

@media (max-width: 380px) {
  .btn-glass-book {
    display: none !important; /* Keep header spacious on ultra-small screens */
  }
}



/* ── MOBILE FOOTER CENTER ALIGNMENT (PERFECT CENTERING ACROSS ALL DEVICES) ── */
@media (max-width: 900px) {
  footer {
    text-align: center !important;
  }
  footer .container > div:first-child {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 2.5rem !important;
    margin-bottom: 3rem !important;
  }
  footer .container > div:first-child > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  footer a,
  footer p,
  footer h4,
  footer span,
  footer div {
    text-align: center !important;
  }
  footer p {
    max-width: 440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  footer ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    list-style: none !important;
  }
  footer ul li {
    text-align: center !important;
    width: 100% !important;
  }
  footer ul li a {
    display: inline-block !important;
    text-align: center !important;
  }
  footer div[style*="display: flex; gap:"],
  footer div[style*="display: flex; gap: 0.75rem"],
  footer .footer-social-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
  }
  footer .container > div:last-child {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0.75rem !important;
  }
}


/* ── STATS COUNTER & MAP MARKERS ACCENT ────────────────── */
.stat-count-number {
  font-family: var(--font-main) !important;
  font-size: clamp(2.2rem, 4.2vw, 3rem) !important;
  font-weight: 700 !important;
  color: var(--brand-crimson) !important;
  line-height: 1 !important;
  display: inline-block !important;
}

.custom-red-bin-marker {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.45));
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.custom-red-bin-marker:hover {
  transform: scale(1.4) translateY(-4px);
  z-index: 99999 !important;
}

.modal-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(13, 35, 25, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  z-index: 999999 !important;
  padding: clamp(12px, 3vw, 24px) !important;
}

.modal-overlay.active {
  display: flex !important;
}
