@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

/* Neera Eye Centre brand palette (logo + site) */
:root {
    --brand-primary: #044980;
    --brand-primary-dark: #03365c;
    --brand-secondary: #15344d;
    --brand-accent: #2dae6a;
    --brand-accent-dark: #1d7b40;
    --brand-accent-light: #57c071;
    --brand-indigo: #4b4b9d;
    --brand-soft: #eef5fb;
    --brand-soft-green: #f2faf5;
    --brand-muted: #5a6b7b;
    --brand-text: #1a2a36;
    --brand-star: #f5b400;
    --brand-white: #ffffff;
    --brand-shadow: rgba(4, 73, 128, 0.14);
    --brand-shadow-accent: rgba(45, 174, 106, 0.22);
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--brand-text);
    background: #fafcfe;
}

.t_header {
    background: var(--brand-secondary);
    padding: 8px;
}
.t_header p {
    margin-bottom: 0;
    font-size: 17px;
}
.top_header {
    padding: 8px 0;
    background: #fff;
    border-bottom: 1px solid rgba(4, 73, 128, 0.08);
    box-shadow: 0 2px 12px rgba(4, 73, 128, 0.05);
}
.top_header .site-logo img {
    max-height: 60px;
    width: auto;
}
.gallery_item img {
    border: 3px solid var(--brand-primary);
    border-radius: 20px;
}
.gallery_item {
    margin: 10px;
    text-align: center;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.laser_treatment {
    background: #d8d8d8;
    padding: 30px 0;
}
.text_orange {
    color: var(--brand-primary);
}
.text_blue {
    color: var(--brand-accent-dark);
}
.front_head h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--brand-primary);
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.img-responsive2 {
    width: 100%;
}
.count-box {
    margin-top: 10px;
    align-items: center;
    text-align: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 20px;
}
.count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: var(--brand-primary);
}
.count-box span {
    font-size: 36px;
    font-weight: 600;
    color: var(--brand-primary);
}
.count-box b {
    font-size: 22px;
    font-weight: 800;
    color: var(--brand-primary);
}
.count-box p {
    padding: 0;
    margin: 0;
    font-size: 16px;
}
input.form-control.rounded-0 {
    height: 50px;
}
::placeholder {
    color: #000;
}
.services_box {
    margin: 10px;
    background: #fff;
    min-height: 100%;
    padding: 10px 20px 20px;
    box-shadow: 0 0 10px #80808047;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services_box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.services_box p {
    font-size: 16px;
}
.services_box h5 {
    margin-top: 15px;
    font-weight: 600;
}
.services_box img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-top: 10px;
}
.count_box img {
    background: var(--brand-primary);
    padding: 15px;
    border-radius: 50%;
    max-width: 35%;
}
.count_box {
    text-align: center;
    margin: 10px;
    box-shadow: 0 0 10px #84848424;
    border-radius: 20px;
    padding: 20px;
}
.fornt_li .fa {
    color: var(--brand-primary);
    padding-right: 10px;
}
.banner_front {
    background: #ffffffed;
    padding: 30px;
    box-shadow: 0 0 10px #8080802b;
    margin: 10px;
    border-radius: 20px;
}
.btn-top {
    padding: 0;
}
.btn-top .btn-sm {
    background: var(--brand-primary);
    padding: 4px 10px;
    font-size: 12px;
    float: right;
}
.header-actions .btn-sm {
    float: none;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 999px;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(4, 73, 128, 0.22);
}
@media (max-width: 575px) {
    .header-actions .btn-sm {
        font-size: 14px;
        padding: 10px 18px;
    }
}
.ul-li.fornt_li li {
    font-size: 17px;
    margin-bottom: 12px;
    display: flow-root;
    align-items: baseline;
}
.btn_form input {
    width: 100%;
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-dark));
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 16px var(--brand-shadow-accent);
}
.btn_form input:hover {
    background: linear-gradient(135deg, var(--brand-accent-dark), var(--brand-accent));
    transform: translateY(-1px);
}
.team_box {
    text-align: center;
    border-radius: 20px;
    margin: 10px;
    box-shadow: 0 0 10px #80808047;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team_box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.team_box h5 {
    padding: 20px 0 0;
    text-transform: uppercase;
    font-weight: 700;
}
.team_box p {
    margin-bottom: 0;
}
.team_box p:last-child {
    margin-bottom: 10px;
}
.team_box img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: top;
    margin: 10px 0;
}
.enlarge_section {
    padding: 30px 0;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.footer_address_Sec p {
    font-size: 18px;
    margin-bottom: 0;
}
.footer_address_Sec {
    padding: 10px;
}
.footer_address_Sec img {
    max-width: 20px;
}
.ul-li ul {
    list-style-type: none;
    padding-inline-start: 0;
}
.ul-li ul li {
    font-size: 18px;
}
.treatment_option {
    padding: 30px 0;
}
.treatment_option img {
    max-width: 100%;
}
.paragraph {
    font-weight: 500;
}
.advanced_laser {
    background: #f1f2f2;
    padding: 30px 0;
}
input {
    border-radius: 10px;
}
.padd-20 {
    padding: 20px;
}
.btn-sm {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-indigo));
    color: #fff !important;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none !important;
    border: none;
    text-shadow: none;
    display: inline-block;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 16px var(--brand-shadow);
}
.btn-sm:hover {
    background: linear-gradient(135deg, var(--brand-primary-dark), var(--brand-primary));
    color: #fff !important;
    transform: translateY(-1px);
}
.btn-sm-accent {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-dark)) !important;
    box-shadow: 0 6px 16px var(--brand-shadow-accent);
}
.btn-sm-accent:hover {
    background: linear-gradient(135deg, var(--brand-accent-dark), var(--brand-accent)) !important;
}
.form_sec_second {
    padding: 20px;
    box-shadow: 0 8px 24px var(--brand-shadow);
    border: 2px solid var(--brand-primary);
    background: #fff;
    border-radius: 20px;
}
.form_sec_second h2,
.form_sec_second h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--brand-secondary);
}
.book_appointment {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 55%, var(--brand-accent-dark) 100%);
    padding: 36px 0;
}
.book_appointment h3 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.btn_footer .btn-primary {
    width: -webkit-fill-available;
    width: 100%;
    border-radius: 20px;
    background: var(--brand-accent) !important;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px 30px;
}
.btn_footer .btn-info {
    border-radius: 20px !important;
    font-size: 16px;
    padding: 10px 30px;
    width: -webkit-fill-available !important;
    width: 100% !important;
    background: #fff !important;
    border: none;
    outline: none;
    margin: 10px 0;
    color: var(--brand-primary) !important;
    font-weight: 700;
}
.faq_front {
    background: #ffffffed;
    padding: 10px;
    box-shadow: 0 0 10px #80808047;
    margin: 10px;
}
.display_mobile {
    display: none;
}
.feature-box {
    padding: 24px 16px;
    box-shadow: rgb(1 41 112 / 8%) 0 0 30px;
    transition: all 0.3s ease 0s;
    height: 100%;
    background: #fff;
}
.modal-content {
    border-radius: 20px;
}
.form-control {
    border-radius: 20px;
}
.banner-head {
    background: #f1f2f2;
    padding: 10px 0;
}
.front_head1 h1 {
    font-size: 40px;
    font-weight: 700;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1em;
    z-index: 99;
}
.form_main.margin_pixel {
    margin-top: 24px;
}
.icon_box {
    padding: 10px 0;
    margin: 10px;
    box-shadow: 0 0 10px #80808036;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    transition: transform 0.3s ease;
}
.icon_box:hover {
    transform: scale(1.03);
}
.icon_box h4 {
    color: var(--brand-primary);
}
.icon_box h5 {
    font-size: 16px;
}
.YoutubeLazy {
    border-radius: 20px;
}
.banner_front {
    border-radius: 20px;
}
.eye_banner img {
    border-radius: 0;
}

