/* ===================================================
   Vanasthali Plumbing Works & Services - style.css
   =================================================== */

/* ---- CSS Variables ---- */
:root {
  --primary: #0F766E;
  --primary-dark: #0D6B64;
  --primary-light: #14B8A6;
  --secondary: #1E40AF;
  --secondary-light: #3B82F6;
  --accent: #F59E0B;
  --accent-dark: #D97706;
  --red: #DC2626;
  --white: #ffffff;
  --gray-50: #F9FAFB;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-400: #9CA3AF;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-800: #1F2937;
  --gray-900: #111827;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.14);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.18);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: 0.3s ease;
  --font-main: 'Inter', 'Outfit', system-ui, sans-serif;
}

/* ---- Dark Mode Overrides ---- */
body.dark-mode {
  --white: #1E293B;      /* slate-800 */
  --gray-50: #0F172A;    /* slate-900 */
  --gray-100: #1E293B;   /* slate-800 */
  --gray-200: #334155;   /* slate-700 */
  --gray-400: #64748B;   /* slate-500 */
  --gray-600: #94A3B8;   /* slate-400 */
  --gray-700: #CBD5E1;   /* slate-300 */
  --gray-800: #E2E8F0;   /* slate-200 */
  --gray-900: #F8FAFC;   /* slate-50 */
  
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.4);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.5);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.6);
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-main);
  color: var(--gray-800);
  line-height: 1.6;
  overflow-x: hidden;
  /* === Rich Plumbing Background === */
  background-color: #e8f4f8;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%230F766E' stop-opacity='0.06'/%3E%3Cstop offset='100%25' stop-color='%231E40AF' stop-opacity='0.04'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='400' fill='url(%23g1)'/%3E%3C!-- Horizontal pipe --%3E%3Crect x='0' y='60' width='120' height='14' rx='7' fill='%230F766E' opacity='0.09'/%3E%3Crect x='170' y='60' width='230' height='14' rx='7' fill='%230F766E' opacity='0.09'/%3E%3Ccircle cx='145' cy='67' r='18' fill='none' stroke='%230F766E' stroke-width='8' opacity='0.09'/%3E%3C!-- Vertical pipe --%3E%3Crect x='200' y='0' width='14' height='100' rx='7' fill='%231E40AF' opacity='0.08'/%3E%3Crect x='200' y='150' width='14' height='120' rx='7' fill='%231E40AF' opacity='0.08'/%3E%3C!-- Elbow joint --%3E%3Ccircle cx='207' cy='125' r='20' fill='none' stroke='%231E40AF' stroke-width='8' opacity='0.08'/%3E%3C!-- Water drop 1 --%3E%3Cellipse cx='60' cy='200' rx='12' ry='18' fill='%230EA5E9' opacity='0.10'/%3E%3Cpath d='M60 182 Q72 192 72 200 Q72 212 60 218 Q48 212 48 200 Q48 192 60 182Z' fill='%230EA5E9' opacity='0.10'/%3E%3C!-- Water drop 2 --%3E%3Cellipse cx='330' cy='300' rx='9' ry='14' fill='%2314B8A6' opacity='0.10'/%3E%3Cpath d='M330 286 Q339 293 339 300 Q339 314 330 318 Q321 314 321 300 Q321 293 330 286Z' fill='%2314B8A6' opacity='0.10'/%3E%3C!-- Wrench --%3E%3Cg transform='translate(290 30) rotate(30)' opacity='0.08'%3E%3Crect x='-4' y='-30' width='8' height='60' rx='4' fill='%230F766E'/%3E%3Cellipse cx='0' cy='-30' rx='12' ry='8' fill='none' stroke='%230F766E' stroke-width='5'/%3E%3Cellipse cx='0' cy='30' rx='10' ry='7' fill='none' stroke='%230F766E' stroke-width='4'/%3E%3C/g%3E%3C!-- Bolt/nut --%3E%3Cg transform='translate(340 160)' opacity='0.09'%3E%3Ccircle cx='0' cy='0' r='14' fill='none' stroke='%230F766E' stroke-width='4'/%3E%3Ccircle cx='0' cy='0' r='7' fill='%230F766E' opacity='0.6'/%3E%3C/g%3E%3C!-- Small pipe bottom-left --%3E%3Crect x='20' y='300' width='80' height='10' rx='5' fill='%231E40AF' opacity='0.07'/%3E%3Crect x='20' y='260' width='10' height='50' rx='5' fill='%231E40AF' opacity='0.07'/%3E%3Ccircle cx='25' cy='305' r='12' fill='none' stroke='%231E40AF' stroke-width='6' opacity='0.07'/%3E%3C/svg%3E"),
    linear-gradient(160deg, #e0f7f4 0%, #e8f0fc 50%, #e8f4f8 100%);
  background-size: 400px 400px, 100% 100%;
  background-attachment: fixed, fixed;
}

