/*==================================================
                    HERO SECTION
==================================================*/

.hero{

    width:100%;
    padding:15px;
    background:#ffffff;

}

.hero-banner{

    width:100%;
    height:550px;

    position:relative;

    overflow:hidden;

    border-radius:30px;

    background:url("../images/homeimage/h5.webp");

    background-size:cover;

    background-repeat:no-repeat;

    background-position:center -40px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.hero-content{

    position:absolute;

    left:60px;

    top:45px;

    width:500px;

    z-index:10;

}


/*================ Badge ================*/
.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 22px;

    background:#EAF8EF;

    border-radius:30px;

    color:#17643d;

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:13px;

    font-weight:790;

    letter-spacing:1.5px;

    text-transform:uppercase;
}
.hero-badge span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#17643d;
    display:inline-block;
    flex-shrink:0;
}

.hero-badge i{

    font-size:15px;

}


/*================ Heading ================*/

.hero-title{

    margin:25px 0 20px;

    font-size:52px;

    font-weight:780;

    line-height:1.02;

    letter-spacing:-2px;

    font-family:'Plus Jakarta Sans',sans-serif;

    color:#1D4488;

}

.hero-title span{

    color:#1A5B36;

}


/*================ Description ================*/

.hero-description{

    margin:0;

    width:440px;

    font-size:18px;

    line-height:1.8;

    font-family:'Plus Jakarta Sans',sans-serif;

    color:#5F6878;

}
/*================ Buttons ================*/

.hero-buttons{

    display:flex;

    align-items:center;

    gap:18px;

    margin-top:20px;

}

.hero-btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    background:#1A5B36;

    color:#ffffff;

    height:54px;

    padding:0 28px;

    border-radius:12px;

    font-size:17px;

    font-weight:700;

    font-family:'Plus Jakarta Sans',sans-serif;

    box-shadow:0 8px 20px rgba(24,168,75,.18);

}

.hero-btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    background:#ffffff;

    color:#1D4488;

    height:54px;

    padding:0 28px;

    border:2px solid #E7EBF0;

    border-radius:12px;

    font-size:17px;

    font-weight:700;

    font-family:'Plus Jakarta Sans',sans-serif;

}

.hero-btn-secondary i{

    margin-left:10px;

}
/* ================= BUTTON HOVER EFFECT ================= */

.hero-btn-primary,
.hero-btn-secondary{
    transition:all .3s ease;
    cursor:pointer;
}

/* Book Appointment Hover */
.hero-btn-primary:hover{
    background:#14472B;
    color:#ffffff;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(26,91,54,.25);
}

/* Explore Treatments Hover */
.hero-btn-secondary:hover{
    background:#1A5B36;
    color:#ffffff;
    border-color:#1A5B36;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(26,91,54,.18);
}

/* Arrow Hover */
.hero-btn-secondary:hover i{
    transform:translateX(5px);
}

.hero-btn-secondary i{
    margin-left:10px;
    transition:transform .3s ease;
}


/*================ Features ================*/

.hero-features{

    display:flex;

    align-items:center;

    gap:55px;

    margin-top:30px;

}

.feature-box{

    display:flex;

    align-items:center;

    gap:10px;

}

.feature-box-two{

    gap:15px;

}

.feature-icon{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#E9F8EE;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#1A5B36;

    font-size:24px;

}

.feature-text{

    display:flex;

    flex-direction:column;

}

.feature-title{

    font-size:17px;

    font-weight:700;

    color:#1D4488;

    font-family:'Plus Jakarta Sans',sans-serif;

}

.feature-subtitle{

    font-size:16px;

    color:#666;

    margin-top:4px;

    font-family:'Plus Jakarta Sans',sans-serif;

}
/*==================================================
                    ABOUT US
==================================================*/
/*==================================================
                    ABOUT SECTION
==================================================*/

.about{

    width:100%;

    padding:60px 0;

    background:#ffffff;

}

.about-container{

    width:90%;

    max-width:1300px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:70px;

}


/*================ LEFT =================*/

.about-left{

    width:43%;

}

.about-image{

    width:100%;

    height:560px;

    border-radius:28px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.10);

}

