/* ============================================================
   GSTNumber — GST Services Website
   Shared stylesheet
   ============================================================ */

:root {
  --ink:           #11251c;
  --ink-soft:      #1f3b2f;
  --emerald:       #0e6f51;
  --emerald-deep:  #0a5440;
  --emerald-bright:#16a875;
  --gold:          #c98a35;
  --gold-soft:     #e7b96b;
  --cream:         #f5f1e6;
  --paper:         #fffdf7;
  --line:          #e2dccb;
  --muted:         #586a60;
  --text:          #243a30;
  --white:         #ffffff;
  --shadow-sm: 0 2px 10px rgba(17,37,28,.06);
  --shadow-md: 0 14px 38px rgba(17,37,28,.10);
  --shadow-lg: 0 28px 64px rgba(17,37,28,.16);
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1180px;
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
img { max-width: 100%; display: block; }
/* Safe default — koi bhi inline icon bina size ke specify ho to bhi chhota rahe */
svg { width: 1em; height: 1em; flex: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; }

h1,h2,h3,h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -.01em;
}

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--emerald);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: ''; width: 26px; height: 2px; background: var(--gold);
  display: inline-block;
}
.section-head { max-width: 660px; margin-bottom: 54px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); }
.section-head p { margin-top: 16px; color: var(--muted); font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 700; font-size: .98rem;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:active { transform: scale(.97); }
.btn svg { width: 17px; height: 17px; flex: none; }
.btn-primary {
  background: var(--emerald); color: var(--white);
  box-shadow: 0 10px 24px rgba(14,111,81,.32);
}
.btn-primary:hover { background: var(--emerald-deep); transform: translateY(-2px); }
.btn-gold {
  background: var(--gold); color: #2a1c05;
  box-shadow: 0 10px 24px rgba(201,138,53,.34);
}
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--emerald); color: var(--emerald); }
.btn-light {
  background: rgba(255,255,255,.12); color: var(--white);
  border: 1.5px solid rgba(255,255,255,.28);
}
.btn-light:hover { background: rgba(255,255,255,.2); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--ink); color: #cfe0d7;
  font-size: .82rem; letter-spacing: .02em;
}
.topbar .wrap {
  display: flex; justify-content: space-between;
  align-items: center; height: 40px; flex-wrap: wrap;
}
.topbar a { color: #cfe0d7; transition: color .2s; }
.topbar a:hover { color: var(--gold-soft); }
.topbar .tb-left { display: flex; gap: 22px; }
.topbar .tb-right { display: flex; gap: 16px; }
.topbar svg { width: 14px; height: 14px; vertical-align: -2px; margin-right: 5px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,253,247,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 11px;
  background: linear-gradient(140deg, var(--emerald), var(--emerald-deep));
  display: grid; place-items: center;
  color: var(--white); font-family: 'Fraunces', serif;
  font-weight: 600; font-size: 1.2rem;
  box-shadow: 0 6px 16px rgba(14,111,81,.3);
}
.brand-name { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.3rem; color: var(--ink); white-space: nowrap; }
.brand-name span { color: var(--emerald); }
.brand-name small {
  display: block; font-family: 'Hanken Grotesk', sans-serif;
  font-size: .62rem; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted); margin-top: -3px;
}

