/**
 * Delhi NCR website design page – minimal layout, no decorative images.
 * Scoped with .page-wd-delhi-ncr
 */

.page-wd-delhi-ncr {
  --wdncr-text: #0f172a;
  --wdncr-muted: #475569;
  --wdncr-line: #e2e8f0;
  --wdncr-bg: #f8fafc;
  --wdncr-brand: #1d4ed8;
}

.page-wd-delhi-ncr * {
  box-sizing: border-box;
}

.page-wd-delhi-ncr .header-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
}

.page-wd-delhi-ncr .header-frame {
  width: 100%;
  height: 82px;
  border: 0;
  display: block;
  background: transparent;
}

.page-wd-delhi-ncr .full-footer-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  margin-top: 0;
}

.page-wd-delhi-ncr .full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
  background: transparent;
}

.page-wd-delhi-ncr .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;
}

.page-wd-delhi-ncr .float-wa {
  left: 14px;
  background: #25d366;
  font-size: 36px;
}

.page-wd-delhi-ncr .float-call {
  right: 14px;
  background: var(--wdncr-brand);
  font-size: 24px;
}

.page-wd-delhi-ncr #main-content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--wdncr-text);
  overflow-x: hidden;
}

.page-wd-delhi-ncr .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

/* Hero – text only, no background image */
.page-wd-delhi-ncr .hero-section-inner {
  background: var(--wdncr-bg) !important;
  border-bottom: 1px solid var(--wdncr-line);
  padding: 40px 0 48px !important;
  margin-top: 0 !important;
  min-height: 0 !important;
}

.page-wd-delhi-ncr .hero-section-inner::before {
  display: none !important;
}

.page-wd-delhi-ncr .hero-section-inner .hero-container {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.page-wd-delhi-ncr .hero-section-inner .hero-content-side {
  max-width: 40rem;
}

.page-wd-delhi-ncr .hero-section-inner .hero-content-side h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
  color: var(--wdncr-text);
}

.page-wd-delhi-ncr .hero-section-inner .hero-lead {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--wdncr-muted);
  margin: 0 0 12px;
}

.page-wd-delhi-ncr .hero-section-inner .hero-desc {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--wdncr-muted);
  margin: 0 0 16px;
}

.page-wd-delhi-ncr .hero-section-inner .hero-trust {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--wdncr-text);
  margin: 0 0 18px;
}

.page-wd-delhi-ncr .hero-section-inner .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.page-wd-delhi-ncr .hero-section-inner .hero-locations {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--wdncr-muted);
  margin: 0;
}

.page-wd-delhi-ncr .hero-section-inner .hero-cta-primary {
  display: inline-flex;
  align-items: center;
  background: var(--wdncr-brand);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid var(--wdncr-brand);
}

.page-wd-delhi-ncr .hero-section-inner .hero-cta-primary:hover {
  background: #1e40af;
  border-color: #1e40af;
}

.page-wd-delhi-ncr .hero-section-inner .hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  color: var(--wdncr-brand) !important;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  padding: 10px 18px;
  border: 1px solid var(--wdncr-line);
  border-radius: 8px;
  background: #fff;
}

.page-wd-delhi-ncr .hero-section-inner .hero-cta-secondary:hover {
  border-color: #cbd5e1;
  background: #fff;
}

/* Breadcrumb */
.page-wd-delhi-ncr .breadcrumb-wrapper {
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid var(--wdncr-line);
}

.page-wd-delhi-ncr .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.page-wd-delhi-ncr .breadcrumb a {
  color: var(--wdncr-brand);
  text-decoration: none;
}

.page-wd-delhi-ncr .breadcrumb-item.active {
  color: var(--wdncr-muted);
}

/* Section 2 – end-to-end intro (flush prose, no card/box) */
.page-wd-delhi-ncr .wd-delhi-intro-prose-section {
  padding: 40px 0 48px;
  background: #fff;
  border-bottom: 1px solid var(--wdncr-line);
}

.page-wd-delhi-ncr .wd-delhi-intro-prose-inner h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 800;
  margin: 0 0 1rem;
  color: var(--wdncr-text);
  line-height: 1.28;
}

.page-wd-delhi-ncr .wd-delhi-intro-prose-inner p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--wdncr-muted);
}

.page-wd-delhi-ncr .wd-delhi-intro-prose-inner p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-wd-delhi-ncr .wd-delhi-intro-prose-section {
    padding: 36px 0 40px;
  }
}

/* Section 3 – core services grid (same pattern as Jaipur page) */
.page-wd-delhi-ncr .wd-delhi-core-services-section {
  padding: 48px 0;
  background: #fff;
  border-bottom: 1px solid var(--wdncr-line);
}

.page-wd-delhi-ncr .wd-delhi-services-catalog h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 800;
  color: var(--wdncr-text);
  margin: 0 0 1rem;
  line-height: 1.28;
}