/* Subtle animated shimmer overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 800px 600px at 20% 30%, rgba(15,118,110,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 600px 500px at 80% 70%, rgba(30,64,175,0.05) 0%, transparent 70%),
    radial-gradient(ellipse 400px 300px at 60% 20%, rgba(14,165,233,0.04) 0%, transparent 70%);
  animation: bgShimmer 12s ease-in-out infinite alternate;
}
@keyframes bgShimmer {
  0%   { opacity: 0.7; }
  100% { opacity: 1;   }
}

/* All content sits above the bg */
nav, section, footer, .floating-btns, #lightbox, #back-to-top { position: relative; z-index: 1; }

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- Utility ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }

/* White sections: crisp glassy white */
.section:not(.why):not(.hero-section) {
  background: rgba(255,255,255,0.80);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
/* Gray sections: slightly tinted */
.section-gray {
  background: rgba(240,250,249,0.85) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(15,118,110,0.06);
  border-bottom: 1px solid rgba(15,118,110,0.06);
}

.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1.2;
  margin-bottom: 14px;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray-600);
  max-width: 580px;
  margin: 0 auto;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: all var(--transition);
  white-space: nowrap;
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
  box-shadow: 0 4px 20px rgba(15,118,110,0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(15,118,110,0.45);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}
.btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
}
.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.45);
}
.btn-outline {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
}
.btn-outline:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}

