/* =========================================
   Neera Eye Care – Premium Theme Refresh
   ========================================= */

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background:
        radial-gradient(circle at 0% 0%, rgba(45, 174, 106, 0.07), transparent 35%),
        radial-gradient(circle at 100% 10%, rgba(4, 73, 128, 0.08), transparent 40%),
        #f7fbfd;
    color: var(--brand-text);
}

h1, h2, h3, .hero-title, .banner-title, .faq-title, .testimonials-title,
.solutions-title, .myopia-title, .doctor-title, .why-choose-title, .signs-title {
    font-family: "Literata", "Plus Jakarta Sans", serif;
    letter-spacing: -0.02em;
}

/* Header */
.site-header.top_header {
    position: sticky;
    top: 0;
    z-index: 1020;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(4, 73, 128, 0.08);
    box-shadow: 0 8px 24px rgba(4, 73, 128, 0.06);
    padding: 10px 0;
}
.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 0;
}
.header-phone {
    align-items: center;
    gap: 8px;
    color: var(--brand-primary) !important;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 15px;
}
.header-phone i {
    color: var(--brand-accent-dark);
}

/* In-page jumplinks — hidden (anchors only; not shown on screen) */
.page-jumplinks {
    display: none !important;
    background: #f7f9fb;
    border-top: 1px solid rgba(4, 73, 128, 0.08);
    border-bottom: 1px solid rgba(4, 73, 128, 0.08);
}
.jumplink-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 28px;
    margin: 0;
    padding: 14px 0;
    list-style: none;
}
.jumplink-list a {
    color: #3d5568;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}
.jumplink-list a:hover,
.jumplink-list a:focus {
    color: var(--brand-accent-dark);
    text-decoration: none;
}
#why-signs,
#our-team-of-experts,
#why-neera,
#multiple-services,
#childhood-myopia,
#faq {
    scroll-margin-top: 80px;
}
@media (max-width: 767px) {
    .jumplink-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 18px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 12px 0;
    }
    .jumplink-list::-webkit-scrollbar {
        display: none;
    }
    .jumplink-list a {
        font-size: 13px;
    }
    #why-signs,
    #our-team-of-experts,
    #why-neera,
    #multiple-services,
    #childhood-myopia,
    #faq {
        scroll-margin-top: 70px;
    }
}

/* Hero – full bleed */
.hero-section {
    position: relative;
    min-height: auto;
    display: block;
    overflow: hidden;
    background: #fff;
}
.hero-banner-desktop {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center right;
}
.hero-banner-desktop .hero-content-light {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.hero-banner-desktop .hero-content-light .container {
    pointer-events: none;
}
.hero-copy {
    width: min(46%, 500px);
    max-width: 500px;
    pointer-events: auto;
    padding: 18px 10px 18px 0;
}
.hero-content-light .hero-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #15344d;
    font-size: clamp(24px, 2.6vw, 36px);
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: none;
    max-width: 100%;
}
.hero-points {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}
.hero-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(13px, 1.15vw, 15px);
    font-weight: 600;
    color: #334455;
    line-height: 1.35;
    margin-bottom: 8px;
}
.hero-points li:last-child {
    margin-bottom: 0;
}
.hero-point-num {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(145deg, #044980, #2dae6a);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.hero-content-light .banner-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    white-space: normal;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 40px;
    line-height: 1.25;
    background: linear-gradient(135deg, #2dae6a, #1d7b40);
    box-shadow: 0 8px 20px rgba(45, 174, 106, 0.28);
    text-decoration: none !important;
    color: #fff !important;
    max-width: 100%;
}
.hero-content-light .banner-cta-btn:hover {
    background: linear-gradient(135deg, #1d7b40, #2dae6a);
    color: #fff !important;
}
.hero-banner-mobile {
    position: relative;
    min-height: auto;
    display: block;
    overflow: hidden;
    background: #fff;
}
.hero-banner-img-mobile {
    width: 100%;
    height: auto;
    display: block;
    min-height: 420px;
    object-fit: cover;
    object-position: center center;
}
.hero-mobile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(11, 36, 53, 0.15) 0%,
        rgba(11, 36, 53, 0.25) 35%,
        rgba(11, 36, 53, 0.78) 100%
    );
    z-index: 1;
}
.hero-content-mobile {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px 15px 32px !important;
}
.hero-content-mobile .hero-title {
    font-size: 22px;
    max-width: none;
    margin-bottom: 12px;
    line-height: 1.25;
}
.hero-points-mobile {
    margin-bottom: 14px;
}
.hero-points-mobile li {
    color: #fff;
    font-size: 13px;
    margin-bottom: 7px;
}
.hero-points-mobile .hero-point-num {
    background: linear-gradient(145deg, #57c071, #1d7b40);
}
.hero-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    transform: scale(1.02);
    animation: heroZoom 14s ease-in-out infinite alternate;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(11, 36, 53, 0.88) 0%,
        rgba(4, 73, 128, 0.72) 48%,
        rgba(45, 174, 106, 0.28) 100%
    );
}
.hero-banner-desktop .hero-content {
    padding: 0;
}
.hero-brand {
    display: inline-block;
    margin: 0 0 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    animation: fadeUp 0.7s ease both;
}
.hero-title {
    font-size: clamp(30px, 4.5vw, 48px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 14px;
    max-width: 14ch;
    animation: fadeUp 0.8s ease 0.08s both;
}
.hero-subtitle {
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 34rem;
    margin: 0 0 24px;
    animation: fadeUp 0.85s ease 0.16s both;
}
.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    animation: fadeUp 0.9s ease 0.24s both;
}
.hero-section .banner-cta-btn {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-dark));
    box-shadow: 0 12px 28px rgba(45, 174, 106, 0.35);
}
.hero-section .banner-cta-btn:hover {
    background: linear-gradient(135deg, var(--brand-accent-dark), var(--brand-accent));
}
.hero-secondary-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 40px;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.25s ease, transform 0.25s ease;
}
.hero-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

