/* ══════════════════════════════════════════════════════
   KUMAR HOMECARE SERVICES — style.css  (v4 B&W Edition)
   Light bg  → accent = #0f0f0f (BLACK)
   Dark  bg  → accent = #ffffff (WHITE)
   Orange (#F97316) is REMOVED from all visible UI
══════════════════════════════════════════════════════ */

/* ─── RESET & ROOT ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* Core palette */
  --black:         #0f0f0f;
  --black-soft:    #1a1a1a;
  --black-mid:     #2d2d2d;
  --grey-800:      #374151;
  --grey-600:      #4b5563;
  --grey-500:      #6b7280;
  --grey-300:      #d1d5db;
  --grey-200:      #e5e7eb;
  --grey-100:      #f3f4f6;
  --grey-50:       #f9fafb;
  --white:         #ffffff;

  /* Semantic */
  --bg:            #ffffff;
  --text:          #0f0f0f;
  --text-muted:    #6b7280;

  /* Accent: black on light, white on dark (managed per-section) */
  --accent:        #0f0f0f;   /* used on white/light backgrounds */
  --accent-inv:    #ffffff;   /* used on dark/black backgrounds  */

  --radius:        12px;
  --radius-lg:     18px;
  --radius-xl:     24px;
  --shadow-sm:     0 2px 8px rgba(0,0,0,0.06);
  --shadow:        0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg:     0 12px 48px rgba(0,0,0,0.12);
  --shadow-dark:   0 8px 32px rgba(0,0,0,0.3);
  --transition:    0.25s ease;
  --font:          'Poppins', sans-serif;
}

/* ─── DARK MODE ─── */
[data-theme="dark"] {
  --bg:            #0e1117;
  --text:          #e6edf3;
  --text-muted:    #8b949e;
  --black:         #e6edf3;
  --black-soft:    #161b22;
  --black-mid:     #21262d;
  --grey-800:      #c9d1d9;
  --grey-600:      #8b949e;
  --grey-500:      #6e7681;
  --grey-300:      #30363d;
  --grey-200:      #21262d;
  --grey-100:      #161b22;
  --grey-50:       #0d1117;
  --white:         #0e1117;
  --accent:        #e6edf3;
  --accent-inv:    #0e1117;
  --shadow-sm:     0 2px 8px rgba(0,0,0,0.5);
  --shadow:        0 4px 24px rgba(0,0,0,0.6);
  --shadow-lg:     0 12px 48px rgba(0,0,0,0.7);
}

/* ── GLOBAL: all text → white ── */
[data-theme="dark"] *:not(.theme-toggle):not(.theme-toggle *) {
  color: #ffffff !important;
}

/* ── GLOBAL: all SVG icons → white ── */
[data-theme="dark"] svg path,
[data-theme="dark"] svg circle,
[data-theme="dark"] svg rect,
[data-theme="dark"] svg line,
[data-theme="dark"] svg polyline,
[data-theme="dark"] svg polygon {
  stroke: #ffffff !important;
  fill: none;
}
[data-theme="dark"] svg[fill="currentColor"] path,
[data-theme="dark"] svg[fill="currentColor"] {
  fill: #ffffff !important;
  stroke: none !important;
}

