/* ============================================
   New Landing Page Styles - MedEasy.ai
   Uses root variables from new-header.css
   Unique classnames with nlp- prefix
   ============================================ */

/* Prevent horizontal overflow */
body {
    overflow-x: hidden;
    width: 100%;
}

/* Ensure all sections are contained */
.nlp-hero-section,
.nlp-features-section,
.nlp-services-section,
.nlp-consult-section,
.nlp-specialties-section,
.nlp-motherhood-section,
.nlp-wellness-section,
.nlp-diagnostics-pharmacy-section,
.nlp-smart-ai-section,
.nlp-app-download-section,
.nlp-quality-doctors-section,
.nlp-blogs-section,
.nlp-faq-section,
.nlp-reviews-section,
.nlp-cta-banner-section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Global Font Family - Poppins for all text (excluding Font Awesome icons) */
.nlp-hero-section *,
.nlp-features-section *,
.nlp-services-section *,
.nlp-consult-section *,
.nlp-specialties-section *,
.nlp-motherhood-section *,
.nlp-wellness-section *,
.nlp-diagnostics-pharmacy-section *,
.nlp-smart-ai-section *,
.nlp-app-download-section *,
.nlp-quality-doctors-section *,
.nlp-blogs-section *,
.nlp-faq-section *,
.nlp-reviews-section *,
.nlp-cta-banner-section * {
    font-family: 'Poppins', sans-serif !important;
}

/* Ensure Font Awesome icons are not affected by Poppins font */
.nlp-hero-section .fas,
.nlp-hero-section .far,
.nlp-hero-section .fab,
.nlp-hero-section .fal,
.nlp-hero-section .fad,
.nlp-hero-section [class*="fa-"],
.nlp-features-section .fas,
.nlp-features-section .far,
.nlp-features-section .fab,
.nlp-features-section .fal,
.nlp-features-section .fad,
.nlp-features-section [class*="fa-"],
.nlp-services-section .fas,
.nlp-services-section .far,
.nlp-services-section .fab,
.nlp-services-section .fal,
.nlp-services-section .fad,
.nlp-services-section [class*="fa-"],
.nlp-consult-section .fas,
.nlp-consult-section .far,
.nlp-consult-section .fab,
.nlp-consult-section .fal,
.nlp-consult-section .fad,
.nlp-consult-section [class*="fa-"],
.nlp-specialties-section .fas,
.nlp-specialties-section .far,
.nlp-specialties-section .fab,
.nlp-specialties-section .fal,
.nlp-specialties-section .fad,
.nlp-specialties-section [class*="fa-"],
.nlp-motherhood-section .fas,
.nlp-motherhood-section .far,
.nlp-motherhood-section .fab,
.nlp-motherhood-section .fal,
.nlp-motherhood-section .fad,
.nlp-motherhood-section [class*="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

/* Font Awesome icon elements */
.nlp-hero-section i[class*="fa-"],
.nlp-features-section i[class*="fa-"],
.nlp-services-section i[class*="fa-"],
.nlp-consult-section i[class*="fa-"],
.nlp-specialties-section i[class*="fa-"],
.nlp-motherhood-section i[class*="fa-"],
.nlp-wellness-section i[class*="fa-"],
.nlp-diagnostics-pharmacy-section i[class*="fa-"],
.nlp-smart-ai-section i[class*="fa-"],
.nlp-app-download-section i[class*="fa-"],
.nlp-quality-doctors-section i[class*="fa-"],
.nlp-blogs-section i[class*="fa-"],
.nlp-faq-section i[class*="fa-"],
.nlp-reviews-section i[class*="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

/* Hero Section */
.nlp-hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding: 110px 0;
    padding-top: calc(60px + 73px) !important; /* Add header height to top padding */
    background: #f5f9fc;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 0;
    box-sizing: border-box;
}

/* Additional spacing for hero section to account for fixed headers */
body.has-bottom-nav .nlp-hero-section {
    padding-top: calc(60px + 140px) !important; /* Top header + bottom nav */
    margin-top: 0;
}

/* Responsive adjustments for hero section */
@media (max-width: 992px) {
    .nlp-hero-section {
        padding: 50px 0;
        padding-top: calc(50px + 120px) !important; /* Add tablet header height */
        min-height: 450px;
    }
    body.has-bottom-nav .nlp-hero-section {
        padding-top: calc(50px + 180px) !important; /* Tablet header + bottom nav */
    }
}

@media (max-width: 768px) {
    .nlp-hero-section {
        padding: 40px 0;
        padding-top: calc(40px + 110px) !important; /* Add mobile header height */
        min-height: 400px;
    }
    body.has-bottom-nav .nlp-hero-section {
        padding-top: calc(40px + 170px) !important; /* Mobile header + bottom nav */
    }
}

@media (max-width: 576px) {
    .nlp-hero-section {
        padding: 30px 0;
        padding-top: calc(30px + 100px) !important; /* Add small mobile header height */
        min-height: 350px;
    }
    body.has-bottom-nav .nlp-hero-section {
        padding-top: calc(30px + 160px) !important; /* Small mobile header + bottom nav */
    }
}

/* Animated Background Bubbles */
.nlp-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.nlp-bubble {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(107, 163, 227, 0.15) 0%, rgba(232, 244, 253, 0.25) 100%);
    backdrop-filter: blur(2px);
    animation: float 20s infinite ease-in-out;
}

.nlp-bubble-1 {
    width: 120px;
    height: 120px;
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    animation-duration: 25s;
}

.nlp-bubble-2 {
    width: 80px;
    height: 80px;
    left: 20%;
    top: 60%;
    animation-delay: 2s;
    animation-duration: 22s;
}

.nlp-bubble-3 {
    width: 150px;
    height: 150px;
    left: 60%;
    top: 10%;
    animation-delay: 4s;
    animation-duration: 28s;
}

.nlp-bubble-4 {
    width: 100px;
    height: 100px;
    left: 70%;
    top: 50%;
    animation-delay: 1s;
    animation-duration: 24s;
}

.nlp-bubble-5 {
    width: 90px;
    height: 90px;
    left: 5%;
    top: 70%;
    animation-delay: 3s;
    animation-duration: 26s;
}

.nlp-bubble-6 {
    width: 110px;
    height: 110px;
    left: 85%;
    top: 30%;
    animation-delay: 5s;
    animation-duration: 23s;
}

.nlp-bubble-7 {
    width: 70px;
    height: 70px;
    left: 40%;
    top: 80%;
    animation-delay: 1.5s;
    animation-duration: 27s;
}

.nlp-bubble-8 {
    width: 130px;
    height: 130px;
    left: 50%;
    top: 5%;
    animation-delay: 3.5s;
    animation-duration: 25s;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, -50px) scale(1.1);
        opacity: 0.8;
    }
    50% {
        transform: translate(-20px, -80px) scale(0.9);
        opacity: 0.7;
    }
    75% {
        transform: translate(40px, -30px) scale(1.05);
        opacity: 0.75;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.8;
    }
}

/* Add subtle pulse to some bubbles */
.nlp-bubble-1,
.nlp-bubble-3,
.nlp-bubble-8 {
    animation: float 20s infinite ease-in-out, pulse 8s infinite ease-in-out;
}

.nlp-hero-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 3;
}

.nlp-hero-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Left Content */
.nlp-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.nlp-hero-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

.nlp-hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
    font-weight: 400;
    max-width: 540px;
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.nlp-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: var(--primary-color, #2464ee);
    color: #ffffff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    font-family: 'Poppins', sans-serif !important;
    border: none;
}