/* Fixed sidebar – slide-out label animation */
#fixed-social {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
}
#fixed-social a {
    color: #fff;
    display: block;
    height: 55px;
    position: relative;
    text-align: center;
    line-height: 55px;
    width: 55px;
    z-index: 2;
}
#fixed-social a i {
    font-size: 23px;
}
#fixed-social a:hover > span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}
#fixed-social a span {
    line-height: 55px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 180px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    border-radius: 10px 0 0 10px;
}
.fixed-phone {
    background-color: var(--brand-primary);
    border-radius: 10px 0 0 10px;
}
.fixed-phone span {
    background-color: var(--brand-primary);
}

/* 50% OFF ribbon */
#feedback {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 1000;
}
#feedback a {
    display: block;
    background: var(--brand-accent);
    padding: 5px 11px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px 0 0 10px;
    animation: pulseOffer 1.8s ease-in-out infinite;
}
#feedback a:hover {
    background: var(--brand-accent-dark);
}
@keyframes pulseOffer {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
}

/* Video lazy player */
.VideoLazy {
    position: relative;
    cursor: pointer;
    background: #000;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
}
.VideoLazy img,
.VideoLazy video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.VideoButton {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 68px;
    height: 48px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    transition: transform 0.2s ease, background 0.2s ease;
}
.VideoLazy:hover .VideoButton {
    transform: scale(1.08);
    background: rgba(4, 73, 128, 0.85);
}
.VideoButton:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
}
.video-section {
    display: flex;
    flex-wrap: wrap;
}