/* ===================================================
   NAVBAR
   =================================================== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-200);
  transition: all var(--transition);
  height: 80px;
}
.navbar.scrolled {
  box-shadow: var(--shadow-md);
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo { flex-shrink: 0; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: var(--primary);
}
.brand-sub {
  font-size: 0.65rem;
  color: var(--gray-600);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 1px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--gray-700);
  transition: all var(--transition);
}
.nav-link:hover { background: var(--gray-100); color: var(--primary); }
.nav-cta {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white !important;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-left: 8px;
  transition: all var(--transition);
  box-shadow: 0 4px 14px rgba(15,118,110,0.3);
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(15,118,110,0.4);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Dark Mode Toggle Switch */
.dark-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 4px;
  cursor: pointer;
  outline: none;
  transition: transform var(--transition);
}
.dark-toggle:hover {
  transform: scale(1.08);
}
.toggle-track {
  width: 50px;
  height: 26px;
  border-radius: 100px;
  background: var(--gray-200);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 4px;
  transition: background var(--transition);
}
.toggle-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 3px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background var(--transition);
}
.dark-toggle .icon-sun {
  font-size: 11px;
  color: var(--accent-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-toggle .icon-moon {
  font-size: 11px;
  color: #F1C40F;
  display: none;
  align-items: center;
  justify-content: center;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
  transition: background var(--transition);
}
.hamburger:hover { background: var(--gray-100); }
.hamburger span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--gray-800);
  border-radius: 4px;
  transition: all var(--transition);
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ===================================================
   HERO SECTION
   =================================================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px 20px 60px;
  text-align: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0a4f4b 0%, #0F766E 30%, #1E40AF 70%, #1a2d6e 100%);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: url('images/hero_bg.png') center/cover no-repeat;
  opacity: 0.12;
}
.hero-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
}
.shape-1 { width: 600px; height: 600px; background: white; top: -200px; right: -150px; animation: float1 8s ease-in-out infinite; }
.shape-2 { width: 400px; height: 400px; background: var(--accent); bottom: -100px; left: -100px; animation: float2 10s ease-in-out infinite; }
.shape-3 { width: 200px; height: 200px; background: white; top: 50%; left: 50%; animation: float3 6s ease-in-out infinite; }
@keyframes float1 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-30px,20px) scale(1.05)} }
@keyframes float2 { 0%,100%{transform:translate(0,0) rotate(0deg)} 50%{transform:translate(20px,-30px) rotate(20deg)} }
@keyframes float3 { 0%,100%{transform:translate(-50%,-50%) scale(1)} 50%{transform:translate(-50%,-50%) scale(1.3)} }

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}
.hero-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.25);
  color: white;
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
}
.badge-emergency { border-color: rgba(245,158,11,0.5); background: rgba(245,158,11,0.15); }
.pulse-dot {
  width: 8px; height: 8px;
  background: #10B981;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.5); }
  50% { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
}
.hero-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  font-weight: 900;
  color: white;
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.gradient-text {
  background: linear-gradient(135deg, var(--accent), #FCD34D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: rgba(255,255,255,0.85);
  max-width: 580px;
  margin: 0 auto 32px;
}
.hero-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  padding: 20px 40px;
  margin-bottom: 36px;
  display: inline-flex;
}
.stat { text-align: center; padding: 0 24px; }
.stat-num {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  font-family: 'Outfit', sans-serif;
}
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.7); font-weight: 500; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.25); }
.hero-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-btns .btn { font-size: 1.05rem; padding: 15px 32px; }
.hero-address {
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.hero-scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.scroll-arrow {
  width: 28px; height: 28px;
  border-right: 2px solid rgba(255,255,255,0.6);
  border-bottom: 2px solid rgba(255,255,255,0.6);
  transform: rotate(45deg);
  animation: scrollDown 1.5s ease-in-out infinite;
}
@keyframes scrollDown { 0%,100%{transform:rotate(45deg) translateY(0)} 50%{transform:rotate(45deg) translateY(6px)} }

/* ===================================================
   QUICK BAR
   =================================================== */
.quick-bar {
  background: linear-gradient(135deg, var(--primary-dark), var(--secondary));
  color: white;
  padding: 12px 20px;
  overflow-x: auto;
}
.quick-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.quick-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  white-space: nowrap;
}
.quick-item a { color: white; }
.quick-item.highlight { color: #86EFAC; }

/* ===================================================
   NAVBAR LOGO IMAGE
   =================================================== */
.nav-logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: transform var(--transition);
}
.nav-logo-link:hover {
  transform: translateY(-1px);
}
.nav-logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.08));
  transition: transform var(--transition);
}
.nav-logo-img:hover {
  transform: scale(1.03);
}

/* ===================================================
   OWNER CARD (About Section)
   =================================================== */
.owner-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 2px solid var(--gray-100);
  transition: all var(--transition);
}
.owner-card:hover { transform: translateY(-6px); box-shadow: 0 20px 56px rgba(0,0,0,0.16); }

.owner-photo-wrap {
  width: 100%;
  aspect-ratio: 3/2.5;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #e0f2f1, #e8eaf6);
}
.owner-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}
.owner-card:hover .owner-photo { transform: scale(1.05); }

.owner-details {
  padding: 20px 22px 22px;
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, white 0%, var(--gray-50) 100%);
}
.owner-details::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light), var(--accent));
}
.owner-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gray-900);
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.owner-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.owner-org {
  font-size: 0.82rem;
  color: var(--gray-600);
  margin-bottom: 10px;
  line-height: 1.4;
}
.owner-rating {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
}

/* About logo badge */
.about-logo-badge {
  margin-top: 16px;
  background: white;
  border-radius: var(--radius);
  padding: 14px 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
  text-align: center;
}
.about-logo-badge img {
  max-width: 220px;
  height: auto;
  margin: 0 auto;
}

