

/*.para{

   text-align: center;
}


.hero-section{
    height:600px;
    background-image:url("assets/img/about/About.png");
    background-size:100%;
    background-position:center;
    position:relative;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
}

.hero-content{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    align-items:center;
}

.hero-title{
    color:white;
    font-size:60px;
    font-weight:700;
}

.hero-subtitle{
    color:white;
    font-size:20px;
    margin-bottom:25px;
}

.hero-btn{
    padding:12px 30px;
    font-size:18px;
    margin-right:10px;
}
.btn-primary{

   background: #0daf00!important;
}*/

/* ===== HERO SECTION START ===== */

.para{
   text-align:center;
}

.hero-section{
    height:112vh!important;
    background-image:url("assets/img/slider/Health.png");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
}

/* Overlay */
.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.3)
    );
}

/* Content */
.hero-content{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    align-items:center;
}

/* Text */
.hero-title{
    color:white;
    font-size:60px;
    font-weight:700;
}

.hero-subtitle{
    color:white;
    font-size:20px;
    margin-bottom:25px;
}

/* Buttons */
.hero-btn{
    padding:12px 30px;
    font-size:18px;
    margin-right:10px;
}

.btn-primary{
   background:#0daf00 !important;
   border:none;
}

/* ===== MOBILE RANGE (360px → 900px) ===== */

@media (min-width:360px) and (max-width:900px){

    .hero-section{
        height:28vh!important;
        background-position:top center; /* 🔥 FACE FIX */
    }

    .hero-content{
        align-items:flex-end; /* 🔥 Content खाली */
        padding-bottom:40px;
    }

    .hero-title{
        font-size:35px;
        line-height:2.3;
    }

    .hero-subtitle{
        /*font-size:14px;*/
        display: none;
    }

    .hero-btn{
        padding:10px 18px;
        font-size:14px;
        margin-bottom:10px;
        display:inline-block;
    }
}

/* ===== SMALL MOBILE (360px → 480px) ===== */

/*@media (max-width:480px){

    .hero-section{
        height:70vh;
        background-position:top center;
    }

    .hero-title{
        font-size:24px;
    }

    .hero-subtitle{
        font-size:14px;
    }
}*/

/* ===== TABLET (901px → 1200px) ===== */

@media (min-width:901px) and (max-width:1200px){

    .hero-section{
        height:85vh;
        background-position:center;
    }

    .hero-title{
        font-size:42px;
    }

    .hero-subtitle{
        font-size:18px;
    }
}

/* ===== HERO SECTION END ===== */