/* Benefits / Myopia cards */
:root {
    --benefit-heading: var(--brand-primary);
    --benefit-text: #000;
    --card-bg: #ffffff;
    --card-radius: 18px;
    --card-shadow: 0 6px 22px rgba(15, 23, 42, 0.06);
    --card-shadow-hover: 0 10px 28px rgba(15, 23, 42, 0.1);
}
.benefits-section {
    padding: 32px 0 24px;
}
.benefit-card {
    background: var(--card-bg);
    border: 0;
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    padding: 28px 26px;
    height: 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.benefit-card:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-2px);
}
.benefit-title {
    color: var(--benefit-heading);
    font-weight: 700;
    font-size: clamp(1.15rem, 1vw + 1rem, 1.55rem);
    line-height: 1.25;
    margin: 0 0 10px;
    text-align: center;
}
.benefit-sub {
    color: var(--benefit-text);
    font-weight: 500;
    font-size: clamp(0.98rem, 0.4vw + 0.9rem, 1.125rem);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
.benefit-col {
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .benefits-grid {
        row-gap: 26px;
    }
}

/* Reveal on scroll animation */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.pop_up_form p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
#popup_auto .modal-header {
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 5px;
}
.header_modal {
    padding: 10px;
}
.header_modal .close {
    position: absolute;
    right: 9px;
    font-size: 25px;
}
label.error {
    color: red;
    font-size: 15px;
}
.fade:not(.show) {
    opacity: 1 !important;
}
html {
    scroll-behavior: smooth;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

@media only screen and (max-width: 480px) {
    .ul-li.fornt_li li {
        display: flex;
        align-items: baseline;
    }
    .video-section {
        gap: 20px;
    }
    .btn-sm {
        padding: 5px 12px;
        font-size: 16px;
    }
    .book_appointment h3 {
        font-size: 30px;
    }
    .front_head1 h1 {
        font-size: 19px !important;
        line-height: 25px;
        margin: 0;
    }
    .services_box {
        border-radius: 20px;
        min-height: unset;
        padding: 20px;
    }
    .icon_box h5 {
        font-size: 15px;
    }
    .team_box {
        padding-bottom: 20px;
    }
    .team_box img {
        margin: 0;
    }
    .treatment_option,
    .advanced_laser {
        padding: 10px 0;
    }
    .sticky_scetion.treatment_option {
        margin-top: -40px;
    }
    .form_main.margin_pixel {
        margin-top: 50px !important;
    }
    .row-reverse-mob {
        flex-flow: column-reverse;
    }
    .padd_mobile {
        padding-top: 30px;
    }
    .padd_0_mobile {
        padding: 0;
    }
    .btn_header {
        margin: auto;
    }
    .t_header p {
        margin-bottom: 0;
        font-size: 12px;
    }
    .front_head h1 {
        font-size: 19px;
        line-height: 25px;
        margin: 0;
    }
    .h2,
    h2 {
        font-size: 22px;
    }
    .display_mobile {
        display: block !important;
    }
    .display_dextop {
        display: none;
    }
    .eye_banner {
        padding: 0;
    }
    #fixed-social a {
        width: 100% !important;
        float: left;
    }
    #fixed-social {
        bottom: 0 !important;
        top: unset !important;
        width: 100%;
    }
    .fixed-phone {
        border-radius: unset !important;
    }
    .fixed-phone span {
        display: unset !important;
    }
    #fixed-social a span {
        position: unset !important;
        visibility: visible !important;
        transition-duration: unset !important;
        z-index: unset !important;
        opacity: unset !important;
        font-size: 22px;
    }
    .top_header {
        padding: 0;
    }
    .footer_address_Sec {
        margin-bottom: 60px;
    }
    .footer_address_Sec p {
        font-size: 14px;
        margin-bottom: 17% !important;
    }
    .site-footer {
        padding-bottom: 70px;
    }
}

