/* ===== PERFORMANCE RESET ===== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  background: #f8fafc;
}

/* ===== NAVIGATION ===== */
.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: #0b5ed7;
}

.main-nav .logo {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.main-nav .cta {
  background: #22c55e;
  padding: 8px 14px;
  border-radius: 6px;
}

/* ===== LAYOUT ===== */
.container {
  max-width: 900px;
  margin: auto;
  padding: 24px;
  background: #fff;
}

section {
  padding: 40px 20px;
}

/* ===== HERO ===== */
.hero-box {
  background: #eaf4ff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
}

.hero {
  background: #0b5ed7;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

/* ===== BUTTONS ===== */
.btn {
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin: 6px;
  font-weight: 600;
}

.primary,
.call-btn {
  background: #22c55e;
  color: #000;
}

.secondary,
.whatsapp-btn {
  background: #fff;
  color: #0b5ed7;
}

/* ===== GRID & CARDS ===== */
.grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.card {
  background: #f1f5f9;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* ===== TRUST / REVIEWS ===== */
.review-box {
  background: #f9fafb;
  border-left: 4px solid #22c55e;
  padding: 16px;
  margin-bottom: 14px;
  border-radius: 6px;
}

.faq {
  background: #f1f5f9;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* ===== CONTACT ===== */
.contact form {
  display: grid;
  gap: 12px;
}

.contact input,
.contact textarea,
.contact select,
.contact button {
  padding: 12px;
  font-size: 16px;
}

.contact button {
  background: #0b5ed7;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* ===== STICKY CTA ===== */
.sticky-cta {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 999;
}

.sticky-cta a {
  background: #22c55e;
  padding: 12px 16px;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

/* ===== FOOTER ===== */
footer {
  background: #0f172a;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}
.site-footer {
  background: #0f172a; /* still dark, but softer */
  color: #e5e7eb;
  padding: 40px 20px 20px;
}

.footer-inner {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer-col h4 {
  margin-bottom: 12px;
  color: #ffffff;
}

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

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #cbd5f5;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #9ca3af;
}
.how-it-works {
  background: #f1f5f9;
  padding: 50px 20px;
  text-align: center;
}

.how-it-works h2 {
  margin-bottom: 30px;
}

.steps {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.step {
  background: #ffffff;
  padding: 24px;
  border-radius: 10px;
}

.step span {
  display: inline-block;
  background: #0b5ed7;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-weight: bold;
  margin-bottom: 10px;
}
.micro-cta {
  margin-top: 14px;
  font-size: 15px;
  color: #0f172a;
}
.delhi-coverage {
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px 20px;
}

.delhi-coverage h2 {
  text-align: center;
  margin-bottom: 16px;
  color: #0b5ed7;
}

.delhi-coverage .intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 17px;
}

.zone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.zone-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.zone-card h3 {
  margin-bottom: 8px;
  color: #0f4c81;
}

.zone-card p {
  font-size: 15px;
  line-height: 1.6;
}

.near-cta {
  margin-top: 12px;
  font-weight: 600;
}

.near-cta a {
  color: #16a34a;
  text-decoration: none;
}
.site-footer {
  background: #0f172a;
  color: #e5e7eb;
  padding: 50px 20px 20px;
}

.footer-inner {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.site-footer h4 {
  margin-bottom: 12px;
  color: #ffffff;
}

.site-footer p,
.site-footer li {
  font-size: 14px;
  line-height: 1.6;
}

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

.site-footer a {
  color: #c7d2fe;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-trust {
  margin-top: 10px;
  font-size: 13px;
  color: #a5b4fc;
}

.footer-cta {
  margin-top: 10px;
  font-weight: 600;
  color: #22c55e;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  color: #9ca3af;
}
/* ROOT VARIABLES: Establish your Brand Identity */
:root {
    --primary-blue: #0061f2;
    --success-green: #28a745;
    --dark-navy: #0b132b;
    --light-gray: #f8f9fa;
    --white: #ffffff;
    --shadow: 0 10px 30px rgba(0,0,0,0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', sans-serif; }

/* NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background: var(--white);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow);
}
.logo { font-size: 1.5rem; font-weight: 800; color: var(--primary-blue); }
.logo span { color: var(--dark-navy); }
.nav-links { list-style: none; display: flex; gap: 20px; align-items: center; }
.nav-cta { background: var(--primary-blue); color: white; padding: 8px 20px; border-radius: 5px; text-decoration: none; }

/* HERO SECTION */
.hero {
    background: linear-gradient(rgba(11, 19, 43, 0.8), rgba(11, 19, 43, 0.8)), url('hero-bg.jpg');
    background-size: cover;
    color: white;
    padding: 100px 5%;
    text-align: center;
}
.hero h1 { font-size: 3rem; margin-bottom: 20px; }
.highlight { color: var(--success-green); }
.btn { padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; display: inline-block; margin: 10px; }
.btn-primary { background: var(--success-green); color: white; }
.btn-secondary { background: white; color: var(--primary-blue); }

/* GRID & CARDS */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 50px 5%; }
.card { 
    background: white; 
    padding: 30px; 
    border-radius: 15px; 
    text-decoration: none; 
    color: inherit; 
    box-shadow: var(--shadow);
    border-top: 5px solid var(--primary-blue);
    transition: transform 0.3s;
}
.card:hover { transform: translateY(-10px); }

/* FLOATING MOBILE BUTTONS */
.floating-actions {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    z-index: 2000;
}
.float-btn {
    flex: 1;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.wa { background: #25d366; }
.call { background: var(--success-green); }

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero h1 { font-size: 2rem; }
    .nav-links { display: none; } /* Mobile Menu would go here */
}
/* Pulsing effect for the Call button to drive focus */
@keyframes pulse-call {
    0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(40, 167, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

.cta-call {
    background: var(--accent);
    animation: pulse-call 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.callback-badge {
    background: #fff;
    color: var(--dark);
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 5px;
    margin-left: 10px;
    font-weight: 800;
}
.trust-advantage {
  padding: 80px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}

.trust-left {
  flex: 1;
  min-width: 320px;
}

.trust-left h2 {
  font-size: 2.2rem;
  margin-bottom: 25px;
  color: #0b132b;
}

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

.trust-left li {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}

.trust-left span {
  color: #28a745;
  font-size: 1.5rem;
}

.trust-right {
  flex: 1;
  min-width: 300px;
  background: #0b132b;
  color: white;
  padding: 50px;
  border-radius: 25px;
  text-align: center;
}

.trust-right .label {
  text-transform: uppercase;
  color: #28a745;
  letter-spacing: 2px;
}

.trust-right .time {
  font-size: 3.5rem;
  font-weight: 800;
  margin: 20px 0;
}

.trust-right .note {
  color: #cbd5e0;
  font-size: 1.1rem;
}
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 9999;
}

.sticky-cta a {
  flex: 1;
  padding: 14px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.sticky-cta .call {
  background: #16a34a;
  color: #fff;
}

.sticky-cta .wa {
  background: #22c55e;
  color: #000;
}

@media (min-width: 768px) {
  .sticky-cta {
    display: none;
  }
}
/* Change your .call or a.call class to this */
.sticky-cta .call { 
  background: #15803d; /* A deeper, high-contrast green */
  color: #ffffff;      /* Pure white */
  font-size: 18px; 
  font-weight: 700; 
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}