.about-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}


/*================ Doctor Card =================*/
.doctor-card{
    width:78%;
    margin:16px auto 0;
    background:#ffffff;
    border-radius:18px;
    padding:16px 18px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.07);
}

.doctor-card h3{
    margin:0;
    font-size:24px;
    font-weight:750;
    color:#1D4488;
    font-family:'Plus Jakarta Sans',sans-serif;
}
.doctor-qualification{
    margin-top:2px;
    font-size:15px;
    font-weight:600;
    color:#333333;
    font-family:'Plus Jakarta Sans',sans-serif;
}
.doctor-card p{
    margin:6px 0 0;
    font-size:16px;
    font-weight:500;
    line-height:1.5;
    color:#666666;
    font-family:'Plus Jakarta Sans',sans-serif;
}



/*================ RIGHT =================*/

.about-right{

    width:52%;

}

.about-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:5px 24px;

    background:#E9F8EE;

    border-radius:50px;

    color:#1A5B36;

    font-size:15px;

    font-weight:700;

    letter-spacing:1px;

    font-family:'Plus Jakarta Sans',sans-serif;

}

.about-badge i{

    font-size:9px;

}


/*================ Heading =================*/

.about-title{

    margin:22px 0 18px;

    font-size:40px;

    font-weight:750;

    line-height:1.08;

    letter-spacing:-2px;

    color:#1D4488;

    font-family:'Plus Jakarta Sans',sans-serif;

}

.about-title span{

    color:#1A5B36;

}


/*================ Line =================*/

.about-line{

    width:75px;

    height:4px;

    background:#1A5B36;

    border-radius:50px;

    margin-bottom:30px;

}


/*================ Paragraph =================*/

.about-right p{

    margin-bottom:22px;

    font-size:20px;

    line-height:1.85;

    color:#5F6878;

    font-family:'Plus Jakarta Sans',sans-serif;

    text-align:justify;

    text-justify:inter-word;

}

.about-right strong{

    color:#1D4488;

}


/*================ Button =================*/

.about-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    margin-top:10px;

    padding:16px 34px;

    background:#1A5B36;

    color:#ffffff;

    text-decoration:none;

    border-radius:12px;

    font-size:17px;

    font-weight:700;

    font-family:'Plus Jakarta Sans',sans-serif;

    transition:.3s;

    box-shadow:0 8px 20px rgba(24,168,75,.18);

}

.about-btn:hover{

    background:#14472B;

    transform:translateY(-3px);

}

.about-btn i{

    font-size:16px;

}
/*==================================================
                SPECIALITY SECTION
==================================================*/
/*==================================================
                OUR SPECIALITIES
==================================================*/

.speciality{
    width:100%;
    padding:10px 0;
    background:#ffffff;
}

.speciality-container{
    width:90%;
    max-width:1300px;
    margin:0 auto;
}

/*================ Heading ================*/

.speciality-heading{
    text-align:center;
    margin-bottom:60px;
}

.speciality-badge{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:10px 24px;

    background:#EAF8EF;

    border-radius:50px;

    color:#1A5B36;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    font-family:'Plus Jakarta Sans',sans-serif;

    margin-bottom:20px;

}
.speciality-badge span{

    width:9px;

    height:9px;

    border-radius:50%;

    background:#1A5B36;

    display:block;

    flex-shrink:0;

}

.speciality-heading h2{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:48px;
    font-weight:800;
    color:#1D4488;
    line-height:1.1;
    margin-bottom:18px;
}

.speciality-heading h2 span{
    color:#1A5B36;
}

.speciality-heading p{
    width:620px;
    max-width:100%;
    margin:auto;
    color:#5F6878;
    font-size:18px;
    line-height:1.8;
    font-family:'Plus Jakarta Sans',sans-serif;
}

/*================ Grid ================*/

.speciality-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

/*================ Card ================*/

.speciality-card{
    position:relative;
    height:260px;
    border-radius:22px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
    transition:.4s;
}

.speciality-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 50px rgba(0,0,0,.18);
}

/*================ Image ================*/

.speciality-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.speciality-card:hover img{
    transform:scale(1.08);
}