/* Section 1 – Banner */
.banner-section {
    background: linear-gradient(160deg, var(--brand-soft) 0%, #ffffff 50%, var(--brand-soft-green) 100%);
    padding: 48px 0 52px;
    position: relative;
    overflow: hidden;
}
.banner-section::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(4, 73, 128, 0.08);
    top: -60px;
    left: -40px;
}
.banner-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(45, 174, 106, 0.1);
    bottom: -80px;
    right: -50px;
}
.banner-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    margin: 0 0 28px;
    position: relative;
    z-index: 1;
}
.banner-features {
    display: inline-block;
    text-align: left;
    margin: 0 auto 28px;
    position: relative;
    z-index: 1;
}
.banner-features li {
    display: flex;
    align-items: center;
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 500;
    color: #222;
    margin-bottom: 14px;
    line-height: 1.4;
}
.banner-features li:last-child {
    margin-bottom: 0;
}
.banner-check {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--brand-accent), var(--brand-accent-dark));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
    box-shadow: 0 4px 10px var(--brand-shadow-accent);
}
.banner-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-indigo));
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 40px;
    text-decoration: none !important;
    box-shadow: 0 8px 20px var(--brand-shadow);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    z-index: 1;
}
.banner-cta-btn:hover {
    background: linear-gradient(135deg, var(--brand-primary-dark), var(--brand-primary));
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(3, 54, 92, 0.4);
}
@media only screen and (max-width: 480px) {
    .banner-section {
        padding: 28px 0 32px;
    }
    .banner-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .banner-features li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-check {
        width: 22px;
        height: 22px;
        font-size: 10px;
        margin-right: 10px;
    }
    .banner-cta-btn {
        font-size: 14px;
        padding: 12px 20px;
        width: 100%;
        max-width: 340px;
    }
}