.nlp-cta-primary:hover {
    background: var(--primary-hover, #1a52c4);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(36, 100, 238, 0.3);
    color: #ffffff;
}

.nlp-cta-primary i {
    font-size: 14px;
    color: #ffffff;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}

.nlp-cta-primary:hover i {
    transform: translateX(4px);
}

.nlp-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: #ffffff;
    color: var(--primary-color, #2464ee);
    border: 1px solid var(--primary-color, #2464ee);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    font-family: 'Poppins', sans-serif !important;
}

.nlp-cta-secondary:hover {
    background: var(--primary-light, #e8f0fe);
    border-color: var(--primary-hover, #1a52c4);
    color: var(--primary-hover, #1a52c4);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(36, 100, 238, 0.2);
}

.nlp-cta-secondary i {
    font-size: 14px;
    color: var(--primary-color, #2464ee);
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}

.nlp-cta-secondary:hover i {
    transform: translateX(4px);
    color: var(--primary-hover, #1a52c4);
}

/* Right Smartphone Frame with Video */
.nlp-hero-phone {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

/* Click Here Indicator */
.pj-click-indicator {
    position: absolute;
    right: 90px;
    top: 64%;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
    pointer-events: none;
    animation: pj-pulse-indicator 2s infinite ease-in-out;
}

.pj-click-text {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #2464ee;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 6px;
    text-align: center;
    white-space: nowrap;
}

.pj-click-arrow {
    width: 0;
    height: 0;
    border-right: 16px solid #2464ee;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin: 0 auto;
    animation: pj-arrow-bounce 1.5s infinite ease-in-out;
}

@keyframes pj-pulse-indicator {
    0%, 100% { opacity: 1; transform: translateY(-50%) scale(1); }
    50% { opacity: 0.7; transform: translateY(-50%) scale(1.03); }
}

@keyframes pj-arrow-bounce {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-4px); }
}

.nlp-phone-frame {
    position: relative;
    width: 100%;
    max-width: 280px;
    max-height: 560px;
    height: 540px; /* fallback height to avoid blank layout when aspect-ratio unsupported - increased */
    aspect-ratio: 9 / 16;
    background: #1a1a1a;
    border-radius: 32px;
    padding: 6px;
    box-shadow: 
        0 0 0 2px #2a2a2a,
        0 20px 60px rgba(0, 0, 0, 0.3),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
}

/* Phone Notch */
.nlp-phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 24px;
    background: #1a1a1a;
    border-radius: 0 0 16px 16px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.nlp-phone-notch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #000;
    border-radius: 0 0 5px 5px;
}

/* Phone Screen Area */
.nlp-phone-screen {
    position: relative;
    width: 100%;
    flex: 1;
    min-height: 100%; /* ensure fills frame */
    background: #000;
    overflow: hidden; /* Prevent content from cutting off */
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

.nlp-phone-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1; /* visible by default */
    transition: opacity 0.5s ease-in-out;
}

.nlp-phone-video.nlp-playing {
    opacity: 1;
}

/* Patient Journey Video */
.nlp-phone-screen .pj-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
}

.nlp-phone-screen .pj-video.pj-playing {
    opacity: 1;
    z-index: 2;
}

.nlp-phone-screen .pj-video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.nlp-video-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Notification Overlay */
.nlp-notification-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color, #2464ee) 0%, var(--primary-hover, #1a52c4) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

/* Confirm Leave */
.nlp-confirm-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 7;
}

.nlp-confirm-overlay.nlp-active { display: flex; }

.nlp-confirm-card {
    width: 88%;
    max-width: 260px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    padding: 18px;
    text-align: center;
}

.nlp-confirm-icon { color: var(--primary-color, #2464ee); font-size: 28px; margin-bottom: 6px; }
.nlp-confirm-title { font-size: 18px; font-weight: 500; color: #111827; margin-bottom: 6px; font-family: 'Poppins', sans-serif !important; }
.nlp-confirm-text { font-size: 13px; color: #4b5563; margin-bottom: 12px; font-family: 'Poppins', sans-serif !important; }

.nlp-confirm-actions { display: flex; gap: 10px; justify-content: center; }

/* Completed */
.nlp-complete-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary-color, #2464ee) 0%, var(--primary-hover, #1a52c4) 100%);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 7;
    color: #ffffff;
}

.nlp-complete-overlay.nlp-active { display: flex; }

.nlp-complete-card { text-align: center; padding: 20px 16px; max-width: 280px; }
.nlp-complete-icon { font-size: 40px; margin-bottom: 8px; }
.nlp-complete-title { font-size: 20px; font-weight: 500; margin-bottom: 6px; font-family: 'Poppins', sans-serif !important; }
.nlp-complete-text { font-size: 14px; opacity: 0.95; margin-bottom: 14px; font-family: 'Poppins', sans-serif !important; }

/* Buttons */
.nlp-btn-primary {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 18px; border-radius: 10px; border: none;
    background: #ffffff; color: var(--primary-color, #2464ee);
    text-decoration: none; font-weight: 600; font-family: 'Poppins', sans-serif !important;
}

.nlp-btn-secondary {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 18px; border-radius: 10px; border: 1px solid #ffffff;
    background: transparent; color: #ffffff; font-weight: 600;
}

/* Controls: keep only end call */
.nlp-control-buttons { gap: 0; }

/* Themed join button */
.nlp-join-btn {
    background: #ffffff;
    color: var(--primary-color, #2464ee);
}

.nlp-join-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #f0f0f0;
}

.nlp-join-btn:active {
    transform: translateY(0);
}

.nlp-join-btn i {
    font-size: 14px;
}

/* Call Controls */
.nlp-call-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    padding: 20px 15px 30px;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.nlp-call-controls.nlp-active {
    opacity: 1;
    visibility: visible;
}

.nlp-call-info {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.nlp-call-status {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
    margin-bottom: 4px;
}

.nlp-call-duration {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-control-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.nlp-control-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.nlp-control-btn:active {
    transform: scale(0.95);
}

.nlp-end-call-btn {
    background: #ff3b30;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.nlp-end-call-btn:hover {
    background: #ff2d20;
    transform: scale(1.1);
}

/* Phone Bottom Indicator */
.nlp-phone-indicator {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    z-index: 10;
}

/* Connecting Overlay */
.nlp-connecting-overlay { position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.5)); display:none; align-items:center; justify-content:center; z-index:6; color:#fff; text-align:center; }
.nlp-connecting-overlay.nlp-active { display:flex; }

.nlp-connecting-wrap { padding: 20px 16px; }
.nlp-connecting-title { font-size:18px; font-weight:500; margin-top:10px; font-family: 'Poppins', sans-serif !important; }
.nlp-connecting-text { font-size:13px; opacity:0.9; margin-top:6px; font-family: 'Poppins', sans-serif !important; }

.nlp-connecting-spinner { display:flex; gap:8px; justify-content:center; align-items:center; }
.nlp-connecting-spinner span { width:10px; height:10px; border-radius:50%; background: var(--primary-color, #2464ee); opacity:0.8; animation: nlp-bounce 1.2s infinite ease-in-out; }
.nlp-connecting-spinner span:nth-child(2){ animation-delay: .15s; }
.nlp-connecting-spinner span:nth-child(3){ animation-delay: .3s; }

@keyframes nlp-bounce { 0%, 80%, 100% { transform:scale(0.6); opacity:.6; } 40% { transform:scale(1); opacity:1; } }

/* Patient Journey (pj-) scoped to phone screen to avoid conflicts */
.nlp-phone-screen .pj-overlay { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; z-index:6; opacity:0; visibility:hidden; transition:opacity .35s ease, visibility .35s ease; pointer-events: none; }
.nlp-phone-screen .pj-active { opacity:1; visibility:visible; pointer-events: auto; }

/* Notification: subtle theme gradient and glass card */
.nlp-phone-screen .pj-notify { background: linear-gradient(180deg, rgba(36,100,238,0.35), rgba(26,82,196,0.25)); backdrop-filter: blur(8px); }

/* Connecting: darker glass */
.nlp-phone-screen .pj-connecting { background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.35)); backdrop-filter: blur(6px); }

/* Confirm + Complete: soft dark layer */
.nlp-phone-screen .pj-confirm, .nlp-phone-screen .pj-complete { background: linear-gradient(180deg, rgba(15,23,42,0.75), rgba(15,23,42,0.55)); backdrop-filter: blur(8px); }
.nlp-phone-screen .pj-splash { background: linear-gradient(180deg, rgba(36,100,238,0.85), rgba(26,82,196,0.75)); backdrop-filter: blur(8px); }

/* Cards */
.nlp-phone-screen .pj-card { width:88%; max-width:280px; max-height: 90%; border-radius:16px; padding:18px 16px; text-align:center; color:#0f172a; background: rgba(255,255,255,0.95); box-shadow:0 10px 30px rgba(0,0,0,0.3); position: relative; z-index: 7; pointer-events: auto; overflow: hidden; }
.nlp-phone-screen .pj-card-ghost { background: rgba(255,255,255,0.08); color:#fff; box-shadow:none; border:1px solid rgba(255,255,255,0.15); }
.nlp-phone-screen .pj-card-confirm { background: rgba(255,255,255,0.98); }
.nlp-phone-screen .pj-card-complete { background: rgba(255,255,255,0.98); }
.nlp-phone-screen .pj-card-splash { background: rgba(255,255,255,0.98); padding: 32px 20px; }

/* Typography */
.nlp-phone-screen .pj-title { font-size:18px; font-weight:500; font-family:'Poppins', sans-serif !important; margin-top:6px; color:#0f172a; }
.nlp-phone-screen .pj-card-ghost .pj-title { color:#fff; }
.nlp-phone-screen .pj-title-confirm { color:#1f2937 !important; }
.nlp-phone-screen .pj-title-complete { color:#1f2937 !important; }
.nlp-phone-screen .pj-subtitle { font-size:14px; color:#334155; margin-top:2px; font-family:'Poppins', sans-serif !important; }
.nlp-phone-screen .pj-text { font-size:13px; color:#475569; margin-top:6px; font-family:'Poppins', sans-serif !important; }
.nlp-phone-screen .pj-card-ghost .pj-text { color:rgba(255,255,255,0.9); }
.nlp-phone-screen .pj-text-confirm { color:#4b5563 !important; }
.nlp-phone-screen .pj-text-complete { color:#4b5563 !important; }

/* Icons */
.nlp-phone-screen .pj-icon { width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 8px; font-size:24px; }
.nlp-phone-screen .pj-icon-doctor { background: rgba(36,100,238,0.12); color: var(--primary-color, #2464ee); }
.nlp-phone-screen .pj-icon-question { background: #2464ee; color:#fff; }
.nlp-phone-screen .pj-icon-check { background: #28a745; color:#fff; font-size:28px; }

/* Join Button with Attention Indicator */
.nlp-phone-screen .pj-join-wrapper { position:relative; display:inline-block; margin-top:8px; z-index: 7; }
.nlp-phone-screen .pj-pulse-ring { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:100%; border-radius:12px; border:2px solid var(--primary-color, #2464ee); opacity:0; animation:pj-pulse-ring 2s infinite; pointer-events: none; }
@keyframes pj-pulse-ring { 0% { transform:translate(-50%, -50%) scale(1); opacity:0.8; } 100% { transform:translate(-50%, -50%) scale(1.4); opacity:0; } }
.nlp-phone-screen .pj-join-simple { position:relative; z-index: 8; cursor: pointer; pointer-events: auto; }
@keyframes pj-button-pulse { 0%, 100% { transform:scale(1); box-shadow:0 6px 18px rgba(36,100,238,0.25), 0 0 0 0 rgba(36,100,238,0.4); } 50% { transform:scale(1.02); box-shadow:0 8px 24px rgba(36,100,238,0.35), 0 0 0 8px rgba(36,100,238,0); } }

/* Buttons */
.nlp-phone-screen .pj-row { display:flex; gap:10px; justify-content:center; margin-top:12px; }
.nlp-phone-screen .pj-btn { font-family:'Poppins', sans-serif !important; border:none; border-radius:12px; padding:10px 16px; font-weight:600; cursor:pointer; transition:transform .2s ease, box-shadow .2s ease, background .2s ease; display:inline-flex; align-items:center; gap:6px; pointer-events: auto; position: relative; z-index: 10; }
.nlp-phone-screen .pj-join-simple { flex-direction: row !important; justify-content: center; align-items: center; gap: 8px; padding: 12px 24px; min-width: 140px; }
.nlp-phone-screen .pj-join-simple i { font-size: 18px; }
.nlp-phone-screen .pj-join-simple span { font-size: 15px; }
.nlp-phone-screen .pj-primary { background:#ffffff; color: var(--primary-color, #2464ee); box-shadow:0 6px 18px rgba(36,100,238,0.25); }
.nlp-phone-screen .pj-primary:hover { transform:translateY(-1px); box-shadow:0 10px 24px rgba(36,100,238,0.3); }
.nlp-phone-screen .pj-primary:active { transform:translateY(0); }
.nlp-phone-screen .pj-secondary { background: transparent; color:#ffffff; border:1px solid rgba(255,255,255,0.7); }

/* End-call controls */
.nlp-phone-screen .pj-controls { position:absolute; left:0; right:0; bottom:0; padding:16px 14px 26px; background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.35), transparent); color:#fff; display:none; z-index:6; }
.nlp-phone-screen .pj-controls.pj-active { display:block; }
.nlp-phone-screen .pj-callmeta { text-align:center; margin-bottom:14px; }
.nlp-phone-screen .pj-status { font-size:13px; opacity:.85; }
.nlp-phone-screen .pj-timer { font-size:18px; font-weight:600; }
.nlp-phone-screen .pj-actions { display:flex; justify-content:center; }
.nlp-phone-screen .pj-round { width:58px; height:58px; border-radius:50%; }
.nlp-phone-screen .pj-danger { background:#ff3b30; color:#fff; }
.nlp-phone-screen .pj-danger:hover { background:#ff2d20; transform:scale(1.05); }
.nlp-phone-screen .pj-end-call-centered { display: flex; align-items: center; justify-content: center; }
.nlp-phone-screen .pj-end-call-centered i { margin: 0; font-size: 20px; }

/* Spinner */
.nlp-phone-screen .pj-spinner { display:flex; gap:8px; justify-content:center; }
.nlp-phone-screen .pj-spinner span { width:10px; height:10px; border-radius:50%; background:#fff; opacity:.85; animation: pj-bounce 1.2s infinite ease-in-out; }
.nlp-phone-screen .pj-spinner span:nth-child(2){ animation-delay:.15s; }
.nlp-phone-screen .pj-spinner span:nth-child(3){ animation-delay:.3s; }
@keyframes pj-bounce { 0%, 80%, 100% { transform:scale(.6); opacity:.6; } 40% { transform:scale(1); opacity:1; } }

/* Splash Screen Styles */
.nlp-phone-screen .pj-splash-content { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.nlp-phone-screen .pj-splash-icon { width: 64px; height: 64px; border-radius: 50%; background: #2464ee; display: flex; align-items: center; justify-content: center; font-size: 32px; color: #ffffff; margin-bottom: 8px; }
.nlp-phone-screen .pj-splash-title { font-size: 24px; font-weight: 700; color: #000; font-family: 'Poppins', sans-serif !important; margin-top: 8px; }
.nlp-phone-screen .pj-splash-message { font-size: 15px; color:#767676; font-family: 'Poppins', sans-serif !important; line-height: 1.5; text-align: center; max-width: 240px; }

/* Button Styles for Popups */
.nlp-phone-screen .pj-btn-cancel { background: rgba(255,255,255,0.2) !important; color: #2464ee !important; border: 1px solid rgba(255,255,255,0.4) !important; }
.nlp-phone-screen .pj-btn-leave { background: #2464ee !important; color: #ffffff !important; }
.nlp-phone-screen .pj-btn-ok { background: #2464ee !important; color: #ffffff !important; }

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 1200px) {
    .nlp-hero-section {
        padding: 55px 0;
    }
    
    .nlp-hero-content-wrapper {
        gap: 45px;
    }
    
    .nlp-hero-title {
        font-size: 48px;
    }
    
    .nlp-hero-description {
        font-size: 17px;
    }
    
    .nlp-phone-frame {
        max-width: 260px;
        max-height: 520px;
        height: 500px;
    }
    
    .pj-click-indicator {
        right: -90px;
    }
    
    /* Phone preview content responsive */
    .nlp-phone-screen .pj-card {
        width: 85%;
        max-width: 240px;
        padding: 16px 14px;
    }
    
    .nlp-phone-screen .pj-title {
        font-size: 16px;
    }
    
    .nlp-phone-screen .pj-subtitle {
        font-size: 13px;
    }
    
    .nlp-phone-screen .pj-text {
        font-size: 12px;
    }
    
    .nlp-phone-screen .pj-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    
    .nlp-phone-screen .pj-join-simple {
        padding: 10px 20px;
        min-width: 120px;
        gap: 6px;
    }
    
    .nlp-phone-screen .pj-join-simple i {
        font-size: 16px;
    }
    
    .nlp-phone-screen .pj-join-simple span {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .nlp-hero-section {
        padding: 50px 0;
        min-height: auto;
    }
    
    .nlp-hero-content-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .nlp-hero-phone {
        order: -1;
    }
    
    .nlp-phone-frame {
        max-width: 260px;
        max-height: 520px;
        height: 500px;
    }
    
    .pj-click-indicator {
        right: -80px;
    }
    
    .nlp-hero-title {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: -0.02em;
    }
    
    .nlp-hero-description {
        font-size: 18px;
        line-height: 1.6;
        max-width: 100%;
    }
    
    /* Phone preview content responsive */
    .nlp-phone-screen .pj-card {
        width: 85%;
        max-width: 240px;
        padding: 16px 14px;
    }
    
    .nlp-phone-screen .pj-title {
        font-size: 16px;
    }
    
    .nlp-phone-screen .pj-subtitle {
        font-size: 13px;
    }
    
    .nlp-phone-screen .pj-text {
        font-size: 12px;
    }
    
    .nlp-phone-screen .pj-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    
    .nlp-phone-screen .pj-join-simple {
        padding: 10px 20px;
        min-width: 120px;
        gap: 6px;
    }
    
    .nlp-phone-screen .pj-join-simple i {
        font-size: 16px;
    }
    
    .nlp-phone-screen .pj-join-simple span {
        font-size: 13px;
    }
    
}

@media (max-width: 768px) {
    .nlp-hero-section {
        padding: 40px 0;
    }
    
    .nlp-hero-container {
        padding: 0 16px;
    }
    
    .nlp-hero-content-wrapper {
        gap: 30px;
    }
    
    .nlp-hero-title {
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: -0.02em;
    }
    
    .nlp-hero-description {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .nlp-hero-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .nlp-cta-primary,
    .nlp-cta-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 28px;
    }
    
    .nlp-phone-frame {
        max-width: 220px;
        max-height: 440px;
        height: 420px;
    }
    
    .pj-click-indicator {
        display: none; /* Hide on smaller screens */
    }
    
    .nlp-phone-notch {
        width: 100px;
        height: 20px;
    }
    
    /* Phone preview content responsive */
    .nlp-phone-screen .pj-card {
        width: 82%;
        max-width: 200px;
        padding: 14px 12px;
        border-radius: 14px;
    }
    
    .nlp-phone-screen .pj-card-splash {
        padding: 24px 16px;
    }
    
    .nlp-phone-screen .pj-title {
        font-size: 15px;
        margin-top: 4px;
    }
    
    .nlp-phone-screen .pj-subtitle {
        font-size: 12px;
        margin-top: 2px;
    }
    
    .nlp-phone-screen .pj-text {
        font-size: 11px;
        margin-top: 4px;
    }
    
    .nlp-phone-screen .pj-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
        margin: 0 auto 6px;
    }
    
    .nlp-phone-screen .pj-join-wrapper {
        margin-top: 6px;
    }
    
    .nlp-phone-screen .pj-join-simple {
        padding: 9px 18px;
        min-width: 110px;
        gap: 5px;
        border-radius: 10px;
    }
    
    .nlp-phone-screen .pj-join-simple i {
        font-size: 14px;
    }
    
    .nlp-phone-screen .pj-join-simple span {
        font-size: 12px;
    }
    
    .nlp-phone-screen .pj-splash-icon {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }
    
    .nlp-phone-screen .pj-splash-title {
        font-size: 20px;
    }
    
    .nlp-phone-screen .pj-splash-message {
        font-size: 13px;
        max-width: 200px;
    }
    
    .nlp-phone-screen .pj-btn {
        padding: 8px 14px;
        font-size: 12px;
        border-radius: 10px;
    }
    
    .nlp-phone-screen .pj-row {
        gap: 8px;
        margin-top: 10px;
    }
    
    .nlp-phone-screen .pj-controls {
        padding: 12px 10px 20px;
    }
    
    .nlp-phone-screen .pj-round {
        width: 50px;
        height: 50px;
    }
    
    .nlp-phone-screen .pj-timer {
        font-size: 16px;
    }
    
    .nlp-phone-screen .pj-status {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .nlp-hero-section {
        padding: 30px 0;
    }
    
    .nlp-hero-content-wrapper {
        gap: 25px;
    }
    
    .nlp-hero-title {
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -0.02em;
    }
    
    .nlp-hero-description {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .nlp-cta-primary,
    .nlp-cta-secondary {
        font-size: 16px;
        padding: 14px 28px;
        line-height: 1.5;
    }
    
    .nlp-phone-frame {
        max-width: 180px;
        max-height: 320px;
        border-radius: 24px;
        padding: 5px;
        height: 340px;
    }
    
    .nlp-phone-screen {
        border-radius: 20px;
    }
    
    .nlp-phone-notch {
        width: 80px;
        height: 18px;
    }
    
    .nlp-phone-indicator {
        width: 70px;
        height: 2.5px;
        bottom: 5px;
    }
    
    /* Phone preview content responsive - small mobile */
    .nlp-phone-screen .pj-card {
        width: 80%;
        max-width: 160px;
        padding: 12px 10px;
        border-radius: 12px;
    }
    
    .nlp-phone-screen .pj-card-splash {
        padding: 20px 14px;
    }
    
    .nlp-phone-screen .pj-title {
        font-size: 13px;
        margin-top: 3px;
        line-height: 1.3;
    }
    
    .nlp-phone-screen .pj-subtitle {
        font-size: 11px;
        margin-top: 1px;
        line-height: 1.3;
    }
    
    .nlp-phone-screen .pj-text {
        font-size: 10px;
        margin-top: 3px;
        line-height: 1.3;
    }
    
    .nlp-phone-screen .pj-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
        margin: 0 auto 5px;
    }
    
    .nlp-phone-screen .pj-join-wrapper {
        margin-top: 5px;
    }
    
    .nlp-phone-screen .pj-join-simple {
        padding: 8px 16px;
        min-width: 100px;
        gap: 4px;
        border-radius: 9px;
    }
    
    .nlp-phone-screen .pj-join-simple i {
        font-size: 12px;
    }
    
    .nlp-phone-screen .pj-join-simple span {
        font-size: 11px;
        white-space: nowrap;
    }
    
    .nlp-phone-screen .pj-splash-icon {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
    
    .nlp-phone-screen .pj-splash-title {
        font-size: 18px;
    }
    
    .nlp-phone-screen .pj-splash-message {
        font-size: 12px;
        max-width: 160px;
        line-height: 1.4;
    }
    
    .nlp-phone-screen .pj-btn {
        padding: 7px 12px;
        font-size: 11px;
        border-radius: 9px;
    }
    
    .nlp-phone-screen .pj-row {
        gap: 6px;
        margin-top: 8px;
    }
    
    .nlp-phone-screen .pj-controls {
        padding: 10px 8px 18px;
    }
    
    .nlp-phone-screen .pj-round {
        width: 44px;
        height: 44px;
    }
    
    .nlp-phone-screen .pj-timer {
        font-size: 14px;
    }
    
    .nlp-phone-screen .pj-status {
        font-size: 11px;
    }
    
    .nlp-phone-screen .pj-end-call-centered i {
        font-size: 16px;
    }
    
    /* Reduce bubble sizes on mobile */
    .nlp-bubble-1,
    .nlp-bubble-3,
    .nlp-bubble-8 {
        width: 80px;
        height: 80px;
    }
    
    .nlp-bubble-2,
    .nlp-bubble-4,
    .nlp-bubble-5,
    .nlp-bubble-6 {
        width: 60px;
        height: 60px;
    }
    
    .nlp-bubble-7 {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .nlp-phone-frame {
        max-width: 160px;
        max-height: 300px;
        height: 300px;
    }
    
    /* Phone preview content responsive - extra small mobile */
    .nlp-phone-screen .pj-card {
        width: 78%;
        max-width: 140px;
        padding: 10px 8px;
        border-radius: 10px;
    }
    
    .nlp-phone-screen .pj-card-splash {
        padding: 18px 12px;
    }
    
    .nlp-phone-screen .pj-title {
        font-size: 12px;
        margin-top: 2px;
    }
    
    .nlp-phone-screen .pj-subtitle {
        font-size: 10px;
        margin-top: 1px;
    }
    
    .nlp-phone-screen .pj-text {
        font-size: 9px;
        margin-top: 2px;
    }
    
    .nlp-phone-screen .pj-icon {
        width: 34px;
        height: 34px;
        font-size: 16px;
        margin: 0 auto 4px;
    }
    
    .nlp-phone-screen .pj-join-wrapper {
        margin-top: 4px;
    }
    
    .nlp-phone-screen .pj-join-simple {
        padding: 7px 14px;
        min-width: 90px;
        gap: 3px;
        border-radius: 8px;
    }
    
    .nlp-phone-screen .pj-join-simple i {
        font-size: 11px;
    }
    
    .nlp-phone-screen .pj-join-simple span {
        font-size: 10px;
    }
    
    .nlp-phone-screen .pj-splash-icon {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }
    
    .nlp-phone-screen .pj-splash-title {
        font-size: 16px;
    }
    
    .nlp-phone-screen .pj-splash-message {
        font-size: 11px;
        max-width: 140px;
    }
    
    .nlp-phone-screen .pj-btn {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .nlp-phone-screen .pj-round {
        width: 40px;
        height: 40px;
    }
    
    .nlp-phone-screen .pj-timer {
        font-size: 13px;
    }
}

/* Smooth Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nlp-hero-content {
    animation: fadeInUp 0.8s ease-out;
}

.nlp-hero-phone {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Accessibility */
.nlp-cta-primary:focus,
.nlp-cta-secondary:focus {
    outline: 2px solid var(--bg-white, #ffffff);
    outline-offset: 4px;
}

/* ============================================
   Features Section - Scrolling Loop
   ============================================ */

.nlp-features-section {
    width: 100%;
    background: #ffffff;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}

.nlp-features-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.nlp-features-track {
    display: flex;
    align-items: center;
    gap: 60px;
    animation: nlp-scroll-features 30s linear infinite;
    width: fit-content;
}

.nlp-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 12px 0;
}

.nlp-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color, #2464ee);
    border-radius: 12px;
    color: #ffffff;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(36, 100, 238, 0.2);
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}

.nlp-feature-item:hover .nlp-feature-icon {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(36, 100, 238, 0.3);
}

.nlp-feature-text {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.4;
}

@keyframes nlp-scroll-features {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.nlp-features-section:hover .nlp-features-track {
    animation-play-state: paused;
}

/* Responsive */
@media (max-width: 992px) {
    .nlp-features-section {
        padding: 32px 0;
    }
    
    .nlp-features-track {
        gap: 50px;
        animation-duration: 25s;
    }
    
    .nlp-feature-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    
    .nlp-feature-text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .nlp-features-section {
        padding: 28px 0;
    }
    
    .nlp-features-container {
        padding: 0 16px;
    }
    
    .nlp-features-track {
        gap: 40px;
        animation-duration: 20s;
    }
    
    .nlp-feature-item {
        gap: 10px;
    }
    
    .nlp-feature-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
        border-radius: 10px;
    }
    
    .nlp-feature-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .nlp-features-section {
        padding: 24px 0;
    }
    
    .nlp-features-track {
        gap: 32px;
        animation-duration: 18s;
    }
    
    .nlp-feature-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
        border-radius: 8px;
    }
    
    .nlp-feature-text {
        font-size: 13px;
    }
}

/* ============================================
   Services Overview Section
   ============================================ */

.nlp-services-section {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}

.nlp-services-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.nlp-services-header {
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.nlp-services-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.nlp-services-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

/* Services Grid */
.nlp-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 100%;
}

/* Center last 2 cards in the row (for 10 cards: 4+4+2 layout) */
.nlp-service-card:nth-child(9) {
    grid-column: 2;
}

.nlp-service-card:nth-child(10) {
    grid-column: 3;
}

/* Service Card */
.nlp-service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(20px);
    animation: nlp-fade-in-up 0.6s ease-out forwards;
}

.nlp-service-card:nth-child(1) { animation-delay: 0.1s; }
.nlp-service-card:nth-child(2) { animation-delay: 0.15s; }
.nlp-service-card:nth-child(3) { animation-delay: 0.2s; }
.nlp-service-card:nth-child(4) { animation-delay: 0.25s; }
.nlp-service-card:nth-child(5) { animation-delay: 0.3s; }
.nlp-service-card:nth-child(6) { animation-delay: 0.35s; }
.nlp-service-card:nth-child(7) { animation-delay: 0.4s; }
.nlp-service-card:nth-child(8) { animation-delay: 0.45s; }
.nlp-service-card:nth-child(9) { animation-delay: 0.5s; }
.nlp-service-card:nth-child(10) { animation-delay: 0.55s; }

@keyframes nlp-fade-in-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nlp-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-color, #2464ee);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nlp-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color, #2464ee);
}

.nlp-service-card:hover::before {
    transform: scaleX(1);
}

.nlp-service-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-light, #e8f0fe);
    border: 2px solid var(--primary-color, #2464ee);
    border-radius: 14px;
    color: var(--primary-color, #2464ee);
    font-size: 28px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.nlp-service-card:hover .nlp-service-icon {
    background: var(--primary-color, #2464ee);
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(36, 100, 238, 0.3);
}

.nlp-service-title {
    font-size: 20px;
    font-weight: 500;
    color: #1f2937;
    margin: 0 0 8px 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
   
}

.nlp-service-description {
    font-size: 16px;
    color: #6b7280;
    margin: 0 0 24px 0;
    line-height: 1.6;
    flex-grow: 1;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    margin-top: auto;
}

.nlp-service-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.nlp-service-card:hover .nlp-service-link {
    color: var(--primary-hover, #1a52c4);
}

.nlp-service-card:hover .nlp-service-link i {
    transform: translateX(4px);
}

/* Responsive Grid */
@media (max-width: 1200px) {
    .nlp-services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    
    /* Reset centering for 3-column layout */
    .nlp-service-card:nth-child(9),
    .nlp-service-card:nth-child(10) {
        grid-column: auto;
    }
    
    /* Center last card in 3-column (10 cards: 3+3+3+1) */
    .nlp-service-card:nth-child(10) {
        grid-column: 2;
    }
}

@media (max-width: 992px) {
    .nlp-services-section {
        padding: 60px 0;
    }
    
    .nlp-services-header {
        margin-bottom: 50px;
    }
    
    .nlp-services-title {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-services-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .nlp-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    /* Reset centering for 2-column layout */
    .nlp-service-card:nth-child(9),
    .nlp-service-card:nth-child(10) {
        grid-column: auto;
    }
    
    .nlp-service-card {
        padding: 28px 20px;
    }
    
    .nlp-service-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
    
    .nlp-service-title {
        font-size: 20px;
        line-height: 1.3;
        min-height: 50px;
    }
    
    .nlp-service-description {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .nlp-service-link {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .nlp-services-section {
        padding: 50px 0;
    }
    
    .nlp-services-container {
        padding: 0 16px;
    }
    
    .nlp-services-header {
        margin-bottom: 40px;
    }
    
    .nlp-services-title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-services-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .nlp-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .nlp-service-card {
        padding: 24px 20px;
    }
    
    .nlp-service-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }
    
    .nlp-service-title {
        font-size: 20px;
        line-height: 1.3;
        min-height: auto;
    }
    
    .nlp-service-description {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .nlp-service-link {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .nlp-services-section {
        padding: 40px 0;
    }
    
    .nlp-services-header {
        margin-bottom: 32px;
    }
    
    .nlp-services-title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-services-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .nlp-service-card {
        padding: 20px 18px;
    }
    
    .nlp-service-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .nlp-service-title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .nlp-service-description {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .nlp-service-link {
        font-size: 16px;
    }
}

/* ============================================
   Consult Doctors Section
   ============================================ */

.nlp-consult-section {
    width: 100%;
    background: #f8fafb;
    padding: 100px 0;
    position: relative;
}

.nlp-consult-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header (Left Aligned) */
.nlp-consult-header {
    text-align: center;
    margin-bottom: 64px;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nlp-consult-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.nlp-consult-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

/* Consultation Cards Grid */
.nlp-consult-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
}

/* Consultation Card */
.nlp-consult-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.nlp-consult-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Image Wrapper */
.nlp-consult-image-wrapper {
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Light Violet/Purple background for Common Conditions */
.nlp-consult-image-wrapper.nlp-consult-image-purple {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 50%, #ede9fe 100%);
    background-color: #faf5ff;
}

/* Light Blue background for Ongoing Conditions */
.nlp-consult-image-wrapper.nlp-consult-image-blue {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #bfdbfe 100%);
    background-color: #eff6ff;
}

/* Light Green background for Everyday Treatments */
.nlp-consult-image-wrapper.nlp-consult-image-green {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 50%, #bbf7d0 100%);
    background-color: #f0fdf4;
}

.nlp-consult-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 12px;
}

.nlp-consult-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 12px;
}

.nlp-consult-card:hover .nlp-consult-image-wrapper img,
.nlp-consult-card:hover .nlp-consult-image {
    transform: scale(1.05);
}

/* Card Content Wrapper */
.nlp-consult-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
    border-top: 3px solid transparent;
}

/* Purple border for Common Conditions card */
.nlp-consult-card:first-child .nlp-consult-card-content {
    border-top-color: #e9d5ff;
}

/* Blue border for Ongoing Conditions card */
.nlp-consult-card:nth-child(2) .nlp-consult-card-content {
    border-top-color: #bfdbfe;
}

/* Green border for Everyday Treatments card */
.nlp-consult-card:nth-child(3) .nlp-consult-card-content {
    border-top-color: #a7f3d0;
}

.nlp-consult-card-title {
    font-size: 20px;
    font-weight: 500;
    color: #1f2937;
    margin: 0 0 20px 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
    text-align: left;
}

.nlp-consult-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex-grow: 1;
    text-align: left;
}

.nlp-consult-list li {
    font-size: 16px;
    color: #4b5563;
    margin: 0 0 12px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
    text-align: left;
}

.nlp-consult-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color, #2464ee);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    top: 0;
}

.nlp-consult-list li:last-child {
    margin-bottom: 0;
}

.nlp-consult-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    margin-top: auto;
    padding: 0;
    line-height: 1.5;
    text-align: left;
    width: fit-content;
}

.nlp-consult-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.nlp-consult-card:hover .nlp-consult-link {
    color: var(--primary-hover, #1a52c4);
}

.nlp-consult-card:hover .nlp-consult-link i {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nlp-consult-grid {
        gap: 24px;
    }
    
    .nlp-consult-image-wrapper {
        height: 260px;
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .nlp-consult-section {
        padding: 60px 0;
    }
    
    .nlp-consult-header {
        margin-bottom: 50px;
    }
    
    .nlp-consult-title {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-consult-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .nlp-consult-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .nlp-consult-image-wrapper {
        height: 240px;
        padding: 20px;
    }
    
    .nlp-consult-card-title {
        font-size: 20px;
        line-height: 1.3;
        margin: 20px 0 16px 0;
    }
    
    .nlp-consult-list li {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .nlp-consult-section {
        padding: 50px 0;
    }
    
    .nlp-consult-container {
        padding: 0 16px;
    }
    
    .nlp-consult-header {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .nlp-consult-title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-consult-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .nlp-consult-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .nlp-consult-image-wrapper {
        height: 240px;
        padding: 20px;
    }
    
    .nlp-consult-card-title {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .nlp-consult-list li {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .nlp-consult-link {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .nlp-consult-section {
        padding: 40px 0;
    }
    
    .nlp-consult-header {
        margin-bottom: 32px;
    }
    
    .nlp-consult-title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-consult-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .nlp-consult-image-wrapper {
        height: 220px;
        padding: 20px;
    }
    
    .nlp-consult-card-content {
        padding: 20px;
    }
    
    .nlp-consult-card-title {
        font-size: 18px;
        line-height: 1.3;
        margin: 0 0 16px 0;
    }
    
    .nlp-consult-list {
        margin-bottom: 20px;
    }
    
    .nlp-consult-list li {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    .nlp-consult-link {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}

/* ============================================
   Specialties Carousel Section
   ============================================ */

.nlp-specialties-section {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}

.nlp-specialties-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.nlp-specialties-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
    gap: 24px;
    flex-wrap: wrap;
}

.nlp-specialties-header-content {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nlp-specialties-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.nlp-specialties-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

.nlp-specialties-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1px solid var(--primary-color, #2464ee);
    border-radius: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: #ffffff;
    line-height: 1.5;
}

.nlp-specialties-view-all:hover {
    background: var(--primary-light, #e8f0fe);
    border-color: var(--primary-hover, #1a52c4);
    color: var(--primary-hover, #1a52c4);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(36, 100, 238, 0.15);
}

/* Carousel Wrapper */
.nlp-specialties-carousel-wrapper {
    position: relative;
    margin-bottom: 32px;
}

.nlp-specialties-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nlp-specialties-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 24px;
    will-change: transform;
}

/* Navigation Arrows */
.nlp-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    line-height: 1;
}

.nlp-carousel-nav:hover {
    background: var(--primary-light, #e8f0fe);
    border-color: var(--primary-color, #2464ee);
    box-shadow: 0 4px 12px rgba(36, 100, 238, 0.2);
    transform: translateY(-50%) scale(1.05);
}

.nlp-carousel-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.nlp-carousel-nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.nlp-carousel-prev {
    left: -24px;
}

.nlp-carousel-next {
    right: -24px;
}

/* Specialty Card */
.nlp-specialty-card {
    background: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 0 0 calc(25% - 18px);
    min-width: 280px;
    height: 100%;
    margin-bottom:11px;
    padding: 20px;
    box-sizing: border-box;
}

.nlp-specialty-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color, #2464ee);
    box-shadow: 0 12px 32px rgba(36, 100, 238, 0.15);
}

.nlp-specialty-image-wrapper {
    width: 100%;
    height: 268px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    border-radius: 12px;
    margin-bottom: 20px;
}

.nlp-specialty-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 12px;
}

.nlp-specialty-card:hover .nlp-specialty-image {
    transform: scale(1.05);
}

.nlp-specialty-card-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
}

.nlp-specialty-title {
    font-size: 20px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
}

.nlp-specialty-description {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
    flex-grow: 1;
}

.nlp-specialty-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    margin-top: 8px;
    padding: 0;
    line-height: 1.5;
    width: fit-content;
}

.nlp-specialty-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.nlp-specialty-card:hover .nlp-specialty-link {
    color: var(--primary-hover, #1a52c4);
}

.nlp-specialty-card:hover .nlp-specialty-link i {
    transform: translateX(4px);
}
.npnc{
    height: auto !important;
}
/* Pagination Dots */
.nlp-carousel-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.nlp-pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #d1d5db;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    outline: none;
}

.nlp-pagination-dot:hover {
    background: #9ca3af;
    transform: scale(1.2);
}

.nlp-pagination-dot.nlp-active {
    background: var(--primary-color, #2464ee);
    width: 32px;
    border-radius: 6px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nlp-specialty-card {
        flex: 0 0 calc(33.333% - 16px);
        min-width: 260px;
    }
    
    .nlp-carousel-prev {
        left: -16px;
    }
    
    .nlp-carousel-next {
        right: -16px;
    }
}

@media (max-width: 992px) {
    .nlp-specialties-section {
        padding: 60px 0;
    }
    
    .nlp-specialties-header {
        margin-bottom: 50px;
        flex-direction: column;
    }
    
    .nlp-specialties-title {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-specialties-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .nlp-specialties-view-all {
        align-self: flex-start;
    }
    
    .nlp-specialty-card {
        flex: 0 0 calc(50% - 12px);
        min-width: 280px;
    }
    
    .nlp-carousel-prev {
        left: 0;
    }
    
    .nlp-carousel-next {
        right: 0;
    }
    
    .nlp-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .nlp-specialties-section {
        padding: 50px 0;
    }
    
    .nlp-specialties-container {
        padding: 0 16px;
    }
    
    .nlp-specialties-header {
        margin-bottom: 40px;
    }
    
    .nlp-specialties-title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-specialties-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .nlp-specialty-card {
        flex: 0 0 calc(50% - 12px);
        min-width: 240px;
    }
    
    .nlp-specialty-image-wrapper {
        height: 200px;
        margin-bottom: 16px;
    }
    
    .nlp-specialty-card {
        padding: 16px;
    }
    
    .nlp-specialty-title {
        font-size: 18px;
    }
    
    .nlp-specialty-description {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .nlp-specialties-section {
        padding: 40px 0;
    }
    
    .nlp-specialties-header {
        margin-bottom: 32px;
    }
    
    .nlp-specialties-title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-specialties-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .nlp-specialties-view-all {
        font-size: 15px;
        padding: 10px 20px;
    }
    
    .nlp-specialty-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .nlp-specialty-image-wrapper {
        height: 220px;
        margin-bottom: 16px;
    }
    
    .nlp-specialty-card {
        padding: 16px;
    }
    
    .nlp-specialty-title {
        font-size: 18px;
    }
    
    .nlp-specialty-description {
        font-size: 16px;
    }
    
    .nlp-carousel-nav {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }
    
    .nlp-carousel-prev {
        left: 8px;
    }
    
    .nlp-carousel-next {
        right: 8px;
    }
}

/* ============================================
   Motherhood Support Section
   ============================================ */

.nlp-motherhood-section {
    width: 100%;
    background: #f8fafb;
    padding: 80px 0;
    position: relative;
}

.nlp-motherhood-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.nlp-motherhood-header {
    text-align: center;
    margin-bottom: 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.nlp-motherhood-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-align: center;
    max-width: 900px;
}

.nlp-motherhood-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
    max-width: 700px;
    text-align: center;
}

/* Support Cards Grid - Horizontal Layout */
.nlp-motherhood-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
}

/* Motherhood Card - Horizontal */
.nlp-motherhood-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    min-height: 240px;
    max-height: 260px;
    width: 100%;
}

.nlp-motherhood-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color, #2464ee);
    box-shadow: 0 20px 48px rgba(36, 100, 238, 0.18);
}

/* Horizontal Card Layout */
.nlp-card-horizontal {
    flex-direction: row;
    align-items: stretch;
}

.nlp-image-left {
    flex-direction: row;
}

.nlp-image-right {
    flex-direction: row-reverse;
}

/* Image Wrapper */
.nlp-motherhood-image-wrapper {
    width: 40%;
    min-width: 240px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nlp-motherhood-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 240px;
}

.nlp-motherhood-card:hover .nlp-motherhood-image {
    transform: scale(1.1);
}

/* Icon Badge on Image */
.nlp-motherhood-icon-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    z-index: 2;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.nlp-image-right .nlp-motherhood-icon-badge {
    left: auto;
    right: 16px;
}

.nlp-motherhood-card:hover .nlp-motherhood-icon-badge {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.nlp-icon-doula {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.nlp-icon-midwife {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.nlp-icon-postpartum {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.nlp-icon-lactation {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

/* Card Content */
.nlp-motherhood-card-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    gap: 12px;
    width: 60%;
}

.nlp-motherhood-card-title {
    font-size: 22px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.nlp-motherhood-card-description {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-motherhood-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    margin-top: 4px;
    padding: 10px 20px;
    border: 2px solid var(--primary-color, #2464ee);
    border-radius: 8px;
    line-height: 1.5;
    width: fit-content;
    background: transparent;
}

.nlp-motherhood-link:hover {
    background: var(--primary-color, #2464ee);
    color: #ffffff;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(36, 100, 238, 0.3);
    border-color: var(--primary-color, #2464ee);
}

.nlp-motherhood-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.nlp-motherhood-link:hover i {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1400px) {
    .nlp-motherhood-container {
        padding: 0 20px;
    }
    
    .nlp-motherhood-grid {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .nlp-motherhood-section {
        padding: 70px 0;
    }
    
    .nlp-motherhood-container {
        padding: 0 20px;
    }
    
    .nlp-motherhood-image-wrapper {
        min-width: 260px;
        width: 40%;
    }
    
    .nlp-motherhood-card-content {
        width: 60%;
        padding: 28px 24px;
    }
    
    .nlp-motherhood-card-title {
        font-size: 21px;
    }
    
    .nlp-motherhood-card-description {
        font-size: 14.5px;
    }
}

@media (max-width: 992px) {
    .nlp-motherhood-section {
        padding: 60px 0;
    }
    
    .nlp-motherhood-container {
        padding: 0 20px;
    }
    
    .nlp-motherhood-header {
        margin-bottom: 40px;
    }
    
    .nlp-motherhood-title {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-motherhood-subtitle {
        font-size: 17px;
        line-height: 1.5;
    }
    
    .nlp-motherhood-grid {
        gap: 20px;
    }
    
    .nlp-motherhood-card {
        min-height: 220px;
        max-height: none;
    }
    
    .nlp-motherhood-image-wrapper {
        min-width: 200px;
        width: 38%;
    }
    
    .nlp-motherhood-image {
        min-height: 220px;
    }
    
    .nlp-motherhood-card-content {
        width: 62%;
        padding: 24px 20px;
    }
    
    .nlp-motherhood-card-title {
        font-size: 20px;
    }
    
    .nlp-motherhood-card-description {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .nlp-motherhood-link {
        font-size: 14px;
        padding: 8px 18px;
    }
    
    .nlp-motherhood-icon-badge {
        width: 48px;
        height: 48px;
        font-size: 20px;
        top: 14px;
        left: 14px;
    }
    
    .nlp-image-right .nlp-motherhood-icon-badge {
        right: 14px;
        left: auto;
    }
}

@media (max-width: 768px) {
    .nlp-motherhood-section {
        padding: 50px 0;
    }
    
    .nlp-motherhood-container {
        padding: 0 16px;
    }
    
    .nlp-motherhood-header {
        margin-bottom: 36px;
    }
    
    .nlp-motherhood-title {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-motherhood-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .nlp-motherhood-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .nlp-motherhood-card {
        flex-direction: column !important;
        min-height: auto;
        max-height: none;
    }
    
    .nlp-image-left,
    .nlp-image-right {
        flex-direction: column !important;
    }
    
    .nlp-motherhood-image-wrapper {
        width: 100% !important;
        min-width: 100% !important;
        height: 260px;
        order: 1;
    }
    
    .nlp-motherhood-image {
        min-height: 260px;
        height: 100%;
    }
    
    .nlp-motherhood-card-content {
        width: 100% !important;
        padding: 24px;
        order: 2;
    }
    
    .nlp-motherhood-card-title {
        font-size: 21px;
    }
    
    .nlp-motherhood-card-description {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .nlp-motherhood-link {
        font-size: 15px;
        padding: 10px 20px;
        width: 100%;
        justify-content: center;
    }
    
    .nlp-motherhood-icon-badge {
        width: 50px;
        height: 50px;
        font-size: 21px;
        top: 16px;
        left: 16px;
    }
    
    .nlp-image-right .nlp-motherhood-icon-badge {
        right: 16px;
        left: 16px;
    }
}

@media (max-width: 576px) {
    .nlp-motherhood-section {
        padding: 40px 0;
    }
    
    .nlp-motherhood-container {
        padding: 0 16px;
    }
    
    .nlp-motherhood-header {
        margin-bottom: 32px;
    }
    
    .nlp-motherhood-title {
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-motherhood-subtitle {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .nlp-motherhood-grid {
        gap: 18px;
    }
    
    .nlp-motherhood-image-wrapper {
        height: 220px;
    }
    
    .nlp-motherhood-image {
        min-height: 220px;
    }
    
    .nlp-motherhood-card-content {
        padding: 20px;
    }
    
    .nlp-motherhood-card-title {
        font-size: 19px;
    }
    
    .nlp-motherhood-card-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .nlp-motherhood-link {
        padding: 10px 18px;
        font-size: 14px;
    }
    
    .nlp-motherhood-icon-badge {
        width: 46px;
        height: 46px;
        font-size: 19px;
        top: 14px;
        left: 14px;
    }
    
    .nlp-image-right .nlp-motherhood-icon-badge {
        right: 14px;
        left: 14px;
    }
}

@media (max-width: 480px) {
    .nlp-motherhood-section {
        padding: 35px 0;
    }
    
    .nlp-motherhood-container {
        padding: 0 12px;
    }
    
    .nlp-motherhood-title {
        font-size: 24px;
    }
    
    .nlp-motherhood-subtitle {
        font-size: 14px;
    }
    
    .nlp-motherhood-grid {
        gap: 16px;
    }
    
    .nlp-motherhood-image-wrapper {
        height: 200px;
    }
    
    .nlp-motherhood-image {
        min-height: 200px;
    }
    
    .nlp-motherhood-card-content {
        padding: 18px;
    }
    
    .nlp-motherhood-card-title {
        font-size: 18px;
    }
    
    .nlp-motherhood-card-description {
        font-size: 13px;
    }
    
    .nlp-motherhood-link {
        padding: 9px 16px;
        font-size: 13px;
    }
    
    .nlp-motherhood-icon-badge {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}

/* ============================================
   Wellness Specialists Section
   ============================================ */

.nlp-wellness-section {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}

.nlp-wellness-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.nlp-wellness-header {
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.nlp-wellness-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
    max-width: 900px;
}

.nlp-wellness-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
    max-width: 700px;
}

/* Wellness Cards Grid */
.nlp-wellness-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    width: 100%;
}

/* Wellness Card */
.nlp-wellness-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.nlp-wellness-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color, #2464ee);
    box-shadow: 0 16px 48px rgba(36, 100, 238, 0.15);
}

/* Image Wrapper */
.nlp-wellness-image-wrapper {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: #f3f4f6;
}

.nlp-wellness-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.nlp-wellness-card:hover .nlp-wellness-image {
    transform: scale(1.1);
}

/* Card Content */
.nlp-wellness-card-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 16px;
}

.nlp-wellness-card-title {
    font-size: 22px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.nlp-wellness-card-description {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
    flex-grow: 1;
}

.nlp-wellness-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    margin-top: 8px;
    padding: 0;
    line-height: 1.5;
    width: fit-content;
}

.nlp-wellness-link:hover {
    color: var(--primary-hover, #1a52c4);
    transform: translateX(4px);
}

.nlp-wellness-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.nlp-wellness-link:hover i {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nlp-wellness-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .nlp-wellness-image-wrapper {
        height: 260px;
    }
}

@media (max-width: 768px) {
    .nlp-wellness-section {
        padding: 60px 0;
    }
    
    .nlp-wellness-header {
        margin-bottom: 48px;
    }
    
    .nlp-wellness-title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-wellness-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .nlp-wellness-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .nlp-wellness-image-wrapper {
        height: 240px;
    }
    
    .nlp-wellness-card-content {
        padding: 24px;
    }
    
    .nlp-wellness-card-title {
        font-size: 20px;
    }
    
    .nlp-wellness-card-description {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .nlp-wellness-section {
        padding: 50px 0;
    }
    
    .nlp-wellness-container {
        padding: 0 16px;
    }
    
    .nlp-wellness-header {
        margin-bottom: 40px;
    }
    
    .nlp-wellness-title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-wellness-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .nlp-wellness-image-wrapper {
        height: 220px;
    }
    
    .nlp-wellness-card-content {
        padding: 20px;
    }
    
    .nlp-wellness-card-title {
        font-size: 18px;
    }
    
    .nlp-wellness-card-description {
        font-size: 15px;
    }
    
    .nlp-wellness-link {
        font-size: 15px;
    }
}

/* ============================================
   Diagnostics & Pharmacy Section
   ============================================ */

.nlp-diagnostics-pharmacy-section {
    width: 100%;
    background: #f8fafb;
    padding: 100px 0;
    position: relative;
}

.nlp-diagnostics-pharmacy-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.nlp-diagnostics-pharmacy-header {
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.nlp-diagnostics-pharmacy-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
    max-width: 900px;
}

.nlp-diagnostics-pharmacy-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
    max-width: 700px;
}

/* Two Column Grid */
.nlp-diagnostics-pharmacy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    width: 100%;
}

/* Diagnostics Card (Left - White Background) */
.nlp-diagnostics-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    height: 100%;
    gap: 16px;
}

.nlp-diagnostics-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color, #2464ee);
}

.nlp-diagnostics-card-title {
    font-size: 28px;
    font-weight: 500;
    color: #1f2937;
    margin: 0 0 24px 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* Diagnostics List */
.nlp-diagnostics-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}

.nlp-diagnostics-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #4b5563;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-diagnostics-list li i {
    color: #10b981;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

.nlp-diagnostics-list li span {
    flex: 1;
}

/* Diagnostics Link */
.nlp-diagnostics-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    margin-top: auto;
    padding: 0;
    line-height: 1.5;
    width: fit-content;
}

.nlp-diagnostics-link:hover {
    color: var(--primary-hover, #1a52c4);
    transform: translateX(4px);
}

.nlp-diagnostics-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

.nlp-diagnostics-link:hover i {
    transform: translateX(4px);
}

/* Pharmacy Card (Right - Light Blue Background) */
.nlp-pharmacy-card {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    height: 100%;
    gap: 16px;
}

.nlp-pharmacy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(36, 100, 238, 0.15);
    border-color: var(--primary-color, #2464ee);
}

.nlp-pharmacy-card-title {
    font-size: 28px;
    font-weight: 500;
    color: #1f2937;
    margin: 0 0 24px 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* Pharmacy List */
.nlp-pharmacy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}

.nlp-pharmacy-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #4b5563;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-pharmacy-list li i {
    color: #10b981;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

.nlp-pharmacy-list li span {
    flex: 1;
}

/* Pharmacy Link */
.nlp-pharmacy-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    margin-top: auto;
    padding: 0;
    line-height: 1.5;
    width: fit-content;
}

.nlp-pharmacy-link:hover {
    color: var(--primary-hover, #1a52c4);
    transform: translateX(4px);
}

.nlp-pharmacy-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

.nlp-pharmacy-link:hover i {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .nlp-diagnostics-pharmacy-section {
        padding: 80px 0;
    }
    
    .nlp-diagnostics-pharmacy-header {
        margin-bottom: 48px;
    }
    
    .nlp-diagnostics-pharmacy-title {
        font-size: 36px;
    }
    
    .nlp-diagnostics-pharmacy-subtitle {
        font-size: 17px;
    }
    
    .nlp-diagnostics-pharmacy-grid {
        gap: 24px;
    }
    
    .nlp-diagnostics-card,
    .nlp-pharmacy-card {
        padding: 32px;
    }
    
    .nlp-diagnostics-card-title,
    .nlp-pharmacy-card-title {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .nlp-diagnostics-list,
    .nlp-pharmacy-list {
        gap: 14px;
        margin-bottom: 24px;
    }
    
    .nlp-diagnostics-list li,
    .nlp-pharmacy-list li {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .nlp-diagnostics-pharmacy-section {
        padding: 60px 0;
    }
    
    .nlp-diagnostics-pharmacy-container {
        padding: 0 16px;
    }
    
    .nlp-diagnostics-pharmacy-header {
        margin-bottom: 40px;
    }
    
    .nlp-diagnostics-pharmacy-title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-diagnostics-pharmacy-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .nlp-diagnostics-pharmacy-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .nlp-diagnostics-card,
    .nlp-pharmacy-card {
        padding: 28px;
    }
    
    .nlp-diagnostics-card-title,
    .nlp-pharmacy-card-title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .nlp-diagnostics-list,
    .nlp-pharmacy-list {
        gap: 14px;
        margin-bottom: 24px;
    }
    
    .nlp-diagnostics-list li,
    .nlp-pharmacy-list li {
        font-size: 15px;
    }
    
    .nlp-diagnostics-link,
    .nlp-pharmacy-link {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .nlp-diagnostics-pharmacy-section {
        padding: 50px 0;
    }
    
    .nlp-diagnostics-pharmacy-header {
        margin-bottom: 32px;
    }
    
    .nlp-diagnostics-pharmacy-title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .nlp-diagnostics-pharmacy-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .nlp-diagnostics-card,
    .nlp-pharmacy-card {
        padding: 24px;
    }
    
    .nlp-diagnostics-card-title,
    .nlp-pharmacy-card-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 18px;
    }
    
    .nlp-diagnostics-list,
    .nlp-pharmacy-list {
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .nlp-diagnostics-list li,
    .nlp-pharmacy-list li {
        font-size: 15px;
    }
    
    .nlp-diagnostics-list li i,
    .nlp-pharmacy-list li i {
        font-size: 18px;
    }
}

/* ============================================
   Smart Rx & AI Diagnostics Section
   ============================================ */

.nlp-smart-ai-section {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}

.nlp-smart-ai-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* Smart Rx Wrapper (Text Left, Image Right) */
.nlp-smart-rx-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.nlp-smart-rx-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nlp-smart-rx-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.nlp-smart-rx-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

.nlp-smart-rx-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nlp-smart-rx-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    align-items: center;
    color: #4b5563;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-smart-rx-list li i {
    color: #10b981;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

.nlp-smart-rx-list li span {
    flex: 1;
}

.nlp-smart-rx-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    margin-top: 8px;
    padding: 0;
    line-height: 1.5;
    width: fit-content;
}

.nlp-smart-rx-link:hover {
    color: var(--primary-hover, #1a52c4);
    transform: translateX(4px);
}

.nlp-smart-rx-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

.nlp-smart-rx-link:hover i {
    transform: translateX(4px);
}

.nlp-smart-rx-image-wrapper {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1); */
    /* background: #f3f4f6; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.nlp-smart-rx-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.nlp-smart-rx-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.nlp-smart-rx-image-wrapper:hover img,
.nlp-smart-rx-image-wrapper:hover .nlp-smart-rx-image {
    transform: scale(1.05);
}

/* AI Diagnostics Wrapper (Image Left, Text Right) */
.nlp-ai-diagnostics-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    width: 100%;
}

.nlp-ai-diagnostics-image-wrapper {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    background: #f3f4f6;
    order: 1;
}

.nlp-ai-diagnostics-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.nlp-ai-diagnostics-image-wrapper:hover .nlp-ai-diagnostics-image {
    transform: scale(1.05);
}

.nlp-ai-diagnostics-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    order: 2;
}

.nlp-ai-diagnostics-title {
    font-size: 36px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.nlp-ai-diagnostics-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

.nlp-ai-diagnostics-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nlp-ai-diagnostics-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #4b5563;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-ai-diagnostics-list li i {
    color: #10b981;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

.nlp-ai-diagnostics-list li span {
    flex: 1;
}

.nlp-ai-diagnostics-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    margin-top: 8px;
    padding: 0;
    line-height: 1.5;
    width: fit-content;
}

.nlp-ai-diagnostics-link:hover {
    color: var(--primary-hover, #1a52c4);
    transform: translateX(4px);
}

.nlp-ai-diagnostics-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

.nlp-ai-diagnostics-link:hover i {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .nlp-smart-ai-section {
        padding: 80px 0;
    }
    
    .nlp-smart-ai-container {
        gap: 60px;
    }
    
    .nlp-smart-rx-wrapper,
    .nlp-ai-diagnostics-wrapper {
        gap: 40px;
    }
    
    .nlp-smart-rx-title,
    .nlp-ai-diagnostics-title {
        font-size: 32px;
    }
    
    .nlp-smart-rx-image-wrapper,
    .nlp-ai-diagnostics-image-wrapper {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .nlp-smart-ai-section {
        padding: 60px 0;
    }
    
    .nlp-smart-ai-container {
        padding: 0 16px;
        gap: 50px;
    }
    
    .nlp-smart-rx-wrapper,
    .nlp-ai-diagnostics-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .nlp-ai-diagnostics-image-wrapper {
        order: 1;
    }
    
    .nlp-ai-diagnostics-content {
        order: 2;
    }
    
    .nlp-smart-rx-title,
    .nlp-ai-diagnostics-title {
        font-size: 28px;
    }
    
    .nlp-smart-rx-subtitle,
    .nlp-ai-diagnostics-subtitle {
        font-size: 17px;
    }
    
    .nlp-smart-rx-image-wrapper,
    .nlp-ai-diagnostics-image-wrapper {
        height: 350px;
    }
    
    .nlp-smart-rx-content,
    .nlp-ai-diagnostics-content {
        gap: 20px;
    }
    
    .nlp-smart-rx-list,
    .nlp-ai-diagnostics-list {
        gap: 14px;
    }
    
    .nlp-smart-rx-list li,
    .nlp-ai-diagnostics-list li {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .nlp-smart-ai-section {
        padding: 50px 0;
    }
    
    .nlp-smart-ai-container {
        gap: 40px;
    }
    
    .nlp-smart-rx-wrapper,
    .nlp-ai-diagnostics-wrapper {
        gap: 24px;
    }
    
    .nlp-smart-rx-title,
    .nlp-ai-diagnostics-title {
        font-size: 24px;
    }
    
    .nlp-smart-rx-subtitle,
    .nlp-ai-diagnostics-subtitle {
        font-size: 16px;
    }
    
    .nlp-smart-rx-image-wrapper,
    .nlp-ai-diagnostics-image-wrapper {
        height: 280px;
    }
    
    .nlp-smart-rx-content,
    .nlp-ai-diagnostics-content {
        gap: 18px;
    }
    
    .nlp-smart-rx-list,
    .nlp-ai-diagnostics-list {
        gap: 12px;
    }
    
    .nlp-smart-rx-list li,
    .nlp-ai-diagnostics-list li {
        font-size: 15px;
    }
    
    .nlp-smart-rx-list li i,
    .nlp-ai-diagnostics-list li i {
        font-size: 18px;
    }
    
    .nlp-smart-rx-link,
    .nlp-ai-diagnostics-link {
        font-size: 15px;
    }
}

/* ============================================
   Medeasy.ai App Download Section
   ============================================ */

.nlp-app-download-section {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}

.nlp-app-download-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

.nlp-app-download-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    width: 100%;
}

/* Left Content */
.nlp-app-download-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nlp-app-download-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.nlp-app-download-cta {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color, #2464ee);
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    width: fit-content;
    padding: 0;
}

.nlp-app-download-cta:hover {
    color: var(--primary-hover, #1a52c4);
    transform: translateX(4px);
}

.nlp-app-download-description {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.6;
    max-width: 500px;
}

/* App Store Buttons */
.nlp-app-store-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.nlp-app-store-btn {
    display: inline-block;
    width: 150px;
    height: 50px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.nlp-app-store-btn:hover {
    transform: translateY(-2px);
}

.nlp-store-badge {
    height: 50px;
    width: 150px;
    display: block;
    object-fit: contain;
}

/* App Image */
.nlp-app-image-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nlp-app-image-wrapper img {
    width: 100%;
    max-width: 320px;
    max-height: 500px;
    height: auto;
    border-radius: 24px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: contain;
}

.nlp-app-image {
    width: 100%;
    max-width: 320px;
    max-height: 500px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: contain;
}

.nlp-app-image-wrapper:hover img,
.nlp-app-image-wrapper:hover .nlp-app-image {
    transform: translateY(-8px) scale(1.02);
    /* box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2); */
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nlp-app-image-wrapper img,
    .nlp-app-image {
        max-width: 300px;
        max-height: 480px;
    }
    
    .nlp-app-store-btn {
        width: 150px;
        height: 50px;
    }
    
    .nlp-store-badge {
        height: 50px;
        width: 150px;
    }
}

@media (max-width: 992px) {
    .nlp-app-download-section {
        padding: 80px 0;
    }
    
    .nlp-app-download-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .nlp-app-download-content {
        text-align: center;
        align-items: center;
    }
    
    .nlp-app-download-description {
        max-width: 100%;
    }
    
    .nlp-app-store-buttons {
        justify-content: center;
    }
    
    
    .nlp-app-image {
        max-width: 300px;
        max-height: 450px;
    }
}

@media (max-width: 768px) {
    .nlp-app-download-section {
        padding: 60px 0;
    }
    
    .nlp-app-download-container {
        padding: 0 16px;
    }
    
    .nlp-app-download-title {
        font-size: 36px;
    }
    
    .nlp-app-download-cta {
        font-size: 18px;
    }
    
    .nlp-app-download-description {
        font-size: 16px;
    }
    
    .nlp-app-store-btn {
        width: 135px;
        height: 45px;
    }
    
    .nlp-store-badge {
        height: 45px;
        width: 135px;
    }
    
    .nlp-app-image-wrapper img,
    .nlp-app-image {
        max-width: 280px;
        max-height: 400px;
    }
}

@media (max-width: 576px) {
    .nlp-app-download-section {
        padding: 50px 0;
    }
    
    .nlp-app-download-title {
        font-size: 32px;
    }
    
    .nlp-app-download-cta {
        font-size: 16px;
    }
    
    .nlp-app-download-description {
        font-size: 15px;
    }
    
    .nlp-app-store-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .nlp-app-store-btn {
        width: 120px;
        height: 40px;
    }
    
    .nlp-store-badge {
        height: 40px;
        width: 120px;
    }
    
    .nlp-app-image-wrapper img,
    .nlp-app-image {
        max-width: 250px;
        max-height: 350px;
    }
}

@media (max-width: 480px) {
    .nlp-app-download-section {
        padding: 40px 0;
    }
    
    .nlp-app-download-title {
        font-size: 28px;
    }
    
    .nlp-app-download-cta {
        font-size: 15px;
    }
    
    .nlp-app-download-description {
        font-size: 14px;
    }
    
    .nlp-app-store-btn {
        width: 105px;
        height: 35px;
    }
    
    .nlp-store-badge {
        height: 35px;
        width: 105px;
    }
    
    .nlp-app-image-wrapper img,
    .nlp-app-image {
        max-width: 200px;
        max-height: 300px;
    }
}

/* Mobile Layout - Hide by default on desktop */
.nlp-app-download-mobile {
    display: none;
}

/* Mobile Layout Styles - Show on mobile only */
@media (max-width: 768px) {
    /* Hide desktop layout on mobile */
    .nlp-app-download-content,
    .nlp-app-image-wrapper {
        display: none;
    }
    
    /* Show mobile layout */
    .nlp-app-download-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
        width: 100%;
    }
    
    .nlp-app-download-title-mobile {
        font-size: 36px;
        font-weight: 500;
        color: #1f2937;
        margin: 0;
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.2;
        letter-spacing: -0.02em;
        text-align: center;
    }
    
    .nlp-app-download-description-mobile {
        font-size: 16px;
        color: #6b7280;
        margin: 0;
        font-weight: 400;
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.6;
        text-align: center;
        max-width: 100%;
    }
    
    .nlp-app-image-wrapper-mobile {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }
    
    .nlp-app-image-wrapper-mobile img {
        width: 100%;
        max-width: 280px;
        max-height: 400px;
        height: auto;
        border-radius: 24px;
        object-fit: contain;
    }
    
    .nlp-app-store-buttons-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
        width: 100%;
        /* margin-top: 20px; */
        flex-wrap: wrap;
    }
    
    .nlp-app-store-btn-mobile {
        display: inline-block;
        width: 150px;
        height: 50px;
        transition: transform 0.3s ease;
        overflow: hidden;
    }
    
    .nlp-app-store-btn-mobile:hover {
        transform: translateY(-2px);
    }
    
    .nlp-app-store-btn-mobile .nlp-store-badge {
        height: 50px;
        width: 150px;
        display: block;
        object-fit: contain;
    }
}

@media (max-width: 576px) {
    .nlp-app-download-title-mobile {
        font-size: 32px;
    }
    
    .nlp-app-download-description-mobile {
        font-size: 15px;
    }
    
    .nlp-app-image-wrapper-mobile img {
        max-width: 250px;
        max-height: 350px;
    }
    
    .nlp-app-store-btn-mobile {
        width: 135px;
        height: 45px;
    }
    
    .nlp-app-store-btn-mobile .nlp-store-badge {
        height: 45px;
        width: 135px;
    }
}

@media (max-width: 480px) {
    .nlp-app-download-title-mobile {
        font-size: 28px;
    }
    
    .nlp-app-download-description-mobile {
        font-size: 14px;
    }
    
    .nlp-app-image-wrapper-mobile img {
        max-width: 200px;
        max-height: 300px;
    }
    
    .nlp-app-store-btn-mobile {
        width: 120px;
        height: 40px;
    }
    
    .nlp-app-store-btn-mobile .nlp-store-badge {
        height: 40px;
        width: 120px;
    }
}

/* ============================================
   Quality Doctors Section
   ============================================ */

.nlp-quality-doctors-section {
    width: 100%;
    background: #f8fafb;
    padding: 100px 0;
    position: relative;
}

.nlp-quality-doctors-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

.nlp-quality-doctors-wrapper {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    align-items: flex-start;
    width: 100%;
}

/* Left Side: Doctor Profile */
.nlp-doctor-profile-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.nlp-doctor-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 20px;
    overflow: hidden;
    background: #f3f4f6;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.nlp-doctor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nlp-doctor-image-container:hover .nlp-doctor-image {
    transform: scale(1.05);
}

/* Social Links - Top Right Corner */
.nlp-doctor-social-links {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2;
}

.nlp-social-link {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 41, 55, 0.85);
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
    font-size: 18px;
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.nlp-social-link:hover {
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.nlp-social-link.nlp-linkedin:hover {
    background: #0077b5;
}

.nlp-social-link.nlp-facebook:hover {
    background: #1877f2;
}

.nlp-social-link.nlp-instagram:hover {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}

/* Doctor Info */
.nlp-doctor-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nlp-doctor-name {
    font-size: 16px;
    color: #9ca3af;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

.nlp-doctor-title {
    font-size: 20px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* Right Side: Content */
.nlp-quality-doctors-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 20px;
}

.nlp-quality-doctors-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-align: left;
}

.nlp-quality-doctors-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.nlp-quality-doctors-text p {
    font-size: 16px;
    color: #4b5563;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.7;
    text-align: left;
}

/* Desktop: Show all text, hide buttons */
.nlp-doctor-text-collapsible {
    display: block;
}

.nlp-doctor-read-more-btn,
.nlp-doctor-read-less-btn {
    display: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nlp-quality-doctors-wrapper {
        grid-template-columns: 350px 1fr;
        gap: 60px;
    }
    
    .nlp-quality-doctors-title {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .nlp-quality-doctors-section {
        padding: 80px 0;
    }
    
    .nlp-quality-doctors-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .nlp-doctor-profile-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .nlp-quality-doctors-content {
        text-align: center;
        padding-top: 0;
    }
    
    .nlp-quality-doctors-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .nlp-quality-doctors-section {
        padding: 60px 0;
    }
    
    .nlp-quality-doctors-container {
        padding: 0 16px;
    }
    
    .nlp-quality-doctors-wrapper {
        gap: 40px;
    }
    
    .nlp-doctor-profile-wrapper {
        max-width: 100%;
    }
    
    .nlp-doctor-image-container {
        aspect-ratio: 3/4;
    }
    
    .nlp-quality-doctors-title {
        font-size: 32px;
    }
    
    .nlp-quality-doctors-text {
        gap: 18px;
    }
    
    .nlp-quality-doctors-text p {
        font-size: 15px;
    }
    
    /* Read More/Less Functionality - Mobile Only */
    .nlp-doctor-text-collapsible {
        display: none;
    }
    
    .nlp-doctor-read-more-btn,
    .nlp-doctor-read-less-btn {
        display: inline;
        margin: 0;
        margin-left: 5px;
        padding: 0;
        background: none;
        border: none;
        color: #2563eb;
        font-size: 15px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        cursor: pointer;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    
    .nlp-doctor-read-more-btn:hover,
    .nlp-doctor-read-less-btn:hover {
        color: #1d4ed8;
        text-decoration: underline;
    }
    
    .nlp-doctor-name {
        font-size: 15px;
    }
    
    .nlp-doctor-title {
        font-size: 18px;
    }
    
    .nlp-social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .nlp-quality-doctors-section {
        padding: 50px 0;
    }
    
    .nlp-quality-doctors-wrapper {
        gap: 32px;
    }
    
    .nlp-quality-doctors-title {
        font-size: 28px;
    }
    
    .nlp-quality-doctors-text {
        gap: 16px;
    }
    
    .nlp-quality-doctors-text p {
        font-size: 15px;
    }
    
    .nlp-doctor-info {
        gap: 6px;
    }
    
    .nlp-doctor-name {
        font-size: 14px;
    }
    
    .nlp-doctor-title {
        font-size: 17px;
    }
    
    .nlp-social-link {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .nlp-doctor-social-links {
        top: 16px;
        right: 16px;
        gap: 10px;
    }
}

/* ============================================
   Health Articles/Blogs Section
   ============================================ */

.nlp-blogs-section {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}

.nlp-blogs-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.nlp-blogs-header {
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nlp-blogs-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.nlp-blogs-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

/* Articles Grid */
.nlp-blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:15px;
    margin-bottom: 48px;
    width: 100%;
}

/* Blog Card */
.nlp-blog-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    height: 100%;
}

.nlp-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color, #2464ee);
}

/* Image Wrapper */
.nlp-blog-image-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: #f3f4f6;
}

.nlp-blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.nlp-blog-card:hover .nlp-blog-image {
    transform: scale(1.1);
}

/* Card Content */
.nlp-blog-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 16px;
}

/* Blog Meta (Author & Date) */
.nlp-blog-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

.nlp-blog-author {
    color: #6b7280;
}

.nlp-blog-separator {
    color: #9ca3af;
}

.nlp-blog-date {
    color: #6b7280;
}

/* Blog Title */
.nlp-blog-title {
    font-size: 22px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.4;
    letter-spacing: -0.01em;
    flex-grow: 1;
}

/* Read More Link */
.nlp-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #2464ee);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.3s ease;
    width: fit-content;
    margin-top: auto;
}

.nlp-blog-link:hover {
    color: var(--primary-hover, #1a52c4);
    transform: translateX(4px);
}

.nlp-blog-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.nlp-blog-link:hover i {
    transform: translateX(4px);
}

/* Explore All Blogs Button */
.nlp-blogs-cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nlp-blogs-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background: var(--primary-color, #2464ee);
    color: #ffffff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif !important;
    border: none;
    cursor: pointer;
}

.nlp-blogs-cta-btn:hover {
    background: var(--primary-hover, #1a52c4);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(36, 100, 238, 0.3);
    color: #ffffff;
}

.nlp-blogs-cta-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.nlp-blogs-cta-btn:hover i {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nlp-blogs-grid {
        gap: 24px;
    }
    
    .nlp-blog-image-wrapper {
        height: 220px;
    }
}

@media (max-width: 992px) {
    .nlp-blogs-section {
        padding: 80px 0;
    }
    
    .nlp-blogs-header {
        margin-bottom: 48px;
    }
    
    .nlp-blogs-title {
        font-size: 36px;
    }
    
    .nlp-blogs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .nlp-blog-image-wrapper {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .nlp-blogs-section {
        padding: 60px 0;
    }
    
    .nlp-blogs-container {
        padding: 0 16px;
    }
    
    .nlp-blogs-header {
        margin-bottom: 40px;
    }
    
    .nlp-blogs-title {
        font-size: 32px;
    }
    
    .nlp-blogs-subtitle {
        font-size: 16px;
    }
    
    .nlp-blogs-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px;
    }
    
    .nlp-blog-image-wrapper {
        height: 240px;
    }
    
    .nlp-blog-content {
        padding: 24px;
    }
    
    .nlp-blog-title {
        font-size: 20px;
    }
    
    .nlp-blogs-cta-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .nlp-blogs-section {
        padding: 50px 0;
    }
    
    .nlp-blogs-header {
        margin-bottom: 32px;
    }
    
    .nlp-blogs-title {
        font-size: 28px;
    }
    
    .nlp-blogs-subtitle {
        font-size: 15px;
    }
    
    .nlp-blogs-grid {
        gap: 20px;
        margin-bottom: 32px;
    }
    
    .nlp-blog-image-wrapper {
        height: 200px;
    }
    
    .nlp-blog-content {
        padding: 20px;
        gap: 12px;
    }
    
    .nlp-blog-meta {
        font-size: 13px;
    }
    
    .nlp-blog-title {
        font-size: 18px;
    }
    
    .nlp-blog-link {
        font-size: 15px;
    }
    
    .nlp-blogs-cta-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ============================================
   FAQ Section
   ============================================ */

.nlp-faq-section {
    width: 100%;
    background: #f8fafb;
    padding: 100px 0;
    position: relative;
}

.nlp-faq-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.nlp-faq-header {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.nlp-faq-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.nlp-faq-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

/* FAQ Accordion */
.nlp-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

/* FAQ Item */
.nlp-faq-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.nlp-faq-item.nlp-faq-active {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: rgba(36, 100, 238, 0.2);
}

/* FAQ Question */
.nlp-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    cursor: pointer;
    gap: 20px;
    transition: all 0.3s ease;
}

.nlp-faq-question:hover {
    background: rgba(36, 100, 238, 0.02);
}

.nlp-faq-item.nlp-faq-active .nlp-faq-question:hover {
    background: transparent;
}

.nlp-faq-question-text {
    font-size: 18px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.4;
    flex: 1;
    text-align: left;
}

/* FAQ Toggle Button */
.nlp-faq-toggle {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: rgba(36, 100, 238, 0.1);
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.nlp-faq-toggle:hover {
    background: rgba(36, 100, 238, 0.15);
    border-color: rgba(36, 100, 238, 0.3);
    transform: scale(1.05);
}

.nlp-faq-toggle:focus {
    outline: 2px solid var(--primary-color, #2464ee);
    outline-offset: 2px;
}

.nlp-faq-toggle i {
    transition: transform 0.3s ease;
}

/* FAQ Answer */
.nlp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    padding: 0 28px;
}

.nlp-faq-item.nlp-faq-active .nlp-faq-answer {
    max-height: 500px;
    padding: 0 28px 24px 28px;
}

.nlp-faq-answer p {
    font-size: 16px;
    color: #4b5563;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.7;
    padding-top: 8px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .nlp-faq-section {
        padding: 80px 0;
    }
    
    .nlp-faq-header {
        margin-bottom: 40px;
    }
    
    .nlp-faq-title {
        font-size: 36px;
    }
    
    .nlp-faq-subtitle {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .nlp-faq-section {
        padding: 60px 0;
    }
    
    .nlp-faq-container {
        padding: 0 16px;
    }
    
    .nlp-faq-header {
        margin-bottom: 32px;
    }
    
    .nlp-faq-title {
        font-size: 32px;
    }
    
    .nlp-faq-subtitle {
        font-size: 16px;
    }
    
    .nlp-faq-accordion {
        gap: 12px;
    }
    
    .nlp-faq-question {
        padding: 20px 24px;
    }
    
    .nlp-faq-question-text {
        font-size: 17px;
    }
    
    .nlp-faq-toggle {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .nlp-faq-answer {
        padding: 0 24px;
    }
    
    .nlp-faq-item.nlp-faq-active .nlp-faq-answer {
        padding: 0 24px 20px 24px;
    }
    
    .nlp-faq-answer p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .nlp-faq-section {
        padding: 50px 0;
    }
    
    .nlp-faq-header {
        margin-bottom: 28px;
    }
    
    .nlp-faq-title {
        font-size: 28px;
    }
    
    .nlp-faq-subtitle {
        font-size: 15px;
    }
    
    .nlp-faq-accordion {
        gap: 10px;
    }
    
    .nlp-faq-question {
        padding: 18px 20px;
        gap: 16px;
    }
    
    .nlp-faq-question-text {
        font-size: 16px;
    }
    
    .nlp-faq-toggle {
        width: 32px;
        height: 32px;
        font-size: 13px;
        border-radius: 8px;
    }
    
    .nlp-faq-answer {
        padding: 0 20px;
    }
    
    .nlp-faq-item.nlp-faq-active .nlp-faq-answer {
        padding: 0 20px 18px 20px;
    }
    
    .nlp-faq-answer p {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* ============================================
   Patient Reviews Section
   ============================================ */

.nlp-reviews-section * {
    font-family: 'Poppins', sans-serif !important;
}

.nlp-reviews-section i[class*="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
}

.nlp-reviews-section {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}

.nlp-reviews-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.nlp-reviews-header {
    margin-bottom: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.nlp-reviews-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.nlp-reviews-rating-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.nlp-reviews-rating-number {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-reviews-stars {
    display: flex;
    gap: 4px;
    color: #fbbf24;
    font-size: 24px;
}

.nlp-reviews-count {
    font-size: 18px;
    color: #6b7280;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}

/* Reviews Grid - Masonry Style */
.nlp-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
    align-items: stretch;
}

/* Review Cards */
.nlp-review-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 320px;
    min-height: 320px;
}

.nlp-review-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: rgba(36, 100, 238, 0.2);
}

/* Card Size Variations - Cards naturally size based on content */

/* Review Header */
.nlp-review-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.nlp-review-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.nlp-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
}

.nlp-review-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nlp-review-name {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
}

.nlp-review-location {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-review-time {
    font-size: 13px;
    color: #9ca3af;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    white-space: nowrap;
}

/* Review Rating */
.nlp-review-rating {
    display: flex;
    gap: 4px;
    color: #fbbf24;
    font-size: 14px;
}

.nlp-review-rating .far {
    color: #e5e7eb;
}

/* Review Text */
.nlp-review-text {
    font-size: 15px;
    color: #4b5563;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.7;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.nlp-review-text::-webkit-scrollbar {
    width: 4px;
}

.nlp-review-text::-webkit-scrollbar-track {
    background: transparent;
}

.nlp-review-text::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 2px;
}

.nlp-review-text::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Review Role */
.nlp-review-role {
    font-size: 13px;
    color: #9ca3af;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hidden Reviews */
.nlp-review-hidden {
    display: none;
}

/* Load More Button */
.nlp-reviews-cta-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.nlp-reviews-load-more {
    background: #ffffff;
    border: 2px solid #2464ee;
    color: #2464ee;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nlp-reviews-load-more:hover {
    background: #2464ee;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(36, 100, 238, 0.3);
}

.nlp-reviews-load-more:active {
    transform: translateY(0);
}

.nlp-reviews-load-more i {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.nlp-reviews-load-more:hover i {
    transform: translateY(2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nlp-reviews-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .nlp-review-card {
        height: 310px;
        min-height: 310px;
    }
}

@media (max-width: 992px) {
    .nlp-reviews-section {
        padding: 80px 0;
    }
    
    .nlp-reviews-header {
        margin-bottom: 48px;
        gap: 20px;
    }
    
    .nlp-reviews-title {
        font-size: 36px;
    }
    
    .nlp-reviews-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 20px;
    }
    
    .nlp-review-card {
        height: 300px;
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .nlp-reviews-section {
        padding: 60px 0;
    }
    
    .nlp-reviews-container {
        padding: 0 16px;
    }
    
    .nlp-reviews-header {
        margin-bottom: 40px;
        gap: 16px;
    }
    
    .nlp-reviews-title {
        font-size: 32px;
    }
    
    .nlp-reviews-rating-number {
        font-size: 28px;
    }
    
    .nlp-reviews-stars {
        font-size: 20px;
    }
    
    .nlp-reviews-count {
        font-size: 16px;
    }
    
    .nlp-reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .nlp-review-card {
        padding: 20px;
        height: 300px;
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .nlp-reviews-section {
        padding: 50px 0;
    }
    
    .nlp-reviews-header {
        margin-bottom: 32px;
        gap: 12px;
    }
    
    .nlp-reviews-title {
        font-size: 28px;
    }
    
    .nlp-reviews-rating-summary {
        flex-direction: column;
        gap: 8px;
    }
    
    .nlp-reviews-rating-number {
        font-size: 24px;
    }
    
    .nlp-reviews-stars {
        font-size: 18px;
    }
    
    .nlp-reviews-count {
        font-size: 14px;
    }
    
    .nlp-reviews-grid {
        gap: 16px;
    }
    
    .nlp-review-card {
        padding: 18px;
        gap: 14px;
        height: 280px;
        min-height: 280px;
    }
    
    .nlp-review-avatar {
        width: 44px;
        height: 44px;
    }
    
    .nlp-review-name {
        font-size: 15px;
    }
    
    .nlp-review-location {
        font-size: 13px;
    }
    
    .nlp-review-text {
        font-size: 14px;
    }
    
    .nlp-reviews-load-more {
        padding: 12px 24px;
        font-size: 15px;
    }
}

/* ============================================
   CTA Banner Section
   ============================================ */

.nlp-cta-banner-section * {
    font-family: 'Poppins', sans-serif !important;
}

.nlp-cta-banner-section {
    width: 100%;
    background: linear-gradient(135deg, #5b8def 0%, #7ba3f0 25%, #9bb8f3 50%, #c5d9f8 75%, #e8f4fd 100%);
    padding:64px 0;
    position: relative;
    overflow: hidden;
}

/* Animated Background Bubbles */
.nlp-cta-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.nlp-cta-bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    animation: cta-float 20s infinite ease-in-out;
    opacity: 0.6;
}

.nlp-cta-bubble-1 {
    width: 100px;
    height: 100px;
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    animation-duration: 22s;
}

.nlp-cta-bubble-2 {
    width: 80px;
    height: 80px;
    left: 80%;
    top: 15%;
    animation-delay: 2s;
    animation-duration: 25s;
}

.nlp-cta-bubble-3 {
    width: 120px;
    height: 120px;
    left: 70%;
    top: 60%;
    animation-delay: 4s;
    animation-duration: 28s;
}


@keyframes cta-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.4;
    }
    25% {
        transform: translate(30px, -40px) scale(1.1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-20px, -60px) scale(0.9);
        opacity: 0.5;
    }
    75% {
        transform: translate(40px, -20px) scale(1.05);
        opacity: 0.7;
    }
}

.nlp-cta-banner-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.nlp-cta-banner-content {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    position: relative;
    z-index: 2;
}

.nlp-cta-banner-title {
    font-size: 52px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 2;
}

.nlp-cta-banner-subtitle {
    font-size: 21px;
    color: #4b5563;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.7;
    max-width: 650px;
    text-shadow: 0 1px 4px rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 2;
}

.nlp-cta-banner-button {
    background: #2464ee;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 48px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif !important;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(36, 100, 238, 0.3);
    position: relative;
    z-index: 2;
}

.nlp-cta-banner-button:hover {
    background: #1a4fd4;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(36, 100, 238, 0.4);
}

.nlp-cta-banner-button:active {
    color: #ffffff !important;
    background: #1644b8;
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(36, 100, 238, 0.3);
}

@media (max-width: 768px) {
    .nlp-cta-banner-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(36, 100, 238, 0.45);
    }
    
    .nlp-cta-banner-button:active {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(36, 100, 238, 0.35);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .nlp-cta-banner-section {
        padding: 100px 0;
    }
    
    .nlp-cta-banner-content {
        gap: 24px;
    }
    
    .nlp-cta-banner-title {
        font-size: 44px;
    }
    
    .nlp-cta-banner-subtitle {
        font-size: 19px;
    }
    
    .nlp-cta-banner-button {
        font-size: 17px;
        padding: 16px 42px;
    }
}

@media (max-width: 768px) {
    .nlp-cta-banner-section {
        padding: 80px 0;
    }
    
    .nlp-cta-banner-container {
        padding: 0 20px;
    }
    
    .nlp-cta-banner-content {
        gap: 24px;
    }
    
    .nlp-cta-banner-title {
        font-size: 38px;
    }
    
    .nlp-cta-banner-subtitle {
        font-size: 18px;
        max-width: 100%;
    }
    
    .nlp-cta-banner-button {
        font-size: 20px;
        font-weight: 700;
        padding: 20px 48px;
        min-width: 240px;
        min-height: 56px;
        border-radius: 14px;
        box-shadow: 0 6px 20px rgba(36, 100, 238, 0.35);
    }
}

@media (max-width: 576px) {
    .nlp-cta-banner-section {
        padding: 60px 0;
    }
    
    .nlp-cta-banner-container {
        padding: 0 16px;
    }
    
    .nlp-cta-banner-content {
        gap: 24px;
    }
    
    .nlp-cta-banner-title {
        font-size: 32px;
        letter-spacing: -0.02em;
    }
    
    .nlp-cta-banner-subtitle {
        font-size: 17px;
    }
    
    .nlp-cta-banner-button {
        font-size: 19px;
        font-weight: 700;
        padding: 20px 44px;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        min-height: 56px;
        border-radius: 14px;
        box-shadow: 0 6px 20px rgba(36, 100, 238, 0.35);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .nlp-cta-banner-section {
        padding: 50px 0;
    }
    
    .nlp-cta-banner-container {
        padding: 0 16px;
    }
    
    .nlp-cta-banner-title {
        font-size: 28px;
    }
    
    .nlp-cta-banner-subtitle {
        font-size: 16px;
    }
    
    .nlp-cta-banner-button {
        font-size: 18px;
        font-weight: 700;
        padding: 18px 40px;
        min-height: 54px;
        border-radius: 12px;
    }
}

/* ============================================
   Footer Section
   ============================================ */

.nlp-footer * {
    font-family: 'Poppins', sans-serif !important;
}

.nlp-footer {
    width: 100%;
    background: #ffffff;
    padding: 60px 0 30px 0;
    position: relative;
    border-top: 1px solid #2464ee;
}

.nlp-footer-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Main Footer Content */
.nlp-footer-main {
    margin-bottom: 40px;
}

.nlp-footer-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.nlp-footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nlp-footer-heading {
    font-size: 16px;
    font-weight: 500;
    color: #2464ee;
    margin: 0 0 20px 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.4;
}

.nlp-footer-heading a.nlp-footer-link-only {
    color: #2464ee;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nlp-footer-heading a.nlp-footer-link-only:hover {
    color: #1a4fd4;
}

.nlp-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nlp-footer-links li {
    margin: 0;
}

.nlp-footer-links a {
    font-size: 14px;
    color: #4b5563;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

.nlp-footer-links a:hover {
    color: #2464ee;
}

/* App Download Section */
.nlp-footer-apps {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.nlp-footer-app-btn {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.nlp-footer-app-btn:hover {
    transform: translateY(-2px);
}

.nlp-footer-app-badge {
    height: 40px;
    width: auto;
    display: block;
}

/* Separator Line */
.nlp-footer-separator {
    width: 100%;
    height: 1px;
    background: #2464ee;
    margin: 30px 0;
}

/* Bottom Section */
.nlp-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.nlp-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nlp-footer-logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.nlp-footer-logo-text {
    font-size: 20px;
    color: #2464ee;
    font-family: 'Poppins', sans-serif !important;
}

.nlp-footer-logo-bold {
    font-weight: 700;
    color: #2464ee;
}

.nlp-footer-logo-light {
    font-weight: 400;
    color: #2464ee;
    opacity: 0.7;
}

.nlp-footer-copyright {
    font-size: 14px;
    color: #1f2937;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nlp-footer-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .nlp-footer {
        padding: 50px 0 25px 0;
    }
    
    .nlp-footer-container {
        padding: 0 20px;
    }
    
    .nlp-footer-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .nlp-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .nlp-footer {
        padding: 40px 0 20px 0;
    }
    
    .nlp-footer-container {
        padding: 0 16px;
    }
    
    .nlp-footer-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .nlp-footer-heading {
        font-size: 15px;
        margin-bottom: 16px;
    }
    
    .nlp-footer-links {
        gap: 10px;
    }
    
    .nlp-footer-links a {
        font-size: 13px;
    }
    
    .nlp-footer-apps {
        gap: 12px;
        margin-bottom: 25px;
    }
    
    .nlp-footer-app-badge {
        height: 36px;
    }
    
    .nlp-footer-separator {
        margin: 25px 0;
    }
    
    .nlp-footer-logo-img {
        height: 36px;
    }
    
    .nlp-footer-logo-text {
        font-size: 18px;
    }
    
    .nlp-footer-copyright {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .nlp-footer {
        padding: 35px 0 20px 0;
    }
    
    .nlp-footer-row {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 25px;
    }
    
    .nlp-footer-heading {
        font-size: 14px;
        margin-bottom: 14px;
    }
    
    .nlp-footer-links {
        gap: 8px;
    }
    
    .nlp-footer-links a {
        font-size: 13px;
    }
    
    .nlp-footer-apps {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .nlp-footer-app-badge {
        height: 32px;
    }
    
    .nlp-footer-separator {
        margin: 20px 0;
    }
    
    .nlp-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .nlp-footer-logo {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .nlp-footer-logo-img {
        height: 32px;
    }
    
    .nlp-footer-logo-text {
        font-size: 16px;
    }
    
    .nlp-footer-copyright {
        font-size: 12px;
    }
}

