/* ==========================================================================
   OJI IVF SURROGACY - LOCATION PAGE HERO & FULL STYLESHEET
   100% Pixel-Perfect Match to Reference Design (Delhi NCR Location Page)
   Palette: #e01e5a / #ff1a75 (Vivid Pink), #0f172a / #131b31 (Deep Navy), #ffffff (White)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. General Utilities & Reset
   -------------------------------------------------------------------------- */
.location-page-wrapper {
    background-color: #ffffff;
    color: #1e293b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
}

.text-pink-highlight {
    color: #e01e5a !important;
}

.text-dark-navy {
    color: #0f172a !important;
}

/* --------------------------------------------------------------------------
   2. Exact Hero Section (100% Pixel-Perfect Match)
   -------------------------------------------------------------------------- */
.delhi-exact-hero-section {
    background: radial-gradient(circle at 45% 20%, #fff0f4 0%, #fff7f9 45%, #ffffff 80%);
    padding: 30px 0 20px 0;
    position: relative;
    overflow: hidden;
}

/* Subtle background curve & dot matrix */
.hero-curve-bg-shape {
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 0%, rgba(255, 235, 240, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.hero-dot-grid-decor {
    position: absolute;
    bottom: 25px;
    left: 42%;
    opacity: 0.35;
    pointer-events: none;
    z-index: 2;
}

/* Hero 3-Column Layout */
.hero-exact-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 0.95fr;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1200px) {
    .hero-exact-grid {
        grid-template-columns: 1.1fr 1fr 1fr;
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .hero-exact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Left Content Column */
.hero-left-content {
    padding-right: 10px;
    position: relative;
    z-index: 4;
}

.hero-delhi-heading {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.18;
    color: #111a2e;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.hero-delhi-subheading {
    font-size: 16.5px;
    line-height: 1.55;
    color: #475569;
    margin-bottom: 28px;
    font-weight: 400;
    max-width: 480px;
}

/* Exact Pill CTA Button */
.btn-delhi-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #e6005c 0%, #ff1a75 100%);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15.5px;
    padding: 6px 8px 6px 28px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(230, 0, 92, 0.35);
    transition: all 0.25s ease;
    border: none;
    min-width: 230px;
}

.btn-delhi-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(230, 0, 92, 0.45);
    background: linear-gradient(90deg, #d40055 0%, #f50066 100%);
}

.btn-delhi-cta-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    color: #e6005c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.btn-delhi-hero-cta:hover .btn-delhi-cta-arrow {
    transform: translateX(3px);
}

/* Exact "Reviewed by" Card */
.hero-reviewed-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff5f7;
    border: 1px solid #fce7ed;
    border-radius: 12px;
    padding: 10px 18px;
    margin-top: 28px;
    max-width: 440px;
}

.reviewed-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #fff0f4;
    border: 1px solid #fecdd3;
    color: #e01e5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.reviewed-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}

.reviewed-subtitle {
    font-size: 12px;
    color: #64748b;
    margin-top: 1px;
}

/* Center Image Column (Exact Match to Design) */
.hero-center-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 3;
    margin: 0 -15px;
}

.hero-couple-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 1200px) {
    .hero-couple-img {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .hero-center-visual {
        order: -1;
        margin: 0 auto;
    }

    .hero-couple-img {
        max-width: 360px;
    }

    .hero-delhi-heading {
        font-size: 34px;
    }
}

/* Right Floating Instant Booking Card (100% Pixel Match) */
.hero-booking-card-exact {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(30, 27, 75, 0.09);
    border: 1px solid #f1f5f9;
    padding: 28px 24px 22px 24px;
    position: relative;
    z-index: 5;
    max-width: 370px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .hero-booking-card-exact {
        margin: 0 auto;
        max-width: 100%;
    }
}

.exact-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #111a2e;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.exact-card-title span.text-pink {
    color: #e01e5a;
}

.exact-card-subtitle {
    font-size: 12px;
    color: #64748b;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.45;
}

.exact-input-group {
    position: relative;
    margin-bottom: 12px;
}

.exact-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
}

.exact-input-icon-right {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
}

.exact-form-input {
    width: 100%;
    height: 42px;
    padding: 6px 14px 6px 38px;
    font-size: 13px;
    color: #1e293b;
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    transition: all 0.2s ease;
    outline: none;
    font-family: inherit;
}

.exact-form-input:focus {
    border-color: #e01e5a;
    box-shadow: 0 0 0 3px rgba(224, 30, 90, 0.1);
}

.exact-form-input::placeholder {
    color: #94a3b8;
    font-size: 13px;
}

/* Phone input combo (+91 flag pill) */
.exact-phone-row {
    display: flex;
    gap: 8px;
}

.exact-country-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    white-space: nowrap;
    height: 42px;
    flex-shrink: 0;
}

.exact-country-pill img {
    border-radius: 2px;
}

.exact-country-pill i {
    font-size: 10px;
    color: #94a3b8;
}

/* Select dropdown */
.exact-form-select {
    width: 100%;
    height: 42px;
    padding: 6px 36px 6px 14px;
    font-size: 13px;
    color: #1e293b;
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    outline: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
}

.exact-form-select:focus {
    border-color: #e01e5a;
    box-shadow: 0 0 0 3px rgba(224, 30, 90, 0.1);
}

/* Big Pink Submit Button */
.exact-submit-btn {
    width: 100%;
    height: 46px;
    background: linear-gradient(90deg, #e6005c 0%, #ff1a75 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(230, 0, 92, 0.3);
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 6px;
}

.exact-submit-btn:hover {
    background: linear-gradient(90deg, #d40055 0%, #f50066 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(230, 0, 92, 0.4);
}

.exact-lock-footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11.5px;
    color: #64748b;
    margin-top: 12px;
    margin-bottom: 0;
}

.exact-lock-footnote i {
    color: #e01e5a;
    font-size: 12px;
}

/* --------------------------------------------------------------------------
   3. Exact Bottom Trust Strip (4 Round Outlined Icons)
   -------------------------------------------------------------------------- */
.exact-trust-strip-container {
    background: #ffffff;
    border: 1.5px solid #fce7ed;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(30, 27, 75, 0.03);
    padding: 20px 28px;
    margin-top: 36px;
    margin-bottom: 10px;
}

.exact-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 24px;
}

@media (max-width: 991px) {
    .exact-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 576px) {
    .exact-trust-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.exact-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.exact-trust-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1.5px solid #fecdd3;
    background: #fff8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.exact-trust-icon-wrap img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.exact-trust-text-box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1px;
    line-height: 1.25;
}

.exact-trust-text-box p {
    font-size: 13px;
    color: #0f172a;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.25;
}

/* --------------------------------------------------------------------------
   4. Following Content Sections Styling
   -------------------------------------------------------------------------- */
.section-num-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e01e5a;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin-right: 14px;
    box-shadow: 0 4px 14px rgba(224, 30, 90, 0.3);
    flex-shrink: 0;
}