/* Section 2 – Signs (modern) */
.signs-section {
    background: linear-gradient(160deg, var(--brand-soft) 0%, #ffffff 55%, var(--brand-soft-green) 100%);
    border: 1px solid rgba(4, 73, 128, 0.15);
    border-radius: 24px;
    padding: 28px 22px 24px;
    box-shadow: 0 10px 30px var(--brand-shadow);
}
.signs-eyebrow {
    display: inline-block;
    background: rgba(4, 73, 128, 0.12);
    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: 12px;
}
.signs-title {
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 12px;
}
.signs-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 22px;
}
.signs-grid {
    margin-left: -8px;
    margin-right: -8px;
}
.signs-grid > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 14px;
}
.sign-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border-radius: 16px;
    padding: 16px 14px;
    height: 100%;
    border: 1px solid #eee;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.sign-card:hover {
    transform: translateY(-4px);
    border-color: rgba(4, 73, 128, 0.45);
    box-shadow: 0 12px 24px rgba(4, 73, 128, 0.14);
}
.sign-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}
.sign-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--brand-primary), var(--brand-indigo));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 6px 14px var(--brand-shadow);
}
.sign-card-wide {
    align-items: center;
}
.signs-stats {
    margin-top: 8px;
}
.stat-card {
    background: var(--brand-secondary);
    color: #fff;
    border-radius: 16px;
    padding: 18px 12px;
    text-align: center;
    height: 100%;
    transition: transform 0.25s ease;
}
.stat-card:hover {
    transform: scale(1.03);
}
.stat-number {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    color: var(--brand-accent-light);
    line-height: 1.1;
    margin-bottom: 6px;
}
.stat-label {
    font-size: 13px;
    font-weight: 500;
    color: #f1f1f1;
    line-height: 1.35;
}
@media only screen and (max-width: 480px) {
    .signs-section {
        padding: 20px 14px;
        border-radius: 18px;
    }
    .signs-title {
        font-size: 20px;
    }
    .signs-intro {
        font-size: 14px;
    }
    .sign-card {
        padding: 14px 12px;
    }
    .sign-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
        border-radius: 10px;
    }
    .stat-card {
        padding: 14px 8px;
    }
    .stat-label {
        font-size: 12px;
    }
}

/* Section 5 – Solutions (modern cards) */
.solutions-section {
    background: linear-gradient(180deg, var(--brand-soft) 0%, #ffffff 100%);
    padding: 50px 0 40px;
}
.solutions-header {
    margin-bottom: 32px;
}
.solutions-eyebrow {
    display: inline-block;
    background: rgba(45, 174, 106, 0.12);
    color: var(--brand-accent-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}
.solutions-title {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.solutions-grid > [class*="col-"] {
    margin-bottom: 22px;
}
.solution-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #ececec;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}
.solution-card:hover {
    transform: translateY(-8px);
    border-color: rgba(4, 73, 128, 0.4);
    box-shadow: 0 18px 36px rgba(4, 73, 128, 0.16);
}
.solution-media {
    position: relative;
    height: 180px;
    overflow: hidden;
}
.solution-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.solution-card:hover .solution-media img {
    transform: scale(1.08);
}
.solution-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.35) 100%);
}
.solution-badge {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--brand-accent), var(--brand-accent-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.solution-body {
    padding: 20px 18px 22px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.solution-body h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 0 0 10px;
    min-height: 46px;
}
.solution-body p {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    margin: 0 0 16px;
    flex: 1;
}
.solution-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-accent-dark) !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: gap 0.25s ease, color 0.25s ease;
}
.solution-link:hover {
    color: var(--brand-primary) !important;
    gap: 12px;
}
@media only screen and (max-width: 767px) {
    .solutions-section {
        padding: 36px 0 28px;
    }
    .solution-media {
        height: 200px;
    }
    .solution-body h5 {
        min-height: unset;
        font-size: 16px;
    }
}

/* Section 6 – Childhood Myopia (modern cards) */
.myopia-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--brand-soft-green) 45%, var(--brand-soft) 100%);
    padding: 50px 0 40px;
}
.myopia-header {
    margin-bottom: 32px;
}
.myopia-eyebrow {
    display: inline-block;
    background: rgba(4, 73, 128, 0.12);
    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: 12px;
}
.myopia-title {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.myopia-grid > [class*="col-"] {
    margin-bottom: 22px;
}
.myopia-card {
    background: #fff;
    border-radius: 22px;
    padding: 26px 22px 24px;
    height: 100%;
    border: 1px solid #ececec;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.myopia-card:hover {
    transform: translateY(-8px);
    border-color: rgba(4, 73, 128, 0.4);
    box-shadow: 0 18px 36px rgba(4, 73, 128, 0.16);
}
.myopia-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--brand-primary), var(--brand-accent));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    box-shadow: 0 8px 18px var(--brand-shadow);
}
.myopia-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 0 0 10px;
    min-height: 48px;
}
.myopia-card p {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    margin: 0;
    flex: 1;
}
.myopia-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--brand-accent-dark) !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: gap 0.25s ease, color 0.25s ease;
}
.myopia-link:hover {
    color: var(--brand-primary) !important;
    gap: 12px;
}
@media only screen and (max-width: 767px) {
    .myopia-section {
        padding: 36px 0 28px;
    }
    .myopia-card h3 {
        min-height: unset;
        font-size: 16px;
    }
    .myopia-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
        border-radius: 14px;
    }
}

