/*==================================================
SUBHRA HEALTHCARE
Version 2.0
==================================================*/

/*====================
GOOGLE FONT
====================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*====================
RESET
====================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:#444;
    background:#ffffff;
    overflow-x:hidden;
    line-height:1.7;
}

/*====================
COMMON
====================*/

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.section-tag{

    display:inline-block;

    background:#e8f8ec;

    color:#28a745;

    padding:8px 20px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

}

.section-title{

    font-size:44px;

    font-weight:700;

    color:#16305d;

}

.section-subtitle{

    color:#666;

    max-width:700px;

    margin:auto;

}

.py-5{

    padding:100px 0 !important;

}

/*====================
NAVBAR
====================*/

.navbar{
z-index:9999;
    padding:8px 0;

    background:#fff!important;

}

.logo{
    width:60px;
    height:auto;
    object-fit:contain;
}

.company-title{
    color:#32b64a;
    font-size:26px;
    font-weight:700;
    margin:0;
    line-height:1;
}

.company-subtitle{
    font-size:12px;
    letter-spacing:2px;
}

.nav-link{

    color:#16305d !important;

    font-weight:600;

    margin-left:18px;

    transition:.3s;

}

.nav-link:hover{

    color:#32b64a !important;

}

/*====================
HERO
====================*/

.hero{

    min-height:700px;

    display:flex;

    align-items:center;

    padding:160px 0 80px;

    background:linear-gradient(135deg,#f4fbff,#eefaf2);

}

.hero-tag{

    display:inline-block;

    background:#32b64a;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    margin-bottom:20px;

}

.hero h1{
    font-size:46px;
    font-weight:800;
    line-height:1.2;
}

.hero h1 span{

    color:#32b64a;

}

.hero p{

    font-size:20px;

    color:#666;

    margin:30px 0;

}

.hero-btns{

    margin-top:35px;

}

.hero-btns .btn{

    padding:15px 32px;

    border-radius:50px;

    font-weight:600;

    margin-right:12px;

}

.hero-image{

    max-width:100%;

    max-height:520px;

    animation:float 4s ease-in-out infinite;

}

/*====================
ABOUT
====================*/

.about-image img{

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

#about p{

    color:#666;

    margin-bottom:15px;

}

.counter-box{

    background:#fff;

    padding:25px;

    border-radius:15px;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

    text-align:center;

}

.counter-box h3{

    color:#32b64a;

    font-size:34px;

    font-weight:700;

}

.counter-box span{

    color:#555;

}

/*====================
WHY CHOOSE US
====================*/

.why-us{

    background:#f8fafc;

}

.feature-card{

    background:#fff;

    padding:35px;

    border-radius:18px;

    text-align:center;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    height:100%;

}

.feature-card:hover{

    transform:translateY(-8px);

}

.feature-card i{

    font-size:55px;

    color:#32b64a;

    margin-bottom:20px;

}

.feature-card h4{

    color:#16305d;

    margin-bottom:15px;

}

.feature-card p{

    color:#666;

}

/*====================
RESPONSIVE
====================*/

@media(max-width:992px){

.hero{

text-align:center;

}

.hero h1{

font-size:42px;

}

.hero-image{

margin-top:40px;

}

.section-title{

font-size:34px;

}

}

@media(max-width:768px){

.company-title{

font-size:24px;

}

.company-subtitle{

letter-spacing:2px;

font-size:12px;

}

.hero{

padding-top:140px;

}

.hero h1{

font-size:32px;

}

.hero-btns .btn{

display:block;

margin-bottom:15px;

width:100%;

}

}

/*=========================================
PRODUCT SECTION
=========================================*/

#products{
    background:#ffffff;
}

.product-card{

    background:#ffffff;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    transition:.35s;

    border:1px solid #edf1f5;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

    height:100%;

}

.product-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.product-card i{

    font-size:55px;

    color:#32b64a;

    margin-bottom:20px;

}

.product-card h4{

    color:#16305d;

    font-weight:700;

    margin-bottom:12px;

}

.product-card p{

    color:#666;

    font-size:15px;

}

/*=========================================
PCD FRANCHISE
=========================================*/

#pcd{

    background:#f8fafc;

}

#pcd img{

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

#pcd ul{

    padding-left:0;

}

#pcd li{

    list-style:none;

    margin-bottom:15px;

    font-size:17px;

    color:#444;

}

#pcd li i{

    color:#32b64a;

    margin-right:10px;

}