/* ===================================================
   ABOUT SECTION
   =================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  height: 360px;
}
.about-badge-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: white;
  padding: 20px 24px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-lg);
  animation: float3 4s ease-in-out infinite;
}
.badge-num { font-size: 2rem; font-weight: 900; font-family: 'Outfit', sans-serif; }
.badge-text { font-size: 0.78rem; font-weight: 600; opacity: 0.9; }

.about-desc {
  color: var(--gray-700);
  margin-bottom: 16px;
  font-size: 1.02rem;
  line-height: 1.7;
}
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0 32px;
}
.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: var(--gray-50);
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  transition: all var(--transition);
}
.about-feature:hover { border-color: var(--primary-light); background: white; box-shadow: var(--shadow-sm); }
.feat-icon { font-size: 1.5rem; flex-shrink: 0; line-height: 1; }
.about-feature strong { display: block; font-size: 0.9rem; color: var(--gray-900); margin-bottom: 2px; }
.about-feature span { font-size: 0.8rem; color: var(--gray-600); }
.about-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===================================================
   SERVICES SECTION
   =================================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  width: 100%;
}
.service-card {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255,255,255,0.7);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  opacity: 0;
  transition: opacity var(--transition);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: transparent;
}
.service-card:hover::before { opacity: 1; }
.service-icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}
.service-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 12px;
}
.service-list { color: var(--gray-600); }
.service-list li {
  padding: 5px 0;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-list li:last-child { border: none; }
.service-list li::before { content: '✓'; color: var(--primary); font-weight: 700; flex-shrink: 0; }
.service-card-emergency {
  border: 2px solid rgba(220,38,38,0.3);
  background: linear-gradient(135deg, #FFF5F5, white);
}
.emergency-tag {
  background: var(--red);
  color: white;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 700;
  vertical-align: middle;
}
.service-emergency-btn {
  display: block;
  margin-top: 16px;
  background: linear-gradient(135deg, var(--red), #B91C1C);
  color: white;
  text-align: center;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all var(--transition);
}
.service-emergency-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(220,38,38,0.4); }

/* ===================================================
   WHY CHOOSE US
   =================================================== */
.why { background: linear-gradient(135deg, var(--gray-900) 0%, #0a2a4a 100%); }
.why .section-title { color: white; }
.why .section-subtitle { color: rgba(255,255,255,0.7); }
.why .section-tag { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.why-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  transition: all var(--transition);
  backdrop-filter: blur(10px);
}
.why-card:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.why-icon {
  font-size: 2.4rem;
  margin-bottom: 14px;
  display: block;
}
.why-card h3 { color: white; font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.why-card p { color: rgba(255,255,255,0.65); font-size: 0.88rem; line-height: 1.6; }

/* ===================================================
   GALLERY
   =================================================== */
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.gal-btn {
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gray-700);
  background: white;
  border: 2px solid var(--gray-200);
  transition: all var(--transition);
}
.gal-btn:hover, .gal-btn.active {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
  box-shadow: 0 4px 14px rgba(15,118,110,0.3);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  width: 100%;
}
.gal-item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  cursor: pointer;
  background: var(--gray-200);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), transform var(--transition);
}
.gal-item:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.gal-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gal-item:hover img { transform: scale(1.07); }
.gal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity var(--transition);
}
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-label {
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.gal-zoom {
  background: white;
  color: var(--gray-900);
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  width: fit-content;
  transition: all var(--transition);
}
.gal-zoom:hover { background: var(--primary); color: white; }
.gal-cta-card {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.gal-cta-inner { text-align: center; padding: 24px; color: white; }
.gal-cta-icon { font-size: 2.5rem; margin-bottom: 12px; }
.gal-cta-inner h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.gal-cta-inner p { font-size: 0.85rem; opacity: 0.85; margin-bottom: 16px; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lb-content { max-width: 90vw; max-height: 85vh; text-align: center; }
.lb-content img { max-width: 100%; max-height: 80vh; border-radius: var(--radius); object-fit: contain; }
.lb-caption { color: white; margin-top: 12px; font-size: 0.95rem; }
.lb-close {
  position: absolute;
  top: 20px; right: 24px;
  color: white; font-size: 1.4rem;
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}
.lb-close:hover { background: rgba(255,255,255,0.3); }
.lb-prev, .lb-next {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  color: white; font-size: 2.5rem;
  width: 52px; height: 52px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,0.25); }

/* ===================================================
   REVIEWS
   =================================================== */
.reviews-meta { margin-top: 16px; }
.google-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: white;
  padding: 14px 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
}
.rating-num { font-size: 2rem; font-weight: 900; color: var(--gray-900); }
.rating-stars { font-size: 1.1rem; }
.rating-count { color: var(--gray-600); font-size: 0.88rem; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
}
.review-card {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255,255,255,0.8);
  transition: all var(--transition);
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(15,118,110,0.15); }
.review-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.reviewer-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
  font-weight: 800;
  font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.reviewer-name { font-weight: 700; color: var(--gray-900); font-size: 0.95rem; line-height: 1.3; }
