/* ABOUT PAGE CSS START */


/* ABOUT HERO START */

.about-hero{

position:relative;

padding:90px 0;

background-image:

url('../images/clinic-bg.jpg');

background-size:cover;

background-position:center;

overflow:hidden;

}

.about-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:

rgba(255,255,255,.82);

z-index:1;

}

.about-container{

max-width:1200px;

margin:auto;

padding:0 20px;

position:relative;

z-index:2;

}

.about-flex{

display:flex;

align-items:center;

justify-content:space-between;

gap:40px;

}

.about-left{

width:55%;

}

.about-badge{

display:inline-block;

padding:10px 18px;

background:#0E4D92;

color:#fff;

font-size:14px;

border-radius:30px;

margin-bottom:18px;

}

.about-left h1{

font-size:44px;

line-height:1.3;

margin-bottom:20px;

color:#16253A;

}

.about-left p{

font-size:17px;

line-height:1.8;

color:#5E6B78;

}

.about-right{

width:40%;

text-align:right;

}

.about-right img{

width:100%;

max-width:450px;

}

/* ABOUT HERO END */



/* ABOUT CLINIC START */

.about-clinic{

padding:90px 0;

background:#F8FBFF;

}

.about-heading{

text-align:center;

margin-bottom:45px;

}

.about-heading span{

display:block;

font-size:15px;

font-weight:600;

color:#00D084;

margin-bottom:12px;

text-transform:uppercase;

}

.about-heading h2{

font-size:40px;

line-height:1.4;

color:#0D1B2A;

max-width:800px;

margin:auto;

}

.about-description{

max-width:900px;

margin:auto;

text-align:center;

}

.about-description p{

font-size:17px;

line-height:1.9;

color:#5E6B78;

margin-bottom:22px;

}

/* ABOUT CLINIC END */



/* WHY CHOOSE START */

.about-why{

padding:90px 0;

background:#fff;

}

.about-grid{

display:grid;

grid-template-columns:

repeat(4,1fr);

gap:25px;

}

.about-card{

padding:35px 25px;

border-radius:18px;

background:#fff;

text-align:center;

box-shadow:

0 5px 20px

rgba(0,0,0,.08);

transition:.3s;

}

.about-card:hover{

transform:

translateY(-8px);

}

.about-card h3{

font-size:20px;

margin-bottom:12px;

line-height:1.4;

color:#0D1B2A;

}

.about-card p{

font-size:14px;

line-height:1.7;

color:#5E6B78;

}

.about-card-icon{

width:75px;

height:75px;

background:#E9FFF8;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:auto auto 20px;

}

.about-card-icon i{

font-size:28px;

color:#00D084;

}

/* WHY CHOOSE END */



/* DOCTOR START */

.about-doctor{

padding:90px 0;

background:#F8FBFF;

}

.about-doctor-wrap{

display:flex;

gap:60px;

align-items:center;

}

.about-doctor-image{

flex:1;

}

.about-doctor-image img{

width:100%;

max-width:380px;

border-radius:20px;

}

.about-doctor-content{

flex:1;

}

.about-doctor-content h2{

font-size:38px;

margin:18px 0;

color:#0D1B2A;

}

.about-doctor-content ul{

margin:20px 0 28px;

}

.about-doctor-content li{

margin-bottom:12px;

color:#5E6B78;

font-size:15px;

}

.about-doctor-content li i{

color:#00D084;

margin-right:8px;

}

.about-doctor-btn{

display:inline-block;

padding:15px 35px;

background:#00D084;

color:#fff;

border-radius:50px;

text-decoration:none;

}

/* DOCTOR END */



/* HIGHLIGHT START */

.about-highlight{

padding:80px 0;

background:#0D1B2A;

}

.about-highlight-grid{

display:grid;

grid-template-columns:

repeat(4,1fr);

gap:25px;

}

.about-highlight-box{

padding:35px;

background:#13263C;

border-radius:18px;

text-align:center;

}

.about-highlight-box h2{

font-size:38px;

color:#00D084;

}

.about-highlight-box p{

color:#fff;

}

/* HIGHLIGHT END */



/* CTA START */

.about-cta{

padding:80px 0;

background:#F8FBFF;

}

.about-cta-box{

display:flex;

justify-content:space-between;

align-items:center;

padding:45px;

background:#fff;

border-radius:22px;

box-shadow:

0 10px 30px

rgba(0,0,0,.08);

}

.about-cta-box h2{

max-width:760px;

margin-top:14px;

color:#0D1B2A;

font-size:30px;

line-height:1.4;

}

.about-cta-btn{

padding:15px 34px;

background:#00D084;

color:#fff;

border-radius:50px;

text-decoration:none;

}

/* CTA END */



@media(max-width:991px){

.about-grid{

grid-template-columns:

repeat(2,1fr);

}

.about-highlight-grid{

grid-template-columns:

repeat(2,1fr);

}

.about-flex{

flex-direction:column;

text-align:center;

}

.about-left{

width:100%;

}

.about-right{

width:80%;

}

.about-doctor-wrap{

flex-direction:column;

text-align:center;

}

}


@media(max-width:768px){

.about-grid{

grid-template-columns:1fr;

}

.about-highlight-grid{

grid-template-columns:1fr;

}

.about-cta-box{

flex-direction:column;

text-align:center;

gap:25px;

}

.about-heading h2{

font-size:30px;

}

.about-left h1{

font-size:30px;

}

}


/* ABOUT PAGE CSS END */