.page-wd-delhi-ncr .wd-delhi-core-dev-subtitle {
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  font-weight: 700;
  color: #1e40af;
  margin: 0 0 1.25rem;
  line-height: 1.28;
}

.page-wd-delhi-ncr .wd-delhi-core-dev-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.page-wd-delhi-ncr .wd-delhi-core-dev-card {
  margin: 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--wdncr-line);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.page-wd-delhi-ncr .wd-delhi-core-dev-card h4 {
  margin: 0 0 8px;
  font-size: clamp(0.9375rem, 0.5vw, 1rem);
  font-weight: 700;
  color: var(--wdncr-text);
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.page-wd-delhi-ncr .wd-delhi-core-dev-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--wdncr-muted);
}

@media (max-width: 560px) {
  .page-wd-delhi-ncr .wd-delhi-core-dev-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-wd-delhi-ncr .wd-delhi-core-dev-card {
    padding: 12px 14px;
  }
}

/* Comparison */
.page-wd-delhi-ncr .comparison-section-compact {
  padding: 48px 0;
  background: var(--wdncr-bg);
  border-bottom: 1px solid var(--wdncr-line);
}

.page-wd-delhi-ncr .comparison-title {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.3;
  color: var(--wdncr-text);
}

.page-wd-delhi-ncr .comparison-title span {
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  color: var(--wdncr-muted);
  margin-top: 6px;
}

.page-wd-delhi-ncr .comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--wdncr-line);
  border-radius: 8px;
  background: #fff;
}

.page-wd-delhi-ncr .comparison-table-full {
  width: 100%;
  border-collapse: collapse;
  min-width: 1100px;
  font-size: 0.75rem;
}

.page-wd-delhi-ncr .comparison-table-full th,
.page-wd-delhi-ncr .comparison-table-full td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--wdncr-line);
  border-right: 1px solid var(--wdncr-line);
  vertical-align: top;
}

.page-wd-delhi-ncr .comparison-table-full th:last-child,
.page-wd-delhi-ncr .comparison-table-full td:last-child {
  border-right: none;
}

.page-wd-delhi-ncr .comparison-table-full thead th {
  background: #f8fafc;
  font-weight: 700;
  color: var(--wdncr-text);
}

.page-wd-delhi-ncr .comparison-table-full tbody th[scope="row"] {
  font-weight: 700;
  color: var(--wdncr-text);
  background: #fafafa;
  width: 8.5rem;
}

.page-wd-delhi-ncr .comparison-table-full tbody tr:last-child th,
.page-wd-delhi-ncr .comparison-table-full tbody tr:last-child td {
  border-bottom: none;
}

.page-wd-delhi-ncr .comparison-cards-mobile {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.page-wd-delhi-ncr .compare-card {
  background: #fff;
  border: 1px solid var(--wdncr-line);
  border-radius: 10px;
  padding: 14px 16px;
}

.page-wd-delhi-ncr .compare-card h3 {
  font-size: 0.9375rem;
  margin: 0 0 8px;
}

.page-wd-delhi-ncr .compare-card .flowrush {
  font-size: 0.8125rem;
  margin: 0 0 6px;
  color: var(--wdncr-text);
}

.page-wd-delhi-ncr .compare-card .others {
  font-size: 0.8125rem;
  margin: 0;
  color: var(--wdncr-muted);
}

.page-wd-delhi-ncr .compare-card .agency-line {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 0 8px;
  color: var(--wdncr-muted);
}

.page-wd-delhi-ncr .compare-card .agency-line:last-child {
  margin-bottom: 0;
}

.page-wd-delhi-ncr .table-contain {
  margin-top: 28px;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.page-wd-delhi-ncr .table-contain.comparison-prose-delhi .comparison-prose-title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 800;
  color: var(--wdncr-text);
  margin: 0 0 12px;
  line-height: 1.3;
}

.page-wd-delhi-ncr .table-contain.comparison-prose-delhi h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1.5rem 0 8px;
  color: var(--wdncr-text);
}

.page-wd-delhi-ncr .table-contain.comparison-prose-delhi h3:first-of-type {
  margin-top: 1.75rem;
}

.page-wd-delhi-ncr .table-contain p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--wdncr-muted);
  margin: 0 0 10px;
}

/* Contact: Gurugram + minimal form */
.page-wd-delhi-ncr .wd-delhi-contact-section {
  padding: 48px 0;
  background: #fff;
  border-top: 1px solid var(--wdncr-line);
}

.page-wd-delhi-ncr .wd-delhi-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  align-items: start;
  max-width: 920px;
  margin: 0 auto;
}

.page-wd-delhi-ncr .wd-delhi-contact-aside h2 {
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 800;
  margin: 0 0 6px;
  color: var(--wdncr-text);
}

.page-wd-delhi-ncr .wd-delhi-contact-lead {
  font-size: 0.9375rem;
  color: var(--wdncr-muted);
  margin: 0 0 16px;
}

