
:root{
    --primary:#0B5ED7;
    --secondary:#14B8A6;
    --dark:#0F172A;
    --light:#F8FAFC;
    --white:#ffffff;
    --radius:20px;
}

body{
    background:#fff;
}

.hero-section{
    position:relative;
    overflow:hidden;
    min-height:700px;
    display:flex;
    align-items:center;
    background:linear-gradient(135deg,#eef8ff,#ffffff);
}

.hero-section::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    right:-200px;
    top:-150px;
    border-radius:50%;
    background:rgba(11,94,215,.08);
}

.hero-title{
    font-size:56px;
    font-weight:800;
    color:var(--dark);
    line-height:1.2;
}

.hero-title span{
    color:var(--primary);
}

.hero-text{
    font-size:18px;
    color:#555;
    margin-top:20px;
    margin-bottom:30px;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 35px;
    border-radius:50px;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.hero-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}

.hero-image img{
    width:100%;
    border-radius:30px;
}

.floating-card{
    position:absolute;
    bottom:40px;
    right:60px;
    background:#fff;
    border-radius:20px;
    padding:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.stat-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
}

.stat-card:hover{
    transform:translateY(-8px);
}

.stat-card h2{
    font-size:42px;
    color:var(--primary);
    font-weight:700;
}

.stat-card p{
    margin:0;
    font-weight:600;
}


.service-card{

transition:.35s;

}

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(0,0,0,.12)!important;

}

.service-card:hover img{

transform:scale(1.08);

}



.feature-box{

background:#fff;

padding:35px;

border-radius:22px;

transition:.4s;

height:100%;

box-shadow:0 12px 35px rgba(0,0,0,.08);

text-align:center;

}

.feature-box:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.feature-icon{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

background:#0d6efd;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

margin-bottom:25px;

}

.doctor-card{

background:#fff;

border-radius:25px;

overflow:hidden;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:.4s;

}

.doctor-card:hover{

transform:translateY(-10px);

}

.doctor-image{

height:500px;

width:100%;

object-fit:cover;

}

