/* =============================================
   ABHIRAM WATERPROOF SERVICES — MAIN STYLES
   Aesthetic: Industrial Authority · Deep Navy + Electric Cyan
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600&family=Teko:wght@500;600;700&display=swap');

:root {
  --navy:        #04122e;
  --navy2:       #071a42;
  --blue:        #0a2d6e;
  --mid:         #1253c4;
  --cyan:        #00c8ff;
  --cyan2:       #00e5ff;
  --gold:        #f5a623;
  --gold2:       #ffc107;
  --white:       #ffffff;
  --off:         #f4f8ff;
  --text:        #1a2340;
  --muted:       #5a6a8a;
  --border:      rgba(0,200,255,0.15);
  --shadow:      0 8px 40px rgba(4,18,46,0.14);
  --shadow-lg:   0 24px 80px rgba(4,18,46,0.22);
  --r:           14px;
  --r-sm:        8px;
  --font-h:      'Oswald', sans-serif;
  --font-b:      'DM Sans', sans-serif;
  --font-t:      'Teko', sans-serif;
  --grad:        linear-gradient(135deg, #04122e 0%, #0a2d6e 60%, #1253c4 100%);
  --grad-cyan:   linear-gradient(90deg, #00c8ff, #00e5ff);
  --grad-gold:   linear-gradient(90deg, #f5a623, #ffc107);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-b);
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.65;
}
img { max-width: 100%; display: block; object-fit: cover; }
a { text-decoration: none; color: inherit; transition: color .2s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section  { padding: 96px 0; }
.text-accent { color: var(--cyan); }
.text-gold   { color: var(--gold); }

/* ─── BUTTONS ───────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 30px;
  font-family: var(--font-h);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: var(--r-sm);
  cursor: pointer;
  border: none;
  transition: all .25s ease;
  text-transform: uppercase;
}
.btn-primary {
  background: var(--grad-cyan);
  color: var(--navy);
  box-shadow: 0 4px 24px rgba(0,200,255,.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,200,255,.5); }
.btn-gold {
  background: var(--grad-gold);
  color: var(--navy);
  box-shadow: 0 4px 24px rgba(245,166,35,.35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(245,166,35,.5); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(0,200,255,.6);
}
.btn-outline:hover { background: rgba(0,200,255,.1); border-color: var(--cyan); }
.btn-white {
  background: var(--white);
  color: var(--navy);
  box-shadow: var(--shadow);
}
.btn-white:hover { transform: translateY(-2px); }
.btn-wa {
  background: #25D366;
  color: var(--white);
  box-shadow: 0 4px 24px rgba(37,211,102,.35);
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(37,211,102,.5); }

/* ─── SECTION LABELS ────────────────────────── */
.section-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,200,255,.1);
  border: 1px solid var(--border);
  color: var(--cyan);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.section-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); display: block; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.7)} }

.section-header { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.section-title {
  font-family: var(--font-h);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 16px;
}
.section-desc { color: var(--muted); font-size: 1.05rem; }

/* ─── HEADER ────────────────────────────────── */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: rgba(4,18,46,.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,200,255,.12);
  transition: background .3s, box-shadow .3s;
}
.header.scrolled {
  background: rgba(4,18,46,.99);
  box-shadow: 0 4px 40px rgba(0,0,0,.4);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px; padding: 0 24px;
  max-width: 1280px; margin: 0 auto;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon {
  width: 44px; height: 44px;
  background: var(--grad-cyan);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; }
.logo-main {
  font-family: var(--font-t);
  font-size: 1.45rem;
  color: var(--white);
  letter-spacing: 1.5px;
  line-height: 1;
}
.logo-sub {
  font-size: .58rem;
  color: var(--cyan);
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav { display: flex; align-items: center; gap: 2px; }
.nav-link {
  color: rgba(255,255,255,.82);
  font-size: .88rem; font-weight: 500;
  padding: 8px 14px; border-radius: 6px;
  transition: all .2s;
  letter-spacing: .3px;
}
.nav-link:hover, .nav-link.active { color: var(--cyan); background: rgba(0,200,255,.1); }

.nav-dropdown { position: relative; }
.dropdown-menu {
  position: absolute; top: calc(100% + 8px); left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #071a42;
  border: 1px solid rgba(0,200,255,.2);
  border-radius: var(--r);
  min-width: 220px;
  padding: 8px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: all .25s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  z-index: 99;
}
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; pointer-events: all; transform: translateX(-50%) translateY(0); }
.dropdown-menu a {
  display: block; color: rgba(255,255,255,.8);
  padding: 10px 16px; border-radius: 8px;
  font-size: .88rem; transition: all .15s;
}
.dropdown-menu a:hover { color: var(--cyan); background: rgba(0,200,255,.1); padding-left: 20px; }

.header-cta {
  background: var(--grad-cyan);
  color: var(--navy);
  font-family: var(--font-h);
  font-size: .85rem;
  letter-spacing: .8px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  white-space: nowrap;
  transition: all .25s;
}
.header-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(0,200,255,.4); }