.section-header-row {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

/* --------------------------------------------------------------------------
   Section 2: Delhi Intro Section (Dark Theme with Deep Purple Gradient)
   -------------------------------------------------------------------------- */
.delhi-intro-section {
    padding: 85px 0 75px 0;
    background:
      radial-gradient(rgba(224, 30, 90, 0.22) 1.5px, transparent 1.5px),
      radial-gradient(rgba(167, 71, 254, 0.20) 1.5px, transparent 1.5px),
      linear-gradient(135deg, #2d1060 0%, #3b0f7a 50%, #280d58 100%) !important;
    background-size: 32px 32px, 32px 32px, 100% 100% !important;
    background-position: 0 0, 16px 16px, 0 0 !important;
    position: relative;
    overflow: hidden;
}

.delhi-intro-heading {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.delhi-intro-heading span {
    color: #ff528f;
}

.delhi-intro-line {
    width: 50px;
    height: 3px;
    background: #ff528f;
    border-radius: 2px;
    margin: 18px 0 22px 0;
}

.delhi-intro-reviewed-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 82, 143, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 10px 18px;
    margin-bottom: 24px;
}

.delhi-intro-reviewed-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e01e5a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(224, 30, 90, 0.3);
}

.delhi-intro-reviewed-text {
    font-size: 12.5px;
    color: #e2e8f0;
    line-height: 1.4;
}

.delhi-intro-reviewed-text strong {
    color: #ffffff;
    font-weight: 600;
}

.delhi-intro-paragraph {
    font-size: 15px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 18px;
}

.delhi-intro-btn-group {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.btn-intro-pink-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #e6005c 0%, #ff1a75 100%);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 26px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(230, 0, 92, 0.4);
    transition: all 0.2s ease;
}

.btn-intro-pink-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(230, 0, 92, 0.5);
}

.btn-intro-white-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 26px;
    border-radius: 50px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: all 0.2s ease;
}

.btn-intro-white-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* /* ==========================================================================
   Section 2: High-End Organic Photo Frame & Floating Glass Badges
   ========================================================================== */
.delhi-intro-collage {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
    padding: 30px 35px 30px 20px;
}

/* Ambient Background Blobs & Patterns */
.intro-ambient-blob.blob-primary {
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 108%;
    height: 108%;
    background: radial-gradient(ellipse at center, rgba(254, 205, 211, 0.55) 0%, rgba(255, 241, 242, 0.3) 60%, transparent 80%);
    border-radius: 42% 58% 48% 52% / 55% 45% 55% 45%;
    pointer-events: none;
    z-index: 1;
    animation: blobMorph 12s ease-in-out infinite alternate;
}

.intro-ambient-blob.blob-secondary {
    position: absolute;
    bottom: -5%;
    right: -5%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.intro-ambient-dots {
    position: absolute;
    top: 5px;
    left: 0;
    width: 80px;
    height: 60px;
    background-image: radial-gradient(#e01e5a 1.8px, transparent 1.8px);
    background-size: 14px 14px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 2;
}

.intro-ambient-ring {
    position: absolute;
    top: -15px;
    right: 30px;
    width: 90px;
    height: 90px;
    border: 2px dashed rgba(224, 30, 90, 0.2);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

@keyframes blobMorph {
    0% {
        border-radius: 42% 58% 48% 52% / 55% 45% 55% 45%;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        border-radius: 55% 45% 52% 48% / 45% 55% 48% 52%;
        transform: translate(-50%, -50%) scale(1.04);
    }
}

/* Organic Photo Card Container */
.intro-photo-card-wrap {
    position: relative;
    z-index: 3;
}

.intro-photo-backdrop {
    position: absolute;
    top: 14px;
    left: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffe4e6 0%, #fce7f3 100%);
    border-radius: 36px 130px 36px 36px;
    z-index: 1;
    transition: all 0.3s ease;
}

.intro-photo-card {
    position: relative;
    z-index: 2;
    border-radius: 36px 130px 36px 36px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(30, 27, 75, 0.12), 0 4px 12px rgba(224, 30, 90, 0.06);
    border: 5px solid #ffffff;
    background: #ffffff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.intro-photo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 60px rgba(30, 27, 75, 0.16), 0 6px 16px rgba(224, 30, 90, 0.1);
}

.intro-main-photo {
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.intro-photo-card:hover .intro-main-photo {
    transform: scale(1.03);
}

/* Floating Glass Status Bar on Photo */
.intro-photo-glass-bar {
    position: absolute;
    bottom: 18px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: #1e1b4b;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.live-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: livePulse 2s infinite;
}

@keyframes livePulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

/* ==========================================================================
   Floating Badges (Premium Glassmorphism & Keyframe Animations)
   ========================================================================== */
.intro-floating-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    padding: 9px 18px 9px 10px;
    box-shadow: 0 14px 35px rgba(224, 30, 90, 0.13), 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    white-space: nowrap;
    text-decoration: none;
}

.intro-floating-badge:hover {
    transform: scale(1.05) translateY(-4px) !important;
    background: #ffffff;
    border-color: #fecdd3;
    box-shadow: 0 18px 45px rgba(224, 30, 90, 0.22), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.floating-badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.floating-badge-icon.icon-pink {
    background: linear-gradient(135deg, #ff4071 0%, #e01e5a 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(224, 30, 90, 0.38);
}

.floating-badge-icon.icon-purple {
    background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(99, 102, 241, 0.38);
}

.floating-badge-icon.icon-rose {
    background: linear-gradient(135deg, #f43f5e 0%, #be123c 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(244, 63, 94, 0.38);
}

.floating-badge-text {
    display: flex;
    flex-direction: column;
}

.floating-badge-label {
    font-size: 13.5px;
    font-weight: 600;
    color: #111a2e;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.floating-badge-sub {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.2;
    margin-top: 1px;
}

/* Position & Gentle Floating Keyframes */
.badge-top {
    top: 8%;
    right: -25px;
    animation: floatBadge1 4.5s ease-in-out infinite alternate;
}

.badge-middle {
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
    animation: floatBadge2 5.5s ease-in-out infinite alternate;
}

.badge-bottom {
    bottom: 10%;
    right: -25px;
    animation: floatBadge3 5s ease-in-out infinite alternate;
}

@keyframes floatBadge1 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-8px);
    }
}

@keyframes floatBadge2 {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(calc(-50% + 8px));
    }
}

@keyframes floatBadge3 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-7px);
    }
}

@media (max-width: 991px) {
    .delhi-intro-heading {
        font-size: 30px;
    }

    .delhi-intro-collage {
        margin-top: 35px;
        padding-right: 25px;
    }

    .badge-top,
    .badge-middle,
    .badge-bottom {
        right: -10px;
    }

    .intro-main-photo {
        height: 340px;
    }
}

@media (max-width: 576px) {
    .delhi-intro-collage {
        padding: 10px 0;
    }

    .intro-floating-badge {
        position: static;
        margin-top: 12px;
        display: flex;
        animation: none;
    }

    .badge-middle {
        transform: none;
    }
}

.location-overview-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px;
    border: 1px solid #f1e6eb;
    box-shadow: 0 8px 25px rgba(30, 27, 75, 0.04);
}

.overview-lead-text {
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 18px;
}

.overview-highlight-box {
    background: #fff8fa;
    border-left: 4px solid #e01e5a;
    border-radius: 0 12px 12px 0;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.6;
}

/* Section: Surrogacy Certificate Process in Delhi (legacy — kept for safety) */
.certificate-process-section {
    display: none;
}

/* ============================================================
   PREMIUM CERTIFICATE PROCESS SECTION — FULL REDESIGN
   ============================================================ */