/*================ Overlay ================*/

.speciality-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.88) 5%,
        rgba(0,0,0,.45) 45%,
        rgba(0,0,0,0) 100%
    );
    transition:.4s;
}

.speciality-card:hover .speciality-overlay{
    background:linear-gradient(
        to top,
        rgba(0,0,0,.95) 5%,
        rgba(0,0,0,.60) 55%,
        rgba(0,0,0,.15) 100%
    );
}

/*================ Content ================*/

.speciality-content{
    position:absolute;
    left:24px;
    right:24px;
    bottom:22px;
    z-index:2;
}

/*================ Description ================*/

.speciality-desc{
    color:#ffffff;
    font-size:14px;
    line-height:1.6;
    font-family:'Plus Jakarta Sans',sans-serif;
    margin-bottom:16px;
    opacity:0;
    transform:translateY(15px);
    transition:.35s;
}

.speciality-card:hover .speciality-desc{
    opacity:1;
    transform:translateY(0);
}

/*================ Bottom ================*/

.speciality-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.speciality-bottom h3{
    color:#ffffff;
    font-size:19px;
    font-weight:700;
    font-family:'Plus Jakarta Sans',sans-serif;
    margin:0;
    line-height:1.3;
}

/*================ Arrow ================*/

.speciality-arrow{
    width:50px;
    height:50px;
    background:#1A5B36;
    border-radius:50%;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    transition:.35s;
}

.speciality-card:hover .speciality-arrow{
    background:#22B455;
    transform:translateX(5px);
}
/*==================================================
                WHY CHOOSE NSR
==================================================*/

.why-section{
    width:100%;
    padding:60px 0;
    background:#ffffff;
}

.why-container{
    width:90%;
    max-width:1300px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

/*================ LEFT =================*/

.why-content{
    width:58%;
}

.why-badge{

    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:10px 24px;

    background:#EAF8EF;

    border-radius:50px;

    color:#1A5B36;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    font-family:'Plus Jakarta Sans',sans-serif;
}

.why-badge span{

    width:9px;
    height:9px;

    border-radius:50%;

    background:#1A5B36;

    display:block;
}

/*================ Heading =================*/

.why-title{

    margin:22px 0 18px;

    font-size:54px;

    font-weight:800;

    line-height:1.05;

    letter-spacing:-2px;

    color:#1D4488;

    font-family:'Plus Jakarta Sans',sans-serif;

    max-width:650px;
}

.why-title span{

    color:#1A5B36;
}

/*================ Description =================*/

.why-description{

    width:92%;

    margin-bottom:40px;

    font-size:19px;

    line-height:1.8;

    color:#5F6878;

    font-family:'Plus Jakarta Sans',sans-serif;
}

/*================ Cards =================*/

.why-cards{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;
}

.why-card{

    display:flex;

    align-items:center;

    gap:18px;

    padding:22px;

    background:#ffffff;

    border:1px solid #EEF2F6;

    border-radius:22px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s ease;

    cursor:pointer;
}

.why-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.10);

    border-color:#1A5B36;
}

/*================ Icon =================*/

.why-icon{

    width:68px;
    height:68px;

    border-radius:18px;

    background:#EAF8EF;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;
}

.why-icon i{

    font-size:28px;

    color:#1A5B36;
}

/*================ Text =================*/

.why-text h4{

    margin:0 0 8px;

    font-size:22px;

    font-weight:800;

    color:#1D4488;

    font-family:'Plus Jakarta Sans',sans-serif;
}

.why-text p{

    margin:0;

    font-size:16px;

    line-height:1.6;

    color:#6A7485;

    font-family:'Plus Jakarta Sans',sans-serif;
}

/*================ RIGHT IMAGE =================*/

.why-image{

    width:40%;
}

.why-image img{

    width:100%;

    height:680px;

    object-fit:cover;

    border-radius:28px;

    box-shadow:0 18px 40px rgba(0,0,0,.10);

    transition:.4s;
}

.why-image img:hover{

    transform:scale(1.02);
}
/*==================================================
            WHY CHOOSE NSR - PREMIUM EFFECTS
==================================================*/

/* Smooth Animation */

