/**
 * India — Best web development company
 * body.page-best-web-india
 */

html {
  margin: 0;
  padding: 0;
}

body.page-best-web-india * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.page-best-web-india {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #0f172a;
  background: #fff;
  line-height: 1.55;
  overflow-x: hidden;
}

body.page-best-web-india main {
  overflow-x: hidden;
}

body.page-best-web-india .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

body.page-best-web-india .header-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

body.page-best-web-india .header-frame {
  width: 100%;
  height: 64px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-best-web-india .full-footer-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  margin-top: 0;
}

body.page-best-web-india .full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-best-web-india .hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
  padding: 48px 0 56px;
  color: #fff;
  position: relative;
}

body.page-best-web-india .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 90% 40%, rgba(59, 130, 246, 0.2), transparent 55%);
  pointer-events: none;
}

body.page-best-web-india .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

body.page-best-web-india .hero-kicker {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}

body.page-best-web-india .hero h1 {
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 16px;
}

body.page-best-web-india .hero-lead {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 12px;
}

body.page-best-web-india .hero p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 14px;
  font-size: 1.05rem;
}

body.page-best-web-india .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

body.page-best-web-india .btn-solid {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  color: #1e40af;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
}

body.page-best-web-india .btn-line {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.65);
  padding-bottom: 2px;
  align-self: center;
}

body.page-best-web-india .crumbs {
  background: #f8fafc;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
}

body.page-best-web-india .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

body.page-best-web-india .breadcrumb-item a {
  color: #1e40af;
  font-weight: 600;
  text-decoration: none;
}

body.page-best-web-india .breadcrumb-item.active {
  color: #64748b;
}

body.page-best-web-india .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding-right: 8px;
  color: #64748b;
}

body.page-best-web-india .section {
  padding: 52px 0;
}

body.page-best-web-india .section--soft {
  background: #f8fafc;
}

body.page-best-web-india .h2 {
  text-align: center;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 28px;
  line-height: 1.25;
}

body.page-best-web-india .h2 span {
  color: #1e40af;
}

body.page-best-web-india .prose {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #334155;
}

body.page-best-web-india .prose p {
  margin-bottom: 14px;
}

body.page-best-web-india .prose ul {
  margin: 12px 0 0;
  padding-left: 1.25rem;
  list-style: disc;
}

body.page-best-web-india .prose li {
  margin-bottom: 8px;
}

body.page-best-web-india .panel {
  border-radius: 20px;
  padding: 36px 32px;
  color: #fff;
}

body.page-best-web-india .panel--navy {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #1e40af 100%);
  box-shadow: 0 16px 40px rgba(30, 64, 175, 0.2);
}

body.page-best-web-india .panel--rose {
  background: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
  box-shadow: 0 16px 40px rgba(236, 72, 153, 0.2);
}

body.page-best-web-india .panel h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}

body.page-best-web-india .panel--navy h2 span {
  color: #93c5fd;
}

body.page-best-web-india .panel--rose h2 span {
  color: #fce7f3;
}

body.page-best-web-india .panel p,
body.page-best-web-india .panel li {
  color: rgba(255, 255, 255, 0.95);
}

body.page-best-web-india .panel ul {
  margin-top: 12px;
  padding-left: 1.25rem;
}

body.page-best-web-india .grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

body.page-best-web-india .card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

body.page-best-web-india .card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: #1e40af;
  margin-bottom: 8px;
}

body.page-best-web-india .card p {
  font-size: 0.98rem;
  color: #475569;
  line-height: 1.6;
}

body.page-best-web-india .tech-intro {
  max-width: 42rem;
  margin: 0 auto 28px;
  text-align: center;
  color: #475569;
  font-size: 1.05rem;
}

body.page-best-web-india .tech-intro p {
  margin-bottom: 10px;
}