/* Trust strip */
.trust-strip {
    background: #fff;
    border-bottom: 1px solid rgba(4, 73, 128, 0.08);
    box-shadow: 0 10px 28px rgba(4, 73, 128, 0.05);
    padding: 18px 0;
}
.trust-strip-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}
.trust-strip-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--brand-secondary);
    line-height: 1.35;
}
.trust-strip-list i {
    margin-top: 2px;
    color: var(--brand-accent-dark);
    background: rgba(45, 174, 106, 0.12);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
}

/* Lead forms */
.lead-form-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px 24px 24px;
    border: 1px solid rgba(4, 73, 128, 0.1);
    box-shadow: 0 18px 40px rgba(4, 73, 128, 0.12);
    position: relative;
    overflow: hidden;
}
.lead-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
}
.lead-form-top {
    margin-bottom: 18px;
    text-align: center;
}
.lead-form-badge {
    display: inline-block;
    background: rgba(45, 174, 106, 0.14);
    color: var(--brand-accent-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}
.lead-form-card h3 {
    font-family: "Literata", "Plus Jakarta Sans", serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--brand-secondary);
    line-height: 1.3;
}
.lead-form-card .lead-form-top p {
    margin: 0;
    font-size: 14px;
    color: var(--brand-muted);
    font-weight: 500;
}
.lead-form-card .form-control {
    border: 1px solid #e2e8f0;
    background: #eef2f6;
    min-height: 48px;
    font-size: 15px;
    border-radius: 16px !important;
    padding: 12px 18px;
    color: #334455;
}
.lead-form-card textarea.form-control {
    min-height: 90px;
    border-radius: 16px !important;
    resize: vertical;
}
.lead-form-card .form-control:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(4, 73, 128, 0.12);
    background: #fff;
}
.lead-form-card .form-control::placeholder {
    color: #8a9aab;
}
.lead-form-card .form-group {
    margin-bottom: 14px;
}
.lead-form-card .btn_form input {
    background: linear-gradient(135deg, #2dae6a, #1d7b40);
    border-radius: 16px;
    padding: 13px 16px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(45, 174, 106, 0.28);
}
.lead-form-card .btn_form input:hover {
    background: linear-gradient(135deg, #1d7b40, #2dae6a);
}

/* Popup modal form */
.modal-dialog-popup {
    max-width: 420px;
    margin: 1.2rem auto;
}
.popup-lead-modal {
    border: none;
    background: transparent;
    box-shadow: none;
    position: relative;
}
.popup-lead-modal .modal-body {
    padding: 0;
}
.popup-lead-card {
    margin: 0;
    padding: 32px 26px 26px;
    border: none;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}
.popup-lead-card::before {
    display: none;
}
.popup-lead-card .lead-form-top {
    padding-right: 12px;
}
.popup-lead-card h3 {
    font-size: 23px;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 5;
    opacity: 0.65;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #667788;
    text-shadow: none;
    padding: 4px 8px;
}
.popup-close:hover {
    opacity: 1;
    color: var(--brand-secondary);
}
@media (max-width: 575px) {
    .modal-dialog-popup {
        max-width: calc(100% - 28px);
        margin: 1rem auto;
    }
    .popup-lead-card {
        padding: 28px 20px 22px;
    }
    .popup-lead-card h3 {
        font-size: 20px;
    }
}
.form_main.margin_pixel {
    margin-top: 24px;
}
.mobile-lead-wrap {
    margin-top: 16px;
    position: relative;
    z-index: 3;
}

/* Doctor */
.doctor-panel {
    background: #fff;
    border-radius: 24px;
    padding: 24px 20px;
    border: 1px solid rgba(4, 73, 128, 0.1);
    box-shadow: 0 12px 30px rgba(4, 73, 128, 0.08);
}
.doctor-eyebrow {
    display: inline-block;
    background: rgba(4, 73, 128, 0.1);
    color: var(--brand-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.doctor-title {
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 700;
    margin: 0 0 18px;
    line-height: 1.3;
}
.doctor-card-modern {
    display: flex;
    gap: 18px;
    align-items: center;
    background: linear-gradient(145deg, var(--brand-soft), #fff 55%, var(--brand-soft-green));
    border-radius: 20px;
    padding: 18px;
    border: 1px solid rgba(4, 73, 128, 0.08);
}
.doctor-photo {
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 10px 24px rgba(4, 73, 128, 0.2);
}
.doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.doctor-info h5 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 6px;
    text-transform: uppercase;
}
.doctor-degree,
.doctor-role {
    margin: 0 0 4px;
    color: #556;
    font-size: 14px;
}
.doctor-meta {
    margin-top: 10px;
    display: inline-flex;
    background: rgba(45, 174, 106, 0.12);
    color: var(--brand-accent-dark);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
}

/* Benefits modern */
.benefits-modern {
    padding: 50px 0;
    background: linear-gradient(180deg, #fff 0%, var(--brand-soft) 100%);
}
.benefits-modern-panel {
    background: linear-gradient(160deg, var(--brand-secondary), #0b2435 70%, #0f3d2a);
    color: #fff;
    border-radius: 24px;
    padding: 30px 26px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(11, 36, 53, 0.25);
}
.benefits-eyebrow {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    color: var(--brand-accent-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}
.benefits-modern-panel h2 {
    color: #fff;
    font-size: clamp(24px, 2.8vw, 32px);
    margin: 0 0 20px;
    line-height: 1.3;
}
.benefits-modern-panel .text_orange {
    color: var(--brand-accent-light);
}
.benefits-modern-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.benefits-modern-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 12px 14px;
    transition: transform 0.25s ease, background 0.25s ease;
}
.benefits-modern-item:hover {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.14);
}
.benefits-modern-item i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--brand-accent), var(--brand-accent-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.benefits-modern-item span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* Motion */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes heroZoom {
    from {
        transform: scale(1.02);
    }
    to {
        transform: scale(1.08);
    }
}
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Section polish */
.sticky_scetion.treatment_option {
    padding-top: 36px;
}
.solutions-section,
.myopia-section,
.faq-section {
    position: relative;
}
.solution-card,
.myopia-card,
.why-choose-card,
.sign-card {
    backdrop-filter: blur(2px);
}

@media (max-width: 991px) {
    .trust-strip-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .hero-section {
        min-height: auto;
    }
    .hero-banner-img {
        width: 100%;
        height: auto;
    }
    .hero-copy {
        width: min(50%, 420px);
        max-width: 420px;
    }
    .hero-content-light .hero-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .hero-points li {
        font-size: 12px;
        margin-bottom: 6px;
        gap: 8px;
    }
    .hero-point-num {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
    .hero-content-light .banner-cta-btn {
        font-size: 12px;
        padding: 10px 14px;
    }
    .form_main.margin_pixel {
        margin-top: 16px !important;
    }
    .doctor-card-modern {
        flex-direction: column;
        text-align: center;
    }
    .doctor-info .btn-sm {
        margin-top: 12px;
    }
    .doctor-meta {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .hero-banner-img-mobile {
        min-height: 460px;
    }
    .hero-content-mobile {
        padding: 24px 15px 28px !important;
    }
    .hero-cta-group .banner-cta-btn,
    .hero-secondary-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .doctor-photo {
        width: 120px;
        height: 120px;
    }
}
