/* Gharparibar pre-rendered SEO shell */

.gp-prerender-page{
  max-width:1180px;
  margin:0 auto;
  padding:18px 0 36px;
  color:#15251b;
}

.gp-prerender-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 12px;
  font-size:13px;
  color:#64748b;
}

.gp-prerender-breadcrumb a{
  color:#0f766e;
  text-decoration:none;
  font-weight:900;
}

.gp-prerender-breadcrumb span{
  color:#94a3b8;
}

.gp-prerender-hero{
  border-radius:28px;
  padding:34px 30px;
  background:
    radial-gradient(circle at top left,rgba(255,255,255,.55),transparent 36%),
    linear-gradient(135deg,#1a3d28,#2f8b50 52%,#b8860b);
  color:white;
  box-shadow:0 16px 42px rgba(26,61,40,.22);
}

.gp-prerender-kicker{
  font-size:13px;
  font-weight:900;
  opacity:.9;
}

.gp-prerender-hero h1{
  margin:8px 0;
  font-family:'Tiro Devanagari Nepali',serif;
  font-size:40px;
  line-height:1.15;
}

.gp-prerender-hero p{
  margin:0;
  max-width:760px;
  line-height:1.7;
  opacity:.96;
}

.gp-prerender-topics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:16px 0;
}

.gp-prerender-topics a,
.gp-prerender-nearby a,
.gp-prerender-localities a{
  text-decoration:none;
  color:#0f766e;
  font-weight:900;
}

.gp-prerender-topics a{
  background:white;
  border:1px solid rgba(15,118,110,.14);
  border-radius:16px;
  padding:13px;
  box-shadow:0 6px 18px rgba(15,23,42,.05);
}

.gp-prerender-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:16px 0;
}

.gp-prerender-card,
.gp-prerender-nearby,
.gp-prerender-localities{
  background:white;
  border:1px solid rgba(15,118,110,.14);
  border-radius:22px;
  padding:18px;
  margin:16px 0;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}

.gp-prerender-card h2,
.gp-prerender-nearby h2,
.gp-prerender-localities h2{
  margin:0 0 10px;
  color:#0f172a;
  font-size:21px;
}

.gp-prerender-card p{
  color:#64748b;
  line-height:1.65;
}

.gp-prerender-nearby div,
.gp-prerender-localities div{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.gp-prerender-nearby a,
.gp-prerender-localities a{
  background:#e8f5ec;
  border:1px solid rgba(34,97,58,.14);
  border-radius:999px;
  padding:9px 13px;
}

@media(max-width:850px){
  .gp-prerender-grid,
  .gp-prerender-topics{
    grid-template-columns:1fr;
  }

  .gp-prerender-hero h1{
    font-size:31px;
  }
}