.hamburger {
  display: none;
  flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── HERO ──────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--navy);
  padding-top: 74px;
}
.hero-bg-img {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&q=80') center/cover no-repeat;
  opacity: .18;
}
.hero-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0,200,255,.12) 1px, transparent 0);
  background-size: 40px 40px;
}
.hero-glow {
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,200,255,.18) 0%, transparent 70%);
  top: -100px; right: -100px;
  pointer-events: none;
}
.hero-glow2 {
  position: absolute;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(245,166,35,.12) 0%, transparent 70%);
  bottom: 0; left: 100px;
  pointer-events: none;
}
.water-anim {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 120px; overflow: hidden;
}
.wave {
  position: absolute; bottom: 0; left: 0;
  width: 200%; height: 100%;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 C360,120 720,0 1080,60 C1260,90 1380,60 1440,40 L1440,120 L0,120 Z' fill='rgba(0,200,255,0.06)'/%3E%3C/svg%3E");
  background-size: 50% 100%;
  animation: waveFlow 8s linear infinite;
}
.wave2 {
  animation-delay: -4s;
  animation-duration: 12s;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,80 C240,20 480,100 720,60 C960,20 1200,100 1440,70 L1440,120 L0,120 Z' fill='rgba(0,200,255,0.04)'/%3E%3C/svg%3E");
}
@keyframes waveFlow { from{transform:translateX(0)} to{transform:translateX(-50%)} }

.hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto; padding: 80px 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,166,35,.12);
  border: 1px solid rgba(245,166,35,.3);
  color: var(--gold);
  font-size: .78rem; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 8px 18px; border-radius: 50px;
  margin-bottom: 24px;
  animation: fadeUp .6s .1s both ease-out;
}
.hero-badge::before { content:'★'; }

.hero-title {
  font-family: var(--font-h);
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: .95;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 24px;
  animation: fadeUp .6s .2s both ease-out;
}
.hero-title .line-accent {
  display: block;
  background: var(--grad-cyan);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-title .line-gold {
  display: block;
  color: var(--gold);
}

.hero-desc {
  color: rgba(255,255,255,.7);
  font-size: 1.1rem;
  max-width: 500px;
  margin-bottom: 36px;
  animation: fadeUp .6s .35s both ease-out;
}
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-bottom: 48px;
  animation: fadeUp .6s .45s both ease-out;
}
.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  animation: fadeUp .6s .55s both ease-out;
}
.stat-box {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(0,200,255,.15);
  border-radius: var(--r-sm);
  padding: 16px 10px; text-align: center;
}
.stat-num {
  display: block;
  font-family: var(--font-t);
  font-size: 2rem;
  color: var(--cyan);
  line-height: 1;
}
.stat-lbl {
  font-size: .7rem;
  color: rgba(255,255,255,.55);
  letter-spacing: .5px;
  margin-top: 4px;
  display: block;
}
.hero-right {
  position: relative;
  animation: fadeUp .8s .3s both ease-out;
}
.hero-img-main {
  width: 100%; height: 480px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(0,200,255,.2);
  box-shadow: 0 30px 80px rgba(0,0,0,.4), 0 0 0 1px rgba(0,200,255,.1);
}
.hero-img-main img { width: 100%; height: 100%; }
.hero-img-badge {
  position: absolute; bottom: -20px; left: -20px;
  background: var(--grad-gold);
  color: var(--navy);
  padding: 18px 24px;
  border-radius: var(--r);
  font-family: var(--font-t);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 12px 40px rgba(245,166,35,.4);
}
.hero-img-badge strong { display: block; font-size: 1.8rem; }
.hero-img-badge2 {
  position: absolute; top: 20px; right: -20px;
  background: var(--navy2);
  border: 2px solid var(--cyan);
  color: var(--white);
  padding: 14px 20px;
  border-radius: var(--r);
  text-align: center;
  font-size: .8rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.3);
}
.hero-img-badge2 .big { font-family: var(--font-t); font-size: 1.6rem; color: var(--cyan); display: block; line-height: 1; }

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