#pcd .btn{

    margin-top:20px;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

}

/*=========================================
THIRD PARTY
=========================================*/

#manufacturing{

    background:#ffffff;

}

#manufacturing img{

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

#manufacturing ul{

    padding-left:0;

}

#manufacturing li{

    list-style:none;

    margin-bottom:15px;

    color:#444;

    font-size:17px;

}

#manufacturing li i{

    color:#32b64a;

    margin-right:10px;

}

#manufacturing .btn{

    margin-top:25px;

    border-radius:50px;

    padding:15px 35px;

}

/*=========================================
DCR
=========================================*/

#dcr{

    background:#f8fafc;

}

/*=========================================
DOWNLOAD
=========================================*/

.download-card{

    background:#fff;

    border-radius:20px;

    text-align:center;

    padding:45px 30px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.download-card:hover{

    transform:translateY(-8px);

}

.download-card i{

    font-size:70px;

    color:#dc3545;

    margin-bottom:25px;

}

.download-card h3{

    color:#16305d;

    margin-bottom:15px;

}

.download-card p{

    color:#666;

    margin-bottom:25px;

}

/*=========================================
CONTACT
=========================================*/

.contact-info{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.contact-info p{

    margin-bottom:20px;

    font-size:17px;

}

.contact-info i{

    color:#32b64a;

    width:28px;

}

.contact-form{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.form-control,
.form-select{

    border-radius:12px;

    min-height:52px;

}

textarea.form-control{

    min-height:150px;

}

/*=========================================
FOOTER
=========================================*/

.footer{

    background:#16305d;

    color:#ffffff;

    padding:80px 0 30px;

}

.footer-logo{

    width:65px;

}

.footer h3,
.footer h4{

    margin-bottom:20px;

}

.footer p{

    color:#d5d9e3;

}

.footer-links{

    padding-left:0;

}

.footer-links li{

    list-style:none;

    margin-bottom:12px;

}

.footer-links a{

    color:#d5d9e3;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#32b64a;

}

.social-icons{

    margin-top:20px;

}

.social-icons a{

    width:42px;

    height:42px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#32b64a;

    color:#fff;

    margin-right:10px;

    transition:.3s;

}

.social-icons a:hover{

    background:#fff;

    color:#32b64a;

}

.copyright{

    text-align:center;

    padding-top:20px;

    color:#d5d9e3;

    font-size:14px;

}

/*=========================================
FLOATING BUTTONS
=========================================*/

.whatsapp-btn{

    position:fixed;

    right:25px;

    bottom:95px;

    width:60px;

    height:60px;

    border-radius:50%;

    background:#25D366;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    z-index:999;

}

.call-btn{

    position:fixed;

    right:25px;

    bottom:25px;

    width:60px;

    height:60px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    z-index:999;

}

#topBtn{

    position:fixed;

    left:25px;

    bottom:25px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:#32b64a;

    color:#fff;

    font-size:22px;

    cursor:pointer;

    display:none;

    z-index:999;

}

#topBtn:hover{

    background:#16305d;

}


/* Animation */

.hidden-item{

opacity:0;

transform:translateY(40px);

transition:all .8s ease;

}

.show-item{

opacity:1;

transform:translateY(0);

}

/* Active Menu */

.nav-link.active{

color:#32b64a !important;

font-weight:700;

}

/* Floating Buttons */

.whatsapp-btn:hover,
.call-btn:hover{

transform:scale(1.1);

transition:.3s;

}


@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

.btn{

border-radius:50px;

padding:14px 32px;

font-weight:600;

transition:.3s;

}

.btn:hover{

transform:translateY(-4px);

box-shadow:0 10px 25px rgba(0,0,0,.15);

}


/* Hero Feature Box */

.hero-box{
    background:#fff;
    border-radius:20px;
    padding:40px;
    border-top:5px solid #32b64a;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.hero-box h3{

    color:#16305d;

    font-weight:700;

    margin-bottom:30px;

}

.hero-item{

    display:flex;

    align-items:center;

    margin-bottom:20px;

    font-size:18px;

    color:#444;

}

.hero-item i{

    color:#32b64a;

    font-size:22px;

    margin-right:15px;

}


.btn i{
    margin-right:8px;
}

.btn:hover{
    transform:translateY(-3px);
}

.feature-card,
.product-card,
.hero-box,
.counter-box,
.download-card{
    transition:.35s;
}