/* ===== MASTER STYLESHEET — COURT MARRIAGE DELHI ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;900&family=Poppins:wght@300;400;500;600;700&family=Noto+Sans+Devanagari:wght@400;500;600;700&display=swap');

:root {
  --red: #c0392b;
  --deep-red: #8B0000;
  --gold: #d4a017;
  --gold-light: #f0c040;
  --saffron: #e67e22;
  --cream: #fdf6e3;
  --white: #ffffff;
  --dark: #1a0a00;
  --text: #2c1a0e;
  --text-light: #5a3e2b;
  --green: #27ae60;
  --bg-light: #fff9f0;
  --border: #f0ddd0;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Poppins', sans-serif; background: #fff; color: var(--text); overflow-x: hidden; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
ul { list-style: none; }

/* TOP BAR */
.top-bar { background: var(--deep-red); color: #fff; padding: 8px 20px; text-align: center; font-size: 13px; font-weight: 500; }
.top-bar a { color: var(--gold-light); font-weight: 700; }
.top-bar-ticker { display: flex; justify-content: center; gap: 30px; align-items: center; flex-wrap: wrap; }

/* HEADER */
header { background: linear-gradient(135deg, #6b0000 0%, #c0392b 50%, #e8491e 100%); position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.header-inner { max-width: 1300px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; flex-wrap: wrap; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { width: 55px; height: 55px; background: radial-gradient(circle, var(--gold-light), var(--gold)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 0 20px rgba(212,160,23,0.5); flex-shrink: 0; }
.logo-text h1 { font-family: 'Playfair Display', serif; color: #fff; font-size: 21px; line-height: 1.1; font-weight: 700; }
.logo-text span { color: var(--gold-light); font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; }
.header-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.call-btn { background: var(--gold); color: var(--dark); padding: 11px 22px; border-radius: 50px; font-weight: 700; font-size: 16px; display: flex; align-items: center; gap: 7px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: all 0.3s; white-space: nowrap; }
.call-btn:hover { background: #fff; transform: scale(1.05); }
.wa-btn { background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; padding: 9px 18px; border-radius: 50px; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; box-shadow: 0 3px 10px rgba(37, 211, 102, 0.35); transition: all 0.25s; }
.wa-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5); }
.wa-btn svg { flex-shrink: 0; }

/* NAV */
nav { background: var(--dark); border-bottom: 2px solid var(--gold); }
.nav-inner { max-width: 1300px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
nav a { color: #ccc; padding: 11px 16px; font-size: 13px; font-weight: 500; display: block; transition: all 0.3s; border-bottom: 3px solid transparent; }
nav a:hover, nav a.active { color: var(--gold-light); border-bottom-color: var(--gold); }
.dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: #2a1000; min-width: 220px; border: 1px solid var(--gold); border-radius: 0 0 12px 12px; z-index: 999; box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 10px 18px; color: #ccc; font-size: 13px; border-bottom: 1px solid #3a1500; }
.dropdown-menu a:hover { color: var(--gold-light); background: #3a1500; }

/* HERO */
.hero { background: linear-gradient(135deg, #6b0000 0%, #c0392b 40%, #e67e22 70%, #f39c12 100%); padding: 65px 20px 55px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.05) 0%, transparent 60%), radial-gradient(circle at 80% 50%, rgba(255,255,255,0.05) 0%, transparent 60%); }
.hero-content { position: relative; z-index: 1; max-width: 950px; margin: 0 auto; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.4); color: #fff; padding: 7px 22px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 22px; }
.hero h2 { font-family: 'Playfair Display', serif; color: #fff; font-size: clamp(26px, 5vw, 54px); line-height: 1.15; margin-bottom: 15px; text-shadow: 2px 2px 15px rgba(0,0,0,0.3); }
.hero h2 span { color: var(--gold-light); }
.hero-sub { color: rgba(255,255,255,0.9); font-size: 16px; margin-bottom: 32px; max-width: 750px; margin-left: auto; margin-right: auto; line-height: 1.75; }
.hero-btns { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.btn-primary { background: var(--gold); color: var(--dark); padding: 16px 35px; border-radius: 50px; font-size: 18px; font-weight: 700; display: flex; align-items: center; gap: 8px; box-shadow: 0 6px 25px rgba(0,0,0,0.25); transition: all 0.3s; animation: heroFloat 2.5s ease-in-out infinite; }
.btn-primary:hover { background: #fff; transform: scale(1.05); animation: none; }
@keyframes heroFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); padding: 14px 30px; border-radius: 50px; font-size: 16px; font-weight: 600; display: flex; align-items: center; gap: 8px; transition: all 0.3s; }
.btn-outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; }
.hero-stats { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.stat-box { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.3); padding: 16px 25px; border-radius: 14px; text-align: center; min-width: 130px; }
.stat-box .num { font-size: 30px; font-weight: 700; color: var(--gold-light); font-family: 'Playfair Display', serif; line-height: 1; }
.stat-box .label { color: rgba(255,255,255,0.85); font-size: 12px; margin-top: 4px; }

/* TRUST BAR */
.trust-bar { background: var(--green); padding: 13px 20px; text-align: center; }
.trust-bar-inner { max-width: 1300px; margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 25px; flex-wrap: wrap; }
.trust-item { color: #fff; font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 5px; }

/* SECTIONS */
.section { padding: 65px 20px; }
.section-alt { background: var(--bg-light); }
.container { max-width: 1300px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 45px; }
.section-head h2 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 4vw, 38px); color: var(--deep-red); margin-bottom: 8px; }
.section-head p { color: var(--text-light); font-size: 15px; max-width: 650px; margin: 0 auto; }
.divider { width: 75px; height: 4px; background: linear-gradient(90deg, var(--red), var(--gold)); margin: 14px auto 0; border-radius: 2px; }

/* CARDS */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 25px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); gap: 30px; }
.card { background: #fff; border-radius: 18px; padding: 30px 25px; border: 1px solid var(--border); box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.35s; position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--red), var(--gold)); }
.card:hover { transform: translateY(-8px); box-shadow: 0 18px 45px rgba(139,0,0,0.14); }
.card-icon { font-size: 50px; margin-bottom: 16px; display: block; }
.card h3 { font-size: 18px; font-weight: 700; color: var(--deep-red); margin-bottom: 10px; }
.card p { color: var(--text-light); font-size: 14px; line-height: 1.75; }
.price-tag { display: inline-block; background: var(--deep-red); color: #fff; padding: 6px 20px; border-radius: 50px; font-weight: 700; font-size: 14px; margin-top: 15px; }
.badge { display: inline-block; background: var(--green); color: #fff; padding: 3px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; margin-left: 8px; vertical-align: middle; }

/* COURT AREAS GRID */
.areas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.area-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 22px 18px; text-align: center; transition: all 0.3s; position: relative; overflow: hidden; cursor: pointer; }
.area-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--gold)); }
.area-card:hover { transform: translateY(-6px); box-shadow: 0 12px 35px rgba(139,0,0,0.12); border-color: var(--red); }
.area-icon { font-size: 36px; margin-bottom: 10px; }
.area-card h3 { font-size: 14px; font-weight: 700; color: var(--deep-red); margin-bottom: 5px; }
.area-card p { font-size: 12px; color: var(--text-light); }
.area-card .cta-link { display: inline-block; margin-top: 10px; color: var(--red); font-weight: 600; font-size: 12px; border-bottom: 1px solid currentColor; }

/* PROCESS */
.process-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
.step { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px 20px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.step-num { width: 52px; height: 52px; background: linear-gradient(135deg, var(--deep-red), var(--saffron)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; color: #fff; margin: 0 auto 14px; font-family: 'Playfair Display', serif; }
.step h3 { font-size: 14px; font-weight: 700; color: var(--deep-red); margin-bottom: 8px; }
.step p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* PRICING TABLE */
.price-table-wrap { overflow-x: auto; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.price-table { width: 100%; border-collapse: collapse; min-width: 600px; }
.price-table th { background: linear-gradient(135deg, var(--deep-red), var(--red)); color: #fff; padding: 16px 20px; text-align: left; font-size: 14px; }
.price-table td { padding: 14px 20px; border-bottom: 1px solid #f5ede6; font-size: 14px; background: #fff; }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:nth-child(even) td { background: #fff9f5; }
.price-table tr:hover td { background: #fff3ea; }
.price-hl { color: var(--deep-red); font-weight: 700; font-size: 16px; }

/* DOCUMENTS */
.doc-box { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.doc-head { background: linear-gradient(135deg, var(--deep-red), var(--red)); color: #fff; padding: 15px 20px; font-weight: 700; font-size: 15px; }
.doc-list { padding: 20px; }
.doc-list li { padding: 9px 0; font-size: 14px; border-bottom: 1px solid #f5ede6; display: flex; align-items: flex-start; gap: 8px; }
.doc-list li:last-child { border-bottom: none; }
.doc-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* WHY US */
.why-section { background: linear-gradient(135deg, var(--dark) 0%, #3d0800 100%); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.why-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 26px 22px; text-align: center; transition: all 0.3s; }
.why-card:hover { background: rgba(255,255,255,0.14); transform: translateY(-5px); }
.why-icon { font-size: 44px; margin-bottom: 12px; }
.why-card h3 { color: var(--gold-light); font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.why-card p { color: rgba(255,255,255,0.78); font-size: 13px; line-height: 1.65; }

/* TESTIMONIALS */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.testi-card { background: #fff; border-radius: 16px; padding: 25px; border: 1px solid var(--border); box-shadow: 0 4px 20px rgba(0,0,0,0.06); position: relative; overflow: hidden; }
.testi-card::before { content: '"'; position: absolute; top: 5px; right: 18px; font-size: 90px; color: #f5ede6; font-family: 'Playfair Display', serif; line-height: 1; pointer-events: none; }
.stars { color: #f39c12; font-size: 17px; margin-bottom: 12px; }
.testi-text { color: var(--text); font-size: 14px; line-height: 1.75; margin-bottom: 16px; font-style: italic; position: relative; z-index: 1; }
.reviewer { display: flex; align-items: center; gap: 10px; }
.avatar { width: 44px; height: 44px; background: linear-gradient(135deg, var(--red), var(--saffron)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 16px; flex-shrink: 0; }
.r-name { font-weight: 700; font-size: 14px; color: var(--deep-red); }
.r-city { font-size: 12px; color: var(--text-light); }

/* FAQ */
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-q { padding: 18px 22px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 15px; color: var(--text); transition: all 0.3s; }
.faq-q:hover { background: #fff9f5; color: var(--deep-red); }
.faq-icon { color: var(--red); font-size: 22px; transition: transform 0.3s; flex-shrink: 0; margin-left: 10px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s ease, padding 0.3s ease; font-size: 14px; color: var(--text-light); line-height: 1.75; padding: 0 22px; }
.faq-a.open { max-height: 1500px; padding: 14px 22px 18px; }
.faq-icon.open { transform: rotate(45deg); }
.faq-q { user-select: none; -webkit-tap-highlight-color: rgba(192,57,43,0.1); }

/* CTA SECTION */
.cta-section { background: linear-gradient(135deg, #6b0000, #c0392b); padding: 65px 20px; text-align: center; }
.cta-section h2 { font-family: 'Playfair Display', serif; color: #fff; font-size: clamp(22px, 4vw, 42px); margin-bottom: 12px; }
.cta-section h2 span { color: var(--gold-light); }
.cta-section p { color: rgba(255,255,255,0.85); font-size: 16px; margin-bottom: 32px; }
.cta-btns { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.cta-call { background: var(--gold); color: var(--dark); padding: 18px 42px; border-radius: 50px; font-size: 20px; font-weight: 700; display: flex; align-items: center; gap: 10px; box-shadow: 0 6px 25px rgba(212,160,23,0.4); animation: glowPulse 2s infinite; }
@keyframes glowPulse { 0%,100%{box-shadow:0 6px 25px rgba(212,160,23,0.4)} 50%{box-shadow:0 6px 40px rgba(212,160,23,0.8)} }
.cta-wa { background: #25d366; color: #fff; padding: 18px 36px; border-radius: 50px; font-size: 18px; font-weight: 700; display: flex; align-items: center; gap: 10px; }

/* BREADCRUMB */
.breadcrumb { background: #f9f1e8; padding: 10px 20px; font-size: 13px; color: var(--text-light); }
.breadcrumb a { color: var(--deep-red); }
.breadcrumb span { margin: 0 6px; }

/* INNER PAGE HERO */
.page-hero { background: linear-gradient(135deg, #6b0000, #c0392b); padding: 50px 20px; text-align: center; }
.page-hero h1 { font-family: 'Playfair Display', serif; color: #fff; font-size: clamp(24px, 4vw, 44px); margin-bottom: 10px; }
.page-hero h1 span { color: var(--gold-light); }
.page-hero p { color: rgba(255,255,255,0.88); font-size: 15px; max-width: 650px; margin: 0 auto; }

/* FOOTER */
footer { background: var(--dark); color: rgba(255,255,255,0.75); padding: 55px 20px 20px; }
.footer-grid { max-width: 1300px; margin: 0 auto 35px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 35px; }
.footer-logo h3 { font-family: 'Playfair Display', serif; color: var(--gold-light); font-size: 20px; margin-bottom: 12px; }
.footer-logo p { font-size: 13px; line-height: 1.8; margin-bottom: 15px; }
.footer-call { display: inline-block; background: var(--gold); color: var(--dark); padding: 10px 22px; border-radius: 50px; font-weight: 700; font-size: 14px; margin-top: 5px; }
footer h4 { color: var(--gold-light); font-size: 14px; font-weight: 700; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.1); text-transform: uppercase; letter-spacing: 0.5px; }
footer ul li { margin-bottom: 8px; }
footer ul li a { color: rgba(255,255,255,0.65); font-size: 13px; transition: color 0.3s; }
footer ul li a:hover { color: var(--gold-light); }
.footer-contact p { font-size: 13px; margin-bottom: 9px; display: flex; align-items: flex-start; gap: 8px; }
.footer-contact a { color: var(--gold-light); font-weight: 600; }
.footer-bottom { max-width: 1300px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; text-align: center; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 8px; }
.footer-seo-links { font-size: 11px; color: rgba(255,255,255,0.25); line-height: 2.2; }
.footer-seo-links a { color: rgba(255,255,255,0.25); margin: 0 4px; }
.footer-seo-links a:hover { color: rgba(255,255,255,0.5); }

/* ===== FLOATING BUTTONS — REALISTIC WHATSAPP & CALL ===== */
.float-btns {
  position: fixed;
  bottom: 24px;
  right: 22px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
  pointer-events: none;
}
.float-btns > * { pointer-events: auto; }

/* WhatsApp floating button — official brand colors + pulse ring */
.fb-wa-real {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  padding: 12px 22px 12px 14px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
.fb-wa-real:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.55), 0 3px 10px rgba(0,0,0,0.18);
}
.fb-wa-real .wa-icon-circle {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
}
.fb-wa-real .wa-icon-circle svg { width: 26px; height: 26px; display: block; }
.fb-wa-real::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #25D366;
  opacity: 0.7;
  animation: waPulse 1.8s ease-out infinite;
  pointer-events: none;
}
@keyframes waPulse {
  0% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.8; }
  100% { transform: translate(-50%, -50%) scale(2.2); opacity: 0; }
}
.fb-wa-real .wa-label-2 {
  display: block;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.9;
  margin-top: -1px;
  letter-spacing: 0.2px;
}

/* Call floating button — red, with phone-shake animation */
.fb-call-real {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #d62828 0%, #8B0000 100%);
  color: #fff;
  padding: 12px 22px 12px 14px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 8px 24px rgba(214, 40, 40, 0.45), 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
.fb-call-real:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 30px rgba(214, 40, 40, 0.55), 0 3px 10px rgba(0,0,0,0.18);
}
.fb-call-real .call-icon-circle {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: phoneShake 1.6s ease-in-out infinite;
}
.fb-call-real .call-icon-circle svg { width: 22px; height: 22px; fill: #d62828; }
@keyframes phoneShake {
  0%, 100% { transform: rotate(0deg); }
  15% { transform: rotate(-18deg); }
  30% { transform: rotate(18deg); }
  45% { transform: rotate(-12deg); }
  60% { transform: rotate(8deg); }
  75% { transform: rotate(-4deg); }
}
.fb-call-real .call-label-2 {
  display: block;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.95;
  margin-top: -1px;
}

/* "Get Free Quote" floating circular button for the form modal */
.fb-form-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--saffron));
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 6px 20px rgba(212,160,23,0.5);
  font-size: 24px;
  transition: transform 0.3s ease;
  margin-bottom: 4px;
}
.fb-form-btn:hover { transform: rotate(8deg) scale(1.06); }
.fb-form-btn::after {
  content: 'फ्री Quote';
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #1a0a00;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.fb-form-btn:hover::after { opacity: 1; }

@media (max-width: 600px) {
  .float-btns { bottom: 90px; gap: 10px; right: 14px; }
  .fb-wa-real, .fb-call-real { padding: 10px 16px 10px 10px; font-size: 13px; }
  .fb-wa-real .wa-icon-circle, .fb-call-real .call-icon-circle { width: 32px; height: 32px; }
  .fb-wa-real .wa-icon-circle svg { width: 22px; height: 22px; }
  .fb-form-btn { width: 52px; height: 52px; font-size: 20px; }
  .fb-wa-real .wa-label-2, .fb-call-real .call-label-2 { font-size: 10px; }
}

/* ===== MOBILE STICKY BOTTOM BAR — both Call + WhatsApp ===== */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  padding: 8px;
  gap: 8px;
}
.mobile-sticky-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.mobile-sticky-bar .ms-call { background: #d62828; color: #fff; }
.mobile-sticky-bar .ms-wa { background: #25D366; color: #fff; }
.mobile-sticky-bar .ms-form { background: var(--gold); color: var(--dark); cursor: pointer; }
.mobile-sticky-bar svg { width: 18px; height: 18px; }
@media (max-width: 600px) { .mobile-sticky-bar { display: flex; } body { padding-bottom: 65px; } }

/* ===== INLINE LEAD FORM (embedded in pages) ===== */
.lead-form-section {
  background: linear-gradient(135deg, #fdf6e3 0%, #fff3e5 100%);
  padding: 55px 20px;
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
}
.lead-form-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 45px;
  align-items: center;
}
.lead-form-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.5vw, 36px);
  color: var(--deep-red);
  line-height: 1.2;
  margin-bottom: 14px;
}
.lead-form-left h2 span { color: var(--saffron); }
.lead-form-left p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 18px;
}
.lead-form-perks li {
  padding: 6px 0;
  font-size: 14px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.lead-form-perks li::before {
  content: '✔';
  background: var(--green);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.lead-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 18px 50px rgba(139,0,0,0.15);
  border: 1px solid var(--border);
  position: relative;
}
.lead-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--deep-red), var(--gold), var(--green));
  border-radius: 20px 20px 0 0;
}
.lead-form-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--deep-red);
  margin-bottom: 6px;
  text-align: center;
}
.lead-form-card .lf-sub {
  text-align: center;
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 22px;
}
.lead-form-card .lf-sub strong { color: var(--green); }
.lead-form-card label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin: 12px 0 6px;
}
.lead-form-card input,
.lead-form-card select,
.lead-form-card textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e8d8c8;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background: #fffdf8;
  color: var(--text);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.lead-form-card input:focus,
.lead-form-card select:focus,
.lead-form-card textarea:focus {
  outline: none;
  border-color: var(--saffron);
  box-shadow: 0 0 0 3px rgba(230,126,34,0.15);
}
.lead-form-card textarea { resize: vertical; min-height: 70px; }
.lead-form-card .lf-submit {
  width: 100%;
  margin-top: 18px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(37,211,102,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: 'Poppins', sans-serif;
}
.lead-form-card .lf-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37,211,102,0.5);
}
.lead-form-card .lf-submit svg { width: 22px; height: 22px; }
.lead-form-card .lf-foot {
  text-align: center;
  font-size: 11.5px;
  color: var(--text-light);
  margin-top: 12px;
  line-height: 1.6;
}
.lead-form-card .lf-foot a { color: var(--deep-red); font-weight: 600; }
@media (max-width: 768px) {
  .lead-form-wrap { grid-template-columns: 1fr; gap: 30px; }
}

/* ===== FORM MODAL (popup version) ===== */
.lf-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 8, 0, 0.78);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  backdrop-filter: blur(4px);
  animation: lfFadeIn 0.25s ease;
}
.lf-modal-overlay.open { display: flex; }
@keyframes lfFadeIn { from { opacity: 0; } to { opacity: 1; } }
.lf-modal {
  background: #fff;
  border-radius: 20px;
  max-width: 460px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: lfSlideUp 0.35s ease;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
@keyframes lfSlideUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.lf-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: rgba(0,0,0,0.06);
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.lf-modal-close:hover { background: rgba(0,0,0,0.12); }
.lf-modal-head {
  background: linear-gradient(135deg, #6b0000, #c0392b);
  color: #fff;
  padding: 24px 24px 18px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
.lf-modal-head h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin-bottom: 4px;
}
.lf-modal-head p { font-size: 13px; opacity: 0.9; }
.lf-modal-body { padding: 22px 24px 24px; }
.lf-modal-body label { display: block; font-size: 13px; font-weight: 600; margin: 10px 0 5px; color: var(--text); }
.lf-modal-body input,
.lf-modal-body select,
.lf-modal-body textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1.5px solid #e8d8c8;
  border-radius: 9px;
  font-size: 14px;
  background: #fffdf8;
  font-family: 'Poppins', sans-serif;
}
.lf-modal-body input:focus,
.lf-modal-body select:focus,
.lf-modal-body textarea:focus {
  outline: none;
  border-color: var(--saffron);
  box-shadow: 0 0 0 3px rgba(230,126,34,0.15);
}
.lf-modal-body button.lf-submit {
  width: 100%;
  margin-top: 16px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 11px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(37,211,102,0.35);
}
.lf-modal-body button.lf-submit:hover { transform: translateY(-2px); }
.lf-modal-body button.lf-submit svg { width: 20px; height: 20px; }
.lf-modal-body .lf-foot { text-align: center; font-size: 11.5px; color: var(--text-light); margin-top: 12px; line-height: 1.6; }

/* ===== LONG-FORM CONTENT BLOCKS (SEO) ===== */
.content-block {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 10px;
}
.content-block h2 {
  font-family: 'Playfair Display', serif;
  color: var(--deep-red);
  font-size: clamp(22px, 3vw, 32px);
  margin: 32px 0 14px;
  line-height: 1.25;
}
.content-block h3 {
  font-family: 'Playfair Display', serif;
  color: var(--red);
  font-size: clamp(18px, 2.4vw, 24px);
  margin: 26px 0 10px;
}
.content-block h4 {
  color: var(--deep-red);
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0 8px;
}
.content-block p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text);
  margin-bottom: 14px;
}
.content-block p.hindi-para,
.content-block .hindi {
  font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
  font-size: 15.5px;
  line-height: 2;
  color: var(--text);
}
.content-block ul, .content-block ol {
  margin: 10px 0 18px 22px;
  padding-left: 5px;
}
.content-block ul li, .content-block ol li {
  list-style: disc;
  font-size: 14.5px;
  line-height: 1.85;
  margin-bottom: 8px;
  color: var(--text);
}
.content-block ol li { list-style: decimal; }
.content-block blockquote {
  background: #fff8ec;
  border-left: 4px solid var(--saffron);
  padding: 16px 20px;
  margin: 18px 0;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: var(--text-light);
  font-size: 14.5px;
}
.lang-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 18px 0;
}
.lang-split > div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}
.lang-split h4 {
  color: var(--deep-red);
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--border);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.lang-split .hindi-side { font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif; }
.lang-split p { font-size: 14px; line-height: 1.85; color: var(--text); margin-bottom: 10px; }
@media (max-width: 768px) { .lang-split { grid-template-columns: 1fr; gap: 14px; } }

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.keyword-cloud a {
  background: #fff;
  border: 1px solid var(--border);
  color: var(--deep-red);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s;
}
.keyword-cloud a:hover {
  background: var(--deep-red);
  color: #fff;
  border-color: var(--deep-red);
}

/* OLD floating button compatibility */
.fb { display: flex; align-items: center; gap: 8px; padding: 13px 20px; border-radius: 50px; font-weight: 700; font-size: 14px; box-shadow: 0 5px 20px rgba(0,0,0,0.25); transition: all 0.3s; text-decoration: none; }
.fb:hover { transform: scale(1.06); }
.fb-call { background: var(--deep-red); color: #fff; }
.fb-wa { background: #25d366; color: #fff; }
.fb span.txt { display: none; }
@media(min-width:500px) { .fb span.txt { display: inline; } }

/* LEGAL NOTICE */
.legal-strip { background: #f3ede4; padding: 12px 20px; text-align: center; font-size: 12px; color: #7a5a45; border-top: 1px solid #e0d0c0; }
.legal-strip strong { color: var(--green); }

/* INFO BOX */
.info-box { background: linear-gradient(135deg, #fff9f0, #fff3e5); border: 1px solid #f0dcc8; border-left: 4px solid var(--red); border-radius: 12px; padding: 20px 22px; margin: 20px 0; }
.info-box h4 { color: var(--deep-red); font-weight: 700; margin-bottom: 8px; }
.info-box p { font-size: 14px; color: var(--text-light); line-height: 1.75; }

/* COURT DETAIL PAGE */
.court-info-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 35px; }
@media(max-width:768px) { .court-info-grid { grid-template-columns: 1fr; } }
.sidebar-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 25px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); margin-bottom: 20px; }
.sidebar-card h4 { color: var(--deep-red); font-weight: 700; margin-bottom: 14px; font-size: 16px; border-bottom: 2px solid var(--border); padding-bottom: 8px; }
.sidebar-call { display: block; background: var(--gold); color: var(--dark); padding: 14px; border-radius: 12px; text-align: center; font-weight: 700; font-size: 18px; margin-top: 10px; }

/* ===== MOBILE HAMBURGER + SIDE DRAWER MENU ===== */
.mobile-burger {
  display: none;
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.35);
  width: 42px;
  height: 42px;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
  transition: background 0.2s;
}
.mobile-burger:hover { background: rgba(255,255,255,0.25); }
.mobile-burger span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.mobile-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.mobile-burger.open span:nth-child(2) { opacity: 0; }
.mobile-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Side drawer overlay */
.side-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  backdrop-filter: blur(3px);
}
.side-drawer-overlay.open { opacity: 1; visibility: visible; }

/* ===== SIDE DRAWER — bulletproof block layout, scrollable, all items visible ===== */
.side-drawer {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 340px !important;
  max-width: 92vw !important;
  height: auto !important;
  background: linear-gradient(180deg, #1a0a00 0%, #2d0d00 100%) !important;
  z-index: 10002 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  transform: translateX(105%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}
.side-drawer.open {
  transform: translateX(0) !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.side-drawer * { box-sizing: border-box; }
.side-drawer .sd-footer { padding-bottom: 90px; }
/* visible gold scrollbar for clarity */
.side-drawer::-webkit-scrollbar { width: 6px; }
.side-drawer::-webkit-scrollbar-thumb { background: rgba(212,160,23,0.7); border-radius: 3px; }
.side-drawer::-webkit-scrollbar-track { background: rgba(0,0,0,0.25); }

.sd-header {
  background: linear-gradient(135deg, #6b0000, #c0392b);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 5;
}
.sd-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.sd-logo-icon {
  width: 38px;
  height: 38px;
  background: radial-gradient(circle, var(--gold-light), var(--gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.sd-logo-text { line-height: 1.2; }
.sd-logo-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.sd-logo-text span {
  font-size: 9.5px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
}
.sd-close {
  background: rgba(255,255,255,0.15);
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 300;
}
.sd-close:hover { background: rgba(255,255,255,0.25); }

/* Quick CTAs at top of drawer */
.sd-quick-cta {
  padding: 14px 16px;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  gap: 8px;
}
.sd-quick-cta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 8px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 12.5px;
  text-decoration: none;
}
.sd-quick-cta .sd-call { background: linear-gradient(135deg, #d62828, #8B0000); color: #fff; }
.sd-quick-cta .sd-wa { background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; }
.sd-quick-cta svg { width: 14px; height: 14px; }

/* Drawer phone display banner */
.sd-phone-banner {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  color: var(--dark);
  text-align: center;
  padding: 8px;
  font-size: 12.5px;
  font-weight: 700;
}
.sd-phone-banner a { color: var(--dark); }

/* Scroll hint inside drawer */
.sd-scroll-hint {
  text-align: center;
  font-size: 11px;
  color: var(--gold-light);
  padding: 8px 12px;
  background: rgba(0,0,0,0.25);
  letter-spacing: 0.4px;
  font-weight: 600;
  animation: sdHintBlink 2s ease-in-out infinite;
}
@keyframes sdHintBlink {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* Nav list — always visible items */
.sd-nav {
  padding: 6px 0 4px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
  list-style: none !important;
}
.sd-nav-section {
  display: block !important;
  padding: 12px 18px 6px !important;
  margin: 0 !important;
  font-size: 11.5px !important;
  color: #f0c040 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  background: rgba(0,0,0,0.35) !important;
  border-top: 1px solid rgba(212,160,23,0.25) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.sd-nav a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 20px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  font-weight: 500 !important;
  transition: background 0.2s, color 0.2s !important;
  background: transparent !important;
  line-height: 1.35 !important;
  visibility: visible !important;
  opacity: 1 !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  width: 100% !important;
}
.sd-nav a:hover, .sd-nav a:active, .sd-nav a:focus {
  background: rgba(212,160,23,0.18) !important;
  color: #f0c040 !important;
}
.sd-nav a .sd-emoji {
  font-size: 18px !important;
  width: 26px !important;
  text-align: center !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  line-height: 1 !important;
}

.sd-footer {
  padding: 16px 16px 30px;
  background: rgba(0,0,0,0.3);
  text-align: center;
  font-size: 11.5px;
  color: rgba(255,255,255,0.7);
  border-top: 1px solid rgba(255,255,255,0.08);
  line-height: 1.6;
}
.sd-footer a { color: var(--gold-light); font-weight: 600; }

/* On mobile, HIDE the regular nav and SHOW the burger */
@media (max-width: 768px) {
  .mobile-burger { display: inline-flex; }
  nav.site-nav { display: none !important; }
  nav { display: none !important; }
  body.drawer-open { overflow: hidden; }
}

/* ===== RESPONSIVE — MOBILE-FIRST FIXES ===== */
@media (max-width: 768px) {
  .grid-2 { grid-template-columns: 1fr; }
  .header-inner { justify-content: center; text-align: center; padding: 8px 12px; gap: 8px; }
  .logo-icon { width: 42px; height: 42px; font-size: 22px; }
  .logo-text h1 { font-size: 15px; line-height: 1.15; }
  .logo-text span { font-size: 9px; letter-spacing: 0.6px; }
  .call-btn { padding: 8px 14px; font-size: 13px; }
  .wa-btn { padding: 7px 12px; font-size: 12px; }
  .hero { padding: 30px 12px 26px; }
  .hero h2 { font-size: 22px !important; line-height: 1.2; margin-bottom: 10px; }
  .hero-sub { font-size: 13px; line-height: 1.65; margin-bottom: 18px; }
  .hero-badge { font-size: 11px; padding: 5px 14px; margin-bottom: 14px; }
  .hero-btns { gap: 8px; margin-bottom: 22px; }
  .btn-primary { font-size: 14px; padding: 12px 18px; }
  .btn-outline { font-size: 13px; padding: 10px 18px; }
  .hero-stats { gap: 8px; }
  .stat-box { padding: 10px 14px; min-width: 95px; }
  .stat-box .num { font-size: 20px; }
  .stat-box .label { font-size: 10px; }
  .section { padding: 35px 12px; }
  .section-head { margin-bottom: 22px; }
  .section-head h2 { font-size: 19px !important; line-height: 1.25; }
  .section-head p { font-size: 13px; }
  .page-hero { padding: 28px 14px; }
  .page-hero h1 { font-size: 19px !important; line-height: 1.25; }
  .page-hero p { font-size: 12px; }
  .cta-call { font-size: 15px; padding: 12px 20px; }
  .cta-wa { font-size: 14px; padding: 12px 18px; }
  .cta-section { padding: 40px 14px; }
  .cta-section h2 { font-size: 21px !important; line-height: 1.2; }
  .cta-section p { font-size: 13px; }
  .card { padding: 22px 18px; }
  .card-icon { font-size: 40px; margin-bottom: 12px; }
  .card h3 { font-size: 16px; }
  .card p { font-size: 13px; }
  .content-block h2 { font-size: 18px !important; margin: 22px 0 10px; line-height: 1.25; }
  .content-block h3 { font-size: 16px !important; margin: 18px 0 8px; }
  .content-block p, .content-block p.hindi-para { font-size: 13.5px; line-height: 1.75; }
  .content-block ul li, .content-block ol li { font-size: 13.5px; line-height: 1.7; }
  .top-bar { font-size: 11px; padding: 6px 10px; }
  .top-bar-ticker { gap: 12px; }
  .trust-bar-inner { gap: 12px; }
  .trust-item { font-size: 11px; }
  .lead-form-section { padding: 30px 12px; }
  .lead-form-left h2 { font-size: 20px !important; line-height: 1.25; }
  .lead-form-left p { font-size: 13px; line-height: 1.7; }
  .lead-form-card { padding: 22px 18px; }
  .lead-form-card h3 { font-size: 18px; }
  .lead-form-card label { font-size: 12px; margin-top: 9px; }
  .lead-form-card input, .lead-form-card select, .lead-form-card textarea { padding: 10px 12px; font-size: 13.5px; }
  .lead-form-card .lf-submit { padding: 13px; font-size: 14px; }
  .lf-modal-head h3 { font-size: 18px; }
  .lf-modal-head p { font-size: 12px; }
  .lf-modal-body { padding: 18px 18px 20px; }
  .lf-modal-body label { font-size: 12px; }
  .lf-modal-body input, .lf-modal-body select, .lf-modal-body textarea { padding: 9px 11px; font-size: 13.5px; }
  .price-table th, .price-table td { padding: 9px 10px; font-size: 12.5px; }
  .price-hl { font-size: 14px; }
  .breadcrumb { font-size: 11px; padding: 8px 12px; }
  .faq-q { padding: 13px 14px; font-size: 13.5px; }
  .faq-a { font-size: 13px; line-height: 1.7; padding: 0 14px; }
  .faq-a.open { padding: 0 14px 14px; }
  .testi-card { padding: 20px 16px; }
  .testi-text { font-size: 13px; }
  .why-card { padding: 20px 16px; }
  .why-card h3 { font-size: 14px; }
  .why-card p { font-size: 12px; }
  .step { padding: 22px 14px; }
  .step-num { width: 42px; height: 42px; font-size: 18px; }
  .step h3 { font-size: 13px; }
  .step p { font-size: 12px; }
  .area-card { padding: 16px 12px; }
  .area-card h3 { font-size: 13px; }
  .area-card p { font-size: 11px; }
  .area-icon { font-size: 30px; }

  /* ===== Floating buttons — SMALLER on mobile ===== */
  .float-btns { bottom: 75px; right: 10px; gap: 9px; }
  .fb-wa-real, .fb-call-real {
    padding: 8px 13px 8px 8px;
    font-size: 12px;
    border-radius: 50px;
    gap: 7px;
  }
  .fb-wa-real .wa-icon-circle, .fb-call-real .call-icon-circle {
    width: 28px; height: 28px;
  }
  .fb-wa-real .wa-icon-circle svg { width: 19px; height: 19px; }
  .fb-call-real .call-icon-circle svg { width: 16px; height: 16px; }
  .fb-wa-real::before { width: 28px; height: 28px; left: 22px; }
  .fb-wa-real .wa-label-2, .fb-call-real .call-label-2 { font-size: 9.5px; }
  .fb-form-btn { width: 46px; height: 46px; font-size: 18px; border-width: 2px; }
  .fb-form-btn::after { display: none; }

  /* Mobile sticky bar — slightly more compact */
  .mobile-sticky-bar { padding: 6px; gap: 6px; }
  .mobile-sticky-bar a { padding: 10px 5px; font-size: 12.5px; gap: 4px; border-radius: 8px; }
  .mobile-sticky-bar svg { width: 16px; height: 16px; }
  body { padding-bottom: 58px; }
}

@media (max-width: 480px) {
  nav a { padding: 8px 9px; font-size: 11px; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .grid-3 { gap: 14px; }
  .hero h2 { font-size: 20px !important; }
  .page-hero h1 { font-size: 17px !important; }
  .section-head h2 { font-size: 17px !important; }
  .content-block h2 { font-size: 17px !important; }
  .cta-section h2 { font-size: 19px !important; }
  .lead-form-left h2 { font-size: 18px !important; }
  .header-right { gap: 6px; }
  .call-btn { padding: 7px 11px; font-size: 12.5px; }
  .wa-btn { padding: 6px 10px; font-size: 11.5px; }
  .logo-text h1 { font-size: 13.5px; }
  .logo-text span { font-size: 8px; }
  .logo-icon { width: 38px; height: 38px; font-size: 19px; }
  .float-btns { bottom: 72px; gap: 7px; }
  .fb-wa-real, .fb-call-real { padding: 7px 11px 7px 7px; font-size: 11.5px; }
  .fb-wa-real .wa-icon-circle, .fb-call-real .call-icon-circle { width: 25px; height: 25px; }
  .fb-wa-real .wa-icon-circle svg { width: 17px; height: 17px; }
  .fb-call-real .call-icon-circle svg { width: 14px; height: 14px; }
  .fb-form-btn { width: 42px; height: 42px; font-size: 17px; }
  .mobile-sticky-bar a { padding: 9px 4px; font-size: 11.5px; }
  .price-table-wrap { font-size: 11px; }
}