/* ─── TICKER ────────────────────────────────── */
.ticker {
  background: linear-gradient(90deg, var(--mid), var(--blue));
  overflow: hidden; padding: 14px 0;
  border-top: 1px solid rgba(0,200,255,.2);
  border-bottom: 1px solid rgba(0,200,255,.2);
}
.ticker-track {
  display: flex; gap: 60px; width: max-content;
  animation: tickerRun 30s linear infinite;
  font-family: var(--font-h);
  font-size: .88rem; letter-spacing: 1px;
  color: var(--white);
}
.ticker-track span { white-space: nowrap; }
.ticker-track span em { color: var(--cyan); font-style: normal; margin-right: 8px; }
@keyframes tickerRun { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ─── SERVICES GRID ─────────────────────────── */
.services-section { background: var(--off); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.06);
  transition: transform .3s ease, box-shadow .3s ease;
  display: block;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-card-img {
  height: 200px; overflow: hidden; position: relative;
}
.service-card-img img { width: 100%; height: 100%; transition: transform .5s ease; }
.service-card:hover .service-card-img img { transform: scale(1.08); }
.service-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(4,18,46,.7));
}
.service-card-body { padding: 24px; }
.service-card-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, rgba(0,200,255,.15), rgba(0,200,255,.05));
  border: 1px solid rgba(0,200,255,.3);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.service-card h3 {
  font-family: var(--font-h);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
}
.service-card p { color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.service-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--mid);
  font-weight: 600; font-size: .88rem;
  transition: gap .2s, color .2s;
}
.service-card:hover .service-link { gap: 10px; color: var(--cyan2); }

/* ─── WHY US ─────────────────────────────────── */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-tag { display: inline-block; }
.why-title {
  font-family: var(--font-h);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 16px;
}
.why-desc { color: var(--muted); font-size: 1rem; margin-bottom: 28px; }
.why-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.why-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 16px;
  background: var(--off);
  border-radius: var(--r-sm);
  border-left: 3px solid var(--cyan);
  font-size: .93rem;
}
.why-item-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }

.why-img-wrap { position: relative; }
.why-img-main {
  width: 100%; height: 500px;
  border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.why-img-main img { width: 100%; height: 100%; }
.why-floating {
  position: absolute; bottom: 30px; left: -30px;
  background: var(--navy);
  border: 2px solid var(--cyan);
  border-radius: var(--r);
  padding: 20px 24px;
  color: var(--white);
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
}
.why-floating-num {
  font-family: var(--font-t);
  font-size: 2.6rem;
  color: var(--cyan);
  line-height: 1;
}
.why-floating-text { font-size: .8rem; color: rgba(255,255,255,.7); }

/* ─── PROCESS ───────────────────────────────── */
.process-section {
  background: var(--navy);
  position: relative; overflow: hidden;
}
.process-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0,200,255,.07) 1px, transparent 0);
  background-size: 32px 32px;
}
.process-section .section-title { color: var(--white); }
.process-section .section-desc { color: rgba(255,255,255,.6); }
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
}
.process-grid::before {
  content: '';
  position: absolute; top: 40px; left: 12.5%; right: 12.5%; height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--mid));
  z-index: 0;
}
.process-step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.step-circle {
  width: 80px; height: 80px;
  background: var(--navy2);
  border: 2px solid var(--cyan);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  box-shadow: 0 0 30px rgba(0,200,255,.25);
  transition: transform .3s;
}
.process-step:hover .step-circle { transform: scale(1.1); box-shadow: 0 0 50px rgba(0,200,255,.4); }
.step-num-label {
  font-family: var(--font-t);
  font-size: .85rem;
  color: var(--cyan);
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: block;
}
.process-step h3 {
  font-family: var(--font-h);
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 8px;
}
.process-step p { color: rgba(255,255,255,.55); font-size: .88rem; }