.cert-premium-section {
    padding: 90px 0 80px;
    background: linear-gradient(to right, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
    position: relative;
    overflow: hidden;
}

/* Background decorative blobs */
.cert-bg-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.cert-bg-blob--1 {
    width: 500px;
    height: 500px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(224, 30, 90, 0.05) 0%, transparent 70%);
}

.cert-bg-blob--2 {
    width: 400px;
    height: 400px;
    bottom: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(224, 30, 90, 0.04) 0%, transparent 70%);
}

.cert-bg-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(224, 30, 90, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

/* ── Section 3 Pathway Image Frame ── */
.cert-image-frame {
    position: relative;
    width: 100%;
    max-width: 460px;
    border-radius: 24px;
    padding: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(253, 242, 248, 0.95) 100%);
    border: 2px solid rgba(224, 30, 90, 0.15);
    box-shadow: 0 20px 45px rgba(224, 30, 90, 0.12), 0 8px 20px rgba(45, 16, 96, 0.08);
    transition: all 0.3s ease;
}

.cert-image-frame:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 55px rgba(224, 30, 90, 0.18), 0 10px 25px rgba(45, 16, 96, 0.12);
}

.cert-pathway-img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    display: block;
    object-fit: cover;
}

/* ── CSS Illustrated Visual ── */
.cert-css-visual {
    position: relative;
    width: 380px;
    height: 420px;
    flex-shrink: 0;
}

.cert-glow-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(224, 30, 90, 0.08) 0%, rgba(224, 30, 90, 0.03) 50%, transparent 70%);
    pointer-events: none;
}

/* India Gate monument (CSS art) */
.cert-monument {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 130px;
    z-index: 1;
}

.cert-monument__sky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 220, 230, 0.6) 0%, transparent 100%);
    border-radius: 50% 50% 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 30px;
}

.cert-star {
    font-size: 10px;
    color: rgba(224, 30, 90, 0.35);
    animation: cert-twinkle 2s ease-in-out infinite;
}

.cert-star--1 {
    animation-delay: 0s;
}

.cert-star--2 {
    animation-delay: 0.7s;
}

.cert-star--3 {
    animation-delay: 1.4s;
}

@keyframes cert-twinkle {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}

.cert-monument__arch {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 75px;
    border: 6px solid rgba(224, 30, 90, 0.25);
    border-radius: 50% 50% 0 0;
    border-bottom: none;
}

.cert-monument__tower {
    position: absolute;
    bottom: 20px;
    width: 18px;
    height: 60px;
    background: linear-gradient(180deg, rgba(224, 30, 90, 0.2) 0%, rgba(224, 30, 90, 0.12) 100%);
    border-radius: 3px 3px 0 0;
}

.cert-monument__tower--left {
    left: 38px;
}

.cert-monument__tower--right {
    right: 38px;
}

.cert-monument__base {
    position: absolute;
    bottom: 14px;
    left: 20px;
    right: 20px;
    height: 10px;
    background: linear-gradient(90deg, transparent, rgba(224, 30, 90, 0.18) 30%, rgba(224, 30, 90, 0.18) 70%, transparent);
    border-radius: 2px;
}

/* Certificate Clipboard */
.cert-clipboard {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    z-index: 3;
    filter: drop-shadow(0 20px 40px rgba(224, 30, 90, 0.18));
    animation: cert-float 4s ease-in-out infinite;
}

@keyframes cert-float {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-8px);
    }
}

.cert-clipboard__clip {
    width: 60px;
    height: 18px;
    background: linear-gradient(135deg, #c01448, #e01e5a);
    border-radius: 8px 8px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(224, 30, 90, 0.3);
}

.cert-clipboard__clip::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.cert-clipboard__board {
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    padding: 18px 20px 20px;
    border: 1.5px solid rgba(224, 30, 90, 0.12);
    border-top: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.cert-clipboard__header {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 9px;
    font-weight: 600;
    color: #e01e5a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    opacity: 0.8;
}

.cert-clipboard__title {
    font-size: 18px;
    font-weight: 600;
    color: #111a2e;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}

.cert-clipboard__lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.cert-line {
    height: 5px;
    background: linear-gradient(90deg, #f1e2e9, #fce7f0);
    border-radius: 3px;
}

.cert-line--long {
    width: 100%;
}

.cert-line--med {
    width: 80%;
}

.cert-line--short {
    width: 55%;
}

.cert-clipboard__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cert-sig {
    font-size: 9px;
    color: #94a3b8;
    font-style: italic;
}

.cert-seal {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e01e5a, #ff4d84);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(224, 30, 90, 0.35);
}

/* Floating badges */
.cert-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 11px;
    font-weight: 600;
    color: #111a2e;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
    border: 1.5px solid rgba(224, 30, 90, 0.12);
    white-space: nowrap;
    z-index: 5;
}

.cert-badge i {
    color: #e01e5a;
    font-size: 12px;
}

.cert-badge--act {
    top: 28px;
    left: -10px;
    animation: cert-badge-float 3.5s ease-in-out infinite;
}

.cert-badge--dmb {
    top: 130px;
    right: -20px;
    animation: cert-badge-float 4.2s ease-in-out infinite 0.8s;
}

.cert-badge--legal {
    bottom: 80px;
    left: -15px;
    animation: cert-badge-float 3.8s ease-in-out infinite 1.5s;
}

@keyframes cert-badge-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* ── RIGHT CONTENT BLOCK ── */
.cert-content-block {
    padding-left: 10px;
}

.cert-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #e01e5a;
    background: rgba(224, 30, 90, 0.06);
    padding: 7px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.cert-eyebrow__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e01e5a;
    flex-shrink: 0;
}

.cert-main-heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    color: #111a2e;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}

.cert-heading-highlight {
    background: linear-gradient(135deg, #e01e5a 0%, #ff4d84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cert-accent-bar {
    width: 55px;
    height: 4px;
    background: linear-gradient(90deg, #e01e5a, #ff4d84);
    border-radius: 3px;
    margin: 22px 0 26px;
}

.cert-lead-para {
    font-size: 15.5px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 18px;
}

.cert-cta-strip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(224, 30, 90, 0.06) 0%, rgba(255, 77, 132, 0.06) 100%);
    border: 1.5px solid rgba(224, 30, 90, 0.15);
    border-radius: 14px;
    padding: 14px 20px;
    margin-top: 24px;
    font-size: 14px;
    color: #111a2e;
    line-height: 1.4;
}

.cert-cta-strip i {
    font-size: 18px;
    color: #e01e5a;
    flex-shrink: 0;
}

.cert-cta-strip strong {
    color: #e01e5a;
}

/* ── DIVIDER LABEL ── */
.cert-divider-label {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.cert-divider-line {
    flex: 1;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(224, 30, 90, 0.2), transparent);
}

.cert-divider-label span {
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #e01e5a;
    white-space: nowrap;
    background: #fff0f4;
    border: 1px solid #fecdd3;
    padding: 6px 18px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(224, 30, 90, 0.06);
}

/* ── STEP CARDS (DARK THEME WITH ROYAL PURPLE & GLOWING ACCENTS) ── */
.cert-step-card {
    background:
      radial-gradient(rgba(224, 30, 90, 0.20) 1.5px, transparent 1.5px),
      linear-gradient(135deg, #200a42 0%, #2f0f5b 50%, #1c083a 100%);
    background-size: 28px 28px, 100% 100%;
    border-radius: 22px;
    padding: 32px 26px;
    height: 100%;
    border: 1.5px solid rgba(255, 82, 143, 0.25);
    box-shadow: 0 10px 30px rgba(17, 6, 36, 0.4);
    position: relative;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}

.cert-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(90deg, #ff528f, #a855f7);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.cert-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(224, 30, 90, 0.25), 0 0 0 1px rgba(255, 82, 143, 0.5);
    border-color: rgba(255, 82, 143, 0.6);
}

.cert-step-card:hover::before {
    opacity: 1;
}

.cert-step-number {
    font-size: 54px;
    font-weight: 600;
    color: rgba(255, 82, 143, 0.14);
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 22px;
    letter-spacing: -0.04em;
    font-family: 'Georgia', serif;
    pointer-events: none;
}

.cert-step-icon-wrap {
    margin-bottom: 18px;
}

.cert-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(224, 30, 90, 0.25) 0%, rgba(124, 58, 237, 0.3) 100%);
    border: 1.5px solid rgba(255, 82, 143, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ff528f;
    box-shadow: 0 6px 18px rgba(224, 30, 90, 0.2);
    transition: transform 0.3s ease;
}

.cert-step-card:hover .cert-step-icon {
    transform: scale(1.1) rotate(-3deg);
    border-color: #ff528f;
    box-shadow: 0 8px 24px rgba(224, 30, 90, 0.35);
}

.cert-step-title {
    font-size: 17.5px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.cert-step-desc {
    font-size: 13.5px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 18px;
}

.cert-step-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #ff528f;
    background: rgba(255, 82, 143, 0.15);
    border: 1px solid rgba(255, 82, 143, 0.3);
    padding: 5px 12px;
    border-radius: 50px;
}

.cert-step-tag i {
    font-size: 10px;
    color: #ff528f;
}

/* ── DOCUMENTS CARD ── */
/* ── DOCUMENTS — LEGACY (hidden, replaced) ── */
.cert-docs-card {
    display: none;
}

.cert-doc-item {
    display: none;
}

.cert-doc-icon {
    display: none;
}

/* ============================================================
   DOCUMENTS TYPICALLY REQUIRED — ULTRA PREMIUM REDESIGN
   ============================================================ */

.docs-premium-wrapper {
    background: #ffffff;
    border-radius: 28px;
    border: 1.5px solid rgba(224, 30, 90, 0.1);
    box-shadow:
        0 4px 6px rgba(17, 26, 46, 0.03),
        0 20px 60px rgba(17, 26, 46, 0.07);
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.docs-premium-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e01e5a 0%, #ff4d84 50%, #e01e5a 100%);
    background-size: 200% 100%;
    animation: docs-shimmer 3s ease-in-out infinite;
}

@keyframes docs-shimmer {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 200% 0%;
    }
}

/* Header */
.docs-premium-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 36px 40px 28px;
    background: linear-gradient(135deg, #fff8fa 0%, #ffffff 100%);
}

.docs-premium-header-left {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    flex: 1;
}

.docs-premium-icon-wrap {
    position: relative;
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, #e01e5a, #ff4d84);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(224, 30, 90, 0.28);
}

.docs-premium-icon-pulse {
    position: absolute;
    inset: -6px;
    border-radius: 26px;
    border: 2px solid rgba(224, 30, 90, 0.18);
    animation: docs-pulse 2.5s ease-in-out infinite;
}

@keyframes docs-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.4;
    }
}