.why-card,
.why-image img,
.why-icon,
.why-text h4,
.why-text p{
    transition:.35s ease;
}

/* Left Green Accent */

.why-card{
    position:relative;
    overflow:hidden;
}

.why-card::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:5px;
    height:100%;

    background:#1A5B36;

    transform:scaleY(0);

    transform-origin:top;

    transition:.35s ease;
}

/* Hover */

.why-card:hover{

    transform:translateY(-8px);

    border-color:#1A5B36;

    box-shadow:
    0 18px 35px rgba(0,0,0,.10);

    background:#ffffff;
}

.why-card:hover::before{

    transform:scaleY(1);
}

/* Icon Animation */

.why-card:hover .why-icon{

    background:#1A5B36;

    transform:rotate(-8deg) scale(1.08);
}

.why-card:hover .why-icon i{

    color:#fff;
}

/* Heading Hover */

.why-card:hover h4{

    color:#1A5B36;
}

/* Paragraph */

.why-card:hover p{

    color:#455467;
}

/* Image */

.why-image{

    position:relative;
}

.why-image::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:28px;

    border:2px solid transparent;

    transition:.35s ease;
}

.why-image:hover::after{

    border-color:#1A5B36;
}

.why-image img:hover{

    transform:scale(1.03);
}

/* Badge */

.why-badge{

    box-shadow:0 8px 20px rgba(26,91,54,.08);
}

/* Responsive */

@media(max-width:1100px){

.why-container{

    flex-direction:column;

}

.why-content{

    width:100%;
}

.why-image{

    width:100%;
}

.why-image img{

    height:500px;
}

.why-title{

    font-size:46px;
}

}

@media(max-width:768px){

.why-cards{

    grid-template-columns:1fr;
}

.why-title{

    font-size:38px;
}

.why-description{

    width:100%;
}

}
/*==================================================
            PATIENT TESTIMONIALS
==================================================*/
/*==================================================
            PATIENT TESTIMONIALS
==================================================*/

.testimonial-section{
    width:100%;
    padding:40px 0;
    background:#fff;
}

.testimonial-container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

/*================ Heading ================*/

.testimonial-heading{
    text-align:center;
    margin-bottom:60px;
}

.testimonial-badge{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:10px 24px;
    background:#EAF8EF;
    border-radius:50px;
    color:#1A5B36;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    font-family:'Plus Jakarta Sans',sans-serif;
}

.testimonial-badge span{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#1A5B36;
}

.testimonial-heading h2{
    margin:22px 0 18px;
    font-size:50px;
    font-weight:800;
    color:#1D4488;
    line-height:1.08;
    letter-spacing:-2px;
    font-family:'Plus Jakarta Sans',sans-serif;
}

.testimonial-heading h2 span{
    color:#1A5B36;
}

.testimonial-heading p{
    width:650px;
    max-width:100%;
    margin:auto;
    color:#5F6878;
    font-size:18px;
    line-height:1.8;
    font-family:'Plus Jakarta Sans',sans-serif;
}

/*================ Cards ================*/

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    border:1px solid #EEF2F6;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/*================ Image ================*/

.testimonial-image{
    position:relative;
    height:260px;
    overflow:hidden;
    cursor:pointer;
}

.testimonial-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.45s;
}

.testimonial-card:hover img{
    transform:scale(1.08);
}

/*================ Play Button ================*/

.play-button{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:78px;
    height:78px;
    border-radius:50%;
    background:rgba(255,255,255,.95);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#1A5B36;
    transition:.35s;
}

.testimonial-card:hover .play-button{
    background:#1A5B36;
    color:#fff;
}