/* ─── TESTIMONIALS ──────────────────────────── */
.testimonials-section { background: var(--off); }
.carousel-outer { position: relative; overflow: hidden; }
.carousel-track-wrap { overflow: hidden; }
.carousel-track {
  display: flex;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.testimonial-card {
  min-width: calc(33.333% - 16px);
  margin-right: 24px;
  background: var(--white);
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.06);
  flex-shrink: 0;
}
.t-stars { color: var(--gold); font-size: 1rem; margin-bottom: 16px; letter-spacing: 2px; }
.t-text {
  color: var(--muted);
  font-size: .95rem;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.7;
}
.t-text::before { content: '"'; font-size: 2rem; color: var(--cyan); font-family: Georgia; line-height: 0; vertical-align: -.4em; margin-right: 4px; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan);
  font-family: var(--font-h);
  font-size: .9rem;
  font-weight: 600;
  flex-shrink: 0;
}
.t-name { font-weight: 600; font-size: .93rem; color: var(--navy); }
.t-loc  { font-size: .78rem; color: var(--muted); }
.carousel-controls {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin-top: 36px;
}
.c-btn {
  width: 44px; height: 44px;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.3rem;
  color: var(--navy);
  transition: all .2s;
  display: flex; align-items: center; justify-content: center;
}
.c-btn:hover { background: var(--navy); color: var(--cyan); border-color: var(--navy); }
.c-dots { display: flex; gap: 8px; }
.c-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  cursor: pointer;
  transition: all .25s;
}
.c-dot.active { width: 24px; border-radius: 4px; background: var(--cyan); }

/* ─── AREAS ─────────────────────────────────── */
.areas-section { background: var(--white); }
.areas-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.area-pill {
  background: var(--off);
  border: 1px solid var(--border);
  color: var(--navy);
  padding: 10px 22px;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 500;
  transition: all .2s;
  cursor: default;
}
.area-pill:hover { background: var(--navy); color: var(--cyan); border-color: var(--navy); transform: translateY(-2px); }

/* ─── CTA BANNER ────────────────────────────── */
.cta-band {
  background: var(--grad);
  position: relative; overflow: hidden;
  padding: 80px 0;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0,200,255,.1) 1px, transparent 0);
  background-size: 28px 28px;
}
.cta-band-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  flex-wrap: wrap;
}
.cta-band h2 {
  font-family: var(--font-h);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--white);
  line-height: 1.1;
  max-width: 560px;
}
.cta-band h2 span { color: var(--cyan); }
.cta-band p { color: rgba(255,255,255,.7); margin-top: 8px; font-size: 1rem; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ─── SERVICE PAGE HERO ─────────────────────── */
.page-hero {
  background: var(--grad);
  padding: 140px 0 80px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0,200,255,.1) 1px, transparent 0);
  background-size: 32px 32px;
}
.page-hero-inner { position: relative; z-index: 1; }
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.5);
  font-size: .82rem;
  margin-bottom: 20px;
}
.breadcrumb a { color: var(--cyan); }
.breadcrumb span { opacity: .5; }
.page-hero h1 {
  font-family: var(--font-h);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--white);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
.page-hero h1 span { color: var(--cyan); }
.page-hero p { color: rgba(255,255,255,.75); font-size: 1.1rem; max-width: 540px; margin-bottom: 28px; }
.page-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.page-hero-badge {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(0,200,255,.3);
  color: var(--white);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: .8rem;
  font-weight: 500;
}