.docs-premium-header-text {
    flex: 1;
}

.docs-premium-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #e01e5a;
    background: rgba(224, 30, 90, 0.07);
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.docs-premium-eyebrow__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e01e5a;
    flex-shrink: 0;
}

.docs-premium-title {
    font-size: 24px;
    font-weight: 600;
    color: #111a2e;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
    line-height: 1.2;
}

.docs-premium-sub {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Count badge */
.docs-premium-badge-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 18px;
    padding: 16px 24px;
    text-align: center;
    flex-shrink: 0;
    min-width: 90px;
}

.docs-count-num {
    font-size: 40px;
    font-weight: 600;
    color: #e01e5a;
    line-height: 1;
    letter-spacing: -0.03em;
    display: block;
}

.docs-count-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    line-height: 1.3;
    display: block;
    margin-top: 4px;
}

/* Divider */
.docs-premium-divider {
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(224, 30, 90, 0.15) 20%, rgba(224, 30, 90, 0.15) 80%, transparent);
    margin: 0 40px;
}

/* Document Items Grid */
.docs-premium-grid {
    padding: 12px 0;
}

.docs-premium-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 40px;
    border-bottom: 1px solid rgba(17, 26, 46, 0.05);
    position: relative;
    transition: all 0.25s ease;
    cursor: default;
}

.docs-premium-item:last-child {
    border-bottom: none;
}

.docs-premium-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #e01e5a, #ff4d84);
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.docs-premium-item:hover {
    background: linear-gradient(90deg, rgba(224, 30, 90, 0.025) 0%, rgba(255, 255, 255, 0) 100%);
}

.docs-premium-item:hover::before {
    opacity: 1;
}

/* Number */
.docs-premium-item__num {
    font-size: 13px;
    font-weight: 600;
    color: rgba(224, 30, 90, 0.25);
    letter-spacing: 0.05em;
    min-width: 24px;
    font-family: 'Georgia', serif;
    flex-shrink: 0;
}