.review-stars { font-size: 0.85rem; margin-top: 3px; color: #F59E0B; }
.google-icon { margin-left: auto; opacity: 0.8; }
.review-text { color: var(--gray-700); font-size: 0.92rem; line-height: 1.65; font-style: italic; }

/* ===================================================
   SERVICE AREAS
   =================================================== */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  width: 100%;
}
.area-card {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255,255,255,0.7);
  transition: all var(--transition);
}
.area-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}
.area-icon { font-size: 1.6rem; margin-bottom: 8px; }
.area-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--gray-900); margin-bottom: 4px; }
.area-card p { font-size: 0.78rem; color: var(--gray-600); }
.area-card-highlight {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  border: none;
}
.area-card-highlight h3, .area-card-highlight p { color: white; opacity: 0.95; }

/* ===================================================
   CONTACT
   =================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.contact-cards { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: white;
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  transition: all var(--transition);
}
.contact-card:hover { transform: translateX(4px); box-shadow: var(--shadow-md); border-color: var(--primary-light); }
.contact-card-icon { font-size: 1.4rem; flex-shrink: 0; }
.contact-card-label { font-size: 0.78rem; color: var(--gray-500); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }
.contact-card-value { font-size: 0.95rem; color: var(--gray-800); font-weight: 600; }
.contact-card-call { border-left: 4px solid var(--primary); }
.contact-card-wa { border-left: 4px solid #25D366; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.contact-form-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
}
.form-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 24px;
  font-family: 'Outfit', sans-serif;
}
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 7px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--gray-200);
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--gray-800);
  background: var(--gray-50);
  transition: all var(--transition);
  outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 3px rgba(15,118,110,0.1);
}
.form-group textarea { resize: vertical; }
.form-submit { width: 100%; justify-content: center; font-size: 1rem; padding: 14px; }
.form-success { text-align: center; padding: 24px; }
.success-icon { font-size: 3rem; margin-bottom: 12px; }
.form-success h4 { font-size: 1.2rem; font-weight: 700; color: var(--gray-900); margin-bottom: 8px; }
.form-success p { color: var(--gray-600); }
.form-success a { color: var(--primary); font-weight: 600; }

/* ===================================================
   FOOTER
   =================================================== */
.footer { background: var(--gray-900); color: rgba(255,255,255,0.8); }
.footer-top { padding: 64px 0 40px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 40px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: white;
  margin-bottom: 14px;
}
.footer-tagline { font-size: 0.88rem; line-height: 1.6; margin-bottom: 12px; color: rgba(255,255,255,0.6); }
.footer-rating { font-size: 0.88rem; color: var(--accent); margin-bottom: 16px; }
.footer-socials { display: flex; gap: 10px; }
.social-btn {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  transition: all var(--transition);
}
.social-btn:hover { background: var(--primary); transform: translateY(-2px); }
.footer-links-col h4, .footer-services-col h4, .footer-contact-col h4 {
  color: white;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-links-col ul li, .footer-services-col ul li {
  padding: 5px 0;
  font-size: 0.88rem;
}
.footer-links-col ul li a:hover { color: var(--primary-light); }
.footer-contact-item {
  display: flex;
  gap: 10px;
  font-size: 0.85rem;
  margin-bottom: 10px;
  align-items: flex-start;
}
.footer-contact-item a:hover { color: var(--primary-light); }
.footer-areas { margin-top: 18px; }
.footer-areas h4 { font-size: 0.85rem !important; margin-bottom: 8px !important; }
.footer-areas p { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  text-align: center;
}
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-bottom: 4px; }
.footer-seo-text { color: rgba(255,255,255,0.25) !important; font-size: 0.75rem !important; }

