/**
 * Website Development Company in Gurugram – hero + comparison table
 */

body.page-wd-gurugram {
    margin: 0;
    overflow-x: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    /* Type scale: h1 > section h2 > prose h2 > card / form title > body */
    --guru-font-h1: clamp(1.75rem, 4vw, 2.5rem);
    --guru-font-h2-section: clamp(1.25rem, 2.35vw, 1.5625rem);
    --guru-font-h2-prose: clamp(1.0625rem, 1.9vw, 1.3125rem);
    --guru-font-h3: 1.0625rem;
    --guru-font-body: 1rem;
    --guru-font-body-secondary: 0.9375rem;
    --guru-font-small: 0.875rem;
    --guru-font-label: 0.8125rem;
    --guru-font-legal: 0.75rem;
    --guru-font-table: clamp(0.75rem, 1.2vw, 0.875rem);
}

.page-wd-gurugram #main-content {
    contain: layout;
}

/* Hero – text only */
body.page-wd-gurugram .hero-section-inner.hero-section-inner--text-only {
    min-height: 0 !important;
    display: block !important;
    contain: layout;
    background: #f8fafc !important;
    background-image: none !important;
    border-bottom: 1px solid #e2e8f0;
    margin-top: 0 !important;
    padding: 40px 0 48px !important;
    position: relative;
    overflow: visible;
}