.page-wd-delhi-ncr .wd-delhi-address-block {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-style: normal;
  color: var(--wdncr-text);
  margin: 0 0 16px;
}

.page-wd-delhi-ncr .wd-delhi-address-org {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-wd-delhi-ncr .wd-delhi-contact-phone,
.page-wd-delhi-ncr .wd-delhi-contact-email {
  font-size: 0.9375rem;
  margin: 0 0 6px;
}

.page-wd-delhi-ncr .wd-delhi-contact-phone a,
.page-wd-delhi-ncr .wd-delhi-contact-email a {
  color: var(--wdncr-brand);
  text-decoration: none;
}

.page-wd-delhi-ncr .wd-delhi-contact-phone a:hover,
.page-wd-delhi-ncr .wd-delhi-contact-email a:hover {
  text-decoration: underline;
}

.page-wd-delhi-ncr .wd-delhi-form-card {
  border: 1px solid var(--wdncr-line);
  border-radius: 12px;
  padding: 22px 20px 20px;
  background: var(--wdncr-bg);
}

.page-wd-delhi-ncr .wd-delhi-form-heading {
  font-size: clamp(1.0625rem, 1.5vw, 1.125rem);
  font-weight: 800;
  margin: 0 0 6px;
  color: var(--wdncr-text);
}

.page-wd-delhi-ncr .wd-delhi-form-hint {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--wdncr-muted);
  margin: 0 0 18px;
}

.page-wd-delhi-ncr .wd-delhi-min-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-wd-delhi-ncr .wd-delhi-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  margin-bottom: 14px;
}

.page-wd-delhi-ncr .wd-delhi-field {
  margin-bottom: 14px;
}

.page-wd-delhi-ncr .wd-delhi-form-row .wd-delhi-field {
  margin-bottom: 0;
}

.page-wd-delhi-ncr .wd-delhi-field label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--wdncr-text);
  margin: 0 0 6px;
  letter-spacing: 0.01em;
}

.page-wd-delhi-ncr .wd-delhi-req {
  color: #b91c1c;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: help;
}

.page-wd-delhi-ncr .wd-delhi-opt {
  font-weight: 500;
  color: var(--wdncr-muted);
  font-size: 0.8125rem;
}

.page-wd-delhi-ncr .wd-delhi-min-form input,
.page-wd-delhi-ncr .wd-delhi-min-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-family: inherit;
  line-height: 1.45;
  background: #fff;
  color: var(--wdncr-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.page-wd-delhi-ncr .wd-delhi-min-form input::placeholder,
.page-wd-delhi-ncr .wd-delhi-min-form textarea::placeholder {
  color: #94a3b8;
}

.page-wd-delhi-ncr .wd-delhi-min-form input:hover,
.page-wd-delhi-ncr .wd-delhi-min-form textarea:hover {
  border-color: #94a3b8;
}

.page-wd-delhi-ncr .wd-delhi-min-form input:focus-visible,
.page-wd-delhi-ncr .wd-delhi-min-form textarea:focus-visible {
  outline: none;
  border-color: var(--wdncr-brand);
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.2);
}

.page-wd-delhi-ncr .wd-delhi-min-form textarea {
  resize: vertical;
  min-height: 96px;
}

.page-wd-delhi-ncr .wd-delhi-min-submit {
  margin-top: 6px;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-family: inherit;
}

.page-wd-delhi-ncr .wd-delhi-min-submit .fa-whatsapp {
  font-size: 1.25rem;
  line-height: 1;
}

.page-wd-delhi-ncr .wd-delhi-min-submit:hover {
  background: #20bd5a;
}

.page-wd-delhi-ncr .wd-delhi-min-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.35);
}

.page-wd-delhi-ncr .wd-delhi-form-privacy {
  margin: 14px 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--wdncr-muted);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.page-wd-delhi-ncr .wd-delhi-form-privacy .fa-lock {
  margin-top: 2px;
  flex-shrink: 0;
  color: var(--wdncr-brand);
  font-size: 0.7rem;
}

@media (max-width: 768px) {
  .page-wd-delhi-ncr .header-frame {
    height: 74px;
  }

  .page-wd-delhi-ncr .full-footer-frame {
    height: 330px;
  }

  .page-wd-delhi-ncr .float-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }

  .page-wd-delhi-ncr .float-wa {
    left: 10px;
    font-size: 31px;
  }

  .page-wd-delhi-ncr .float-call {
    right: 10px;
    font-size: 22px;
  }

  .page-wd-delhi-ncr .comparison-table-desktop {
    display: none;
  }

  .page-wd-delhi-ncr .comparison-cards-mobile {
    display: flex;
  }

  .page-wd-delhi-ncr .wd-delhi-contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-wd-delhi-ncr .wd-delhi-form-row {
    grid-template-columns: 1fr;
  }
}