/* Section 8 – Testimonials (fresh split + slider) */
.testimonials-section {
    background: var(--brand-secondary);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.testimonials-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(4, 73, 128, 0.12);
    top: -120px;
    right: -80px;
}
.testimonials-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(4, 73, 128, 0.08);
    bottom: -80px;
    left: -40px;
}
.testimonials-layout {
    position: relative;
    z-index: 1;
}
.testimonials-intro {
    height: 100%;
    padding: 10px 10px 20px 0;
    color: #fff;
}
.testimonials-eyebrow {
    display: inline-block;
    background: rgba(4, 73, 128, 0.2);
    color: var(--brand-accent-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}
.testimonials-title {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 14px;
}
.testimonials-title .text_orange {
    color: var(--brand-accent-light, #57c071);
}
.testimonials-lead {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 24px;
}
.rating-score {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}
.rating-big {
    font-size: 52px;
    font-weight: 800;
    color: var(--brand-accent-light);
    line-height: 1;
}
.rating-score span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}
.testimonial-stars {
    color: var(--brand-star);
    font-size: 15px;
    letter-spacing: 1px;
}
.platform-ratings {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.platform-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
}
.platform-item strong {
    color: var(--brand-accent-light);
    font-size: 20px;
    line-height: 1.1;
}
.platform-item span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin-top: 4px;
}
.testimonials-slider {
    padding: 4px 2px 30px;
}
.testimonial-slide {
    background: linear-gradient(160deg, #ffffff 0%, var(--brand-soft) 100%);
    border-radius: 24px;
    padding: 28px 26px 24px;
    min-height: 280px;
    margin: 6px;
    position: relative;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}
.slide-quote {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 42px;
    color: rgba(4, 73, 128, 0.18);
    line-height: 1;
}
.testimonial-slide .testimonial-stars {
    margin-bottom: 14px;
}
.testimonial-text {
    font-size: 16px;
    line-height: 1.65;
    color: #333;
    margin: 0 0 22px;
    flex: 1;
    font-weight: 500;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 16px;
}
.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--brand-primary), var(--brand-accent));
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 16px var(--brand-shadow);
}
.testimonial-author h5 {
    margin: 0 0 3px;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
}
.testimonial-author span {
    font-size: 13px;
    color: #777;
    font-weight: 500;
}
#testimonials-slider .owl-controls {
    margin-top: 8px;
}
#testimonials-slider .owl-page span {
    background: rgba(255, 255, 255, 0.35) !important;
}
#testimonials-slider .owl-page.active span {
    background: var(--brand-primary) !important;
}
@media only screen and (max-width: 991px) {
    .testimonials-section {
        padding: 40px 0;
    }
    .testimonials-intro {
        padding: 0 0 24px;
        margin-bottom: 10px;
    }
    .rating-big {
        font-size: 42px;
    }
    .testimonial-slide {
        min-height: unset;
        padding: 22px 18px 20px;
    }
    .testimonial-text {
        font-size: 15px;
    }
}