.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  padding: 9px 15px; border-radius: 9px;
  font-weight: 600; font-size: .96rem; color: var(--text);
  transition: background .18s, color .18s;
}
.nav-links a:hover { background: var(--cream); color: var(--emerald); }
.nav-links a.active { color: var(--emerald); }
.nav-apply { display: none; }
.nav-cta { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none; background: transparent;
  width: 44px; height: 44px; border-radius: 10px;
  flex-direction: column; gap: 5px; align-items: center; justify-content: center;
}
.nav-toggle span {
  width: 22px; height: 2.4px; background: var(--ink);
  border-radius: 2px; transition: transform .25s, opacity .25s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 460px at 84% -8%, rgba(22,168,117,.16), transparent 60%),
    radial-gradient(700px 460px at 6% 108%, rgba(201,138,53,.12), transparent 60%),
    var(--cream);
}
.hero-grid {
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: 56px; align-items: center;
  padding-top: 84px; padding-bottom: 96px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--paper); border: 1px solid var(--line);
  padding: 7px 15px; border-radius: 999px;
  font-size: .82rem; font-weight: 600; color: var(--ink-soft);
  box-shadow: var(--shadow-sm); margin-bottom: 24px;
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--emerald-bright);
  box-shadow: 0 0 0 4px rgba(22,168,117,.18);
}
.hero h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.1rem);
  margin-bottom: 22px;
}
.hero h1 em {
  font-style: italic; color: var(--emerald);
  position: relative;
}
.hero h1 em::after {
  content: ''; position: absolute; left: 0; bottom: 4px;
  width: 100%; height: 9px; background: rgba(201,138,53,.34);
  z-index: -1; border-radius: 3px;
}
.hero-lead {
  font-size: 1.12rem; color: var(--muted);
  max-width: 480px; margin-bottom: 30px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-trust {
  display: flex; gap: 26px; flex-wrap: wrap;
  padding-top: 26px; border-top: 1px solid var(--line);
}
.hero-trust .ht-item strong {
  font-family: 'Fraunces', serif; font-size: 1.7rem;
  color: var(--ink); display: block;
}
.hero-trust .ht-item span { font-size: .85rem; color: var(--muted); }

/* Hero visual card */
.hero-visual { position: relative; }
.apply-card {
  background: var(--paper); border-radius: 22px;
  padding: 30px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); position: relative;
}
.apply-card h3 { font-size: 1.32rem; margin-bottom: 4px; }
.apply-card .ac-sub { font-size: .9rem; color: var(--muted); margin-bottom: 22px; }
.apply-step {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px dashed var(--line);
}
.apply-step:last-of-type { border-bottom: none; }
.apply-step .as-num {
  flex: none; width: 34px; height: 34px; border-radius: 10px;
  background: var(--cream); color: var(--emerald);
  display: grid; place-items: center; font-weight: 800;
  font-family: 'Fraunces', serif;
}
.apply-step .as-text strong { display: block; color: var(--ink); font-size: .98rem; }
.apply-step .as-text span { font-size: .85rem; color: var(--muted); }
.apply-card .ac-foot {
  margin-top: 20px; display: flex; align-items: center; gap: 10px;
  background: var(--ink); color: #d6e6dd;
  padding: 13px 16px; border-radius: 12px; font-size: .86rem;
}
.apply-card .ac-foot strong { color: var(--gold-soft); }
.float-tag {
  position: absolute; background: var(--paper);
  border: 1px solid var(--line); border-radius: 13px;
  padding: 11px 15px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 9px;
  font-size: .82rem; font-weight: 700; color: var(--ink);
}
.float-tag svg { width: 19px; height: 19px; color: var(--emerald); }
.float-tag.t1 { top: -22px; left: -26px; }
.float-tag.t2 { bottom: 36px; right: -30px; }

/* ---------- Marquee / trusted strip ---------- */
.strip {
  background: var(--ink); color: #b9cdc3;
  padding: 22px 0; overflow: hidden;
}
.strip .wrap { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; }
.strip span { font-size: .9rem; font-weight: 600; }
.strip .pill {
  border: 1px solid rgba(255,255,255,.16); border-radius: 999px;
  padding: 6px 16px; font-size: .82rem; white-space: nowrap;
}

/* ---------- Service cards ---------- */
.svc-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
}
.svc-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative; overflow: hidden;
}
.svc-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 3px; background: var(--emerald);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon {
  width: 54px; height: 54px; border-radius: 14px;
  background: linear-gradient(140deg, var(--emerald), var(--emerald-deep));
  display: grid; place-items: center; margin-bottom: 18px;
  box-shadow: 0 8px 18px rgba(14,111,81,.26);
}
.svc-icon svg { width: 26px; height: 26px; color: var(--white); }
.svc-card h3 { font-size: 1.22rem; margin-bottom: 9px; }
.svc-card p { font-size: .95rem; color: var(--muted); margin-bottom: 16px; }
.svc-link {
  font-weight: 700; font-size: .9rem; color: var(--emerald);
  display: inline-flex; align-items: center; gap: 6px;
}
.svc-link svg { width: 15px; height: 15px; transition: transform .2s; }
.svc-card:hover .svc-link svg { transform: translateX(4px); }
.svc-price {
  display: inline-block; margin-bottom: 14px;
  font-size: .8rem; font-weight: 700; color: var(--gold);
  background: rgba(201,138,53,.12); padding: 4px 11px; border-radius: 999px;
}