/* ===================================================
   FLOATING BUTTONS
   =================================================== */
.floating-buttons {
  position: fixed;
  bottom: 28px;
  right: 24px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.92rem;
  color: white;
  box-shadow: var(--shadow-xl);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: floatIn 0.5s ease forwards;
}
.float-wa {
  background: linear-gradient(135deg, #25D366, #128C7E);
  animation-delay: 0.1s;
}
.float-call {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  animation-delay: 0.2s;
}
.float-btn:hover { transform: translateY(-4px) scale(1.05); }
.float-label { font-size: 0.9rem; }
@keyframes floatIn { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 28px;
  left: 24px;
  z-index: 900;
  width: 46px; height: 46px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  border-radius: 50%;
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.back-to-top.visible { opacity: 1; pointer-events: all; transform: translateY(0); }
.back-to-top:hover { transform: translateY(-3px) scale(1.1); }

/* ===================================================
   ANIMATIONS
   =================================================== */
.fade-in { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===================================================
   GLASSMORPHISM CARDS
   =================================================== */
.service-card, .why-card, .review-card, .area-card, .contact-card {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255,255,255,0.88) !important;
  border: 1px solid rgba(255,255,255,0.6);
}
.review-card { background: rgba(255,255,255,0.92) !important; }
.owner-card  { background: rgba(255,255,255,0.94) !important; }

/* ===================================================
   GALLERY PLACEHOLDER CARDS
   =================================================== */
.gal-placeholder {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.gal-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.18);
}
.gal-ph-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 24px 16px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.gal-ph-icon {
  font-size: 3rem;
  line-height: 1;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  animation: iconFloat 3s ease-in-out infinite;
}
@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.gal-ph-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.gal-ph-tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(255,255,255,0.2);
  padding: 3px 10px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.35);
}

/* ===================================================
   REVIEWER INFO STYLES
   =================================================== */
.reviewer-info { flex: 1; }
.reviewer-meta {
  font-size: 0.75rem;
  color: var(--gray-400);
  margin-bottom: 3px;
}
.google-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  flex-shrink: 0;
}