.appointment-box{

background:linear-gradient(135deg,#0d6efd,#22c1c3);

padding:70px;

border-radius:30px;

}

@media(max-width:991px){

.appointment-box{

padding:40px;

text-align:center;

}

.doctor-image{

height:350px;

}

}


.testimonial-card{

background:#fff;

padding:35px;

border-radius:25px;

box-shadow:0 15px 45px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.quote-icon{

width:60px;

height:60px;

background:#0d6efd;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:22px;

margin-bottom:20px;

}

.testimonial-user{

width:60px;

height:60px;

border-radius:50%;

object-fit:cover;

}

.gallery-card{

position:relative;

overflow:hidden;

border-radius:20px;

}

.gallery-card img{

height:300px;

width:100%;

object-fit:cover;

transition:.5s;

}

.gallery-card:hover img{

transform:scale(1.1);

}

.gallery-overlay{

position:absolute;

inset:0;

display:flex;

align-items:center;

justify-content:center;

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

opacity:0;

transition:.4s;

}

.gallery-card:hover .gallery-overlay{

opacity:1;

}

.blog-card{

background:#fff;

border-radius:25px;

overflow:hidden;

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

transition:.35s;

height:100%;

}

.blog-card:hover{

transform:translateY(-10px);

}

.blog-image{

height:260px;

width:100%;

object-fit:cover;

}



.footer-section{

background:#0f172a;

padding:90px 0 30px;

}

.footer-links{

list-style:none;

padding:0;

margin-top:25px;

}

.footer-links li{

margin-bottom:15px;

}

.footer-links a{

color:#d5d5d5;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

padding-left:8px;

color:#fff;

}

.social-icons a{

display:inline-flex;

width:45px;

height:45px;

align-items:center;

justify-content:center;

background:#1e293b;

border-radius:50%;

color:#fff;

margin-right:10px;

transition:.3s;

text-decoration:none;

}

.social-icons a:hover{

background:#0d6efd;

transform:translateY(-5px);

}

.floating-whatsapp{

position:fixed;

right:25px;

bottom:90px;

width:60px;

height:60px;

background:#25D366;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:28px;

z-index:9999;

text-decoration:none;

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

}

.floating-call{

position:fixed;

right:25px;

bottom:160px;

width:60px;

height:60px;

background:#0d6efd;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:25px;

z-index:9999;

text-decoration:none;

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

}

.scroll-top{

position:fixed;

left:25px;

bottom:40px;

width:55px;

height:55px;

border:none;

border-radius:50%;

background:#0d6efd;

color:#fff;

font-size:22px;

display:none;

z-index:9999;

}
.doctor-card{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.doctor-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.doctor-image{
    height: 380px;
    overflow: hidden;
    flex-shrink: 0;
}

.doctor-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.doctor-badge{

    position:absolute;
    top:15px;
    right:15px;
    background:#0d6efd;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;

}

.doctor-content{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:25px;
}

.doctor-content .btn{
    margin-top:auto;
}

.doctor-content h4{

    font-size:22px;
    font-weight:700;
    margin-bottom:5px;

}

.doctor-content span{

    color:#0d6efd;
    font-weight:600;
    display:block;
    margin-bottom:20px;

}

.doctor-content ul{

    list-style:none;
    padding:0;
    margin:0 0 25px;

}

.doctor-content ul li{

    margin-bottom:10px;
    color:#555;
    font-size:15px;

}

.doctor-content ul li i{

    color:#0d6efd;
    margin-right:8px;

}

@media(max-width:991px){

.doctor-image img{

height:260px;

}

}
/*about us page*/

.about-hero{

padding:120px 0;
background:linear-gradient(135deg,#0b5ed7,#3da5ff);
position:relative;
overflow:hidden;

}

.about-hero h1{

font-size:58px;
font-weight:800;
line-height:1.2;
color:#fff;
margin:20px 0;

}

.about-hero p{

color:#eef5ff;
font-size:18px;
margin-bottom:35px;

}

.hero-tag{

background:#fff;
color:#0d6efd;
padding:10px 22px;
border-radius:30px;
font-weight:600;

}

.hero-buttons .btn{

padding:15px 34px;
border-radius:50px;
margin-right:15px;

}

.hero-image{

border-radius:30px;
box-shadow:0 25px 70px rgba(0,0,0,.2);

}

.section-tag{

color:#0d6efd;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;

}

.section-title{

font-size:42px;
font-weight:800;
margin:20px 0;

}

.about-images{

position:relative;

}

.about-main{

width:100%;
border-radius:30px;

}

.about-small{

position:absolute;
bottom:-35px;
right:-35px;
width:250px;
border:10px solid #fff;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.experience-card{

position:absolute;
left:-20px;
top:40px;
background:#0d6efd;
color:#fff;
padding:25px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.2);

}

.experience-card h2{

font-size:48px;
margin:0;

}

.about-feature{

display:flex;
gap:15px;
align-items:flex-start;
margin-bottom:25px;

}

.about-feature i{

font-size:24px;
color:#0d6efd;
margin-top:5px;

}

.about-feature h5{

margin-bottom:5px;
font-weight:700;

}

.about-feature span{

color:#666;

}

@media(max-width:991px){

.about-hero{

padding:80px 0;

}

.about-hero h1{

font-size:38px;

}

.about-small{

display:none;

}

.experience-card{

left:15px;
top:15px;

}

.section-title{

font-size:32px;

}

}
.core-card{

background:#fff;
padding:45px 35px;
border-radius:25px;
text-align:center;
height:100%;
transition:.4s;
box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.core-card:hover{

transform:translateY(-12px);

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

}

.core-icon{

height:90px;
width:90px;
margin:auto;
border-radius:50%;
background:#0d6efd;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
margin-bottom:25px;

}

.core-card h3{

font-size:28px;
font-weight:700;
margin-bottom:15px;

}

.core-card p{

color:#666;
line-height:1.9;

}

/* Timeline */

.timeline{

position:relative;
margin-top:70px;

}

.timeline:before{

content:"";
position:absolute;
left:50%;
width:4px;
top:0;
bottom:0;
background:#0d6efd;
transform:translateX(-50%);

}

.timeline-item{

display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:80px;
position:relative;

}

.timeline-item:nth-child(even){

flex-direction:row-reverse;

}

.timeline-year{

height:110px;
width:110px;
background:#0d6efd;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
font-weight:700;
z-index:2;
box-shadow:0 15px 40px rgba(13,110,253,.35);

}

.timeline-content{

background:#fff;
width:42%;
padding:35px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.timeline-content h4{

font-size:24px;
margin-bottom:15px;
font-weight:700;

}

.timeline-content p{

color:#666;
line-height:1.8;

}

@media(max-width:991px){

.timeline:before{

left:40px;

}

.timeline-item,
.timeline-item:nth-child(even){

flex-direction:column;
align-items:flex-start;
padding-left:90px;

}

.timeline-year{

position:absolute;
left:0;
height:80px;
width:80px;
font-size:22px;

}

.timeline-content{

width:100%;

}

}
/*=========================
WHY CHOOSE US
==========================*/

.why-choose-section{

background:#f8fbff;

}

.feature-card{

background:#fff;
padding:40px 30px;
border-radius:24px;
text-align:center;
height:100%;
transition:.35s;
border:1px solid #edf2f7;
box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.feature-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(13,110,253,.15);

}

.feature-icon{

width:90px;
height:90px;
margin:auto;
border-radius:50%;
background:linear-gradient(135deg,#0d6efd,#43a2ff);
display:flex;
justify-content:center;
align-items:center;
font-size:34px;
color:#fff;
margin-bottom:25px;
transition:.3s;

}

.feature-card:hover .feature-icon{

transform:rotate(360deg);

}

.feature-card h4{

font-size:24px;
font-weight:700;
margin-bottom:15px;

}

.feature-card p{

color:#666;
line-height:1.8;

}

/*=========================
STATISTICS
==========================*/

.stats-section{

padding:90px 0;

background:linear-gradient(135deg,#0d6efd,#1d7cff);

}

.stats-wrapper{

background:#fff;

border-radius:30px;

padding:60px 30px;

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

}

.stat-card{

padding:20px;

}

.stat-number{

font-size:36px;

font-weight:800;

color:#0d6efd;

margin-bottom:10px;

}

.stat-card h5{

font-size:22px;

font-weight:700;

margin-bottom:8px;

}

.stat-card p{

color:#666;

margin:0;

}

@media(max-width:991px){

.feature-card{

margin-bottom:20px;

}

.stat-number{

font-size:26px;

}

.stats-wrapper{

padding:35px 15px;

}

}