body.page-wd-gurugram .hero-section-inner.hero-section-inner--text-only::before {
    display: none;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-container--single {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-content-side {
    max-width: 40rem;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-content-side h1 {
    font-size: var(--guru-font-h1);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
    color: #0f172a;
    letter-spacing: -0.02em;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-lead {
    font-size: var(--guru-font-body);
    line-height: 1.65;
    color: #475569;
    margin: 0 0 12px;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-desc {
    font-size: var(--guru-font-body);
    line-height: 1.65;
    color: #475569;
    margin: 0 0 16px;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-trust {
    font-size: var(--guru-font-body-secondary);
    line-height: 1.5;
    color: #0f172a;
    margin: 0 0 18px;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-cta-primary {
    display: inline-flex;
    align-items: center;
    background: #1d4ed8;
    color: #fff !important;
    font-weight: 600;
    font-size: var(--guru-font-body-secondary);
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #1d4ed8;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-cta-primary:hover {
    background: #1e40af;
    border-color: #1e40af;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    color: #1d4ed8 !important;
    font-weight: 600;
    font-size: var(--guru-font-body-secondary);
    text-decoration: none;
    padding: 10px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-cta-secondary:hover {
    border-color: #cbd5e1;
}

body.page-wd-gurugram .hero-section-inner--text-only .hero-locations {
    font-size: var(--guru-font-body-secondary);
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

@media (max-width: 768px) {
    body.page-wd-gurugram .hero-section-inner.hero-section-inner--text-only {
        padding: 36px 0 40px !important;
    }
}

/* Breadcrumb (below hero) */
.page-wd-gurugram .gurugram-breadcrumb-nav {
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
}

.page-wd-gurugram .gurugram-breadcrumb-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.page-wd-gurugram .gurugram-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: var(--guru-font-body-secondary);
}

.page-wd-gurugram .gurugram-breadcrumb-item a {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
}

.page-wd-gurugram .gurugram-breadcrumb-item a:hover {
    text-decoration: underline;
}

.page-wd-gurugram .gurugram-breadcrumb-item.gurugram-breadcrumb-current {
    color: #64748b;
    font-weight: 500;
}

.page-wd-gurugram .gurugram-breadcrumb-item + .gurugram-breadcrumb-item::before {
    content: "/";
    padding-right: 8px;
    color: #94a3b8;
    font-weight: 400;
}

@media (max-width: 768px) {
    .page-wd-gurugram .gurugram-breadcrumb-inner {
        padding: 0 20px;
    }
}

/* Comparison table */
.page-wd-gurugram .gurugram-comparison-section {
    padding: 48px 0 0;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

.page-wd-gurugram .gurugram-comparison-heading {
    font-size: var(--guru-font-h2-section);
    font-weight: 800;
    text-align: center;
    margin: 0 auto 24px;
    line-height: 1.3;
    color: #0f172a;
    max-width: 48rem;
}

.page-wd-gurugram .gurugram-comparison-table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.page-wd-gurugram .gurugram-comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1240px;
    font-size: var(--guru-font-table);
}

.page-wd-gurugram .gurugram-comparison-table th,
.page-wd-gurugram .gurugram-comparison-table td {
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    vertical-align: top;
}

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

.page-wd-gurugram .gurugram-comparison-table thead th {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
}

.page-wd-gurugram .gurugram-comparison-table tbody th[scope="row"] {
    font-weight: 700;
    color: #0f172a;
    background: #fafafa;
    width: 7.5rem;
}

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

.page-wd-gurugram .gurugram-comparison-table td {
    color: #475569;
}

/* Full-width prose below table (minimal side inset) */
.page-wd-gurugram .gurugram-comparison-prose {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px max(12px, env(safe-area-inset-left)) 56px max(12px, env(safe-area-inset-right));
    box-sizing: border-box;
    border-top: 1px solid #e2e8f0;
    background: #fafbfc;
}

.page-wd-gurugram .gurugram-comparison-prose h2 {
    font-size: var(--guru-font-h2-prose);
    font-weight: 800;
    color: #0f172a;
    margin: 2rem 0 0.75rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.page-wd-gurugram .gurugram-comparison-prose h2:first-child {
    margin-top: 0;
}

.page-wd-gurugram .gurugram-comparison-prose p {
    font-size: var(--guru-font-body);
    line-height: 1.7;
    color: #475569;
    margin: 0 0 1rem;
}

.page-wd-gurugram .gurugram-comparison-prose p:last-child {
    margin-bottom: 0;
}

/* Section 3 – best choice / positioning */
.page-wd-gurugram .gurugram-best-choice-section {
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

.page-wd-gurugram .gurugram-best-choice-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px max(12px, env(safe-area-inset-left)) 56px max(12px, env(safe-area-inset-right));
    box-sizing: border-box;
}

.page-wd-gurugram .gurugram-best-choice-inner h2 {
    font-size: var(--guru-font-h2-section);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 1rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.page-wd-gurugram .gurugram-best-choice-inner p {
    font-size: var(--guru-font-body);
    line-height: 1.7;
    color: #475569;
    margin: 0 0 1rem;
}

.page-wd-gurugram .gurugram-best-choice-inner p:last-child {
    margin-bottom: 0;
}

.page-wd-gurugram .gurugram-best-choice-inner strong {
    color: #0f172a;
    font-weight: 700;
}

/* Section 4 – services */
.page-wd-gurugram .gurugram-services-section {
    background: #fafbfc;
    border-top: 1px solid #e2e8f0;
}

.page-wd-gurugram .gurugram-services-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px max(12px, env(safe-area-inset-left)) 56px max(12px, env(safe-area-inset-right));
    box-sizing: border-box;
}

.page-wd-gurugram .gurugram-services-inner > h2 {
    font-size: var(--guru-font-h2-section);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 28px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.page-wd-gurugram .gurugram-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 28px;
}

.page-wd-gurugram .gurugram-service-card {
    margin: 0;
    padding: 20px 20px 22px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.page-wd-gurugram .gurugram-service-card h3 {
    font-size: var(--guru-font-h3);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.35;
}

.page-wd-gurugram .gurugram-service-card p {
    font-size: var(--guru-font-body);
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

/* Testimonials (before contact) */
.page-wd-gurugram .gurugram-testimonials-section {
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

.page-wd-gurugram .gurugram-testimonials-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px max(12px, env(safe-area-inset-left)) 56px max(12px, env(safe-area-inset-right));
    box-sizing: border-box;
}

.page-wd-gurugram .gurugram-testimonials-inner > h2 {
    font-size: var(--guru-font-h2-section);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 28px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.page-wd-gurugram .gurugram-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 28px;
}

.page-wd-gurugram .gurugram-testimonial-card {
    margin: 0;
    padding: 22px 22px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    border-left: 4px solid #1d4ed8;
}

.page-wd-gurugram .gurugram-testimonial-text {
    font-size: var(--guru-font-body);
    line-height: 1.65;
    color: #475569;
    margin: 0 0 14px;
}

.page-wd-gurugram .gurugram-testimonial-attrib {
    font-size: var(--guru-font-body-secondary);
    line-height: 1.5;
    color: #0f172a;
    margin: 0;
}

.page-wd-gurugram .gurugram-testimonial-name {
    font-weight: 700;
}

.page-wd-gurugram .gurugram-testimonial-role {
    font-weight: 500;
    color: #64748b;
}

/* Section 5 – Gurugram contact + form */
.page-wd-gurugram .gurugram-contact-section {
    padding: 48px 0 56px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

.page-wd-gurugram .gurugram-contact-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 max(12px, env(safe-area-inset-left)) 0 max(12px, env(safe-area-inset-right));
    box-sizing: border-box;
}

.page-wd-gurugram .gurugram-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
    align-items: start;
}

.page-wd-gurugram .gurugram-contact-aside h2 {
    font-size: var(--guru-font-h2-section);
    font-weight: 800;
    margin: 0 0 6px;
    color: #0f172a;
}

.page-wd-gurugram .gurugram-contact-lead {
    font-size: var(--guru-font-body-secondary);
    color: #475569;
    margin: 0 0 16px;
}

.page-wd-gurugram .gurugram-address-block {
    font-size: var(--guru-font-body-secondary);
    line-height: 1.65;
    font-style: normal;
    color: #0f172a;
    margin: 0 0 16px;
}

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

.page-wd-gurugram .gurugram-contact-phone,
.page-wd-gurugram .gurugram-contact-email {
    font-size: var(--guru-font-body-secondary);
    margin: 0 0 6px;
}

.page-wd-gurugram .gurugram-contact-phone a,
.page-wd-gurugram .gurugram-contact-email a {
    color: #1d4ed8;
    text-decoration: none;
}

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

.page-wd-gurugram .gurugram-form-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px 20px 20px;
    background: #f8fafc;
}

.page-wd-gurugram .gurugram-form-heading {
    font-size: var(--guru-font-h3);
    font-weight: 800;
    margin: 0 0 6px;
    color: #0f172a;
}

.page-wd-gurugram .gurugram-form-hint {
    font-size: var(--guru-font-small);
    line-height: 1.5;
    color: #475569;
    margin: 0 0 18px;
}

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

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

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

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

.page-wd-gurugram .gurugram-field label {
    display: block;
    font-size: var(--guru-font-label);
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 6px;
    letter-spacing: 0.01em;
}

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

.page-wd-gurugram .gurugram-opt {
    font-weight: 500;
    color: #64748b;
    font-size: var(--guru-font-label);
}

.page-wd-gurugram .gurugram-min-form input,
.page-wd-gurugram .gurugram-min-form textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: var(--guru-font-body-secondary);
    font-family: inherit;
    line-height: 1.45;
    background: #fff;
    color: #0f172a;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

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

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

.page-wd-gurugram .gurugram-min-form input:focus-visible,
.page-wd-gurugram .gurugram-min-form textarea:focus-visible {
    outline: none;
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.2);
}

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

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

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

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

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

.page-wd-gurugram .gurugram-form-privacy {
    margin: 14px 0 0;
    font-size: var(--guru-font-legal);
    line-height: 1.45;
    color: #64748b;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.page-wd-gurugram .gurugram-form-privacy .fa-lock {
    margin-top: 2px;
    flex-shrink: 0;
    color: #1d4ed8;
    font-size: 0.7rem;
}

/* Header / footer iframe + floating CTAs */
.page-wd-gurugram .header-embed {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    line-height: 0;
}

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

.page-wd-gurugram .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-gurugram .full-footer-frame {
    width: 100%;
    height: 286px;
    border: 0;
    display: block;
    background: transparent;
}

.page-wd-gurugram .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-gurugram .float-wa {
    left: 14px;
    background: #25d366;
    font-size: 36px;
}

.page-wd-gurugram .float-call {
    right: 14px;
    background: #1d4ed8;
    font-size: 24px;
}

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

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

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

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

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

    .page-wd-gurugram .gurugram-services-grid {
        grid-template-columns: 1fr;
    }

    .page-wd-gurugram .gurugram-testimonials-grid {
        grid-template-columns: 1fr;
    }

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

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