.video-time{
    position:absolute;
    right:18px;
    bottom:18px;
    background:rgba(0,0,0,.70);
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

/*================ Content ================*/

.testimonial-content{
    padding:24px;
}

.testimonial-content p{
    color:#5F6878;
    font-size:16px;
    line-height:1.7;
    min-height:82px;
    font-family:'Plus Jakarta Sans',sans-serif;
}

.testimonial-content h4{
    margin:20px 0 8px;
    color:#1D4488;
    font-size:22px;
    font-weight:800;
    font-family:'Plus Jakarta Sans',sans-serif;
}

.stars{
    color:#FDBB12;
    font-size:18px;
    letter-spacing:2px;
}

/*==================================================
                VIDEO POPUP
==================================================*/

.video-popup{

    position:fixed;
    inset:0;

    background:rgba(0,0,0,.82);

    display:none;
    justify-content:center;
    align-items:center;

    z-index:9999;
}

.video-popup.active{
    display:flex;
}

/*================ Popup Box ================*/

.popup-box{

    position:relative;

    width:900px;
    max-width:92vw;

    height:510px;

    border-radius:20px;
    overflow:hidden;

    background:#000;

    box-shadow:0 30px 70px rgba(0,0,0,.55);
}

/*================ Video ================*/

.popup-box video{

    width:100%;
    height:100%;

    display:block;

    object-fit:cover;
}

/*================ Close Button ================*/

.close-video{

    position:absolute;

    top:15px;
    right:15px;

    width:44px;
    height:44px;

    border-radius:50%;

    background:#fff;

    color:#1A5B36;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;
    font-weight:700;

    cursor:pointer;

    z-index:99999;

    transition:.3s;
}

.close-video:hover{

    background:#1A5B36;
    color:#fff;

    transform:rotate(90deg);
}

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

@media(max-width:992px){

.testimonial-grid{
grid-template-columns:1fr;
}

.popup-box{
width:95%;
height:420px;
}

}

@media(max-width:768px){

.popup-box{
height:300px;
}

.testimonial-heading h2{
font-size:38px;
}

}
/* =========================================================
   NSR HOME PAGE — MOBILE VERSION
   Based on the About Page mobile layout
========================================================= */
/* ============================================================
   NSR CLINIC - HERO
   MOBILE VERSION ONLY
   DESKTOP VERSION WILL NOT BE CHANGED
============================================================ */

@media (max-width: 650px) {

    /* ========================================================
       HERO OUTER SECTION
    ======================================================== */

    .hero {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }


    /* ========================================================
       HERO CARD
    ======================================================== */

    .hero-banner {
        width: calc(100% - 24px) !important;

        height: auto !important;
        min-height: 0 !important;

        margin: 12px auto 24px !important;
        padding: 0 !important;

        position: relative !important;
        overflow: hidden !important;

        display: flex !important;
        flex-direction: column !important;

        background: #ffffff !important;
        background-image: none !important;

        border-radius: 20px !important;

        box-shadow:
            0 6px 24px rgba(0, 0, 0, 0.08) !important;
    }


    /* ========================================================
       REMOVE OLD BACKGROUND IMAGE
    ======================================================== */

    .hero-banner {
        background-image: none !important;
        background-size: auto !important;
        background-position: initial !important;
        background-repeat: initial !important;
    }


    /* ========================================================
       HERO CONTENT
       
       IMPORTANT:
       This makes badge, heading, paragraph, buttons and
       features behave as separate items inside the card.
    ======================================================== */

    .hero-content {
        display: contents !important;
    }


    /* ========================================================
       1. ORTHOPAEDIC & WELLNESS CLINIC BADGE
       ABOVE IMAGE
    ======================================================== */

    .hero-badge {
        order: 1 !important;

        align-self: center !important;

        width: fit-content !important;
        max-width: calc(100% - 30px) !important;

        margin: 16px auto 14px !important;
        padding: 8px 15px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        white-space: nowrap !important;

        border-radius: 30px !important;

        background: #eaf7ee !important;

        color: #075d37 !important;

        font-size: 13px !important;
        font-weight: 700 !important;

        line-height: 1 !important;
    }


    .hero-badge span {
        display: inline-block !important;

        width: 7px !important;
        height: 7px !important;

        min-width: 7px !important;

        margin-right: 8px !important;

        border-radius: 50% !important;

        background: #087743 !important;
    }


    /* ========================================================
       2. HERO IMAGE
       
       The original image is a background on desktop.
       On mobile we create a separate image block.
    ======================================================== */

    .hero-banner::before {
        content: "" !important;

        order: 2 !important;

        display: block !important;

        width: calc(100% - 28px) !important;

        height: 205px !important;

        margin: 0 auto !important;

        flex-shrink: 0 !important;

        border-radius: 17px !important;

        background-image:
            url("../images/homeimage/mh.webp") !important;

        background-repeat: no-repeat !important;

        /*
           Slight zoom so the doctor + patient
           are larger and easier to see.
        */
        background-size: 112% auto !important;

        background-position: center center !important;

        background-color: #f7f9f8 !important;
    }


    /* ========================================================
       3. MAIN HEADING
       BELOW IMAGE
       NO OVERLAPPING
    ======================================================== */

    .hero-title {
        order: 3 !important;

        width: calc(100% - 32px) !important;

        margin: 18px auto 9px !important;
        padding: 0 !important;

        text-align: left !important;

        font-size: 27px !important;

        line-height: 1.05 !important;

        font-weight: 790 !important;

        color: #064f9e !important;
    }


    .hero-title span {
        color: #075d37 !important;
    }


    /* ========================================================
       4. DESCRIPTION
    ======================================================== */

    .hero-description {
        order: 4 !important;

        width: calc(100% - 32px) !important;

        margin: 0 auto 16px !important;
        padding: 0 !important;

        text-align: left !important;

        font-size: 16px !important;

        line-height: 1.5 !important;

        color: #4b5563 !important;
    }


    /* ========================================================
       5. BUTTON CONTAINER
       BOTH BUTTONS SAME ROW
    ======================================================== */

    .hero-buttons {
        order: 5 !important;

        width: calc(100% - 32px) !important;

        margin: 0 auto !important;
        padding: 0 !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;

        justify-content: space-between !important;

        gap: 8px !important;
    }


    /* ========================================================
       BOOK APPOINTMENT
    ======================================================== */

    .hero-btn-primary {
        flex: 1 1 0 !important;

        width: auto !important;
        min-width: 0 !important;

        height: 42px !important;

        padding: 0 7px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        border-radius: 10px !important;

        font-size: 14px !important;
        font-weight: 700 !important;

        line-height: 1 !important;

        white-space: nowrap !important;

        text-align: center !important;
    }


    /* ========================================================
       EXPLORE TREATMENTS
    ======================================================== */

    .hero-btn-secondary {
        flex: 1 1 0 !important;

        width: auto !important;
        min-width: 0 !important;

        height: 42px !important;

        padding: 0 7px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 5px !important;

        border-radius: 10px !important;

        font-size: 14px !important;
        font-weight: 700 !important;

        line-height: 1 !important;

        white-space: nowrap !important;

        text-align: center !important;
    }


    .hero-btn-secondary i {
        margin-left: 3px !important;

        font-size: 10px !important;

        flex-shrink: 0 !important;
    }


    /* ========================================================
       6. FEATURE SECTION
    ======================================================== */

    .hero-features {
        order: 6 !important;

        width: 100% !important;

        margin: 18px 0 0 !important;

        padding: 14px 8px !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;

        justify-content: space-between !important;

        gap: 0 !important;

        border-top: 1px solid #eeeeee !important;
    }


    /* ========================================================
       FEATURE BOX
    ======================================================== */

    .feature-box {
        flex: 1 1 50% !important;

        width: 50% !important;

        min-width: 0 !important;

        margin: 0 !important;

        padding: 0 7px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        text-align: left !important;
    }


    /* Divider between features */

    .feature-box-two {
        border-left: 1px solid #dddddd !important;
    }


    /* ========================================================
       FEATURE ICON
    ======================================================== */

    .feature-icon {
        width: 34px !important;
        height: 34px !important;

        min-width: 34px !important;

        margin-right: 7px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        border-radius: 50% !important;

        background: #eaf7ee !important;
    }


    .feature-icon i {
        font-size: 14px !important;
    }


    /* ========================================================
       FEATURE TEXT
    ======================================================== */

    .feature-text {
        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    .feature-title {
        font-size: 13px !important;

        line-height: 1.15 !important;

        font-weight: 700 !important;

        white-space: normal !important;
    }


    .feature-subtitle {
        margin-top: 2px !important;

        font-size: 13px !important;

        line-height: 1.15 !important;

        white-space: normal !important;
    }



    /* =====================================================
       ABOUT SECTION
    ===================================================== */

    .about{

        padding:45px 0 50px;
    }

    .about-container{
    width:88%;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:30px;
}

.about-right{
    width:100%;
    order:1;
}

.about-left{
    width:100%;
    order:2;
}

    /* IMAGE */

    .about-left{
        width:100%;
    }

    .about-image{

        width:100%;

        height:360px;

        border-radius:18px;
    }


    /* DOCTOR CARD */

    .doctor-card{

        width:88%;

        margin:15px auto 0;

        padding:18px 12px;

        border-radius:16px;
    }

    .doctor-card h3{

        font-size:20px;

        line-height:1.2;
    }

    .doctor-card p{

        margin-top:6px;

        font-size:13px;

        line-height:1.4;
    }


    /* ABOUT CONTENT */

    .about-right{

        width:100%;
    }

    .about-badge{

        font-size:13px;

        letter-spacing:1.3px;

        padding:8px 14px;

        gap:7px;
    }

    .about-badge i{
        font-size:6px;
    }


    .about-title{

        margin:16px 0 14px;

        font-size:32px;

        line-height:1.12;

        letter-spacing:-1px;
    }


    .about-line{

        width:55px;

        height:3px;

        margin-bottom:20px;
    }


    .about-right p{

        margin-bottom:15px;

        font-size:15px;

        line-height:1.7;

        text-align:left;
    }


    .about-btn{

        margin-top:5px;

        padding:12px 18px;

        border-radius:9px;

        font-size:12px;

        gap:8px;
    }


    /* =====================================================
       SPECIALITIES
    ===================================================== */

    .speciality{

        padding:15px 0 50px;
    }

    .speciality-container{

        width:88%;

        margin:0 auto;
    }


    .speciality-heading{

        margin-bottom:30px;
    }


    .speciality-badge{

        font-size:13px;

        letter-spacing:1.4px;

        padding:8px 15px;

        margin-bottom:15px;
    }


    .speciality-heading h2{

        font-size:30px;

        line-height:1.12;

        letter-spacing:-1px;

        margin-bottom:12px;
    }


    .speciality-heading p{

        width:100%;

        font-size:14px;

        line-height:1.7;
    }


    /* ONE CARD PER ROW */

    .speciality-grid{

        grid-template-columns:1fr;

        gap:16px;

        margin-top:30px;
    }


    .speciality-card{

        width:100%;

        height:230px;

        border-radius:17px;
    }


    .speciality-content{

        left:17px;

        right:17px;

        bottom:16px;
    }


    /* Show description on mobile */

    .speciality-desc{

        opacity:1;

        transform:none;

        font-size:14px;

        line-height:1.5;

        margin-bottom:10px;
    }


    .speciality-bottom h3{

        font-size:16px;

        line-height:1.25;
    }


    .speciality-arrow{

        width:38px;

        height:38px;

        font-size:14px;
    }


    /* =====================================================
       WHY CHOOSE NSR
    ===================================================== */

    .why-section{

        padding:15px 0 50px;
    }

    .why-container{

        width:88%;

        margin:0 auto;

        display:flex;

        flex-direction:column;

        gap:28px;
    }


    .why-content{

        width:100%;
    }


    .why-badge{

        font-size:14px;

        letter-spacing:1.3px;

        padding:8px 15px;

        gap:7px;
    }

    .why-badge span{

        width:6px;
        height:6px;
    }


    .why-title{

        margin:16px 0 14px;

        font-size:30px;

        line-height:1.12;

        letter-spacing:-1px;

        max-width:100%;
    }


    .why-description{

        width:100%;

        margin-bottom:25px;

        font-size:15px;

        line-height:1.7;
    }


    /* WHY CARDS */

    .why-cards{

        display:grid;

        grid-template-columns:1fr;

        gap:12px;
    }


    .why-card{

        width:100%;

        gap:12px;

        padding:16px;

        border-radius:16px;
    }


    .why-icon{

        width:48px;

        height:48px;

        border-radius:13px;

        flex-shrink:0;
    }


    .why-icon i{

        font-size:19px;
    }


    .why-text h4{

        margin:0 0 5px;

        font-size:16px;

        line-height:1.25;
    }


    .why-text p{

        font-size:14px;

        line-height:1.5;
    }


    /* WHY IMAGE */

    .why-image{

        width:100%;
    }

    .why-image img{

        width:100%;

        height:360px;

        border-radius:18px;
    }


    /* =====================================================
       TESTIMONIALS
    ===================================================== */

    .testimonial-section{

        padding:10px 0;
    }


    .testimonial-container{

        width:88%;

        margin:0 auto;
    }


    .testimonial-heading{

        margin-bottom:30px;
    }


    .testimonial-badge{

        font-size:13px;

        letter-spacing:1.3px;

        padding:8px 15px;

        gap:7px;
    }


    .testimonial-badge span{

        width:6px;

        height:6px;
    }


    .testimonial-heading h2{

        margin:16px 0 12px;

        font-size:30px;

        line-height:1.12;

        letter-spacing:-1px;
    }


    .testimonial-heading p{

        width:100%;

        font-size:15px;

        line-height:1.7;
    }


    /* TESTIMONIAL CARDS */

    .testimonial-grid{

        grid-template-columns:1fr;

        gap:18px;
    }


    .testimonial-card{

        width:100%;

        border-radius:17px;
    }


    .testimonial-image{

        height:220px;
    }


    .play-button{

        width:58px;

        height:58px;

        font-size:22px;
    }


    .video-time{

        right:12px;

        bottom:12px;

        padding:5px 9px;

        font-size:14px;
    }


    .testimonial-content{

        padding:17px;
    }


    .testimonial-content p{

        min-height:auto;

        font-size:15px;

        line-height:1.6;
    }


    .testimonial-content h4{

        margin:15px 0 7px;

        font-size:17px;
    }


    .stars{

        font-size:15px;

        letter-spacing:1px;
    }


    /* VIDEO POPUP */

    .popup-box{

        width:92%;

        height:250px;

        border-radius:14px;
    }

    .close-video{

        width:36px;

        height:36px;

        top:10px;

        right:10px;

        font-size:22px;
    }
}


/* =========================================================
   SMALL MOBILE — 420px
========================================================= */

@media (max-width:420px){

    /* HERO */

    .hero{
        padding:10px;
    }

    .hero-banner{
        height:500px;

        border-radius:18px;
    }

    .hero-content{
        padding:25px 17px;
    }

    .hero-title{
        font-size:31px;

        letter-spacing:-1px;
    }

    .hero-description{
        font-size:12px;

        max-width:285px;
    }

    .hero-btn-primary,
    .hero-btn-secondary{
        height:42px;

        padding:0 11px;

        font-size:10px;
    }

    .feature-icon{
        width:35px;
        height:35px;

        font-size:14px;
    }

    .feature-title{
        font-size:10px;
    }

    .feature-subtitle{
        font-size:9px;
    }


    /* ABOUT */

    .about-container,
    .speciality-container,
    .why-container,
    .testimonial-container{

        width:88%;
    }

    .about-image{
        height:320px;
    }

    .about-title,
    .why-title,
    .testimonial-heading h2,
    .speciality-heading h2{

        font-size:30px;
    }


    /* SPECIALITIES */

    .speciality-card{
        height:215px;
    }


    /* WHY IMAGE */

    .why-image img{
        height:320px;
    }


    /* TESTIMONIAL */

    .testimonial-image{
        height:205px;
    }

}
/* =========================================================
   WHY CHOOSE NSR - MOBILE
========================================================= */

/* =========================================================
   WHY CHOOSE NSR - MOBILE HEADING CENTER
========================================================= */

@media (max-width: 650px) {

    .why-content {
        text-align: center !important;
    }

    .why-title {
        width: 100% !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}
/* =========================================================
   MOBILE - CENTER ABOUT NSR CLINIC HEADING
========================================================= */

/* =========================================================
   MOBILE - CENTER ONLY ABOUT NSR CLINIC
========================================================= */
@media (max-width: 650px) {

    .about-badge {
        display: flex;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

}