/* Section 9 – FAQ (modern) */
.faq-section {
    padding: 56px 0 48px;
    background: linear-gradient(180deg, var(--brand-soft) 0%, #ffffff 55%, var(--brand-soft-green) 100%);
}
.faq-header {
    margin-bottom: 32px;
}
.faq-eyebrow {
    display: inline-block;
    background: rgba(4, 73, 128, 0.12);
    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: 12px;
}
.faq-title {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    color: var(--brand-text);
    margin: 0 0 10px;
}
.faq-lead {
    max-width: 620px;
    margin: 0 auto;
    font-size: 15px;
    color: var(--brand-muted);
    line-height: 1.55;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-item {
    background: #fff;
    border: 1px solid rgba(4, 73, 128, 0.1);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(4, 73, 128, 0.06);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item:has(.faq-question:not(.collapsed)),
.faq-item:has(.collapse.show) {
    border-color: rgba(45, 174, 106, 0.4);
    box-shadow: 0 12px 28px var(--brand-shadow-accent);
}
.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 18px;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.faq-question:focus {
    outline: none;
}
.faq-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--brand-primary), var(--brand-indigo));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px var(--brand-shadow);
}
.faq-q-text {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    color: var(--brand-text);
    line-height: 1.35;
}
.faq-toggle {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(45, 174, 106, 0.12);
    color: var(--brand-accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.faq-question:not(.collapsed) .faq-toggle {
    background: var(--brand-accent);
    color: #fff;
    transform: rotate(45deg);
}
.faq-answer {
    padding: 0 18px 18px 72px;
    font-size: 15px;
    line-height: 1.65;
    color: #556;
}
@media only screen and (max-width: 767px) {
    .faq-section {
        padding: 40px 0 32px;
    }
    .faq-question {
        padding: 14px 12px;
        gap: 10px;
    }
    .faq-num {
        width: 34px;
        height: 34px;
        font-size: 12px;
        border-radius: 10px;
    }
    .faq-q-text {
        font-size: 14px;
    }
    .faq-answer {
        padding: 0 14px 14px 14px;
        font-size: 14px;
    }
}

/* New footer style */
.site-footer {
    background: linear-gradient(160deg, var(--brand-secondary) 0%, #0b2435 100%);
    color: #fff;
    padding: 40px 0 24px;
}
.site-footer h4 {
    color: var(--brand-accent-light);
    font-weight: 700;
    margin-bottom: 16px;
}
.site-footer p,
.site-footer a {
    color: #f1f1f1;
    font-size: 15px;
}
.site-footer a:hover {
    color: var(--brand-accent-light);
    text-decoration: none;
}
.site-footer .footer-cta .btn-sm {
    margin-right: 10px;
    margin-bottom: 10px;
}
.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 24px;
    padding-top: 16px;
    font-size: 13px;
    color: #cfcfcf;
}
.benefit-list-icons li {
    font-size: 18px;
    margin-bottom: 14px;
}
.benefit-list-icons .fa {
    color: var(--brand-primary);
    margin-right: 10px;
}

/* Section 4 – Why Choose (modern) */
.why-choose-box {
    background: linear-gradient(160deg, var(--brand-soft) 0%, #ffffff 50%, var(--brand-soft-green) 100%);
    border: 1px solid rgba(4, 73, 128, 0.12);
    border-radius: 24px;
    padding: 26px 20px 18px;
    box-shadow: 0 10px 30px var(--brand-shadow);
}
.why-choose-header {
    margin-bottom: 18px;
}
.why-choose-eyebrow {
    display: inline-block;
    background: rgba(45, 174, 106, 0.12);
    color: var(--brand-accent-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.why-choose-title {
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 700;
    line-height: 1.3;
    color: var(--brand-text);
    margin: 0;
}
.why-choose-grid > [class*="col-"] {
    padding: 6px;
}
.why-choose-card {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 16px;
    padding: 16px 12px;
    height: 100%;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0 4px 14px rgba(4, 73, 128, 0.04);
}
.why-choose-card:hover {
    transform: translateY(-4px);
    border-color: rgba(45, 174, 106, 0.45);
    box-shadow: 0 12px 24px var(--brand-shadow-accent);
}
.why-choose-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--brand-primary), var(--brand-accent));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 6px 14px var(--brand-shadow);
}
.why-choose-card p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #334;
}
@media only screen and (max-width: 480px) {
    .why-choose-box {
        padding: 18px 12px 12px;
        border-radius: 18px;
    }
    .why-choose-title {
        font-size: 18px;
    }
    .why-choose-card {
        padding: 12px 8px;
    }
    .why-choose-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
        border-radius: 10px;
    }
    .why-choose-card p {
        font-size: 12px;
    }
}