/* ── Exceptions: keep colored elements ── */
[data-theme="dark"] .review-stars,
[data-theme="dark"] .review-stars * { color: #e3b341 !important; }
[data-theme="dark"] .btn-primary,
[data-theme="dark"] .btn-primary * { color: #0e1117 !important; }
[data-theme="dark"] .btn-hero-primary {
  background: #0e1117 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
[data-theme="dark"] .btn-hero-primary * { color: #ffffff !important; }
[data-theme="dark"] .mobile-cta,
[data-theme="dark"] .mobile-cta * { color: #0e1117 !important; }
[data-theme="dark"] .float-wa { color: #fff !important; }
[data-theme="dark"] .float-call { background: #ffffff !important; color: #0f0f0f !important; }
[data-theme="dark"] .float-call svg path { stroke: #0f0f0f !important; fill: #0f0f0f !important; }

/* ── Toggle icon colors (keep original) ── */
[data-theme="dark"] .icon-moon { color: #7c9ef8 !important; }
[data-theme="dark"] .icon-moon * { stroke: #7c9ef8 !important; fill: none !important; }
.icon-sun * { stroke: #f59e0b !important; fill: none !important; }
.icon-sun circle { stroke: #f59e0b !important; }

/* ── Backgrounds ── */
[data-theme="dark"] body { background: #0e1117 !important; }
[data-theme="dark"] .navbar { background: rgba(14,17,23,0.97) !important; border-bottom: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .mobile-menu { background: #0e1117 !important; border-top: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .service-card  { background: #161b22 !important; border: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .why-card      { background: #161b22 !important; border: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .step-card     { background: #161b22 !important; border: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .faq-item      { background: #161b22 !important; border: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .review-card   { background: #161b22 !important; border: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .contact-form-wrap { background: #161b22 !important; border: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .intro-strip   { background: #161b22 !important; }
[data-theme="dark"] .brand-slider-section { background: #161b22 !important; }
[data-theme="dark"] .emergency-section   { background: #161b22 !important; }
[data-theme="dark"] .reviewer-avatar { background: #21262d !important; }
[data-theme="dark"] input, [data-theme="dark"] select, [data-theme="dark"] textarea {
  background: #0e1117 !important;
  border-color: rgba(255,255,255,0.12) !important;
}
[data-theme="dark"] .page-loader { background: #0e1117 !important; }
[data-theme="dark"] .loader-spinner { border-color: rgba(255,255,255,0.12) !important; border-top-color: #ffffff !important; }
[data-theme="dark"] .scroll-progress-bar { background: linear-gradient(to right, #fff, #aaa) !important; }
[data-theme="dark"] .footer-logo-img { filter: brightness(0) invert(1) !important; }
[data-theme="dark"] .logo-img         { filter: brightness(0) invert(1) !important; }
[data-theme="dark"] .loader-img       { filter: brightness(0) invert(1) !important; }

/* ── Hamburger in dark ── */
[data-theme="dark"] .hamburger span { background: #ffffff !important; }


/* ─── THEME TOGGLE BUTTON ─── */
.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.theme-toggle-track {
  width: 48px;
  height: 26px;
  background: #d1d5db;
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 3px;
  transition: background 0.35s ease;
}
[data-theme="dark"] .theme-toggle-track { background: #30363d; }
.theme-toggle-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), background 0.35s ease;
  transform: translateX(0);
}
[data-theme="dark"] .theme-toggle-thumb { transform: translateX(22px); background: #21262d; }
.icon-sun  { display: block; color: #f59e0b; }
.icon-moon { display: none;  color: #7c9ef8; }
[data-theme="dark"] .icon-sun  { display: none; }
[data-theme="dark"] .icon-moon { display: block; }

/* ── Mobile toggle: bigger & more interactive ── */
@media (max-width: 768px) {
  #themeToggle {
    padding: 4px;
    border-radius: 50px;
    transition: transform 0.15s ease, background 0.2s ease;
    -webkit-tap-highlight-color: transparent;
  }
  #themeToggle:active {
    transform: scale(0.88);
    background: rgba(0,0,0,0.06);
  }
  [data-theme="dark"] #themeToggle:active {
    background: rgba(255,255,255,0.08);
  }
  #themeToggle .theme-toggle-track {
    width: 42px;
    height: 22px;
    padding: 2px;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  [data-theme="dark"] #themeToggle .theme-toggle-track {
    background: #4f6ef7;
    box-shadow: 0 0 0 2px rgba(79,110,247,0.35), 0 0 10px rgba(79,110,247,0.25);
  }
  #themeToggle .theme-toggle-thumb {
    width: 18px;
    height: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    transition: transform 0.4s cubic-bezier(.34,1.8,.64,1), background 0.3s ease;
  }
  [data-theme="dark"] #themeToggle .theme-toggle-thumb {
    transform: translateX(20px);
    background: #ffffff;
  }
  #themeToggle .icon-sun  { width: 11px; height: 11px; color: #f59e0b; }
  #themeToggle .icon-moon { width: 11px; height: 11px; color: #ffffff; }
}

html   { scroll-behavior: smooth; scroll-padding-top: 76px; overflow-x: hidden; }
body   { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; max-width: 100vw; }
img    { display: block; max-width: 100%; }
a      { color: inherit; }

/* ─── GLOBAL OVERFLOW GUARD ─── */
section, header, footer, main, nav, div { max-width: 100%; }

/* ─── LAYOUT ─── */
.container-wide { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.section        { padding: 100px 0; width: 100%; }

/* accent text on light bg = BLACK */
.accent { color: var(--black); }

/* ─── REVEAL ANIMATION ─── */
.reveal            { opacity: 0; transform: translateY(30px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible    { opacity: 1; transform: none; }
.reveal-delay      { transition-delay: 0.10s; }
.reveal-delay-1    { transition-delay: 0.15s; }
.reveal-delay-2    { transition-delay: 0.25s; }
.reveal-delay-3    { transition-delay: 0.35s; }
.reveal-delay-4    { transition-delay: 0.45s; }

/* ─── SCROLL PROGRESS BAR ─── */
.scroll-progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(to right, #0f0f0f, #555);
  z-index: 9999;
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
}

/* ─── PAGE LOADER ─── */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.page-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: loaderFadeUp 0.5s ease both;
}
.loader-img {
  height: 90px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.18));
}
.loader-brand {
  font-size: 1.4rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.loader-sub {
  font-size: 0.65rem;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
/* Spinner ring */
.loader-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(0,0,0,0.1);
  border-top-color: #111111;
  border-radius: 50%;
  animation: loaderSpin 0.85s linear infinite;
}
@keyframes loaderSpin {
  to { transform: rotate(360deg); }
}
@keyframes loaderFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── DIRECTIONAL ANIMATIONS ─── */
/* fade-up (default) */
[data-anim] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
[data-anim="left"] { transform: translateX(-48px); }
[data-anim="right"]{ transform: translateX( 48px); }
[data-anim="scale"]{ transform: scale(0.88); }
[data-anim="down"] { transform: translateY(-36px); }
[data-anim].anim-in { opacity: 1; transform: none; }

/* ─── STAGGER CARDS ─── */
[data-stagger] {
  opacity: 0;
  transform: translateY(40px) scale(0.97);
  transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1),
              transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
[data-stagger].anim-in { opacity: 1; transform: none; }


/* ─── SECTION HEADER ─── */
.section-header   { text-align: center; margin-bottom: 64px; }
.section-tag {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--black);
  background: var(--grey-100);
  border: 1px solid var(--grey-200);
  padding: 6px 16px; border-radius: 50px;
  margin-bottom: 14px;
}
.section-title  { font-size: clamp(1.8rem, 3.2vw, 2.6rem); font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; color: var(--black); margin-bottom: 16px; }
.section-desc   { font-size: 1rem; color: var(--grey-500); max-width: 560px; margin: 0 auto; line-height: 1.75; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 30px; border-radius: 50px;
  font-family: var(--font); font-weight: 600; font-size: 0.95rem;
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  transition: all var(--transition); white-space: nowrap;
}

/* Primary: BLACK button on white pages */
.btn-primary {
  background: #0f0f0f;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 6px 24px rgba(0,0,0,0.22);
}
.btn-primary:hover {
  background: #222222;
  border-color: #ffffff;
  box-shadow: 0 10px 36px rgba(0,0,0,0.3);
}

/* Outline: on light bg */
.btn-outline {
  background: transparent;
  color: var(--black);
  border-color: var(--grey-300);
}
.btn-outline:hover {
  border-color: var(--black);
}

/* Hero buttons: WHITE bg button & WHITE outline on dark hero */
.btn-hero-primary {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
  font-size: 1rem; padding: 16px 36px;
  font-weight: 700;
  box-shadow: 0 6px 28px rgba(255,255,255,0.25);
}
.btn-hero-primary:hover {
  background: var(--grey-100);
  box-shadow: 0 12px 40px rgba(255,255,255,0.35);
}
.btn-hero-outline {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  font-size: 1rem; padding: 16px 36px;
}
.btn-hero-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #ffffff;
}

/* White button on dark sections (emergency) */
.btn-white {
  background: #0f0f0f;
  color: #ffffff;
  border-color: #ffffff;
  font-weight: 700;
}
.btn-white:hover { background: #222222; }

/* WhatsApp stays green */
.btn-wa {
  background: #25D366;
  color: var(--white);
  border-color: #25D366;
}
.btn-wa:hover { background: #1ebe5b; }

.btn-full { width: 100%; justify-content: center; border-radius: var(--radius); }

/* ─── FLOATING BUTTONS ─── */
.float-btns {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 9999;
}
.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 12px 14px;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: -4px 4px 18px rgba(0,0,0,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform: translateX(0);
  white-space: nowrap;
}
.float-btn:hover { transform: translateX(-6px); box-shadow: -6px 6px 24px rgba(0,0,0,0.3); }
.float-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.float-btn-label { font-size: 0.75rem; font-weight: 700; }

/* Call btn: black on white site */
.float-call { background: #0f0f0f; color: #ffffff; }
.float-wa   { background: #25D366; color: #ffffff; }

/* ══════════════════════════════════════
   NAVBAR
══════════════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--grey-200);
  transition: box-shadow var(--transition);
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.navbar.scrolled { box-shadow: var(--shadow); }

.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  height: 74px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
  width: 100%; box-sizing: border-box;
}

/* Logo */
.logo { display: flex; align-items: center; gap: 0px; text-decoration: none; flex-shrink: 0; }
.logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
}
.logo-icon {
  width: 44px; height: 44px;
  background: var(--white);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  padding: 5px;
}
.logo-icon-sm { width: 36px; height: 36px; }
.logo-svg { width: 100%; height: 100%; }

/* Override SVG colors inside logo (white on black bg) */
.logo-icon .logo-svg path,
.logo-icon .logo-svg line { stroke: var(--white) !important; }
.logo-icon .logo-svg path[fill] { fill: rgba(255,255,255,0.12) !important; }

.logo-text  { display: flex; flex-direction: column; line-height: 1.1; }
.logo-brand { font-size: 1rem; font-weight: 900; color: var(--black); letter-spacing: 0.04em; }
.logo-sub   { font-size: 0.58rem; font-weight: 500; color: var(--grey-500); }

/* Nav links */
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-link  {
  text-decoration: none; font-size: 0.88rem; font-weight: 500;
  color: var(--grey-800); padding: 8px 14px; border-radius: 8px;
  transition: color var(--transition), background var(--transition);
}
.nav-link:hover,
.nav-link.active { color: var(--black); background: var(--grey-100); font-weight: 600; }
.nav-cta {
  display: flex;
  padding: 9px 20px;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 50px;
  background: #0f0f0f !important;
  color: #ffffff !important;
  border: 1.5px solid #ffffff !important;
}

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 6px; border-radius: 6px; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: #111; border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed; top: 74px; left: 0; right: 0;
  background: var(--white); border-bottom: 1px solid var(--grey-200);
  padding: 16px 20px 28px; display: flex; flex-direction: column; gap: 4px;
  z-index: 999; transform: translateY(-110%); opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: var(--shadow-lg);
  width: 100%; max-width: 100vw; box-sizing: border-box;
}
.mobile-menu.open { transform: translateY(0); opacity: 1; }
.mobile-link {
  text-decoration: none; font-weight: 500; color: var(--grey-800);
  padding: 13px 16px; border-radius: 10px; font-size: 1rem;
  transition: color var(--transition), background var(--transition);
}
.mobile-link:hover { color: var(--black); background: var(--grey-100); }
.mobile-cta { margin-top: 8px; text-align: center; }
.mobile-theme-row { display: none; }

/* ══════════════════════════════════════
   HERO — CINEMATIC (dark bg → white accents)
══════════════════════════════════════ */
.hero {
  position: relative;
  height: 100vh; min-height: 600px; max-height: 900px;
  overflow: hidden; display: flex; flex-direction: column;
  width: 100%; max-width: 100vw;
}
.hero-bg   { position: absolute; inset: 0; }
.hero-img  { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.60) 40%,
    rgba(0,0,0,0.18) 70%,
    rgba(0,0,0,0.06) 100%
  );
}

/* ─── HERO IMAGE SLIDER ─── */
.hero-bg.slider { position: absolute; inset: 0; overflow: hidden; }
.slides { position: relative; width: 100%; height: 100%; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.slide.active { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
/* First slide image — subject is in lower-center, so use center center */
.slide img.hero-img-center { object-position: center center; }
.slider-dots { display: none; }
.slider-dot {
  width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.35);
  border: 1px solid rgba(0,0,0,0.12); cursor: pointer; padding: 0;
}
.slider-dot.active { background: var(--white); transform: scale(1.15); }

/* Ensure hero overlay/content sits above slides */
.hero-overlay { z-index: 2; }
.hero-content { z-index: 3; }

.hero-content {
  position: relative; z-index: 2; flex: 1;
  display: flex; align-items: flex-end;
  padding: 0 0 48px 0;
}
.hero-text-block {
  max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 32px;
}

/* On dark hero → text is WHITE */
.hero-eyebrow {
  display: block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; color: rgba(255,255,255,0.65);
  text-transform: uppercase; margin-bottom: 16px;
}
.hero-headline {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900; line-height: 1.08;
  letter-spacing: -0.02em; color: var(--white);
  text-transform: uppercase; margin-bottom: 20px; max-width: 640px;
}
.hero-sub {
  font-size: 1rem; color: rgba(255,255,255,0.6);
  margin-bottom: 36px; max-width: 420px; line-height: 1.7;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Hero bottom bar — DARK bg → white text */
.hero-bottom-bar {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 32px;
}
.hero-trust-row { display: flex; align-items: center; }
.hero-trust-item { display: flex; flex-direction: column; padding: 0 28px; }
.hero-trust-item:first-child { padding-left: 0; }
/* On dark bar → numbers are WHITE */
.trust-num { font-size: 1.5rem; font-weight: 900; color: var(--white); line-height: 1; }
.trust-num sup { font-size: 0.65rem; color: rgba(255,255,255,0.6); vertical-align: super; font-weight: 700; }
.trust-label { font-size: 0.72rem; color: rgba(255,255,255,0.45); font-weight: 500; margin-top: 4px; white-space: nowrap; }
.trust-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.15); }

.hero-scroll { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.45); font-size: 0.78rem; font-weight: 500; }
.hero-scroll svg { animation: scrollBounce 1.8s ease-in-out infinite; }
@keyframes scrollBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(4px)} }

.hero-slide-num { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.35); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; }
.slide-active   { color: var(--white); }
.slide-bar      { width: 60px; height: 1.5px; background: rgba(255,255,255,0.2); border-radius: 2px; }
.slide-progress { width: 100%; height: 100%; background: var(--white); border-radius: 2px; }

/* ══════════════════════════════════════
   BRAND SLIDER — light grey bg → black brands
══════════════════════════════════════ */
.brand-slider-section {
  padding: 28px 0; background: var(--grey-50);
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
  overflow: hidden;
}
.brand-slider-label {
  text-align: center; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--grey-500); margin-bottom: 20px;
}
.brand-track-wrap { overflow: hidden; position: relative; width: 100%; }
.brand-track-wrap::before,
.brand-track-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0;
  width: 120px; z-index: 2; pointer-events: none;
}
.brand-track-wrap::before { left:  0; background: linear-gradient(to right, var(--grey-50), transparent); }
.brand-track-wrap::after  { right: 0; background: linear-gradient(to left,  var(--grey-50), transparent); }

.brand-track {
  display: flex; gap: 0; width: max-content;
  animation: brandScroll 28s linear infinite;
}
.brand-track:hover { animation-play-state: paused; }
@keyframes brandScroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

.brand-slide {
  display: flex; align-items: center; justify-content: center;
  padding: 0 36px; border-right: 1px solid var(--grey-200);
  height: 52px; flex-shrink: 0;
}
.brand-name {
  font-weight: 900; font-size: 1rem; letter-spacing: 0.06em;
  white-space: nowrap; cursor: default;
  transition: color var(--transition);
}
/* hover → solid black */
.brand-slide:hover .brand-name { color: var(--black) !important; }

/* Each brand keeps its authentic color (they're on a light bg, so they look great) */
.brand-lg        { color: #a50034; }
.brand-samsung   { color: #1428a0; }
.brand-wp        { color: #003087; }
.brand-haier     { color: #009fe3; }
.brand-ifb       { color: #e31837; }
.brand-bosch     { color: #e20015; }
.brand-godrej    { color: #004b87; }
.brand-panasonic { color: #003087; }
.brand-voltas    { color: #e30613; }
.brand-hitachi   { color: #cf0a2c; }
.brand-siemens   { color: #009999; }
.brand-electrolux{ color: #0066a1; }

/* ══════════════════════════════════════
   INTRO STRIP — white bg → black accents
══════════════════════════════════════ */
.intro-strip {
  padding: 80px 0;
  border-bottom: 1px solid var(--grey-200);
}
.intro-strip-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.strip-tag {
  display: block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; color: var(--black);
  text-transform: uppercase; margin-bottom: 16px;
}
.strip-title {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800; color: var(--black);
  line-height: 1.25; letter-spacing: -0.02em;
}
.intro-right p { font-size: 1rem; color: var(--grey-500); line-height: 1.8; margin-bottom: 24px; }
.link-arrow {
  font-size: 0.95rem; font-weight: 700; color: var(--black);
  text-decoration: none; display: inline-flex; align-items: center;
  gap: 8px; border-bottom: 2px solid var(--black);
  padding-bottom: 2px; transition: gap var(--transition), opacity var(--transition);
}
.link-arrow:hover { gap: 14px; opacity: 0.7; }

/* ══════════════════════════════════════
   SERVICES — with image cards
══════════════════════════════════════ */
.services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}
.service-card {
  position: relative; background: var(--white);
  border: 1.5px solid var(--grey-200); border-radius: var(--radius-lg);
  padding: 0; overflow: hidden; display: flex; flex-direction: column;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
  text-decoration: none; color: inherit; cursor: pointer;
}
/* Top accent line: BLACK on white card */
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--black);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s ease;
}
.service-card:hover::before  { transform: scaleX(1); }
.service-card:hover {
  border-color: var(--grey-300);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

/* Image at top of card */
.service-img-wrap {
  position: relative; width: 100%; height: 220px; overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.service-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-img { transform: scale(1.05); }

/* Badge on image: BLACK badge */
.service-img-badge {
  position: absolute; bottom: 12px; left: 16px;
  background: var(--black); color: var(--white);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}
[data-theme="dark"] .service-img-badge {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1.5px solid #ffffff !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.5) !important;
}

/* Body below image */
.service-body {
  padding: 28px 28px 30px; flex: 1;
  display: flex; flex-direction: column;
  position: relative;
}
.service-num {
  position: absolute; top: 12px; right: 16px;
  font-size: 2.4rem; font-weight: 900;
  color: rgba(0,0,0,0.06);
  line-height: 1; pointer-events: none; user-select: none;
}

/* Icon wrap: light grey bg, black icons */
.service-icon-wrap {
  width: 56px; height: 56px; background: var(--grey-100);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  transition: background var(--transition);
}
.service-card:hover .service-icon-wrap { background: var(--grey-200); }
.service-svg { width: 44px; height: 44px; }

/* Override SVG orange → black on service icons */
.service-icon-wrap .service-svg rect[fill="#fff7ed"],
.service-icon-wrap .service-svg rect[fill="#ffedd5"] { fill: var(--grey-100) !important; }
.service-icon-wrap .service-svg circle[fill="#F97316"],
.service-icon-wrap .service-svg line[stroke="#F97316"],
.service-icon-wrap .service-svg rect[stroke="#F97316"],
.service-icon-wrap .service-svg circle[stroke="#F97316"] { stroke: var(--black) !important; }
.service-icon-wrap .service-svg circle[fill="#F97316"] { fill: var(--black) !important; }
.service-icon-wrap .service-svg rect[fill="#F97316"] { fill: var(--grey-200) !important; }
.service-icon-wrap .service-svg rect[opacity] { fill: var(--grey-200) !important; }

.service-title { font-size: 1.15rem; font-weight: 700; color: var(--black); margin-bottom: 10px; }
.service-desc  { font-size: 0.9rem; color: var(--grey-500); line-height: 1.75; margin-bottom: 18px; }
.service-tags  { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.tag {
  background: var(--grey-100); color: var(--black);
  font-size: 0.73rem; font-weight: 600;
  padding: 4px 12px; border-radius: 50px;
  border: 1px solid var(--grey-200);
}

/* CTA: BLACK text arrow */
.service-cta {
  font-size: 0.88rem; font-weight: 700; color: var(--black);
  text-decoration: none; display: inline-flex; align-items: center;
  gap: 6px; margin-top: auto;
  transition: gap var(--transition);
}
.service-cta:hover, .service-card:hover .service-cta { gap: 12px; }
.cta-arrow { transition: transform var(--transition); }
.service-card:hover .cta-arrow { transform: translateX(4px); }

/* ══════════════════════════════════════
   WHY CHOOSE US — grey bg → black icons
══════════════════════════════════════ */
.why-section { background: var(--grey-50); }
.why-layout  { display: grid; grid-template-columns: 300px 1fr; gap: 72px; align-items: start; }
.why-left    { position: sticky; top: 100px; }
.why-left .section-tag { text-align: left; display: block; width: fit-content; }
.why-left .section-title { text-align: left; font-size: clamp(1.6rem, 2.5vw, 2.2rem); margin-bottom: 16px; }
.why-intro   { font-size: 0.95rem; color: var(--grey-500); line-height: 1.75; margin-bottom: 28px; }

.why-grid    { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.why-card {
  background: var(--white); border-radius: var(--radius);
  padding: 24px 22px; border: 1.5px solid var(--grey-200);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
  box-shadow: var(--shadow-sm);
}
.why-card:hover {
  border-color: var(--black);
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}
.why-icon    { width: 48px; height: 48px; margin-bottom: 14px; }
.why-icon svg { width: 100%; height: 100%; }

/* Override icon SVGs: black strokes on white cards */
.why-icon svg circle[fill="#fff7ed"] { fill: var(--grey-100) !important; }
.why-icon svg circle[stroke="#F97316"] { stroke: var(--black) !important; }
.why-icon svg path[stroke="#F97316"]  { stroke: var(--black) !important; }

.why-card h4 { font-size: 0.9rem; font-weight: 700; color: var(--black); margin-bottom: 6px; }
.why-card p  { font-size: 0.82rem; color: var(--grey-500); line-height: 1.6; }

/* ══════════════════════════════════════
   HOW IT WORKS — white bg → black accents
══════════════════════════════════════ */
.how-section { background: var(--white); }
.steps-row   { display: flex; align-items: flex-start; gap: 0; padding: 20px 0; }
.step-item   { flex: 1; min-width: 120px; text-align: center; padding: 0 12px; }

.step-circle {
  position: relative; width: 80px; height: 80px;
  background: var(--grey-100); border: 2px solid var(--grey-200);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  transition: background var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.step-item:hover .step-circle {
  background: var(--black);
  border-color: var(--black);
  box-shadow: 0 6px 24px rgba(0,0,0,0.2);
}
/* Number badge: black */
.step-n {
  position: absolute; top: -10px; right: -10px;
  background: #ffffff; color: #0f0f0f;
  font-size: 0.65rem; font-weight: 800;
  padding: 2px 7px; border-radius: 50px; letter-spacing: 0.04em;
  border: 1.5px solid #0f0f0f;
}
[data-theme="dark"] .step-n {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1.5px solid #ffffff !important;
}
.step-ico { width: 32px; height: 32px; }
/* Step icon stroke: dark by default, white on hover */
.step-ico path, .step-ico rect, .step-ico circle { stroke: var(--black) !important; transition: stroke 0.25s; }
.step-item:hover .step-ico path,
.step-item:hover .step-ico rect,
.step-item:hover .step-ico circle { stroke: var(--white) !important; }

.step-item h4 { font-size: 0.88rem; font-weight: 700; color: var(--black); margin-bottom: 6px; }
.step-item p  { font-size: 0.78rem; color: var(--grey-500); line-height: 1.6; }

/* Arrow between steps */
.step-arrow {
  font-size: 1.4rem; color: var(--grey-300);
  margin-top: 28px; flex-shrink: 0; font-weight: 300;
}

/* ══════════════════════════════════════
   REVIEWS — infinite marquee slider
══════════════════════════════════════ */
.reviews-section { background: var(--grey-50); overflow: hidden; }

/* Remove old grid — replaced with marquee */
.reviews-grid { display: none; }

/* ── Marquee wrapper ── */
.reviews-marquee-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 48px;
  /* Fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image:         linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.reviews-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: reviewsScroll 38s linear infinite;
}

.reviews-track:hover { animation-play-state: paused; }

@keyframes reviewsScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.review-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 30px 26px; border: 1.5px solid var(--grey-200);
  box-shadow: var(--shadow-sm);
  width: 340px;
  flex-shrink: 0;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}
.review-card:hover {
  border-color: var(--black);
  box-shadow: var(--shadow-lg); transform: translateY(-4px);
}
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }

/* Avatar: black circle with white initials */
.reviewer-avatar {
  width: 42px; height: 42px;
  background: var(--black); color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 800; flex-shrink: 0;
}
.reviewer-name { font-weight: 700; font-size: 0.88rem; color: var(--black); }
.reviewer-loc  { font-size: 0.74rem; color: var(--grey-500); }
.verified {
  margin-left: auto; background: var(--grey-100);
  color: var(--grey-600); border: 1px solid var(--grey-200);
  font-size: 0.68rem; font-weight: 700; padding: 4px 10px;
  border-radius: 50px; white-space: nowrap;
}
.review-stars { font-size: 1rem; color: #f59e0b; letter-spacing: 2px; margin-bottom: 12px; }
.review-card p { font-size: 0.88rem; color: var(--grey-600); line-height: 1.75; font-style: italic; }

/* ══════════════════════════════════════
   EMERGENCY CTA — BLACK bg → WHITE accents
══════════════════════════════════════ */
.emergency-section {
  background: var(--black);
  padding: 80px 0;
  position: relative; overflow: hidden;
}
/* Subtle white glow in corner */
.emergency-section::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  border-radius: 50%;
}
.emergency-inner {
  display: grid; grid-template-columns: 1fr auto;
  gap: 60px; align-items: center; position: relative; z-index: 1;
}
/* Tag: white on black */
.emer-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; color: var(--white); text-transform: uppercase;
  background: rgba(255,255,255,0.1); padding: 6px 14px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.2); margin-bottom: 16px;
}
.emer-left h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900;
  color: var(--white); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 14px;
}
.emer-left p { font-size: 0.95rem; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 480px; }
.emer-right  { display: flex; flex-direction: column; align-items: flex-end; gap: 24px; }

/* Phone number: WHITE on black bg */
.emer-phone {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 900;
  color: var(--white); white-space: nowrap;
}
.emer-btns { display: flex; gap: 14px; }

/* ══════════════════════════════════════
   CONTACT — white bg
══════════════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
  align-items: stretch;
}

/* Left column — stacks info + map vertically */
.contact-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Compact info cards */
.contact-info-compact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-card-sm {
  display: flex;
  gap: 12px;
  align-items: center;
  background: var(--white);
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius);
  padding: 12px 14px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.info-card-sm:hover { border-color: var(--black); box-shadow: 0 4px 16px rgba(0,0,0,0.07); }
.info-icon-wrap-sm {
  width: 34px; height: 34px;
  background: #0f0f0f;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}
.info-card-sm .info-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--grey-500); margin-bottom: 2px; }
.info-card-sm .info-value { font-weight: 700; color: var(--black); font-size: 0.82rem; text-decoration: none; transition: opacity var(--transition); display: block; }
.info-card-sm .info-value:hover { opacity: 0.65; }

/* Map fills remaining height of left column */
.contact-map-wrap {
  flex: 1;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1.5px solid var(--grey-200);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  min-height: 200px;
}
.contact-map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: grayscale(8%);
  transition: filter 0.3s ease;
}
.contact-map-wrap:hover iframe { filter: grayscale(0%); }

/* Map badge & directions button */
.map-overlay-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: #ffffff; border-radius: 8px;
  padding: 6px 12px; display: flex; align-items: center; gap: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  color: #0f0f0f !important;
  font-size: 0.78rem; font-weight: 600;
}
.map-overlay-badge svg, .map-overlay-badge svg path { color: #0f0f0f !important; fill: #0f0f0f !important; }
.map-overlay-badge span { color: #0f0f0f !important; }

.map-directions-btn {
  position: absolute; bottom: 12px; right: 12px; z-index: 2;
  background: #0f0f0f; color: #ffffff !important;
  border-radius: 8px; padding: 8px 14px;
  font-size: 0.78rem; font-weight: 600;
  display: flex; align-items: center; gap: 6px;
  text-decoration: none; box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.map-directions-btn span, .map-directions-btn svg path { color: #ffffff !important; stroke: #ffffff !important; }

/* Dark mode: icon wraps */
[data-theme="dark"] .info-icon-wrap-sm { background: #ffffff !important; color: #0f0f0f !important; }
[data-theme="dark"] .info-icon-wrap-sm svg path,
[data-theme="dark"] .info-icon-wrap-sm svg circle { stroke: #0f0f0f !important; }
[data-theme="dark"] .map-overlay-badge { background: #1a1a1a !important; color: #ffffff !important; }
[data-theme="dark"] .map-overlay-badge svg path { fill: #ffffff !important; color: #ffffff !important; }
[data-theme="dark"] .map-overlay-badge span { color: #ffffff !important; }

/* Old large info-card (kept for fallback) */
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.info-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--white); border: 1.5px solid var(--grey-200);
  border-radius: var(--radius); padding: 20px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.info-card:hover { border-color: var(--black); box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
.info-icon-wrap {
  width: 44px; height: 44px; background: var(--black);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.info-icon-wrap svg path,
.info-icon-wrap svg circle { stroke: var(--white) !important; }
.info-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--grey-500); margin-bottom: 4px; }
.info-value { font-weight: 700; color: var(--black); font-size: 0.92rem; text-decoration: none; transition: opacity var(--transition); display: block; }
.info-value:hover { opacity: 0.65; }
.info-sub   { font-size: 0.8rem; color: var(--grey-500); margin-top: 2px; }

/* Booking form */
.contact-form-wrap {
  background: var(--white); border-radius: var(--radius-xl);
  padding: 44px 40px;
  box-shadow: 0 0 0 1.5px var(--grey-200), var(--shadow-lg);
}
/* Google Form embed */
.google-form-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  margin-top: 8px;
}
.google-form-wrap iframe {
  border: none;
  display: block;
  width: 100%;
}
.form-title    { font-size: 1.3rem; font-weight: 800; color: var(--black); margin-bottom: 6px; }
.form-subtitle { font-size: 0.85rem; color: var(--grey-500); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group    { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--grey-800); margin-bottom: 8px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--grey-200); border-radius: var(--radius);
  font-family: var(--font); font-size: 0.9rem; color: var(--black); background: var(--white);
  outline: none; transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--black);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}
.form-group textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 0.78rem; color: var(--grey-500); text-align: center; margin-top: 12px; }

/* ══════════════════════════════════════
   MAP SECTION
══════════════════════════════════════ */
.map-section {
  background: var(--white);
  padding: 80px 0 100px;
  border-top: 1px solid var(--grey-200);
}
.map-header {
  text-align: center;
  margin-bottom: 48px;
}
.map-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  border: 1.5px solid var(--grey-200);
}
.map-wrap iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
  filter: grayscale(8%);
  transition: filter 0.3s ease;
}
.map-wrap:hover iframe { filter: grayscale(0%); }

/* Address badge — top left overlay */
.map-overlay-badge {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 10;
  background: #ffffff;
  color: #0f0f0f;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  max-width: calc(100% - 32px);
}
.map-overlay-badge svg { flex-shrink: 0; color: #f59e0b; }
.map-overlay-badge span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #0f0f0f !important; }

/* Get Directions button — bottom right */
.map-directions-btn {
  position: absolute;
  bottom: 16px; right: 16px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f0f0f !important;
  color: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  border: 1.5px solid #ffffff;
  transition: all var(--transition);
}
.map-directions-btn:hover {
  background: #222222 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

/* Mobile */
@media (max-width: 768px) {
  .map-section { padding: 56px 0 72px; }
  .map-header { margin-bottom: 32px; }
  .map-wrap iframe { height: 300px; }
  .map-overlay-badge { font-size: 0.72rem; padding: 8px 12px; top: 10px; left: 10px; }
  .map-directions-btn { font-size: 0.76rem; padding: 8px 14px; bottom: 10px; right: 10px; }
}

/* ══════════════════════════════════════
   FAQ — white bg → black accents
══════════════════════════════════════ */
.faq-section { background: var(--grey-50); }
.faq-layout  { display: grid; grid-template-columns: 300px 1fr; gap: 72px; align-items: start; }
.faq-left    { position: sticky; top: 100px; }
.faq-left .section-tag   { text-align: left; display: block; width: fit-content; }
.faq-left .section-title { text-align: left; font-size: clamp(1.6rem, 2.5vw, 2.2rem); margin-bottom: 16px; }
.faq-left p { font-size: 0.92rem; color: var(--grey-500); line-height: 1.7; }

.faq-right { display: flex; flex-direction: column; gap: 12px; }
.faq-item  {
  background: var(--white); border: 1.5px solid var(--grey-200);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color var(--transition);
}
.faq-item.active { border-color: var(--black); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 20px 22px;
  background: none; border: none; cursor: pointer;
  font-family: var(--font); font-size: 0.95rem; font-weight: 600;
  color: var(--black); text-align: left;
  transition: opacity var(--transition);
}
.faq-q:hover { opacity: 0.7; }

/* FAQ arrow: black */
.faq-arrow { flex-shrink: 0; transition: transform 0.3s ease; }
.faq-arrow path { stroke: var(--black) !important; }
.faq-item.active .faq-arrow { transform: rotate(180deg); }
.faq-ans {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 22px;
}
.faq-item.active .faq-ans { max-height: 200px; padding: 0 22px 20px; }
.faq-ans p { font-size: 0.88rem; color: var(--grey-500); line-height: 1.8; }

/* ══════════════════════════════════════
   PAYMENT METHODS (in footer — dark bg → white/light badges)
══════════════════════════════════════ */
.footer-payments {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 28px 0;
}
.payments-inner {
  display: flex; align-items: center;
  gap: 24px; flex-wrap: wrap;
}
.payments-label {
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.35); white-space: nowrap; flex-shrink: 0;
}
.payments-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.pay-badge {
  height: 32px; border-radius: 5px; overflow: hidden;
  display: flex; align-items: center;
  transition: transform 0.2s, box-shadow 0.2s; cursor: default;
}
.pay-badge:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.35); }
.pay-svg { height: 32px; display: block; }

/* ══════════════════════════════════════
   FOOTER — dark bg → white text
══════════════════════════════════════ */
.footer { background: #0a0a0a; color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.footer-top {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 48px; padding-bottom: 64px;
}
.footer-logo { margin-bottom: 16px; }
.footer-logo-img { height: 56px; width: auto; object-fit: contain; filter: brightness(0) invert(1); }
.footer-tagline { font-size: 0.85rem; color: rgba(255,255,255,0.4); line-height: 1.7; margin-bottom: 20px; max-width: 280px; }

/* Footer social: white outline btn */
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 36px; height: 36px; background: rgba(255,255,255,0.07);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 1rem;
  transition: background var(--transition), transform var(--transition);
}
/* Hover: white bg on dark footer */
.social-btn:hover { background: var(--white); color: var(--black); transform: translateY(-2px); }

.footer-heading { font-size: 0.78rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 18px; }
.footer-links   { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  text-decoration: none; color: rgba(255,255,255,0.45); font-size: 0.85rem;
  transition: color var(--transition);
  display: flex; align-items: center; gap: 6px;
}
.footer-links a::before {
  content: '→'; opacity: 0; transform: translateX(-4px);
  transition: opacity var(--transition), transform var(--transition); font-size: 0.8rem;
}
/* Hover: white on dark */
.footer-links a:hover { color: var(--white); }
.footer-links a:hover::before { opacity: 1; transform: translateX(0); }

.footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.footer-contact-list li   { display: flex; gap: 12px; font-size: 0.85rem; color: rgba(255,255,255,0.45); align-items: flex-start; }
.footer-contact-list a    { color: rgba(255,255,255,0.45); text-decoration: none; transition: color var(--transition); }
.footer-contact-list a:hover { color: var(--white); }
/* SVG icons in contact list inherit the text color */
.fc-icon { flex-shrink: 0; margin-top: 1px; color: rgba(255,255,255,0.45); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom-inner p { font-size: 0.8rem; color: rgba(255,255,255,0.3); }

/* ══════════════════════════════════════
   TOAST
══════════════════════════════════════ */
.toast {
  position: fixed; bottom: 32px; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--black); color: var(--white);
  padding: 14px 28px; border-radius: 50px;
  font-size: 0.88rem; font-weight: 500;
  opacity: 0; transition: all 0.4s ease; z-index: 9999;
  white-space: nowrap; box-shadow: var(--shadow-lg); pointer-events: none;
}
.toast.show    { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.success { background: #14532d; border: 1px solid #22c55e; }

/* ══════════════════════════════════════
   RESPONSIVE — Tablet (≤ 1024px)
══════════════════════════════════════ */
@media (max-width: 1024px) {
  /* Global */
  .container-wide { padding: 0 24px; }
  .section { padding: 80px 0; }

  /* Navbar */
  .nav-inner { padding: 0 24px; }
  .nav-links { gap: 0; }
  .nav-link  { padding: 8px 10px; font-size: 0.82rem; }

  /* Services */
  .services-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .service-img-wrap { height: 200px; }
  .service-body { padding: 22px 20px 24px; }

  /* Intro strip */
  .intro-strip-inner { gap: 40px; }

  /* Why Us */
  .why-layout   { grid-template-columns: 1fr; gap: 40px; }
  .why-left     { position: static; }
  .why-left .section-title { font-size: 2rem; }
  .why-grid     { grid-template-columns: repeat(2, 1fr); }

  /* FAQ */
  .faq-layout   { grid-template-columns: 1fr; gap: 40px; }
  .faq-left     { position: static; }

  /* Reviews */
  .reviews-marquee-wrap { margin-top: 32px; }

  /* Emergency */
  .emergency-inner { grid-template-columns: 1fr; text-align: center; }
  .emer-right   { align-items: center; }

  /* Contact */
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-map-wrap { min-height: 260px; }
  .contact-form-wrap { padding: 36px 32px; }

  /* Footer */
  .footer-top   { grid-template-columns: 1fr 1fr; gap: 36px; }
  .payments-inner { flex-direction: column; align-items: flex-start; gap: 14px; }

  /* How It Works — step arrows still shown but smaller */
  .step-arrow { font-size: 1.1rem; }

  /* Hero bottom bar */
  .hero-trust-item { padding: 0 18px; }
}

/* ══════════════════════════════════════
   RESPONSIVE — Mobile (≤ 768px)
══════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── Global ── */
  .container-wide { padding: 0 18px; }
  .section { padding: 64px 0; }
  .section-header { margin-bottom: 40px; }
  .section-title  { font-size: 1.7rem; }
  .section-desc   { font-size: 0.9rem; }

  /* ── Navbar ── */
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-inner {
    padding: 0 8px;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .logo-img { height: 48px; }
  /* Toggle LEFT · Logo CENTER · Hamburger RIGHT */
  #themeToggle { display: flex; order: -1; flex-shrink: 0; margin: 0; padding: 6px; }
  .logo        { order: 0; flex: 1; display: flex; justify-content: center; margin: 0; }
  .hamburger   { order: 1; flex-shrink: 0; margin: 0; padding: 6px 8px; }

  /* ── Hero ── */
  .hero { min-height: 560px; max-height: 700px; }
  .hero-content { padding: 0; align-items: center; }
  .hero-text-block { padding: 0 20px; text-align: center; max-width: 100%; }
  .hero-eyebrow { font-size: 0.62rem; margin-bottom: 10px; }
  .hero-headline { font-size: 1.65rem; line-height: 1.15; margin-bottom: 12px; max-width: 100%; }
  .hero-sub { font-size: 0.82rem; margin-bottom: 22px; max-width: 100%; }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
  }
  .hero-actions .btn {
    padding: 11px 20px;
    font-size: 0.88rem;
    width: auto;
  }
  .hero-bottom-bar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    padding: 12px 16px;
    align-items: center;
    justify-content: space-between;
  }
  .hero-trust-row {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
    overflow: hidden;
  }
  .hero-trust-item {
    flex: 1;
    padding: 0 4px;
    text-align: center;
    min-width: 0;
  }
  .hero-trust-item:first-child { padding-left: 0; }
  .trust-divider { display: none; }
  .trust-num { font-size: 0.95rem; }
  .trust-label { font-size: 0.54rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero-scroll, .hero-slide-num { display: none; }

  /* ── Brand Slider ── */
  .brand-slide { padding: 0 20px; }
  .brand-name  { font-size: 0.85rem; }

  /* ── Intro Strip ── */
  .intro-strip { padding: 52px 0; }
  .intro-strip-inner { grid-template-columns: 1fr; gap: 28px; }
  .strip-title { font-size: 1.5rem; }
  .intro-right p { font-size: 0.9rem; }

  /* ── Services ── */
  .services-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-img-wrap { height: 200px; }
  .service-body { padding: 22px 20px 24px; }
  .service-title { font-size: 1.05rem; }

  /* ── Why Choose Us ── */
  .why-section .section { padding: 64px 0; }
  .why-layout { grid-template-columns: 1fr; gap: 32px; }
  .why-left { position: static; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why-card { padding: 18px 16px; }
  .why-card h4 { font-size: 0.85rem; }
  .why-card p  { font-size: 0.78rem; }

  /* ── How It Works ── */
  .steps-row { flex-wrap: wrap; justify-content: center; gap: 24px; }
  .step-item { flex: 0 0 calc(50% - 24px); min-width: 120px; }
  .step-arrow { display: none; }
  .step-circle { width: 68px; height: 68px; }
  .step-item h4 { font-size: 0.82rem; }
  .step-item p  { font-size: 0.75rem; }

  /* ── Reviews — one card at a time snap slider on mobile ── */
  .reviews-marquee-wrap {
    margin-top: 28px;
    overflow: hidden;
    padding: 0;
  }
  .reviews-track {
    display: flex;
    gap: 0;
    animation: none !important;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 0 16px;
  }
  .reviews-track::-webkit-scrollbar { display: none; }
  .review-card {
    flex: 0 0 calc(100vw - 48px);
    width: calc(100vw - 48px);
    scroll-snap-align: center;
    margin: 0 12px;
    padding: 20px 18px;
  }
  /* Hide the duplicate set (second half) */
  .reviews-track .review-card:nth-child(n+7) { display: none; }
  .reviewer-name { font-size: 0.84rem; }
  .review-card p { font-size: 0.83rem; }

  /* ── Emergency CTA ── */
  .emergency-section { padding: 52px 0; }
  .emergency-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .emer-left h2 { font-size: 1.7rem; }
  .emer-left p  { font-size: 0.88rem; max-width: 100%; }
  .emer-right   { align-items: center; }
  .emer-phone   { font-size: 1.5rem; }
  .emer-btns {
    flex-direction: column;
    width: 100%;
    max-width: 220px;
    gap: 10px;
  }
  .emer-btns .btn { justify-content: center; width: 100%; }

  /* ── Contact ── */
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-map-wrap { min-height: 260px; }
  .contact-form-wrap { padding: 24px 18px; border-radius: var(--radius-lg); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-title { font-size: 1.15rem; }
  .form-subtitle { font-size: 0.82rem; }
  .form-group input,
  .form-group select,
  .form-group textarea { font-size: 0.85rem; padding: 12px 14px; }

  /* ── FAQ ── */
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-left { position: static; }
  .faq-q { font-size: 0.88rem; padding: 16px 18px; }
  .faq-ans { padding: 0 18px; }
  .faq-item.active .faq-ans { padding: 0 18px 16px; }
  .faq-ans p { font-size: 0.84rem; }

  /* ── Footer ── */
  .footer { padding: 52px 0 0; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
  .footer-tagline { font-size: 0.82rem; max-width: 100%; }
  .footer-heading { font-size: 0.75rem; }
  .footer-links a { font-size: 0.82rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: 6px; }
  .footer-bottom-inner p { font-size: 0.76rem; }

  /* ── Payment badges ── */
  .payments-inner { flex-direction: column; gap: 12px; }
  .payments-row { gap: 8px; flex-wrap: wrap; }

  /* ── Floating buttons ── */
  .float-btns { bottom: 80px; gap: 8px; }
  .float-btn  { padding: 12px 12px; justify-content: center; }
  .float-btn svg { width: 22px; height: 22px; }
  .float-btn-label { display: none; }

  /* ── Toast ── */
  .toast { font-size: 0.82rem; padding: 12px 20px; white-space: normal; text-align: center; max-width: 90vw; }
}

/* ══════════════════════════════════════
   RESPONSIVE — Small phones (≤ 480px)
══════════════════════════════════════ */
@media (max-width: 480px) {
  .hero-headline { font-size: 1.5rem; }
  .hero-sub { font-size: 0.8rem; }

  /* Trust row becomes single column on very small screens */
  .hero-trust-row { grid-template-columns: 1fr 1fr; }
  .trust-num { font-size: 1.1rem; }
  .trust-label { font-size: 0.68rem; }

  /* Why grid → single column */
  .why-grid { grid-template-columns: 1fr; }

  /* Steps → single column */
  .step-item { flex: 0 0 100%; }

  /* Services full width */
  .service-img-wrap { height: 180px; }
  .service-body { padding: 18px 16px 20px; }

  .emer-left h2 { font-size: 1.5rem; }
  .emer-phone   { font-size: 1.3rem; word-break: break-all; }

  .contact-form-wrap { padding: 20px 14px; }

  .brand-slide { padding: 0 16px; }
  .brand-name  { font-size: 0.8rem; }

  .section-title { font-size: 1.5rem; }

  .btn { padding: 12px 22px; font-size: 0.9rem; }
  .btn-hero-primary,
  .btn-hero-outline { padding: 13px 22px; font-size: 0.9rem; }

  .footer-social { gap: 8px; }
  .social-btn    { width: 32px; height: 32px; }

  .payments-row { gap: 6px; }
}