/* ---------- Process ---------- */
.process { background: var(--paper); }
.steps {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 22px;
  counter-reset: step;
}
.step {
  background: var(--cream); border-radius: var(--radius);
  padding: 28px 24px; position: relative;
  border: 1px solid var(--line);
}
.step .s-num {
  font-family: 'Fraunces', serif; font-size: 2.6rem;
  color: var(--gold-soft); line-height: 1; margin-bottom: 12px;
}
.step h3 { font-size: 1.12rem; margin-bottom: 7px; }
.step p { font-size: .9rem; color: var(--muted); }

/* ---------- Why / features ---------- */
.why { background: var(--ink); color: #d6e6dd; }
.why h2 { color: var(--white); }
.why .section-head p { color: #9fb6ab; }
.why .eyebrow { color: var(--gold-soft); }
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feat {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius); padding: 26px;
  transition: background .25s, transform .25s;
}
.feat:hover { background: rgba(255,255,255,.07); transform: translateY(-4px); }
.feat .f-ico {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(22,168,117,.16); display: grid; place-items: center;
  margin-bottom: 16px;
}
.feat .f-ico svg { width: 23px; height: 23px; color: var(--emerald-bright); }
.feat h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 7px; }
.feat p { font-size: .92rem; color: #9fb6ab; }

/* ---------- Stats ---------- */
.stats-row {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;
  text-align: center;
}
.stat {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px 18px;
}
.stat .s-val {
  font-family: 'Fraunces', serif; font-size: 2.7rem;
  color: var(--emerald); line-height: 1;
}
.stat .s-val span { color: var(--gold); }
.stat p { font-size: .9rem; color: var(--muted); margin-top: 8px; }

/* ---------- Testimonials ---------- */
.tst-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.tst {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
}
.tst .stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 12px; }
.tst p { font-size: .98rem; color: var(--text); margin-bottom: 18px; }
.tst .who { display: flex; align-items: center; gap: 12px; }
.tst .who .av {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(140deg, var(--emerald), var(--gold));
  display: grid; place-items: center; color: var(--white);
  font-weight: 800; font-family: 'Fraunces', serif;
}
.tst .who strong { display: block; font-size: .95rem; color: var(--ink); }
.tst .who span { font-size: .82rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-sm); margin-bottom: 14px; overflow: hidden;
}
.faq-q {
  width: 100%; text-align: left; background: transparent;
  padding: 20px 22px; display: flex; justify-content: space-between;
  align-items: center; gap: 16px;
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: 1.06rem; color: var(--ink);
}
.faq-q .ic {
  flex: none; width: 28px; height: 28px; border-radius: 50%;
  background: var(--cream); display: grid; place-items: center;
  font-size: 1.2rem; color: var(--emerald); transition: transform .25s;
}
.faq-item.open .faq-q .ic { transform: rotate(45deg); background: var(--emerald); color: var(--white); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--muted); font-size: .96rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(600px 300px at 80% 20%, rgba(22,168,117,.22), transparent),
    linear-gradient(135deg, var(--emerald-deep), var(--ink));
  border-radius: 26px; padding: 56px 48px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 36px; flex-wrap: wrap; color: var(--white);
}
.cta-band h2 { color: var(--white); font-size: clamp(1.7rem,3vw,2.4rem); max-width: 540px; }
.cta-band p { color: #b9d4c8; margin-top: 10px; max-width: 480px; }
.cta-band .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background:
    radial-gradient(700px 340px at 88% -20%, rgba(22,168,117,.16), transparent),
    var(--ink);
  color: var(--white); padding: 64px 0 72px;
  text-align: center;
}
.page-hero .eyebrow { color: var(--gold-soft); }
.page-hero h1 { color: var(--white); font-size: clamp(2.2rem,4.5vw,3.4rem); }
.page-hero p { color: #a9c2b6; max-width: 620px; margin: 14px auto 0; }
.crumbs { font-size: .85rem; color: #88a497; margin-top: 18px; }
.crumbs a { color: var(--gold-soft); }

/* ---------- Service detail rows ---------- */
.svc-detail {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 28px;
}
.svc-detail.alt { grid-template-columns: 1fr; }
.svc-block {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px;
}
.svc-block .sb-head { display: flex; gap: 16px; align-items: center; margin-bottom: 16px; }
.svc-block h3 { font-size: 1.3rem; }

/* sb-list — works anywhere (service blocks, sidebars, location boxes) */
.sb-list { margin: 16px 0; list-style: none; }
.sb-list li {
  display: flex; gap: 10px; padding: 6px 0;
  font-size: .95rem; color: var(--text);
}
.sb-list li svg {
  flex: none; width: 18px; height: 18px;
  color: var(--emerald); margin-top: 3px;
}
.svc-block .sb-foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line);
  flex-wrap: wrap; gap: 12px;
}
.svc-block .sb-price { font-family: 'Fraunces',serif; font-size: 1.3rem; color: var(--ink); }
.svc-block .sb-price small { font-size: .8rem; color: var(--muted); font-weight: 400; }