/* ===================================================
   RESPONSIVE - TABLET
   =================================================== */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-col { max-width: 500px; margin: 0 auto; width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===================================================
   RESPONSIVE - MOBILE
   =================================================== */
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .section-header { margin-bottom: 36px; }

  /* Nav */
  .hamburger { display: flex; }
  .nav-links {
    position: fixed;
    top: 80px; left: 0; right: 0; bottom: 0;
    background: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    z-index: 999;
    border-top: 1px solid var(--gray-200);
    padding: 24px;
    overflow-y: auto;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-link { font-size: 1.1rem; padding: 12px 24px; width: 100%; text-align: center; border-radius: 12px; }
  .nav-cta { margin-left: 0; width: 100%; text-align: center; margin-top: 8px; font-size: 1rem; }

  /* Hero */
  .hero-stats { padding: 16px 20px; flex-direction: column; gap: 12px; }
  .stat-divider { width: 80px; height: 1px; }
  .hero-btns .btn { padding: 13px 24px; font-size: 0.95rem; }

  /* About */
  .about-img-main { height: 260px; }
  .about-features { grid-template-columns: 1fr; }
  .about-badge-card { bottom: -14px; right: 0; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; }

  /* Why */
  .why-grid { grid-template-columns: 1fr 1fr; }

  /* Gallery */
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gallery-filters { gap: 8px; }
  .gal-btn { padding: 7px 14px; font-size: 0.82rem; }

  /* Reviews */
  .reviews-grid { grid-template-columns: 1fr; }
  .google-rating { flex-wrap: wrap; justify-content: center; }

  /* Areas */
  .areas-grid { grid-template-columns: repeat(2, 1fr); }

  /* Contact */
  .contact-form-card { padding: 24px 20px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; }
  .footer-top { padding: 40px 0 24px; }

  /* Floating */
  .float-label { display: none; }
  .float-btn { padding: 14px; border-radius: 50%; }
  .floating-buttons { bottom: 20px; right: 16px; }
  .back-to-top { left: 16px; }
}

@media (max-width: 480px) {
  .hero-stats { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-bar-inner { flex-direction: column; gap: 8px; text-align: center; }
}

/* ===================================================
   DARK MODE OVERRIDES & PREMIUM STYLING
   =================================================== */

/* Theme Toggle Button Position and Animation */
body.dark-mode .toggle-track {
  background: var(--primary);
}
body.dark-mode .toggle-thumb {
  transform: translateX(24px);
}
body.dark-mode .icon-sun {
  display: none;
}
body.dark-mode .icon-moon {
  display: flex;
}

/* Background plumbing pattern & glow animation overrides */
body.dark-mode {
  background-color: #0b0f19;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2314B8A6' stop-opacity='0.05'/%3E%3Cstop offset='100%25' stop-color='%233B82F6' stop-opacity='0.03'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='400' fill='url(%23g1)'/%3E%3C!-- Horizontal pipe --%3E%3Crect x='0' y='60' width='120' height='14' rx='7' fill='%2314B8A6' opacity='0.06'/%3E%3Crect x='170' y='60' width='230' height='14' rx='7' fill='%2314B8A6' opacity='0.06'/%3E%3Ccircle cx='145' cy='67' r='18' fill='none' stroke='%2314B8A6' stroke-width='8' opacity='0.06'/%3E%3C!-- Vertical pipe --%3E%3Crect x='200' y='0' width='14' height='100' rx='7' fill='%233B82F6' opacity='0.05'/%3E%3Crect x='200' y='150' width='14' height='120' rx='7' fill='%233B82F6' opacity='0.05'/%3E%3C!-- Elbow joint --%3E%3Ccircle cx='207' cy='125' r='20' fill='none' stroke='%233B82F6' stroke-width='8' opacity='0.05'/%3E%3C!-- Water drop 1 --%3E%3Cellipse cx='60' cy='200' rx='12' ry='18' fill='%230EA5E9' opacity='0.08'/%3E%3Cpath d='M60 182 Q72 192 72 200 Q72 212 60 218 Q48 212 48 200 Q48 192 60 182Z' fill='%230EA5E9' opacity='0.08'/%3E%3C!-- Water drop 2 --%3E%3Cellipse cx='330' cy='300' rx='9' ry='14' fill='%2314B8A6' opacity='0.08'/%3E%3Cpath d='M330 286 Q339 293 339 300 Q339 314 330 318 Q321 314 321 300 Q321 293 330 286Z' fill='%2314B8A6' opacity='0.08'/%3E%3C!-- Wrench --%3E%3Cg transform='translate(290 30) rotate(30)' opacity='0.05'%3E%3Crect x='-4' y='-30' width='8' height='60' rx='4' fill='%2314B8A6'/%3E%3Cellipse cx='0' cy='-30' rx='12' ry='8' fill='none' stroke='%2314B8A6' stroke-width='5'/%3E%3Cellipse cx='0' cy='30' rx='10' ry='7' fill='none' stroke='%2314B8A6' stroke-width='4'/%3E%3C/g%3E%3C!-- Bolt/nut --%3E%3Cg transform='translate(340 160)' opacity='0.06'%3E%3Ccircle cx='0' cy='0' r='14' fill='none' stroke='%2314B8A6' stroke-width='4'/%3E%3Ccircle cx='0' cy='0' r='7' fill='%2314B8A6' opacity='0.4'/%3E%3C/g%3E%3C!-- Small pipe bottom-left --%3E%3Crect x='20' y='300' width='80' height='10' rx='5' fill='%233B82F6' opacity='0.05'/%3E%3Crect x='20' y='260' width='10' height='50' rx='5' fill='%233B82F6' opacity='0.05'/%3E%3Ccircle cx='25' cy='305' r='12' fill='none' stroke='%233B82F6' stroke-width='6' opacity='0.05'/%3E%3C/svg%3E"),
    linear-gradient(160deg, #071317 0%, #081020 50%, #0a0d16 100%);
}
body.dark-mode::before {
  background:
    radial-gradient(ellipse 800px 600px at 20% 30%, rgba(20,184,166,0.09) 0%, transparent 70%),
    radial-gradient(ellipse 600px 500px at 80% 70%, rgba(59,130,246,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 400px 300px at 60% 20%, rgba(14,165,233,0.06) 0%, transparent 70%);
}

/* Glassmorphic Section overrides */
body.dark-mode .section:not(.why):not(.hero-section) {
  background: rgba(15, 23, 42, 0.75);
}
body.dark-mode .section-gray {
  background: rgba(10, 17, 32, 0.8) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Card glassmorphism overrides in Dark Mode */
body.dark-mode .service-card,
body.dark-mode .why-card,
body.dark-mode .review-card,
body.dark-mode .area-card,
body.dark-mode .contact-card,
body.dark-mode .owner-card {
  background: rgba(30, 41, 59, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
body.dark-mode .review-card {
  background: rgba(30, 41, 59, 0.8) !important;
}
body.dark-mode .owner-card {
  background: rgba(30, 41, 59, 0.8) !important;
}
body.dark-mode .owner-details {
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.9) 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Navbar & Nav elements in Dark Mode */
body.dark-mode .navbar {
  background: rgba(15, 23, 42, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body.dark-mode .brand-name {
  color: var(--primary-light);
}
body.dark-mode .brand-sub {
  color: var(--gray-400);
}
body.dark-mode .nav-link {
  color: var(--gray-700);
}
body.dark-mode .nav-link:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--primary-light);
}

/* Mobile menu in Dark Mode */
@media (max-width: 768px) {
  body.dark-mode .nav-links {
    background: rgba(15, 23, 42, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* Form inputs in Dark Mode */
body.dark-mode .form-group input,
body.dark-mode .form-group select,
body.dark-mode .form-group textarea {
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.6);
  color: var(--gray-800);
}
body.dark-mode .form-group input:focus,
body.dark-mode .form-group select:focus,
body.dark-mode .form-group textarea:focus {
  background: rgba(15, 23, 42, 0.8);
  border-color: var(--primary-light);
}

/* Other small card overrides */
body.dark-mode .google-rating,
body.dark-mode .about-logo-badge,
body.dark-mode .contact-form-card {
  background: rgba(30, 41, 59, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.dark-mode .gal-btn {
  background: rgba(30, 41, 59, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.08);
  color: var(--gray-700);
}
body.dark-mode .gal-btn:hover,
body.dark-mode .gal-btn.active {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

body.dark-mode .gal-zoom {
  background: var(--gray-900);
  color: var(--gray-100);
}
body.dark-mode .gal-zoom:hover {
  background: var(--primary);
  color: white;
}

body.dark-mode .service-card-emergency {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(30, 41, 59, 0.8)) !important;
  border: 2px solid rgba(220, 38, 38, 0.45) !important;
}

/* Maintain dark backgrounds for naturally dark sections */
body.dark-mode .why {
  background: linear-gradient(135deg, #090d16 0%, #0a1f38 100%);
}
body.dark-mode .footer {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Premium Hover Effects in Dark Mode */
body.dark-mode .service-card:hover,
body.dark-mode .review-card:hover,
body.dark-mode .area-card:hover,
body.dark-mode .contact-card:hover,
body.dark-mode .owner-card:hover {
  box-shadow: 0 10px 30px rgba(20, 184, 166, 0.15) !important;
  border-color: rgba(20, 184, 166, 0.3) !important;
}

/* Transitions for fluid theme switcher */
body, nav, section, .service-card, .why-card, .review-card, .area-card, .contact-card, .owner-card, .navbar, .nav-link, .gal-btn, .google-rating, .contact-form-card, input, select, textarea {
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.3s ease, box-shadow 0.3s ease, transform var(--transition);
}