/* Icon */
.docs-premium-item__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff1f4, #ffe4ec);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #e01e5a;
    box-shadow: 0 4px 14px rgba(224, 30, 90, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.docs-premium-item:hover .docs-premium-item__icon {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 8px 20px rgba(224, 30, 90, 0.18);
}

/* Body text */
.docs-premium-item__body {
    flex: 1;
    min-width: 0;
}

.docs-premium-item__title {
    font-size: 15px;
    font-weight: 600;
    color: #111a2e;
    margin-bottom: 4px;
    line-height: 1.3;
}

.docs-premium-item__desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Status badge */
.docs-premium-item__status {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.docs-premium-item__status i {
    font-size: 20px;
    color: #22c55e;
}

.docs-premium-item__status span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #22c55e;
}

/* Footer note */
.docs-premium-footer-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(90deg, rgba(224, 30, 90, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
    border-top: 1.5px dashed rgba(224, 30, 90, 0.15);
    font-size: 12.5px;
    color: #94a3b8;
    line-height: 1.6;
}

.docs-premium-footer-note i {
    font-size: 15px;
    color: #e01e5a;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Responsive */
@media (max-width: 991px) {
    .docs-premium-header {
        padding: 28px 24px 22px;
        gap: 16px;
    }

    .docs-premium-divider {
        margin: 0 24px;
    }

    .docs-premium-item {
        padding: 18px 24px;
        gap: 14px;
    }

    .docs-premium-footer-note {
        padding: 16px 24px;
    }

    .docs-premium-title {
        font-size: 20px;
    }

    .docs-premium-badge-count {
        padding: 12px 18px;
        min-width: 76px;
    }

    .docs-count-num {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .docs-premium-header {
        flex-direction: column;
        gap: 16px;
    }

    .docs-premium-badge-count {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 14px 18px;
    }

    .docs-count-label {
        text-align: left;
    }

    .docs-premium-item__status {
        display: none;
    }

    .docs-premium-item {
        padding: 16px 20px;
        gap: 12px;
    }

    .docs-premium-icon-wrap {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .docs-premium-header-left {
        gap: 14px;
    }
}

/* ── LEGAL NOTICE ── */
.cert-legal-notice {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 20px;
    padding: 28px 32px;
    position: relative;
    overflow: hidden;
}

.cert-legal-notice::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(224, 30, 90, 0.08);
    pointer-events: none;
}

.cert-legal-notice__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(224, 30, 90, 0.15);
    border: 1.5px solid rgba(224, 30, 90, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ff4d84;
}

.cert-legal-notice__title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.cert-legal-notice__text {
    font-size: 13.5px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .cert-main-heading {
        font-size: 32px;
    }

    .cert-css-visual {
        width: 300px;
        height: 340px;
    }

    .cert-clipboard {
        width: 190px;
    }

    .cert-clipboard__title {
        font-size: 15px;
    }

    .cert-badge--act {
        left: -5px;
    }

    .cert-badge--legal {
        left: -5px;
    }

    .cert-badge--dmb {
        right: -5px;
    }

    .cert-docs-card {
        padding: 24px;
    }

    .cert-legal-notice {
        padding: 22px 20px;
    }
}

@media (max-width: 767px) {
    .cert-premium-section {
        padding: 60px 0 50px;
    }

    .cert-css-visual {
        width: 280px;
        height: 310px;
        margin: 0 auto;
    }

    .cert-step-card {
        padding: 22px 18px;
    }

    .cert-main-heading {
        font-size: 28px;
    }
}

/* Regulatory Context */
/* ── REGULATORY — LEGACY CSS (hidden, replaced) ── */
.reg-premium-section,
.reg-info-card,
.reg-why-banner,
.reg-why-stats,
.reg-section-header {
    display: none;
}

/* ============================================================
   CHOOSING A REGISTERED CLINIC — DARK THEME WITH DEEP PURPLE GRADIENT
   ============================================================ */
.reg-clean-section {
    padding: 85px 0 75px;
    background:
      radial-gradient(rgba(224, 30, 90, 0.22) 1.5px, transparent 1.5px),
      radial-gradient(rgba(167, 71, 254, 0.20) 1.5px, transparent 1.5px),
      linear-gradient(135deg, #2d1060 0%, #3b0f7a 50%, #280d58 100%) !important;
    background-size: 32px 32px, 32px 32px, 100% 100% !important;
    background-position: 0 0, 16px 16px, 0 0 !important;
    position: relative;
    overflow: hidden;
}

.reg-clean-inner {
    width: 100%;
}

.reg-clean-heading {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 0;
}

.reg-clean-heading__highlight {
    color: #ff528f;
}

.reg-clean-accent-bar {
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #ff528f, #e01e5a);
    border-radius: 3px;
    margin: 26px 0 32px;
}

.reg-clean-para {
    font-size: 15.5px;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 22px;
}

.reg-clean-para--last {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .reg-clean-heading {
        font-size: 32px;
    }

    .reg-clean-section {
        padding: 65px 0 55px;
    }
}

@media (max-width: 767px) {
    .reg-clean-heading {
        font-size: 26px;
    }

    .reg-clean-section {
        padding: 50px 0 45px;
    }

    .reg-clean-para {
        font-size: 15px;
    }
}



/* ============================================================
   DELHI / NCR REGULATORY CONTEXT — ULTRA PREMIUM REDESIGN
   ============================================================ */

.reg-premium-section {
    padding: 100px 0 90px;
    background: linear-gradient(160deg, #0a0f1e 0%, #111a2e 50%, #0d1528 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative background */
.reg-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(224, 30, 90, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(224, 30, 90, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
}

.reg-bg-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.reg-bg-glow--left {
    width: 600px;
    height: 600px;
    top: -150px;
    left: -150px;
    background: radial-gradient(circle, rgba(224, 30, 90, 0.08) 0%, transparent 70%);
}

.reg-bg-glow--right {
    width: 500px;
    height: 500px;
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.07) 0%, transparent 70%);
}

/* Section Header */
.reg-section-header {
    max-width: 620px;
    margin-bottom: 60px;
}

.reg-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #e01e5a;
    background: rgba(224, 30, 90, 0.1);
    border: 1px solid rgba(224, 30, 90, 0.2);
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 22px;
}

.reg-eyebrow__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e01e5a;
    flex-shrink: 0;
    animation: reg-dot-blink 2s ease-in-out infinite;
}

@keyframes reg-dot-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.reg-section-title {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.reg-title-highlight {
    background: linear-gradient(135deg, #e01e5a 0%, #ff6b9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.reg-section-lead {
    font-size: 16px;
    line-height: 1.75;
    color: #94a3b8;
    margin-bottom: 0;
}

/* ── LEFT: Regulatory Cards Stack ── */
.reg-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.reg-info-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    margin-bottom: 16px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.reg-info-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(224, 30, 90, 0.04) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.reg-info-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(224, 30, 90, 0.25);
    transform: translateX(6px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.reg-info-card:hover::before {
    opacity: 1;
}

/* Left timeline column */
.reg-info-card__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    width: 32px;
}

.reg-info-card__num {
    font-size: 11px;
    font-weight: 600;
    color: rgba(224, 30, 90, 0.5);
    letter-spacing: 0.05em;
    font-family: 'Georgia', serif;
    line-height: 1;
    margin-bottom: 8px;
}

.reg-info-card__connector {
    width: 1.5px;
    flex: 1;
    min-height: 40px;
    background: linear-gradient(180deg, rgba(224, 30, 90, 0.3), transparent);
}

.reg-info-card--last .reg-info-card__connector {
    display: none;
}

/* Icon */
.reg-info-card__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(224, 30, 90, 0.15), rgba(255, 77, 132, 0.1));
    border: 1.5px solid rgba(224, 30, 90, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #e01e5a;
    transition: all 0.3s ease;
}

.reg-info-card:hover .reg-info-card__icon {
    background: linear-gradient(135deg, rgba(224, 30, 90, 0.25), rgba(255, 77, 132, 0.15));
    border-color: rgba(224, 30, 90, 0.4);
    transform: scale(1.05) rotate(-3deg);
}

/* Body */
.reg-info-card__body {
    flex: 1;
}

.reg-info-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 8px;
    line-height: 1.3;
}

.reg-info-card__desc {
    font-size: 13.5px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 12px;
}

.reg-info-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #e01e5a;
    background: rgba(224, 30, 90, 0.1);
    border: 1px solid rgba(224, 30, 90, 0.15);
    padding: 5px 12px;
    border-radius: 50px;
}

.reg-info-card__tag i {
    font-size: 10px;
}

/* ── RIGHT: Why Matters Banner ── */
.reg-why-banner {
    background: linear-gradient(145deg, #161e30 0%, #1a1035 100%);
    border-radius: 26px;
    padding: 40px 36px;
    border: 1.5px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Orb decorations */
.reg-why-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.reg-why-orb--1 {
    width: 300px;
    height: 300px;
    top: -80px;
    right: -80px;
    background: radial-gradient(circle, rgba(224, 30, 90, 0.1) 0%, transparent 70%);
}

.reg-why-orb--2 {
    width: 200px;
    height: 200px;
    bottom: -60px;
    left: -40px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
}

/* Icon row */
.reg-why-icon-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.reg-why-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: linear-gradient(135deg, #e01e5a, #ff4d84);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(224, 30, 90, 0.35);
    flex-shrink: 0;
}

.reg-why-icon-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(224, 30, 90, 0.8);
    background: rgba(224, 30, 90, 0.1);
    border: 1px solid rgba(224, 30, 90, 0.15);
    padding: 5px 14px;
    border-radius: 50px;
}

.reg-why-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 18px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.reg-why-title__highlight {
    color: #ff4d84;
}

.reg-why-para {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.75;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

/* Stats strip */
.reg-why-stats {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 18px 20px;
    margin: 8px 0 24px;
    position: relative;
    z-index: 1;
}

.reg-why-stat {
    flex: 1;
    text-align: center;
}

.reg-why-stat__num {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #e01e5a;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 4px;
}

.reg-why-stat__label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
}

.reg-why-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

/* CTA Button */
.reg-why-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #e01e5a, #ff4d84);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(224, 30, 90, 0.35);
    align-self: flex-start;
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.reg-why-cta:hover {
    background: linear-gradient(135deg, #c01448, #e01e5a);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(224, 30, 90, 0.45);
    text-decoration: none;
}

.reg-why-cta i:last-child {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.reg-why-cta:hover i:last-child {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px) {
    .reg-premium-section {
        padding: 70px 0 60px;
    }

    .reg-section-title {
        font-size: 36px;
    }

    .reg-why-banner {
        padding: 30px 24px;
    }

    .reg-why-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .reg-premium-section {
        padding: 55px 0 50px;
    }

    .reg-section-title {
        font-size: 30px;
    }

    .reg-info-card {
        padding: 20px;
        gap: 14px;
    }

    .reg-info-card__left {
        display: none;
    }

    .reg-why-stats {
        flex-direction: column;
        gap: 16px;
    }

    .reg-why-stat-divider {
        width: 40px;
        height: 1px;
    }
}

/* ── OLD COVERS — LEGACY (hidden) ── */
.consultation-covers-section,
.covers-premium-section,
.covers-card-grid,
.cover-item,
.covers-grid,
.covers-fee-strip { display: none; }

/* ============================================================
   WHAT YOUR DELHI SURROGACY CONSULTATION COVERS — COMPACT & PREMIUM
   ============================================================ */

.delhi-consult-section {
    padding: 45px 0 40px 0;
    background: linear-gradient(to right, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
}

.delhi-consult-card-wrapper {
    background: linear-gradient(180deg, #fff7f9 0%, #fff1f5 100%);
    border: 1.5px solid #fce2ea;
    border-radius: 24px;
    padding: 32px 38px 26px;
    box-shadow: 0 8px 30px rgba(224, 30, 90, 0.04);
}

/* Header */
.delhi-consult-header {
    text-align: center;
    margin-bottom: 24px;
}
.delhi-consult-title {
    font-size: 30px;
    font-weight: 600;
    color: #111a2e;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    line-height: 1.2;
}
.delhi-consult-accent-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.delhi-consult-line {
    width: 60px;
    height: 2.5px;
    background: #e01e5a;
    border-radius: 2px;
}
.delhi-consult-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e01e5a;
}

/* Left Visual */
.delhi-consult-visual {
    max-width: 290px;
    margin: 0 auto;
}
.delhi-consult-svg {
    filter: drop-shadow(0 8px 18px rgba(224, 30, 90, 0.1));
    transition: transform 0.3s ease;
}
.delhi-consult-visual:hover .delhi-consult-svg {
    transform: translateY(-3px);
}

/* Checklist Items */
.delhi-consult-checklist {
    display: flex;
    flex-direction: column;
}
.delhi-consult-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(224, 30, 90, 0.1);
    transition: all 0.2s ease;
}
.delhi-consult-item:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}
.delhi-consult-item:first-child {
    padding-top: 2px;
}
.delhi-consult-item:hover {
    transform: translateX(4px);
}
.delhi-consult-check {
    color: #e01e5a;
    font-size: 17px;
    flex-shrink: 0;
    line-height: 1;
}
.delhi-consult-text {
    font-size: 14.5px;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.45;
}

/* Bottom Card */
.delhi-consult-bottom-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1.5px solid #fce2ea;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 3px 12px rgba(224, 30, 90, 0.03);
    margin-top: 18px;
}
.delhi-consult-bottom-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff1f4;
    color: #e01e5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    position: relative;
    border: 1.5px solid rgba(224, 30, 90, 0.2);
}
.delhi-consult-bottom-clock {
    position: absolute;
    bottom: -3px;
    right: -3px;
    background: #ffffff;
    color: #e01e5a;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border: 1.5px solid #e01e5a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.delhi-consult-bottom-text {
    flex: 1;
}
.delhi-consult-bottom-line1 {
    font-size: 14px;
    color: #1e293b;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1.4;
}
.delhi-consult-bottom-line1 strong {
    font-weight: 600;
    color: #111a2e;
}
.delhi-consult-bottom-line2 {
    font-size: 12.5px;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 991px) {
    .delhi-consult-card-wrapper {
        padding: 26px 20px 20px;
    }
    .delhi-consult-title {
        font-size: 24px;
    }
    .delhi-consult-bottom-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 16px;
    }
}
@media (max-width: 767px) {
    .delhi-consult-section {
        padding: 35px 0 30px 0;
    }
    .delhi-consult-card-wrapper {
        padding: 22px 16px 18px;
        border-radius: 18px;
    }
    .delhi-consult-title {
        font-size: 21px;
    }
    .delhi-consult-text {
        font-size: 13.5px;
    }
}

/* ── OLD AREAS — LEGACY (hidden) ── */
/* ── OLD AREAS — LEGACY (hidden) ── */
.areas-serve-section,
.areas-premium-section,
.city-hub-card,
.area-note-card,
.areas-grid,
.area-hub-card,
.area-banner-card { display: none; }

/* ============================================================
   SERVING PATIENTS ACROSS DELHI NCR — DARK THEME
   ============================================================ */

.delhi-serving-section {
    padding: 85px 0 75px 0;
    background:
      radial-gradient(rgba(224, 30, 90, 0.22) 1.5px, transparent 1.5px),
      radial-gradient(rgba(167, 71, 254, 0.20) 1.5px, transparent 1.5px),
      linear-gradient(135deg, #2d1060 0%, #3b0f7a 50%, #280d58 100%) !important;
    background-size: 32px 32px, 32px 32px, 100% 100% !important;
    background-position: 0 0, 16px 16px, 0 0 !important;
    position: relative;
    overflow: hidden;
}

.delhi-serving-card-wrapper {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 50px 44px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Header */
.delhi-serving-header {
    text-align: center;
    margin-bottom: 40px;
}
.delhi-serving-title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
    line-height: 1.25;
}
.delhi-serving-lead {
    font-size: 15.5px;
    color: #cbd5e1;
    line-height: 1.65;
    max-width: 680px;
    margin: 18px auto 0;
}

/* 5-Column Grid */
.delhi-serving-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-bottom: 30px;
}

.delhi-city-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 16px 22px;
    border: 1.5px solid #fce2ea;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
}
.delhi-city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(224, 30, 90, 0.2);
    border-color: rgba(224, 30, 90, 0.4);
}