/* ---------- About ---------- */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
}
.about-img {
  background: linear-gradient(140deg, var(--emerald), var(--ink));
  border-radius: var(--radius); min-height: 380px;
  position: relative; overflow: hidden; padding: 36px;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--white);
}
.about-img .ai-quote { font-family: 'Fraunces',serif; font-size: 1.5rem; line-height: 1.3; }
.about-img .ai-by { margin-top: 14px; font-size: .9rem; color: #b9d4c8; }
.about-img::before {
  content: '%'; position: absolute; top: -40px; right: -10px;
  font-family: 'Fraunces',serif; font-size: 16rem; font-weight: 600;
  color: rgba(255,255,255,.06);
}
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 22px; }
.value {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 20px;
}
.value h4 { font-size: 1.05rem; margin-bottom: 5px; }
.value p { font-size: .88rem; color: var(--muted); }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: 36px; align-items: start;
}
.contact-info {
  background: var(--ink); color: #d6e6dd;
  border-radius: var(--radius); padding: 36px;
}
.contact-info h3 { color: var(--white); font-size: 1.4rem; margin-bottom: 8px; }
.contact-info > p { color: #9fb6ab; font-size: .95rem; margin-bottom: 26px; }
.ci-item { display: flex; gap: 14px; margin-bottom: 20px; }
.ci-item .ci-ico {
  flex: none; width: 44px; height: 44px; border-radius: 11px;
  background: rgba(22,168,117,.16); display: grid; place-items: center;
}
.ci-item .ci-ico svg { width: 21px; height: 21px; color: var(--emerald-bright); }
.ci-item strong { color: var(--white); display: block; font-size: .96rem; }
.ci-item span, .ci-item a { color: #9fb6ab; font-size: .92rem; }
.ci-item a:hover { color: var(--gold-soft); }
.ci-socials { display: flex; gap: 10px; margin-top: 26px; }
.ci-socials a {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,.07); display: grid; place-items: center;
  transition: background .2s;
}
.ci-socials a:hover { background: var(--emerald); }
.ci-socials svg { width: 18px; height: 18px; color: #d6e6dd; }

.form-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 36px;
}
.form-card h3 { font-size: 1.4rem; margin-bottom: 5px; }
.form-card .fc-sub { color: var(--muted); font-size: .94rem; margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label {
  display: block; font-size: .85rem; font-weight: 700;
  color: var(--ink); margin-bottom: 7px;
}
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px;
  border: 1.5px solid var(--line); border-radius: 11px;
  font-family: inherit; font-size: .96rem; color: var(--text);
  background: var(--cream); transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--emerald);
  box-shadow: 0 0 0 4px rgba(14,111,81,.1); background: var(--white);
}
.field textarea { resize: vertical; min-height: 96px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card .fc-note {
  font-size: .8rem; color: var(--muted); margin-top: 4px;
}
.form-card button[type=submit] { width: 100%; justify-content: center; margin-top: 8px; }
.form-msg {
  display: none; margin-top: 14px; padding: 12px 16px;
  border-radius: 10px; font-size: .9rem; font-weight: 600;
  background: rgba(22,168,117,.12); color: var(--emerald-deep);
}

/* ---------- Map embed ---------- */
.map-wrap {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); height: 340px;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #9fb6ab; padding: 64px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr);
  gap: 36px; padding-bottom: 48px;
}
.site-footer .brand-name, .site-footer .brand-name small { color: var(--white); }
.site-footer .brand-name span { color: var(--emerald-bright); }
.footer-about { margin-top: 16px; font-size: .92rem; max-width: 280px; }
.footer-col h4 {
  color: var(--white); font-family: 'Hanken Grotesk',sans-serif;
  font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col a { display: block; padding: 5px 0; font-size: .92rem; transition: color .2s; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-contact li { display: flex; gap: 9px; padding: 5px 0; font-size: .9rem; }
.footer-contact li span, .footer-contact li a { min-width: 0; overflow-wrap: break-word; }
.footer-contact svg { flex: none; width: 16px; height: 16px; color: var(--emerald-bright); margin-top: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 22px 0; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 12px; font-size: .84rem;
}
.footer-disclaimer {
  background: rgba(0,0,0,.25); font-size: .78rem;
  color: #7e978b; text-align: center; padding: 14px 24px;
  line-height: 1.6;
}

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; display: grid; place-items: center;
  box-shadow: 0 12px 28px rgba(37,211,102,.45);
  transition: transform .2s;
  animation: wa-pulse 2.4s infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }
@keyframes wa-pulse {
  0%   { box-shadow: 0 12px 28px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.4); }
  70%  { box-shadow: 0 12px 28px rgba(37,211,102,.45), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 12px 28px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* ---------- Hero load animation ---------- */
.fade-up { opacity: 0; transform: translateY(22px); animation: fadeUp .7s ease forwards; }
.fade-up.l1 { animation-delay: .05s; }
.fade-up.l2 { animation-delay: .18s; }
.fade-up.l3 { animation-delay: .31s; }
.fade-up.l4 { animation-delay: .44s; }
.fade-up.l5 { animation-delay: .57s; }
@keyframes fadeUp { to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  /* Topbar mobile par chhupa do — warna fixed menu header ke text par chadh jaata tha */
  .topbar { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .svc-grid, .feat-grid, .tst-grid, .steps,
  .stats-row, .svc-detail, .about-grid, .contact-grid {
    grid-template-columns: 1fr;
  }
  .steps, .stats-row { grid-template-columns: 1fr 1fr; }
  /* Floating tags hide on tablet/mobile — warna card ke text par overlap karte the */
  .float-tag { display: none; }

  .nav-links {
    position: fixed; top: 76px; left: 0; right: 0;
    background: var(--paper); flex-direction: column;
    align-items: stretch; padding: 18px 24px;
    gap: 4px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    transform: translateY(-130%); transition: transform .3s ease;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 13px 14px; }
  .nav-toggle { display: flex; }
  /* Mobile par dono header buttons hide — warna brand text par overlap karte the */
  .nav-cta .btn { display: none; }
  /* Apply Now ab mobile menu ke andar button jaisa dikhega */
  .nav-links a.nav-apply {
    display: block; margin-top: 10px; text-align: center;
    background: var(--emerald); color: #fff;
    border-radius: 999px; padding: 14px;
  }
  .nav-links a.nav-apply:hover { background: var(--emerald-deep); color: #fff; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .topbar .tb-left span:last-child { display: none; }
  .steps, .stats-row { grid-template-columns: 1fr; }
  .cta-band { padding: 38px 26px; }
  .field-row { grid-template-columns: 1fr; }
  .hero-trust { gap: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  /* Hero heading mobile par chhota — warna words edge se cut hote the */
  .hero h1 { font-size: 2.05rem; }
  .hero-lead { font-size: 1.02rem; }
  /* Hero ke buttons mobile par full-width, ek line me */
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-band .cta-actions { width: 100%; flex-direction: column; }
  .cta-band .cta-actions .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   pSEO / Location pages — additional styles
   ============================================================ */

/* City / service chips */
.loc-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 999px; padding: 9px 16px;
  font-size: .88rem; font-weight: 600; color: var(--text);
  transition: background .18s, color .18s, border-color .18s, transform .18s;
}
.chip:hover {
  background: var(--emerald); color: #fff;
  border-color: var(--emerald); transform: translateY(-2px);
}

/* Location page two-column layout */
.loc-layout {
  display: grid; grid-template-columns: 1.7fr 1fr;
  gap: 38px; align-items: start;
}
.loc-main > * + * { margin-top: 30px; }
.loc-main h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.loc-main h3 { font-size: 1.25rem; }

.loc-box {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
}
.loc-box h3, .loc-box h4 { margin-bottom: 6px; }

.loc-steps { grid-template-columns: repeat(4,1fr); gap: 14px; }
.loc-steps .step { padding: 20px 16px; }
.loc-steps .s-num { font-size: 2rem; margin-bottom: 6px; }
.loc-steps h3 { font-size: 1rem; }
.loc-steps p { font-size: .84rem; }

/* Sticky sidebar */
.loc-aside { position: sticky; top: 96px; display: grid; gap: 20px; }
.loc-cta-card {
  background: linear-gradient(160deg, var(--paper), var(--cream));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-md);
}
.loc-cta-card h3 { font-size: 1.25rem; margin: 8px 0 8px; }
.loc-cta-card p { font-size: .92rem; color: var(--muted); margin-bottom: 18px; }
.loc-call {
  display: flex; align-items: center; gap: 9px;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line);
  font-weight: 700; color: var(--ink);
}
.loc-call svg { width: 18px; height: 18px; color: var(--emerald); }

.loc-mini-links { display: grid; gap: 8px; }
.loc-mini-links a {
  display: flex; justify-content: space-between; align-items: center;
  gap: 10px; padding: 11px 14px; border-radius: 10px;
  background: var(--cream); border: 1px solid var(--line);
  font-size: .9rem; font-weight: 600; color: var(--text);
  transition: background .18s, color .18s;
}
.loc-mini-links a:hover { background: var(--emerald); color: #fff; }
.loc-mini-links a:hover svg { color: #fff; }
.loc-mini-links svg { flex: none; width: 15px; height: 15px; color: var(--emerald); }

/* Locations index — service blocks */
.loc-service-block {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px;
}
.loc-service-block + .loc-service-block { margin-top: 22px; }
.loc-service-head {
  display: flex; gap: 16px; align-items: flex-start; margin-bottom: 18px;
}
.loc-service-head h2 { font-size: 1.4rem; }
.loc-service-head p { font-size: .92rem; color: var(--muted); margin-top: 4px; }

/* Form success / error */
.form-success {
  display: flex; gap: 14px; align-items: flex-start;
  background: rgba(22,168,117,.1); border: 1px solid rgba(22,168,117,.3);
  border-radius: var(--radius-sm); padding: 22px;
}
.form-success svg { flex: none; width: 30px; height: 30px; color: var(--emerald); }
.form-success strong { font-family: 'Fraunces',serif; font-size: 1.2rem; color: var(--ink); }
.form-success p { font-size: .92rem; color: var(--muted); margin-top: 4px; }
.form-error {
  background: rgba(201,138,53,.12); border: 1px solid rgba(201,138,53,.4);
  color: #8a5a14; border-radius: 10px; padding: 12px 16px;
  font-size: .9rem; font-weight: 600; margin-bottom: 18px;
}

@media (max-width: 960px) {
  .loc-layout { grid-template-columns: 1fr; }
  .loc-aside { position: static; }
  .loc-steps { grid-template-columns: 1fr 1fr; }
  .loc-service-head { flex-direction: column; gap: 12px; }
}
@media (max-width: 620px) {
  .loc-steps { grid-template-columns: 1fr; }
}

/* ============================================================
   Pan-India coverage section
   ============================================================ */
.pan-india { background: var(--paper); }
.india-stats {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 14px; margin-bottom: 38px;
}
.is-item {
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 18px 32px;
  text-align: center; min-width: 150px;
}
.is-item strong {
  display: block; font-family: 'Fraunces', serif;
  font-size: 2.1rem; color: var(--emerald); line-height: 1;
}
.is-item span { font-size: .85rem; color: var(--muted); }

.state-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  max-width: 940px; margin: 0 auto;
}
.state-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(14,111,81,.09);
  border: 1px solid rgba(14,111,81,.22);
  color: var(--emerald-deep);
  border-radius: 999px; padding: 8px 15px;
  font-size: .86rem; font-weight: 600;
  transition: background .18s, transform .18s;
}
.state-chip:hover { background: rgba(14,111,81,.16); transform: translateY(-2px); }
.state-chip svg { width: 14px; height: 14px; flex: none; color: var(--emerald-bright); }

@media (max-width: 620px) {
  .is-item { padding: 14px 20px; min-width: 120px; flex: 1; }
  .is-item strong { font-size: 1.7rem; }
  .state-chip { font-size: .8rem; padding: 7px 12px; }
}

/* ============================================================
   Register page — layout, document upload UI
   ============================================================ */
.reg-layout {
  display: grid; grid-template-columns: 1.55fr 1fr;
  gap: 38px; align-items: start;
}
.reg-aside { position: sticky; top: 96px; display: grid; gap: 20px; }

.reg-steps { display: grid; gap: 12px; margin: 14px 0 18px; }
.reg-step { display: flex; gap: 11px; align-items: flex-start; }
.reg-step span {
  flex: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--emerald); color: #fff;
  font-size: .85rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.reg-step p { font-size: .9rem; color: var(--muted); }

.opt { font-weight: 500; color: var(--muted); font-size: .85em; }

/* Upload block */
.upload-block {
  margin: 22px 0; padding: 22px;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.ub-head h4 { font-size: 1.05rem; }
.ub-head p { font-size: .86rem; color: var(--muted); margin: 5px 0 16px; }

.upload-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.upload-item { position: relative; }
.upload-item label {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; text-align: center;
  padding: 18px 12px; cursor: pointer;
  background: var(--paper);
  border: 1.5px dashed var(--line-strong, #d8cfb8);
  border-radius: 12px;
  transition: border-color .18s, background .18s;
}
.upload-item label:hover { border-color: var(--emerald); background: #fff; }
.upload-item label svg { width: 22px; height: 22px; color: var(--emerald); }
.upload-item .ui-label { font-weight: 700; font-size: .9rem; color: var(--ink); }
.upload-item .ui-hint  { font-size: .76rem; color: var(--muted); }
.upload-item input[type=file] {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; cursor: pointer;
}
/* filename shown after pick */
.upload-item.has-file label {
  border-style: solid; border-color: var(--emerald);
  background: rgba(14,111,81,.06);
}
.upload-item.has-file .ui-hint { color: var(--emerald); font-weight: 600; }

@media (max-width: 960px) {
  .reg-layout { grid-template-columns: 1fr; }
  .reg-aside { position: static; }
}
@media (max-width: 620px) {
  .upload-grid { grid-template-columns: 1fr; }
}

/* ---- Multi-partner document blocks ---- */
.partner-note {
  display: flex; gap: 9px; align-items: flex-start;
  background: rgba(201,138,53,.1); border: 1px solid rgba(201,138,53,.3);
  border-radius: 10px; padding: 12px 14px; margin-bottom: 16px;
  font-size: .86rem; color: #7a5212;
}
.partner-note svg { flex: none; width: 17px; height: 17px; color: var(--gold); margin-top: 1px; }

.partner-block { margin-bottom: 14px; }
.partner-block + .partner-block { padding-top: 14px; border-top: 1px dashed var(--line); }
.pb-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px;
}
.pb-title {
  font-family: 'Fraunces', serif; font-size: 1rem;
  font-weight: 600; color: var(--ink);
}
.pb-remove {
  font-size: .8rem; font-weight: 600; color: #b4321f;
  background: none; border: none; cursor: pointer; padding: 4px 6px;
}
.pb-remove:hover { text-decoration: underline; }

.add-partner {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 6px 0 4px;
  background: rgba(14,111,81,.08); border: 1px dashed var(--emerald);
  color: var(--emerald-deep); font-weight: 700; font-size: .88rem;
  border-radius: 999px; padding: 9px 16px; cursor: pointer;
  transition: background .18s;
}
.add-partner:hover { background: rgba(14,111,81,.16); }
.add-partner svg { width: 15px; height: 15px; }

.biz-doc { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.biz-doc .pb-title { margin-bottom: 10px; display: block; }

/* ---- Registration wizard step indicator ---- */
.wiz-steps {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; margin-bottom: 26px;
}
.wiz-step { display: flex; align-items: center; gap: 9px; opacity: .45; transition: opacity .2s; }
.wiz-step.active { opacity: 1; }
.ws-num {
  width: 30px; height: 30px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: var(--line); color: var(--ink);
  font-weight: 700; font-size: .92rem;
}
.wiz-step.active .ws-num { background: var(--emerald); color: #fff; }
.wiz-step.done .ws-num   { background: var(--emerald-bright, #16a875); color: #fff; }
.ws-label { font-weight: 700; font-size: .9rem; color: var(--ink); }
.wiz-line {
  flex: 1; max-width: 70px; height: 2px;
  background: var(--line); border-radius: 2px;
}
.wiz-line.done { background: var(--emerald); }

@media (max-width: 480px) {
  .ws-label { font-size: .8rem; }
  .wiz-line { max-width: 36px; }
}

/* ---- Step 2: business type tag ---- */
.biztype-tag {
  display: flex; align-items: center; gap: 10px;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: 10px; padding: 11px 15px; margin-bottom: 20px;
  font-size: .9rem; color: var(--muted);
}
.biztype-tag svg { width: 18px; height: 18px; flex: none; color: var(--emerald); }
.biztype-tag strong { color: var(--ink); }
.biztype-tag .bt-change {
  margin-left: auto; font-size: .82rem; font-weight: 700;
  color: var(--emerald-deep); border-bottom: 1px solid currentColor;
}

/* ============================================================
   Service detail page — process list, benefits grid
   ============================================================ */
.proc-list { display: grid; gap: 12px; }
.proc-item {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 18px 20px;
}
.proc-num {
  flex: none; font-family: 'Fraunces', serif;
  font-size: 1.6rem; font-weight: 600;
  color: var(--gold); line-height: 1; min-width: 38px;
}
.proc-item strong { font-size: 1rem; color: var(--ink); }
.proc-item p { font-size: .9rem; color: var(--muted); margin-top: 3px; }

.benefit-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.benefit-item {
  display: flex; gap: 10px; align-items: flex-start;
  background: rgba(14,111,81,.06);
  border: 1px solid rgba(14,111,81,.16);
  border-radius: 10px; padding: 14px 16px;
}
.benefit-item svg { flex: none; width: 17px; height: 17px; color: var(--emerald); margin-top: 2px; }
.benefit-item span { font-size: .9rem; font-weight: 500; color: var(--text); }

/* services.php — heading link + dual action buttons */
.svc-block h3 a { transition: color .18s; }
.svc-block h3 a:hover { color: var(--emerald); }
.sb-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.sb-actions .btn { padding: 11px 20px; font-size: .9rem; }

@media (max-width: 620px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .sb-actions { width: 100%; }
  .sb-actions .btn { flex: 1; justify-content: center; }
}

/* ============================================================
   State page — services grid, static chips
   ============================================================ */
.state-svc-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.state-svc-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 18px;
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
.state-svc-card:hover {
  border-color: var(--emerald); transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.state-svc-card .svc-icon { flex: none; }
.state-svc-card h4 { font-size: 1.02rem; color: var(--ink); }
.state-svc-card p { font-size: .85rem; color: var(--muted); margin: 4px 0 6px; }
.ssc-price {
  font-size: .8rem; font-weight: 700; color: var(--emerald-deep);
  background: rgba(14,111,81,.09); border-radius: 999px;
  padding: 3px 10px; display: inline-block;
}

/* non-clickable district chip */
.chip-static {
  background: var(--cream); color: var(--muted);
  cursor: default; border-style: dashed;
}
.chip-static:hover { background: var(--cream); color: var(--muted); transform: none; }

@media (max-width: 620px) {
  .state-svc-grid { grid-template-columns: 1fr; }
}
