/**
 * Website Design & Development in Delhi NCR - Page-specific styles
 * Hero: left content, right bg image (hero-section.webp) - same layout as Gurugram page
 */

/* ===== Core Website Development Services – same as website-design-and-development-company, pure colorful, WhatsApp ===== */
.page-wd-delhi-ncr .wd-delhi-core-section.core-dev-services-section {
    padding: 48px 0;
    background: #fff;
}
.page-wd-delhi-ncr .wd-delhi-core-section .core-dev-heading {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 28px;
    text-align: center;
    line-height: 1.25;
}
.page-wd-delhi-ncr .wd-delhi-core-section .core-dev-heading span {
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 22px;
    border-radius: 16px;
    min-height: 58px;
    text-decoration: none;
    transition: none;
    border: none !important;
    color: #fff;
    box-shadow: none !important;
}
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:hover {
    transform: none !important;
    box-shadow: none !important;
    opacity: 0.95;
}
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card span {
    font-size: 1rem;
    font-weight: 600;
    color: #fff !important;
}
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(1) { background: linear-gradient(135deg, #2563eb, #1d4ed8) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(2) { background: linear-gradient(135deg, #16a34a, #15803d) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(3) { background: linear-gradient(135deg, #dc2626, #b91c1c) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(4) { background: linear-gradient(135deg, #7c3aed, #6d28d9) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(5) { background: linear-gradient(135deg, #0d9488, #0f766e) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(6) { background: linear-gradient(135deg, #ea580c, #c2410c) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(7) { background: linear-gradient(135deg, #0891b2, #0e7490) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(8) { background: linear-gradient(135deg, #db2777, #be185d) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(9) { background: linear-gradient(135deg, #4f46e5, #4338ca) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(10) { background: linear-gradient(135deg, #ca8a04, #a16207) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(11) { background: linear-gradient(135deg, #059669, #047857) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(12) { background: linear-gradient(135deg, #6366f1, #4f46e5) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(13) { background: linear-gradient(135deg, #0ea5e9, #0284c7) !important; }
.page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card:nth-child(14) { background: linear-gradient(135deg, #e11d48, #be123c) !important; }
@media (max-width: 768px) {
    .page-wd-delhi-ncr .wd-delhi-core-section .sitemap-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
    .page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card {
        padding: 12px 10px;
        min-height: 70px;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-wd-delhi-ncr .wd-delhi-core-section .sitemap-card span {
        font-size: 0.78rem;
        line-height: 1.15;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

/* Breadcrumb: single row on mobile, smaller text */
@media (max-width: 768px) {
    .page-wd-delhi-ncr .breadcrumb-wrapper,
    body.page-wd-delhi-ncr .breadcrumb-wrapper {
        padding: 10px 0 !important;
    }
    .page-wd-delhi-ncr .breadcrumb,
    body.page-wd-delhi-ncr .breadcrumb {
        display: flex !important;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 6px !important;
        font-size: 0.7rem !important;
        padding: 4px 0 !important;
    }
    .page-wd-delhi-ncr .breadcrumb::-webkit-scrollbar,
    body.page-wd-delhi-ncr .breadcrumb::-webkit-scrollbar {
        display: none;
    }
    .page-wd-delhi-ncr .breadcrumb-item,
    body.page-wd-delhi-ncr .breadcrumb-item {
        flex: 0 0 auto !important;
        word-break: normal !important;
    }
    .page-wd-delhi-ncr .breadcrumb-item + .breadcrumb-item::before,
    body.page-wd-delhi-ncr .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 6px;
    }
}

/* Hero: left content, right bg image (hero-section.webp) */
body.page-wd-delhi-ncr .hero-section-inner {
    min-height: 100vh !important;
    min-height: 100dvh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    contain: paint;
    background-image:
        linear-gradient(105deg, rgba(15, 23, 42, 0.96) 0%, rgba(30, 64, 175, 0.85) 40%, rgba(30, 64, 175, 0.3) 55%, transparent 70%),
        url("../assets/images/hero-section.webp") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: auto, cover !important;
    background-position: 0 0, right center !important;
    margin-top: -80px !important;
    padding-top: 80px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 60px !important;
    position: relative;
    overflow: hidden;
}

body.page-wd-delhi-ncr .hero-section-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 85% 50%, rgba(59, 130, 246, 0.15), transparent 50%);
    pointer-events: none;
}

body.page-wd-delhi-ncr .hero-section-inner .hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

body.page-wd-delhi-ncr .hero-section-inner .hero-content-side {
    max-width: 560px;
}

body.page-wd-delhi-ncr .hero-section-inner .hero-subheading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #facc15;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 999px;
    width: fit-content;
    margin: 0 0 14px;
}

body.page-wd-delhi-ncr .hero-section-inner .hero-content-side h1 {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #fff;
    letter-spacing: -0.02em;
    font-family: system-ui, -apple-system, sans-serif;
}

body.page-wd-delhi-ncr .hero-section-inner .hero-desc {
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 28px;
}

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

body.page-wd-delhi-ncr .hero-section-inner .hero-cta-primary {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    color: #1e40af;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
}

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

body.page-wd-delhi-ncr .hero-section-inner .hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 2px;
}

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

body.page-wd-delhi-ncr .hero-section-inner .hero-image-side {
    position: relative;
    min-height: 400px;
}

@media (max-width: 1024px) {
    body.page-wd-delhi-ncr .hero-section-inner {
        margin-top: -70px;
        padding-top: 70px;
    }
}

/* Mobile: hide hero background image, show gradient only */
@media (max-width: 768px) {
    body.page-wd-delhi-ncr .hero-section-inner {
        background-image: linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #1e40af 100%) !important;
        background-size: auto !important;
    }
    body.page-wd-delhi-ncr .hero-section-inner .hero-container {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
        padding: 0 20px;
    }
    body.page-wd-delhi-ncr .hero-section-inner .hero-content-side {
        max-width: 100%;
    }
    body.page-wd-delhi-ncr .hero-section-inner .hero-subheading {
        margin: 0 auto 14px;
        font-size: 0.78rem;
        padding: 7px 12px;
    }
    body.page-wd-delhi-ncr .hero-section-inner .hero-content-side h1 {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
        margin-bottom: 16px;
    }
    body.page-wd-delhi-ncr .hero-section-inner .hero-desc {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }
    body.page-wd-delhi-ncr .hero-section-inner .hero-ctas {
        justify-content: center;
        gap: 10px;
    }
    body.page-wd-delhi-ncr .hero-section-inner .hero-cta-primary {
        font-size: 0.88rem;
        padding: 10px 16px;
        border-radius: 999px;
    }
    body.page-wd-delhi-ncr .hero-section-inner .hero-image-side {
        display: none !important;
    }
}

/* ===== Why We Are Delhi's Gold Standard – one merged box, blue-black gradient ===== */
.wd-delhi-gold-section .wd-delhi-gold-box {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    background: linear-gradient(135deg, #1e40af 0%, #1e293b 50%, #0f172a 100%) !important;
    border: none !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2) !important;
}
.wd-delhi-gold-section .wd-delhi-gold-box .awards-list-side,
.wd-delhi-gold-section .wd-delhi-gold-box .content-with-image-side {
    background: transparent !important;
}
.wd-delhi-gold-section .wd-delhi-gold-box h2,
.wd-delhi-gold-section .wd-delhi-gold-box h2 span {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.wd-delhi-gold-section .wd-delhi-gold-box .content-with-image-side p {
    color: rgba(255, 255, 255, 0.9) !important;
}
.wd-delhi-gold-section .wd-delhi-gold-box .content-with-image-side ul,
.wd-delhi-gold-section .wd-delhi-gold-box .content-with-image-side ul li {
    color: rgba(255, 255, 255, 0.95) !important;
}
.wd-delhi-gold-section .content-with-image-side ul {
    margin: 0;
    padding-left: 20px;
    color: var(--text-muted, #475569);
    line-height: 1.8;
    font-size: 0.95rem;
}
.wd-delhi-gold-section .content-with-image-side ul li {
    margin-bottom: 12px;
}
.wd-delhi-gold-section .content-with-image-side ul li:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .wd-delhi-gold-section .wd-delhi-gold-box {
        grid-template-columns: 1fr;
    }
}

/* ===== Why Choose Flowrush – colorful gradient boxes ===== */
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive {
    border: none !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive:nth-child(4n+1) {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
}
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive:nth-child(4n+2) {
    background: linear-gradient(135deg, #ca8a04, #a16207) !important;
}
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive:nth-child(4n+3) {
    background: linear-gradient(135deg, #059669, #047857) !important;
}
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive:nth-child(4n+4) {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive h3 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive p {
    color: rgba(255, 255, 255, 0.95) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.95) !important;
}
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive .card-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 25px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    color: #1e40af !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #1e40af !important;
}
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive .card-cta .icon,
.page-wd-delhi-ncr .page-dm-delhi-why .why-card-attractive .card-cta svg {
    fill: #1e40af !important;
}

/* ===== Our Greatest Milestones – one merged box, blue-black gradient ===== */
.wd-delhi-milestones-section .wd-delhi-milestones-box {
    background: linear-gradient(135deg, #1e40af 0%, #1e293b 50%, #0f172a 100%);
    border-radius: 28px;
    padding: 48px 40px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.wd-delhi-milestones-section .wd-delhi-milestones-heading {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    text-align: center;
    margin: 0 0 16px;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #1e293b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.wd-delhi-milestones-section .wd-delhi-milestones-heading span {
    background: linear-gradient(135deg, #93c5fd 0%, #60a5fa 50%, #1e40af 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.wd-delhi-milestones-section .wd-delhi-milestones-desc {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto 36px;
}
.wd-delhi-milestones-section .wd-delhi-milestones-box .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.wd-delhi-milestones-section .wd-delhi-milestones-box .stat-card {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
}
.wd-delhi-milestones-section .wd-delhi-milestones-box .stat-card h3 {
    color: #fff !important;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 8px;
}
.wd-delhi-milestones-section .wd-delhi-milestones-box .stat-card p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem;
}
@media (max-width: 1024px) {
    .wd-delhi-milestones-section .wd-delhi-milestones-box .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .wd-delhi-milestones-section .wd-delhi-milestones-box {
        padding: 32px 24px;
    }
    .wd-delhi-milestones-section .wd-delhi-milestones-box .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ===== Leading Website Development Company – one box with bg image, bold white content ===== */
.wd-delhi-leading-section .wd-delhi-leading-box {
    background-image:
        linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 64, 175, 0.85) 45%, rgba(30, 64, 175, 0.5) 70%, rgba(15, 23, 42, 0.7) 100%),
        url("../assets/images/hero-section.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center, center;
    border-radius: 28px;
    padding: 48px 44px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.wd-delhi-leading-section .wd-delhi-leading-box h2,
.wd-delhi-leading-section .wd-delhi-leading-box h2 span {
    color: #fff !important;
    font-weight: 800 !important;
    -webkit-text-fill-color: #fff !important;
}
.wd-delhi-leading-section .wd-delhi-leading-box h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    margin-bottom: 24px;
}
.wd-delhi-leading-section .wd-delhi-leading-box p {
    color: rgba(255, 255, 255, 0.98) !important;
    font-weight: 600 !important;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 18px;
}
.wd-delhi-leading-section .wd-delhi-leading-box p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .wd-delhi-leading-section .wd-delhi-leading-box {
        padding: 32px 24px;
    }
}

/* ===== Build Your Strong Online Business – colorful service cards ===== */
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box {
    border: none !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box:nth-child(7n+1) { background: linear-gradient(135deg, #dc2626, #b91c1c) !important; }
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box:nth-child(7n+2) { background: linear-gradient(135deg, #ca8a04, #a16207) !important; }
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box:nth-child(7n+3) { background: linear-gradient(135deg, #059669, #047857) !important; }
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box:nth-child(7n+4) { background: linear-gradient(135deg, #2563eb, #1d4ed8) !important; }
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box:nth-child(7n+5) { background: linear-gradient(135deg, #7c3aed, #6d28d9) !important; }
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box:nth-child(7n+6) { background: linear-gradient(135deg, #0891b2, #0e7490) !important; }
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box:nth-child(7n+7) { background: linear-gradient(135deg, #ea580c, #c2410c) !important; }
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box h3 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box p {
    color: rgba(255, 255, 255, 0.95) !important;
}
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box .btn-get-quote {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #1e40af !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: none !important;
    transition: none !important;
}
.page-wd-delhi-ncr .wd-delhi-services-section .service-card-box .btn-get-quote:hover {
    background: #fff !important;
    color: #1e3a8a !important;
    box-shadow: none !important;
    transform: none !important;
}

/* ===== Frequently Asked Questions – colorful FAQ blocks ===== */
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item {
    border: none !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+1) { background: linear-gradient(135deg, #dc2626, #b91c1c) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+2) { background: linear-gradient(135deg, #ca8a04, #a16207) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+3) { background: linear-gradient(135deg, #059669, #047857) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+4) { background: linear-gradient(135deg, #2563eb, #1d4ed8) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+5) { background: linear-gradient(135deg, #7c3aed, #6d28d9) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+6) { background: linear-gradient(135deg, #0891b2, #0e7490) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+7) { background: linear-gradient(135deg, #ea580c, #c2410c) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+8) { background: linear-gradient(135deg, #db2777, #be185d) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+9) { background: linear-gradient(135deg, #0d9488, #0f766e) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item:nth-child(10n+10) { background: linear-gradient(135deg, #4f46e5, #4338ca) !important; }
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item h3 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.page-wd-delhi-ncr .wd-delhi-faq-section .faq-item p {
    color: rgba(255, 255, 255, 0.95) !important;
}