/* ─── SERVICE DETAIL CONTENT ────────────────── */
.service-detail { padding: 80px 0; }
.service-detail-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: start; }
.service-content h2 {
  font-family: var(--font-h);
  font-size: 1.8rem;
  color: var(--navy);
  margin-bottom: 16px;
}
.service-content h3 {
  font-family: var(--font-h);
  font-size: 1.3rem;
  color: var(--navy);
  margin: 28px 0 12px;
}
.service-content p { color: var(--muted); margin-bottom: 16px; line-height: 1.75; }
.service-bullets { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.service-bullet {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 16px;
  background: var(--off);
  border-radius: var(--r-sm);
  border-left: 3px solid var(--cyan);
  font-size: .93rem;
}
.service-bullet-icon { flex-shrink: 0; font-size: 1rem; }
.service-img-gallery {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin: 28px 0;
}
.service-img-gallery img { width: 100%; height: 180px; border-radius: var(--r); }

/* Service sidebar */
.service-sidebar { display: flex; flex-direction: column; gap: 24px; }
.sidebar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.sidebar-card h4 {
  font-family: var(--font-h);
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--off);
}
.sidebar-contact-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--off);
  font-size: .9rem;
}
.sidebar-contact-item:last-child { border-bottom: none; }
.sidebar-contact-item a { color: var(--mid); font-weight: 500; }
.sidebar-contact-item a:hover { color: var(--cyan); }
.other-services a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: .9rem;
  color: var(--text);
  transition: all .2s;
  border-bottom: 1px solid var(--off);
}
.other-services a:last-child { border-bottom: none; }
.other-services a:hover { background: var(--off); color: var(--mid); padding-left: 16px; }

/* ─── GALLERY PAGE ──────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item {
  position: relative; overflow: hidden;
  border-radius: var(--r);
  cursor: pointer;
  aspect-ratio: 4/3;
}
.gallery-item:nth-child(4n+1) { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(4,18,46,.8));
  opacity: 0; transition: opacity .3s;
  display: flex; align-items: flex-end; padding: 20px;
  color: var(--white); font-size: .9rem; font-weight: 500;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ─── CONTACT PAGE ──────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: .85rem; font-weight: 600; color: var(--navy); letter-spacing: .3px; }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  font-family: var(--font-b);
  font-size: .95rem;
  color: var(--text);
  background: var(--off);
  transition: border-color .2s, box-shadow .2s;
  resize: vertical;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0,200,255,.1);
  background: var(--white);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-info-card {
  background: var(--navy);
  border-radius: 20px;
  padding: 40px;
  color: var(--white);
  height: fit-content;
}
.contact-info-card h3 { font-family: var(--font-h); font-size: 1.6rem; margin-bottom: 28px; }
.ci-item { display: flex; gap: 14px; margin-bottom: 24px; }
.ci-icon {
  width: 44px; height: 44px;
  background: rgba(0,200,255,.12);
  border: 1px solid rgba(0,200,255,.3);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.ci-content strong { display: block; font-size: .8rem; color: var(--cyan); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.ci-content a, .ci-content span { color: rgba(255,255,255,.8); font-size: .93rem; }
.ci-content a:hover { color: var(--cyan); }
.map-embed {
  margin-top: 28px;
  border-radius: var(--r);
  overflow: hidden;
  height: 200px;
  border: 2px solid rgba(0,200,255,.2);
}
.map-embed iframe { width: 100%; height: 100%; border: none; }

/* ─── ABOUT PAGE ────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-imgs { position: relative; }
.about-img-big { width: 100%; height: 420px; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img-big img { width: 100%; height: 100%; }
.about-img-small {
  position: absolute; bottom: -24px; right: -24px;
  width: 200px; height: 160px;
  border-radius: 14px; overflow: hidden;
  border: 4px solid var(--white);
  box-shadow: var(--shadow-lg);
}
.about-img-small img { width: 100%; height: 100%; }
.about-team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
  border: 1px solid var(--border);
  transition: transform .3s;
}
.team-card:hover { transform: translateY(-6px); }
.team-img { height: 200px; overflow: hidden; }
.team-img img { width: 100%; height: 100%; }
.team-info { padding: 20px 16px; }
.team-info h4 { font-family: var(--font-h); font-size: 1.1rem; color: var(--navy); margin-bottom: 4px; }
.team-info span { font-size: .82rem; color: var(--muted); }

/* ─── FOOTER ────────────────────────────────── */
.footer { background: var(--navy); padding: 80px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 48px; padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-logo {
  font-family: var(--font-t);
  font-size: 1.4rem;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.footer-desc { color: rgba(255,255,255,.5); font-size: .88rem; line-height: 1.7; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social {
  width: 38px; height: 38px;
  border: 1px solid rgba(0,200,255,.2);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  color: rgba(255,255,255,.6);
  transition: all .2s;
}
.footer-social:hover { background: rgba(0,200,255,.15); border-color: var(--cyan); color: var(--cyan); }
.footer-heading {
  font-family: var(--font-h);
  font-size: .9rem;
  letter-spacing: 2px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0,200,255,.2);
}
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a {
  color: rgba(255,255,255,.5);
  font-size: .88rem; transition: all .2s;
  padding: 3px 0;
}
.footer-nav a:hover { color: var(--cyan); padding-left: 6px; }
.footer-contact-item {
  display: flex; gap: 10px; align-items: flex-start;
  color: rgba(255,255,255,.5);
  font-size: .85rem; margin-bottom: 14px;
}
.footer-contact-item a { color: rgba(255,255,255,.7); }
.footer-contact-item a:hover { color: var(--cyan); }
.footer-contact-icon { flex-shrink: 0; font-size: 1rem; margin-top: 1px; }
.footer-bottom {
  padding: 22px 0;
  text-align: center;
  color: rgba(255,255,255,.35);
  font-size: .82rem;
}
.footer-bottom a { color: var(--cyan); }

/* ─── WHATSAPP FLOAT ────────────────────────── */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 6px 30px rgba(37,211,102,.5);
  animation: waPulse 2.5s infinite;
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.1); }
@keyframes waPulse {
  0%,100% { box-shadow: 0 6px 30px rgba(37,211,102,.5); }
  50%      { box-shadow: 0 6px 50px rgba(37,211,102,.8); }
}