body.page-best-web-india .tech-cat {
  background: linear-gradient(90deg, #166534 0%, #22c55e 55%, #4ade80 100%);
  border-radius: 28px;
  padding: 32px 28px;
  margin-bottom: 20px;
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

body.page-best-web-india .tech-cat:last-of-type {
  margin-bottom: 0;
}

body.page-best-web-india .tech-cat h3 {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
}

body.page-best-web-india .tech-cat .sub {
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.95;
  margin-bottom: 16px;
}

body.page-best-web-india .tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

body.page-best-web-india .tech-list li {
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: 999px;
}

body.page-best-web-india .tech-foot {
  text-align: center;
  font-size: 0.98rem;
  opacity: 0.95;
  line-height: 1.55;
}

body.page-best-web-india .tech-note {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  border-radius: 28px;
  padding: 32px 28px;
  margin-top: 24px;
  text-align: center;
  color: #fff;
  box-shadow: 0 12px 32px rgba(30, 64, 175, 0.25);
}

body.page-best-web-india .tech-note h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

body.page-best-web-india .tech-note p {
  opacity: 0.95;
  line-height: 1.65;
}

body.page-best-web-india .table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  margin-top: 8px;
}

body.page-best-web-india table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

body.page-best-web-india th,
body.page-best-web-india td {
  padding: 14px 16px;
  text-align: left;
  border: 1px solid #e2e8f0;
  font-size: 0.95rem;
}

body.page-best-web-india th {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  color: #fff;
  font-weight: 700;
}

body.page-best-web-india tr:nth-child(even) td {
  background: #f8fafc;
}

body.page-best-web-india .td-win {
  color: #059669;
  font-weight: 600;
}

body.page-best-web-india .band {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 45%, #059669 100%);
  border-radius: 22px;
  padding: 36px 28px;
  margin-top: 8px;
  color: #fff;
  box-shadow: 0 16px 40px rgba(30, 64, 175, 0.22);
}

body.page-best-web-india .band p {
  margin-bottom: 12px;
  opacity: 0.97;
  line-height: 1.65;
}

body.page-best-web-india .band p:last-child {
  margin-bottom: 0;
}

body.page-best-web-india .extra-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

body.page-best-web-india .extra-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
}

body.page-best-web-india .extra-list li::before {
  content: "✓";
  color: #059669;
  font-weight: 800;
}

body.page-best-web-india .cta {
  background: linear-gradient(135deg, #1e40af, #2563eb, #059669);
  border-radius: 22px;
  padding: 40px 28px;
  text-align: center;
  color: #fff;
}

body.page-best-web-india .cta h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  margin-bottom: 12px;
}

body.page-best-web-india .cta p {
  margin-bottom: 20px;
  opacity: 0.95;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

body.page-best-web-india .cta a {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: #facc15;
  color: #0f172a;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none;
}

body.page-best-web-india .contact {
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 36px 28px;
}

body.page-best-web-india .contact h2 {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 8px;
}

body.page-best-web-india .contact .hint {
  color: #64748b;
  margin-bottom: 20px;
  font-size: 0.98rem;
}

body.page-best-web-india .field {
  margin-bottom: 14px;
}

body.page-best-web-india .field input,
body.page-best-web-india .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font: inherit;
}

body.page-best-web-india .field textarea {
  min-height: 100px;
  resize: vertical;
}

body.page-best-web-india .btn-send {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

body.page-best-web-india .fineprint {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
}

body.page-best-web-india .float-icon {
  position: fixed;
  bottom: 12px;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  z-index: 9999;
}

body.page-best-web-india .float-wa {
  left: 14px;
  background: #25d366;
  font-size: 36px;
}

body.page-best-web-india .float-call {
  right: 14px;
  background: #1d4ed8;
  font-size: 24px;
}

@media (max-width: 768px) {
  body.page-best-web-india .container {
    padding: 0 20px;
  }

  body.page-best-web-india .section {
    padding: 40px 0;
  }

  body.page-best-web-india .panel {
    padding: 28px 22px;
  }

  body.page-best-web-india .hero-inner {
    text-align: center;
    margin: 0 auto;
  }

  body.page-best-web-india .hero-actions {
    justify-content: center;
  }

  body.page-best-web-india .header-frame {
    height: 64px;
  }

  body.page-best-web-india .full-footer-frame {
    height: 330px;
  }

  body.page-best-web-india .float-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }

  body.page-best-web-india .float-wa {
    left: 10px;
    font-size: 31px;
  }

  body.page-best-web-india .float-call {
    right: 10px;
    font-size: 22px;
  }
}