.delhi-city-icon-wrap {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
    transition: transform 0.3s ease;
}
.delhi-city-card:hover .delhi-city-icon-wrap {
    transform: scale(1.06);
}

.delhi-city-name {
    font-size: 17px;
    font-weight: 600;
    color: #111a2e;
    margin-bottom: 2px;
    line-height: 1.3;
}
.delhi-city-sub {
    font-size: 14px;
    font-weight: 600;
    color: #111a2e;
    line-height: 1.3;
    display: block;
    min-height: 20px;
}
.delhi-city-line {
    width: 32px;
    height: 3px;
    background: #e01e5a;
    border-radius: 2px;
    margin-top: 14px;
}

/* Bottom Pink Banner */
.delhi-serving-bottom-banner {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 82, 143, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 18px 26px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.delhi-serving-pin-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delhi-serving-banner-text {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1199px) {
    .delhi-serving-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}
@media (max-width: 991px) {
    .delhi-serving-card-wrapper {
        padding: 36px 24px 30px;
    }
    .delhi-serving-title {
        font-size: 28px;
    }
    .delhi-serving-bottom-banner {
        padding: 16px 20px;
    }
}
@media (max-width: 767px) {
    .delhi-serving-section {
        padding: 50px 0 40px 0;
    }
    .delhi-serving-card-wrapper {
        padding: 28px 18px 22px;
        border-radius: 20px;
    }
    .delhi-serving-title {
        font-size: 24px;
    }
    .delhi-serving-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .delhi-city-card {
        padding: 20px 12px 16px;
    }
    .delhi-city-icon-wrap {
        width: 68px;
        height: 68px;
        margin-bottom: 12px;
    }
    .delhi-city-name {
        font-size: 15px;
    }
    .delhi-city-sub {
        font-size: 12.5px;
    }
    .delhi-serving-bottom-banner {
        flex-direction: row;
        gap: 14px;
        padding: 14px 16px;
    }
    .delhi-serving-banner-text {
        font-size: 13.5px;
    }
}
@media (max-width: 480px) {
    .delhi-serving-grid {
        grid-template-columns: 1fr;
    }
}

/* ── OLD HOW IT WORKS — LEGACY (hidden) ── */
.how-it-works-section,
.step-card-box,
.ready-step-banner { display: none; }

/* ============================================================
   HOW THE ONLINE CONSULTATION WORKS — EXACT MATCH
   ============================================================ */

.delhi-how-works-section {
    padding: 70px 0 60px 0;
    background: linear-gradient(to right, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
}

.delhi-how-card-wrapper {
    background: linear-gradient(180deg, #fff7f9 0%, #fff1f5 100%);
    border: 1.5px solid #fce2ea;
    border-radius: 28px;
    padding: 50px 44px 42px;
    box-shadow: 0 10px 40px rgba(224, 30, 90, 0.05);
}

/* Header */
.delhi-how-header {
    text-align: center;
    margin-bottom: 42px;
}
.delhi-how-title {
    font-size: 36px;
    font-weight: 600;
    color: #111a2e;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
    line-height: 1.25;
}
.delhi-how-title-pink {
    color: #e01e5a;
}
.delhi-how-lead {
    font-size: 15.5px;
    color: #475569;
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Table Container (Left Column) */
.how-table-container {
    background: #ffffff;
    border-radius: 18px;
    border: 1.5px solid #fce2ea;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(30, 27, 75, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.how-table-head {
    background: #0e1b38;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.01em;
    flex-shrink: 0;
}

.how-col-step {
    width: 14%;
    text-align: center;
    flex-shrink: 0;
}
.how-col-what {
    width: 43%;
    padding: 0 16px;
    flex-shrink: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.how-table-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.how-table-body .how-col-what {
    border-right: 1px solid #fce7ed;
}
.how-col-why {
    width: 43%;
    padding: 0 16px;
    flex-shrink: 0;
}

.how-table-row {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 1px solid #fce7ed;
    transition: background 0.25s ease;
}
.how-table-row:last-child {
    border-bottom: none;
}
.how-table-row:hover {
    background: #fff8fa;
}

.how-step-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e01e5a;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(224, 30, 90, 0.35);
}

.how-row-content {
    display: flex;
    align-items: center;
    gap: 14px;
}
.how-row-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-row-text {
    font-size: 14px;
    color: #1e293b;
    line-height: 1.48;
    font-weight: 500;
}
.how-row-text strong {
    font-weight: 600;
    color: #111a2e;
}

/* Sidebar Card (Right Column) */
.how-sidebar-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1.5px solid #fce2ea;
    padding: 30px 24px 26px;
    box-shadow: 0 4px 20px rgba(224, 30, 90, 0.04);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.how-sidebar-hex-bg {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(224, 30, 90, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.how-sidebar-title {
    font-size: 24px;
    font-weight: 600;
    color: #e01e5a;
    margin-bottom: 8px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.how-sidebar-line {
    width: 32px;
    height: 3px;
    background: #e01e5a;
    border-radius: 2px;
    margin-bottom: 14px;
}

.how-sidebar-lead {
    font-size: 13.5px;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 18px;
    font-weight: 500;
}

.how-sidebar-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
    flex: 1;
    justify-content: space-around;
}

.how-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.how-feature-icon {
    flex-shrink: 0;
    margin-top: 1px;
    color: #e01e5a;
}
.how-feature-text strong {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #111a2e;
    margin-bottom: 2px;
}
.how-feature-text span {
    display: block;
    font-size: 12px;
    color: #64748b;
    line-height: 1.35;
}

/* Bottom CTA Card Box */
.how-sidebar-cta-box {
    background: #fff0f4;
    border: 1.5px solid #fcdbe4;
    border-radius: 16px;
    padding: 16px 14px;
    text-align: center;
    margin-top: auto;
}
.how-cta-calendar-icon {
    flex-shrink: 0;
}
.how-cta-box-title {
    font-size: 14px;
    font-weight: 600;
    color: #111a2e;
    margin-bottom: 2px;
    text-align: left;
}
.how-cta-box-desc {
    font-size: 11.5px;
    color: #64748b;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.35;
}
.how-cta-btn {
    display: block;
    background: #e01e5a;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 13.5px;
    padding: 10px 18px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(224, 30, 90, 0.3);
    transition: all 0.2s ease;
    margin-top: 12px;
}
.how-cta-btn:hover {
    background: #c4164e;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(224, 30, 90, 0.4);
}
.how-cta-trust {
    font-size: 11px;
    color: #64748b;
    margin-top: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 991px) {
    .delhi-how-card-wrapper {
        padding: 36px 24px 30px;
    }
    .delhi-how-title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .delhi-how-works-section {
        padding: 50px 0 40px 0;
    }
    .delhi-how-card-wrapper {
        padding: 28px 16px 22px;
        border-radius: 20px;
    }
    .delhi-how-title {
        font-size: 24px;
    }
    .how-table-head {
        display: none;
    }
    .how-table-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px;
    }
    .how-col-step,
    .how-col-what,
    .how-col-why {
        width: 100%;
        padding: 0;
        border-right: none;
    }
    .how-table-body .how-col-what {
        border-right: none;
        padding-bottom: 8px;
        border-bottom: 1px dashed #fce7ed;
    }
}

/* ── OLD SPECIALISTS — LEGACY (hidden) ── */
.specialists-grid-section,
.specialist-profile-card,
.specialist-avatar-wrap { display: none; }

/* ============================================================
   MEDICAL REVIEWERS & SPECIALIST TEAM — DARK THEME
   ============================================================ */

.reviewer-team-section {
    padding: 85px 0 75px 0;
    background:
      radial-gradient(rgba(224, 30, 90, 0.22) 1.5px, transparent 1.5px),
      radial-gradient(rgba(167, 71, 254, 0.20) 1.5px, transparent 1.5px),
      linear-gradient(135deg, #2d1060 0%, #3b0f7a 50%, #280d58 100%) !important;
    background-size: 32px 32px, 32px 32px, 100% 100% !important;
    background-position: 0 0, 16px 16px, 0 0 !important;
    position: relative;
    overflow: hidden;
}

.reviewer-team-header {
    text-align: center;
    margin-bottom: 46px;
}

.reviewer-shield-wrap {
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reviewer-main-title {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    line-height: 1.25;
}
.reviewer-title-pink {
    color: #ff528f;
}

.reviewer-main-lead {
    font-size: 15.5px;
    color: #cbd5e1;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Card */
.reviewer-doc-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 18px 18px 22px;
    border: 1.5px solid #f1e2e9;
    box-shadow: 0 4px 18px rgba(30, 27, 75, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.reviewer-doc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(224, 30, 90, 0.1);
    border-color: rgba(224, 30, 90, 0.25);
}

.reviewer-doc-photo-wrap {
    width: 100%;
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #f8fafc;
}
.reviewer-doc-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.35s ease;
}
.reviewer-doc-card:hover .reviewer-doc-photo {
    transform: scale(1.04);
}

.reviewer-doc-info-top {
    text-align: center;
    margin-bottom: 14px;
}
.reviewer-doc-name {
    font-size: 18px;
    font-weight: 600;
    color: #111a2e;
    margin-bottom: 4px;
    line-height: 1.3;
}
.reviewer-doc-degrees {
    font-size: 12px;
    font-weight: 600;
    color: #e01e5a;
    margin-bottom: 6px;
    line-height: 1.4;
}
.reviewer-doc-role {
    font-size: 13px;
    color: #475569;
    font-weight: 500;
    line-height: 1.4;
    min-height: 38px;
}

.reviewer-doc-meta-list {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #fce7ed;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.reviewer-doc-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.reviewer-meta-icon {
    flex-shrink: 0;
    width: 18px;
    display: flex;
    justify-content: center;
    margin-top: 2px;
    color: #e01e5a;
}
.reviewer-meta-text {
    font-size: 12px;
    color: #334155;
    line-height: 1.45;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
    .reviewer-main-title {
        font-size: 30px;
    }
    .reviewer-doc-photo-wrap {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .reviewer-team-section {
        padding: 50px 0 40px 0;
    }
    .reviewer-main-title {
        font-size: 25px;
    }
    .reviewer-doc-photo-wrap {
        height: 220px;
    }
}

.reviews-section {
    padding: 70px 0 65px;
    background: linear-gradient(to right, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
    position: relative;
}

.rating-summary-strip {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 32px;
    border: 1px solid #f1e2e9;
    box-shadow: 0 8px 25px rgba(30, 27, 75, 0.05);
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.rating-score-box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.rating-huge-score {
    font-size: 38px;
    font-weight: 600;
    color: #111a2e;
    line-height: 1;
}

.stars-row {
    color: #f59e0b;
    font-size: 15px;
    margin-bottom: 2px;
}

.platform-rating-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
}

.platform-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.platform-icon-circle.google {
    background: #ea4335;
}

.platform-icon-circle.facebook {
    background: #1877f2;
}

.platform-icon-circle.practo {
    background: #14b8a6;
}

.location-review-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    border: 1px solid #f1e2e9;
    box-shadow: 0 6px 20px rgba(30, 27, 75, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-quote-text {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 18px;
    font-style: italic;
}

.review-author-row {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
}

.review-author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff1f4;
    color: #e01e5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
}

.review-author-name {
    font-size: 14px;
    font-weight: 600;
    color: #111a2e;
    margin-bottom: 1px;
}

.review-author-loc {
    font-size: 11.5px;
    color: #94a3b8;
    margin-bottom: 0;
}

/* ============================================================
   FAQ ACCORDION — DARK THEME
   ============================================================ */
.location-faq-section {
    padding: 85px 0 75px;
    background:
      radial-gradient(rgba(224, 30, 90, 0.22) 1.5px, transparent 1.5px),
      radial-gradient(rgba(167, 71, 254, 0.20) 1.5px, transparent 1.5px),
      linear-gradient(135deg, #2d1060 0%, #3b0f7a 50%, #280d58 100%) !important;
    background-size: 32px 32px, 32px 32px, 100% 100% !important;
    background-position: 0 0, 16px 16px, 0 0 !important;
    position: relative;
    overflow: hidden;
}

.location-faq-section .section-main-heading {
    color: #ffffff !important;
}
.location-faq-section .text-muted {
    color: #cbd5e1 !important;
}

.faq-item-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.faq-item-card.active {
    border-color: rgba(255, 82, 143, 0.6);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 30px rgba(224, 30, 90, 0.25);
}

.faq-header-btn {
    width: 100%;
    padding: 18px 22px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
}

.faq-header-btn:hover {
    background: rgba(255, 255, 255, 0.05);
}

.faq-q-text {
    font-size: 15.5px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

.faq-num-pill {
    font-size: 12px;
    font-weight: 600;
    color: #ff528f;
    background: rgba(255, 82, 143, 0.18);
    border: 1px solid rgba(255, 82, 143, 0.35);
    padding: 3px 8px;
    border-radius: 6px;
    flex-shrink: 0;
}

.faq-toggle-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.faq-item-card.active .faq-toggle-icon {
    background: #e01e5a;
    color: #ffffff;
    transform: rotate(180deg);
}

.faq-body-content {
    padding: 0 22px 20px 22px;
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.65;
    display: none;
}

.faq-item-card.active .faq-body-content {
    display: block;
}

.faq-disclaimer-footnote {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 12px;
    color: #cbd5e1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.grow-family-banner-section {
    padding: 60px 0 75px 0;
    background: linear-gradient(to right, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
}

.grow-family-card {
    background: linear-gradient(135deg, #111a2e 0%, #311042 100%);
    border-radius: 24px;
    padding: 45px 50px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(30, 27, 75, 0.2);
}

.grow-family-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

.grow-family-title span {
    color: #ff528f;
}

.grow-family-desc {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.65;
    max-width: 600px;
    margin-bottom: 24px;
}

.btn-grow-talk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e01e5a;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 13px 34px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(224, 30, 90, 0.4);
    transition: all 0.25s ease;
}

.btn-grow-talk:hover {
    background: #be123c;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .grow-family-card {
        padding: 30px 20px;
        border-radius: 18px;
        text-align: center;
    }
    .grow-family-title {
        font-size: 24px;
    }
    .grow-family-desc {
        font-size: 14px;
    }
    .btn-grow-talk {
        width: 100%;
        justify-content: center;
    }
    .hero-delhi-heading {
        font-size: 30px !important;
        line-height: 1.25 !important;
    }
    .hero-delhi-subheading {
        font-size: 14.5px !important;
    }
    .btn-delhi-hero-cta {
        min-width: auto !important;
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 20px !important;
    }
    .hero-reviewed-box {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 18px !important;
    }
}