/* ─── SCROLL REVEAL ─────────────────────────── */
[data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .1s; }
[data-reveal-delay="2"] { transition-delay: .2s; }
[data-reveal-delay="3"] { transition-delay: .3s; }
[data-reveal-delay="4"] { transition-delay: .4s; }

/* ─── RESPONSIVE ────────────────────────────── */
@media(max-width:1024px) {
  .hero-inner { grid-template-columns: 1fr; padding: 60px 24px; }
  .hero-right { display: none; }
  .hero-stats { grid-template-columns: repeat(4,1fr); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid, .about-grid { grid-template-columns: 1fr; }
  .why-img-wrap, .about-imgs { display: none; }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 36px; }
  .process-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-width: calc(50% - 12px); }
}
@media(max-width:768px) {
  .section { padding: 64px 0; }
  .nav, .header-cta { display: none; }
  .hamburger { display: flex; }
  .nav.open {
    display: flex; flex-direction: column; gap: 4px;
    position: fixed; top: 74px; left: 0; right: 0;
    background: rgba(4,18,46,.98);
    padding: 20px 24px 32px;
    border-bottom: 1px solid rgba(0,200,255,.15);
  }
  .nav.open .nav-link { padding: 12px 16px; }
  .dropdown-menu { display: none; }
  .nav.open .dropdown-menu { display: block; position: static; opacity: 1; visibility: visible; transform: none; margin: 4px 0 0 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-grid, .service-detail-grid, .form-row { grid-template-columns: 1fr; }
  .testimonial-card { min-width: calc(100% - 0px); margin-right: 24px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:nth-child(4n+1) { grid-column: span 1; }
  .cta-band-inner { flex-direction: column; }
  .about-team { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
}

/* ─── FOOTER WIDE (5-col for extra links) ───── */
.footer-grid-wide {
  grid-template-columns: 1.4fr 1fr 1fr 0.8fr 1.4fr;
}
@media(max-width:1024px){
  .footer-grid-wide { grid-template-columns: 1fr 1fr 1fr; }
}
@media(max-width:768px){
  .footer-grid-wide { grid-template-columns: 1fr; }
}
/* dropdown wider for leakage items */
.nav-dropdown .dropdown-menu { min-width: 230px; }
