<style>

.hair-hero{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#F7FBFF 0%,#FFFDF9 100%);
    padding:110px 0;
}

.hair-hero:before{
    content:'';
    position:absolute;
    width:550px;
    height:550px;
    background:rgba(10,110,189,.05);
    border-radius:50%;
    top:-220px;
    right:-180px;
}

.hair-hero:after{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(79,161,72,.08);
    border-radius:50%;
    left:-150px;
    bottom:-150px;
}

.hair-container{
    max-width:1280px;
    margin:auto;
    padding:0 20px;
    position:relative;
    z-index:2;
}

.hair-grid{
    padding-top:60px;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;
    align-items:center;
}

.hair-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 22px;
    background:#fff;
    border-radius:40px;
    box-shadow:0 12px 25px rgba(0,0,0,.08);
    color:#0A6EBD;
    font-weight:700;
    margin-bottom:25px;
}

.hair-tag i{
    color:#3BAF5C;
}

.hair-content h1{
    font-size:58px;
    line-height:1.15;
    color:#17304E;
    font-weight:800;
    margin-bottom:25px;
}

.hair-content p{
    font-size:19px;
    line-height:1.9;
    color:#667085;
    margin-bottom:35px;
}

.hair-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:40px;
}

.hair-highlights div{
    display:flex;
    align-items:center;
    gap:14px;
    background:#fff;
    padding:16px;
    border-radius:18px;
    box-shadow:0 12px 25px rgba(0,0,0,.05);
}

.hair-highlights i{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#EAF5FF;
    color:#0A6EBD;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hair-highlights span{
    font-weight:600;
    color:#17304E;
}

.hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.btn-primary{
    background:#0A6EBD;
    color:#fff;
    padding:17px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-primary:hover{
    background:#085892;
    transform:translateY(-3px);
}

.btn-secondary{
    border:2px solid #0A6EBD;
    color:#0A6EBD;
    padding:17px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-secondary:hover{
    background:#0A6EBD;
    color:#fff;
}

.hero-image{
    position:relative;
}

.hero-image img{
    width:100%;
    border-radius:32px;
    display:block;
    box-shadow:0 30px 70px rgba(0,0,0,.15);
}

.floating-card{
    position:absolute;
    background:#fff;
    border-radius:20px;
    padding:18px 24px;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.card-one{
    top:35px;
    left:-35px;
}

.card-two{
    bottom:35px;
    right:-25px;
}

.floating-card h4{
    font-size:30px;
    color:#0A6EBD;
    margin-bottom:5px;
}

.floating-card p{
    margin:0;
    color:#667085;
    font-size:14px;
}

@media(max-width:992px){

.hair-grid{
       grid-template-columns:1fr;
}

.hero-image{
    order:-1;
}

.hair-content h1{
    font-size:42px;
}

.hair-highlights{
    grid-template-columns:1fr;
}

}

.hair-concerns{
padding:30px 0;
background:#ffffff;
position:relative;
overflow:hidden;
}

.hair-concerns:before{
content:"";
position:absolute;
width:480px;
height:480px;
background:rgba(10,110,189,.05);
border-radius:50%;
right:-180px;
top:-180px;
}

.hair-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.section-heading{
max-width:850px;
margin:0 auto 70px;
text-align:center;
}

.section-heading span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.section-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.section-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.concern-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:35px;
}

.concern-card{
background:#fff;
padding:38px;
border-radius:28px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
border-top:5px solid #0A6EBD;
transition:.35s;
}

.concern-card:hover{
transform:translateY(-10px);
}

.concern-icon{
width:80px;
height:80px;
border-radius:22px;
background:linear-gradient(135deg,#0A6EBD,#3DB6FF);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;
}

.concern-icon i{
font-size:34px;
color:#fff;
}

.concern-card h3{
font-size:30px;
color:#17304E;
margin-bottom:15px;
}

.concern-card p{
font-size:16px;
line-height:1.8;
color:#667085;
margin-bottom:25px;
}

.concern-links{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
margin-bottom:28px;
}

.concern-links a{
text-decoration:none;
padding:14px 16px;
background:#F7FBFF;
border-radius:14px;
color:#17304E;
font-weight:600;
transition:.3s;
}

.concern-links a:hover{
background:#0A6EBD;
color:#fff;
}

.concern-btn{
display:inline-block;
padding:15px 28px;
background:#0A6EBD;
color:#fff;
text-decoration:none;
border-radius:40px;
font-weight:700;
}

.concern-btn:hover{
background:#084D82;
}

@media(max-width:992px){

.concern-grid{
grid-template-columns:1fr;
}

.concern-links{
grid-template-columns:1fr;
}

.section-heading h2{
font-size:36px;
}

}


.hair-causes{
padding:10px 0;
background:linear-gradient(180deg,#F8FBFF,#ffffff);
position:relative;
overflow:hidden;
}

.hair-causes:before{
content:"";
position:absolute;
left:-220px;
bottom:-220px;
width:520px;
height:520px;
background:rgba(10,110,189,.05);
border-radius:50%;
}

.causes-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.causes-heading{
max-width:900px;
margin:auto auto 70px;
text-align:center;
}

.causes-heading span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
border-radius:40px;
font-weight:700;
margin-bottom:18px;
}

.causes-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.causes-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.causes-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.cause-card{
background:#fff;
padding:35px;
border-radius:24px;
box-shadow:0 20px 45px rgba(0,0,0,.08);
transition:.35s;
border:1px solid #EEF4FA;
}

.cause-card:hover{
transform:translateY(-10px);
}

.cause-icon{
width:76px;
height:76px;
border-radius:20px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;
}

.cause-icon i{
font-size:30px;
color:#fff;
}

.cause-card h3{
font-size:25px;
color:#17304E;
margin-bottom:15px;
}

.cause-card p{
font-size:15px;
line-height:1.8;
color:#667085;
}

@media(max-width:992px){

.causes-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.causes-grid{
grid-template-columns:1fr;
}

.causes-heading h2{
font-size:36px;
}

}


.featured-hair{
padding:30px 0;
background:#ffffff;
position:relative;
overflow:hidden;
}

.featured-hair:before{
content:"";
position:absolute;
right:-200px;
top:-180px;
width:500px;
height:500px;
background:rgba(10,110,189,.05);
border-radius:50%;
}

.featured-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.featured-header{
text-align:center;
max-width:850px;
margin:0 auto 70px;
}

.featured-header span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.featured-header h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.featured-header p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.featured-main{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
background:#fff;
border-radius:30px;
overflow:hidden;
box-shadow:0 25px 60px rgba(0,0,0,.08);
margin-bottom:40px;
}

.featured-image img{
width:100%;
height:100%;
min-height:520px;
object-fit:cover;
display:block;
}

.featured-content{
padding:50px;
display:flex;
flex-direction:column;
justify-content:center;
}

.featured-badge{
display:inline-block;
padding:8px 18px;
background:#0A6EBD;
color:#fff;
border-radius:30px;
font-size:14px;
font-weight:700;
margin-bottom:20px;
}

.featured-content h3{
font-size:40px;
color:#17304E;
margin-bottom:18px;
}

.featured-content p{
font-size:17px;
line-height:1.9;
color:#667085;
margin-bottom:30px;
}

.featured-benefits{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
margin-bottom:35px;
}

.featured-benefits div{
display:flex;
align-items:center;
gap:10px;
background:#F8FBFF;
padding:14px;
border-radius:14px;
font-weight:600;
color:#17304E;
}

.featured-benefits i{
color:#0A6EBD;
}

.featured-btn{
display:inline-flex;
align-items:center;
gap:10px;
padding:16px 30px;
background:#0A6EBD;
color:#fff;
text-decoration:none;
border-radius:40px;
font-weight:700;
transition:.3s;
width:max-content;
}

.featured-btn:hover{
background:#084D82;
gap:16px;
}

.treatment-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.treatment-card{
background:#fff;
padding:35px;
border-radius:24px;
text-align:center;
box-shadow:0 18px 40px rgba(0,0,0,.07);
transition:.35s;
}

.treatment-card:hover{
transform:translateY(-8px);
}

.treatment-icon{
width:74px;
height:74px;
margin:0 auto 22px;
border-radius:20px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
}

.treatment-icon i{
font-size:30px;
color:#fff;
}

.treatment-card h4{
font-size:24px;
color:#17304E;
margin-bottom:15px;
}

.treatment-card p{
font-size:15px;
line-height:1.8;
color:#667085;
margin-bottom:22px;
}

.treatment-card a{
text-decoration:none;
font-weight:700;
color:#0A6EBD;
}

@media(max-width:992px){

.featured-main{
grid-template-columns:1fr;
}

.featured-content{
padding:35px;
}

.featured-content h3{
font-size:34px;
}

.featured-benefits{
grid-template-columns:1fr;
}

.treatment-grid{
grid-template-columns:1fr;
}

.featured-header h2{
font-size:36px;
}

}


.hair-why{
padding:30px 0;
background:linear-gradient(180deg,#F8FBFF,#ffffff);
position:relative;
overflow:hidden;
}

.hair-why:before{
content:"";
position:absolute;
right:-200px;
top:-200px;
width:500px;
height:500px;
border-radius:50%;
background:rgba(10,110,189,.05);
}

.why-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.why-heading{
text-align:center;
max-width:850px;
margin:0 auto 70px;
}

.why-heading span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.why-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.why-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.why-card{
background:#fff;
padding:35px;
border-radius:24px;
box-shadow:0 20px 45px rgba(0,0,0,.08);
border:1px solid #EEF4FA;
transition:.35s;
position:relative;
overflow:hidden;
}

.why-card:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:5px;
background:linear-gradient(90deg,#0A6EBD,#39B8FF);
transform:scaleX(0);
transition:.35s;
}

.why-card:hover:before{
transform:scaleX(1);
}

.why-card:hover{
transform:translateY(-10px);
}

.why-icon{
width:76px;
height:76px;
border-radius:20px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:24px;
}

.why-icon i{
font-size:30px;
color:#fff;
}

.why-card h3{
font-size:24px;
color:#17304E;
margin-bottom:15px;
}

.why-card p{
font-size:16px;
line-height:1.8;
color:#667085;
}

@media(max-width:992px){

.why-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.why-grid{
grid-template-columns:1fr;
}

.why-heading h2{
font-size:36px;
}

}


.hair-cycle{
padding:30px 0;
background:#ffffff;
position:relative;
overflow:hidden;
}

.hair-cycle:before{
content:"";
position:absolute;
left:-220px;
top:-220px;
width:500px;
height:500px;
border-radius:50%;
background:rgba(10,110,189,.05);
}

.cycle-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.cycle-header{
text-align:center;
max-width:900px;
margin:0 auto 70px;
}

.cycle-header span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.cycle-header h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.cycle-header p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.cycle-timeline{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-bottom:70px;
position:relative;
}

.cycle-timeline:before{
content:"";
position:absolute;
top:48px;
left:10%;
right:10%;
height:4px;
background:#DDEFFC;
z-index:0;
}

.cycle-card{
position:relative;
z-index:1;
background:#fff;
padding:35px 25px;
border-radius:24px;
text-align:center;
box-shadow:0 20px 45px rgba(0,0,0,.08);
transition:.35s;
}

.cycle-card:hover{
transform:translateY(-10px);
}

.cycle-icon{
width:90px;
height:90px;
margin:0 auto 25px;
border-radius:50%;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
}

.cycle-icon i{
font-size:36px;
color:#fff;
}

.cycle-card h3{
font-size:26px;
color:#17304E;
margin-bottom:8px;
}

.phase{
display:inline-block;
padding:6px 14px;
background:#EEF7FF;
color:#0A6EBD;
font-size:13px;
font-weight:700;
border-radius:30px;
margin-bottom:18px;
}

.cycle-card p{
font-size:15px;
line-height:1.8;
color:#667085;
}

.cycle-info{
background:linear-gradient(135deg,#0A6EBD,#35B3FF);
border-radius:30px;
padding:60px;
color:#fff;
display:grid;
grid-template-columns:80px 1fr;
gap:30px;
align-items:flex-start;
}

.cycle-info i{
font-size:54px;
color:#FFD34D;
}

.cycle-info h3{
font-size:36px;
margin-bottom:18px;
}

.cycle-info p{
font-size:18px;
line-height:1.9;
opacity:.95;
margin-bottom:25px;
}

.cycle-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.cycle-list div{
background:rgba(255,255,255,.12);
padding:16px;
border-radius:16px;
display:flex;
align-items:center;
gap:12px;
}

.cycle-list i{
font-size:18px;
color:#FFD34D;
}

@media(max-width:992px){

.cycle-timeline{
grid-template-columns:repeat(2,1fr);
}

.cycle-timeline:before{
display:none;
}

.cycle-info{
grid-template-columns:1fr;
text-align:center;
}

.cycle-list{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.cycle-timeline{
grid-template-columns:1fr;
}

.cycle-header h2{
font-size:36px;
}

}



.hair-treatment-map{

background:linear-gradient(180deg,#F8FBFF,#ffffff);
position:relative;
overflow:hidden;
}

.hair-treatment-map:before{
content:"";
position:absolute;
right:-220px;
bottom:-220px;
width:520px;
height:520px;
border-radius:50%;
background:rgba(10,110,189,.05);
}

.map-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.map-header{
text-align:center;
max-width:850px;
margin:0 auto 70px;
}

.map-header span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.map-header h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.map-header p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.map-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.map-card{
background:#fff;
border-radius:26px;
padding:35px;
box-shadow:0 20px 45px rgba(0,0,0,.08);
transition:.35s;
border-left:6px solid #0A6EBD;
}

.map-card:hover{
transform:translateY(-8px);
}

.map-title{
display:flex;
align-items:center;
gap:18px;
margin-bottom:20px;
}

.map-icon{
width:68px;
height:68px;
border-radius:18px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}

.map-icon i{
font-size:28px;
color:#fff;
}

.map-title h3{
font-size:28px;
color:#17304E;
margin:0;
}

.map-card p{
font-size:16px;
line-height:1.8;
color:#667085;
margin-bottom:25px;
}

.treatment-links{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
}

.treatment-links a{
display:flex;
align-items:center;
justify-content:space-between;
padding:14px 18px;
background:#F7FBFF;
border-radius:14px;
text-decoration:none;
font-weight:600;
color:#17304E;
transition:.3s;
}

.treatment-links a:hover{
background:#0A6EBD;
color:#fff;
}

.treatment-links a i{
font-size:14px;
}

@media(max-width:992px){

.map-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.treatment-links{
grid-template-columns:1fr;
}

.map-header h2{
font-size:36px;
}

}


.hair-faq{
padding:30px 0;
background:linear-gradient(180deg,#ffffff,#F8FBFF);
}

.hair-faq-container{
max-width:1050px;
margin:auto;
padding:0 20px;
}

.hair-faq-header{
text-align:center;
max-width:820px;
margin:0 auto 70px;
}

.hair-faq-header span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.hair-faq-header h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.hair-faq-header p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.hair-faq-item{
background:#fff;
border-radius:22px;
margin-bottom:18px;
overflow:hidden;
box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.hair-faq-question{
padding:26px 30px;
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
font-size:20px;
font-weight:700;
color:#17304E;
}

.hair-faq-question i{
color:#0A6EBD;
transition:.3s;
}

.hair-faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .4s ease;
padding:0 30px;
}

.hair-faq-answer p{
padding-bottom:28px;
font-size:16px;
line-height:1.9;
color:#667085;
margin:0;
}

.hair-faq-item.active .hair-faq-answer{
max-height:500px;
}

.hair-faq-item.active .hair-faq-question i{
transform:rotate(180deg);
}

@media(max-width:768px){

.hair-faq-header h2{
font-size:36px;
}

.hair-faq-question{
font-size:18px;
padding:22px;
}

}


.hair-final-cta{
padding:110px 0;
background:linear-gradient(135deg,#0A6EBD 0%,#39B8FF 100%);
position:relative;
overflow:hidden;
}

.hair-final-cta:before{
content:"";
position:absolute;
width:650px;
height:650px;
border-radius:50%;
background:rgba(255,255,255,.08);
top:-280px;
right:-180px;
}

.hair-final-cta:after{
content:"";
position:absolute;
width:450px;
height:450px;
border-radius:50%;
background:rgba(255,255,255,.05);
left:-180px;
bottom:-180px;
}

.hair-cta-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.hair-cta-grid{
display:grid;
grid-template-columns:400px 1fr;
gap:70px;
align-items:center;
}

.hair-doctor-card{
background:rgba(255,255,255,.14);
backdrop-filter:blur(16px);
border:1px solid rgba(255,255,255,.18);
padding:35px;
border-radius:30px;
text-align:center;
}

.hair-doctor-card img{
width:100%;
border-radius:22px;
display:block;
margin-bottom:25px;
}

.hair-doctor-card h3{
font-size:30px;
color:#fff;
margin-bottom:10px;
}

.hair-doctor-card p{
font-size:16px;
line-height:1.8;
color:rgba(255,255,255,.92);
margin:0;
}

.hair-cta-content h2{
font-size:54px;
font-weight:800;
line-height:1.2;
color:#fff;
margin-bottom:22px;
}

.hair-cta-content>p{
font-size:19px;
line-height:1.9;
color:rgba(255,255,255,.92);
margin-bottom:40px;
}

.hair-feature-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:40px;
}

.hair-feature{
display:flex;
align-items:flex-start;
gap:15px;
background:rgba(255,255,255,.12);
padding:18px;
border-radius:18px;
}

.hair-feature i{
font-size:24px;
color:#FFD75E;
margin-top:2px;
}

.hair-feature strong{
display:block;
font-size:17px;
color:#fff;
margin-bottom:6px;
}

.hair-feature span{
font-size:15px;
line-height:1.6;
color:rgba(255,255,255,.9);
}

.hair-buttons{
display:flex;
flex-wrap:wrap;
gap:18px;
margin-bottom:45px;
}

.btn-white{
display:inline-flex;
align-items:center;
gap:10px;
background:#fff;
color:#0A6EBD;
padding:18px 34px;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.btn-white:hover{
transform:translateY(-4px);
}

.btn-outline{
display:inline-flex;
align-items:center;
gap:10px;
padding:18px 34px;
border:2px solid rgba(255,255,255,.45);
border-radius:50px;
text-decoration:none;
font-weight:700;
color:#fff;
transition:.3s;
}

.btn-outline:hover{
background:#fff;
color:#0A6EBD;
}

.hair-review-row{
display:flex;
gap:35px;
flex-wrap:wrap;
padding-top:35px;
border-top:1px solid rgba(255,255,255,.18);
}

.review-box{
display:flex;
align-items:center;
gap:18px;
}

.review-icon{
width:68px;
height:68px;
border-radius:18px;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
}

.review-icon i{
font-size:30px;
color:#FFC107;
}

.review-box h4{
font-size:22px;
color:#fff;
margin-bottom:5px;
}

.review-box span{
color:rgba(255,255,255,.92);
}

@media(max-width:992px){

.hair-cta-grid{
grid-template-columns:1fr;
}

.hair-feature-grid{
grid-template-columns:1fr;
}

.hair-review-row{
flex-direction:column;
}

.hair-cta-content h2{
font-size:40px;
}

}

.aesthetic-hero{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#FFF8F6 0%,#F4FBFF 100%);
    padding:110px 0;
}

.aesthetic-hero:before{
    content:'';
    position:absolute;
    width:520px;
    height:520px;
    background:rgba(10,110,189,.05);
    border-radius:50%;
    top:-220px;
    right:-180px;
}

.aesthetic-hero:after{
    content:'';
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(255,180,150,.12);
    border-radius:50%;
    left:-120px;
    bottom:-120px;
}

.aesthetic-container{
    max-width:1280px;
    margin:auto;
    padding:0 20px;
    position:relative;
    z-index:2;
}

.aesthetic-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;
    align-items:center;
}

.hero-tag{

display:inline-flex;
align-items:center;
gap:10px;
padding:12px 22px;
background:#ffffff;
border-radius:40px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
color:#0A6EBD;
font-weight:700;
margin-bottom:25px;

}

.hero-tag i{
color:#F5B400;
}

.aesthetic-content h1{

font-size:58px;
font-weight:800;
line-height:1.15;
color:#17304E;
margin-bottom:25px;

}

.aesthetic-content p{

font-size:19px;
line-height:1.9;
color:#667085;
margin-bottom:35px;

}

.hero-highlights{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:40px;

}

.hero-highlights div{

display:flex;
align-items:center;
gap:12px;
padding:16px;
background:#fff;
border-radius:18px;
box-shadow:0 12px 25px rgba(0,0,0,.05);

}

.hero-highlights i{

width:42px;
height:42px;
border-radius:50%;
background:#EAF5FF;
display:flex;
align-items:center;
justify-content:center;
color:#0A6EBD;

}

.hero-highlights span{

font-weight:600;
color:#17304E;

}

.hero-buttons{

display:flex;
flex-wrap:wrap;
gap:18px;

}

.btn-primary{

background:#0A6EBD;
color:#fff;
padding:17px 34px;
border-radius:50px;
font-weight:700;
text-decoration:none;
transition:.3s;

}

.btn-primary:hover{

background:#085892;
transform:translateY(-3px);

}

.btn-secondary{

padding:17px 34px;
border-radius:50px;
border:2px solid #0A6EBD;
color:#0A6EBD;
font-weight:700;
text-decoration:none;
transition:.3s;

}

.btn-secondary:hover{

background:#0A6EBD;
color:#fff;

}

.hero-image{

position:relative;

}

.hero-image img{

width:100%;
border-radius:32px;
box-shadow:0 30px 70px rgba(0,0,0,.15);

}

.floating-card{

position:absolute;
background:#fff;
padding:18px 22px;
border-radius:20px;
box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.card-one{

top:40px;
left:-35px;

}

.card-two{

bottom:40px;
right:-25px;

}

.floating-card h4{

font-size:28px;
color:#0A6EBD;
margin-bottom:4px;

}

.floating-card p{

margin:0;
color:#667085;
font-size:14px;

}

@media(max-width:992px){

.aesthetic-grid{

grid-template-columns:1fr;

}

.aesthetic-content h1{

font-size:42px;

}

.hero-highlights{

grid-template-columns:1fr;

}

.hero-image{

order:-1;

}

}

.aesthetic-goals{

background:#fff;
position:relative;
overflow:hidden;
}

.aesthetic-goals:before{
content:"";
position:absolute;
width:450px;
height:450px;
background:rgba(10,110,189,.05);
border-radius:50%;
right:-180px;
top:-180px;
}

.goals-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.goals-heading{
max-width:850px;
margin:auto auto 70px;
text-align:center;
}

.goals-heading span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.goals-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.goals-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.goal-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:35px;
}

.goal-card{
background:#fff;
border-radius:28px;
padding:35px;
box-shadow:0 20px 45px rgba(0,0,0,.08);
transition:.35s;
border-top:5px solid #0A6EBD;
}

.goal-card:hover{
transform:translateY(-10px);
}

.goal-icon{
width:82px;
height:82px;
border-radius:22px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;
}

.goal-icon i{
font-size:34px;
color:#fff;
}

.goal-card h3{
font-size:30px;
color:#17304E;
margin-bottom:15px;
}

.goal-card p{
font-size:16px;
line-height:1.8;
color:#667085;
margin-bottom:25px;
}

.goal-links{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
margin-bottom:30px;
}

.goal-links a{
text-decoration:none;
padding:14px 16px;
background:#F8FBFF;
border-radius:14px;
color:#17304E;
font-weight:600;
transition:.3s;
}

.goal-links a:hover{
background:#0A6EBD;
color:#fff;
}

.goal-btn{
display:inline-block;
padding:15px 30px;
border-radius:40px;
background:#0A6EBD;
color:#fff;
text-decoration:none;
font-weight:700;
}

.goal-btn:hover{
background:#084D82;
}

@media(max-width:992px){

.goal-grid{
grid-template-columns:1fr;
}

.goal-links{
grid-template-columns:1fr;
}

.goals-heading h2{
font-size:36px;
}

}
.featured-aesthetics{
padding:20px 0;
background:linear-gradient(180deg,#FFFDFB,#ffffff);
position:relative;
overflow:hidden;
}

.featured-aesthetics:before{
content:"";
position:absolute;
left:-180px;
bottom:-180px;
width:450px;
height:450px;
border-radius:50%;
background:rgba(255,192,203,.12);
}

.featured-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.featured-header{
max-width:820px;
margin:auto auto 70px;
text-align:center;
}

.featured-header span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
border-radius:40px;
font-weight:700;
margin-bottom:18px;
}

.featured-header h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.featured-header p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.featured-main{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:45px;
margin-bottom:40px;
align-items:center;
background:#fff;
border-radius:30px;
overflow:hidden;
box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.featured-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
min-height:520px;
}

.featured-content{
padding:50px;
}

.featured-badge{
display:inline-block;
padding:8px 18px;
border-radius:30px;
background:#0A6EBD;
color:#fff;
font-size:14px;
font-weight:700;
margin-bottom:20px;
}

.featured-content h3{
font-size:40px;
color:#17304E;
margin-bottom:18px;
}

.featured-content p{
font-size:17px;
line-height:1.9;
color:#667085;
margin-bottom:30px;
}

.featured-benefits{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
margin-bottom:35px;
}

.featured-benefits div{
display:flex;
align-items:center;
gap:10px;
padding:14px;
background:#F8FBFF;
border-radius:14px;
font-weight:600;
color:#17304E;
}

.featured-benefits i{
color:#0A6EBD;
}

.featured-btn{
display:inline-flex;
align-items:center;
gap:10px;
padding:16px 30px;
background:#0A6EBD;
color:#fff;
text-decoration:none;
border-radius:40px;
font-weight:700;
transition:.3s;
}

.featured-btn:hover{
background:#084D82;
gap:16px;
}

.sub-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.sub-card{
background:#fff;
padding:35px;
border-radius:24px;
box-shadow:0 18px 40px rgba(0,0,0,.07);
transition:.35s;
text-align:center;
}

.sub-card:hover{
transform:translateY(-8px);
}

.sub-icon{
width:75px;
height:75px;
margin:0 auto 22px;
border-radius:20px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
}

.sub-icon i{
font-size:30px;
color:#fff;
}

.sub-card h4{
font-size:24px;
color:#17304E;
margin-bottom:15px;
}

.sub-card p{
font-size:15px;
line-height:1.8;
color:#667085;
margin-bottom:22px;
}

.sub-card a{
font-weight:700;
color:#0A6EBD;
text-decoration:none;
}

@media(max-width:992px){

.featured-main{
grid-template-columns:1fr;
}

.featured-content{
padding:35px;
}

.featured-content h3{
font-size:34px;
}

.featured-benefits{
grid-template-columns:1fr;
}

.sub-grid{
grid-template-columns:1fr;
}

.featured-header h2{
font-size:36px;
}

}
.aesthetic-why{
background:linear-gradient(180deg,#F8FBFF,#ffffff);
position:relative;
overflow:hidden;
}

.aesthetic-why:before{
content:"";
position:absolute;
right:-180px;
top:-180px;
width:480px;
height:480px;
border-radius:50%;
background:rgba(10,110,189,.05);
}

.why-wrap{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.why-header{
text-align:center;
max-width:850px;
margin:0 auto 70px;
}

.why-header span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.why-header h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.why-header p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.why-card{
background:#fff;
border-radius:24px;
padding:35px;
box-shadow:0 20px 45px rgba(0,0,0,.08);
transition:.35s;
border:1px solid #EEF4FA;
position:relative;
overflow:hidden;
}

.why-card:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:5px;
background:linear-gradient(90deg,#0A6EBD,#39B8FF);
transform:scaleX(0);
transition:.35s;
}

.why-card:hover:before{
transform:scaleX(1);
}

.why-card:hover{
transform:translateY(-10px);
}

.why-icon{
width:76px;
height:76px;
border-radius:20px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;
}

.why-icon i{
font-size:30px;
color:#fff;
}

.why-card h3{
font-size:24px;
color:#17304E;
margin-bottom:15px;
}

.why-card p{
font-size:16px;
line-height:1.8;
color:#667085;
}

@media(max-width:992px){

.why-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.why-grid{
grid-template-columns:1fr;
}

.why-header h2{
font-size:36px;
}

}

.aesthetic-journey{
padding:20px 0;
background:#fff;
position:relative;
overflow:hidden;
}

.aesthetic-journey:before{
content:"";
position:absolute;
width:520px;
height:520px;
border-radius:50%;
background:rgba(10,110,189,.05);
right:-220px;
bottom:-220px;
}

.journey-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.journey-heading{
text-align:center;
max-width:820px;
margin:auto auto 80px;
}

.journey-heading span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
border-radius:40px;
font-weight:700;
margin-bottom:18px;
}

.journey-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.journey-heading p{
font-size:18px;
line-height:1.9;
color:#667085;
}

.aesthetic-timeline{
position:relative;
max-width:1100px;
margin:auto;
}

.aesthetic-timeline:before{
content:"";
position:absolute;
left:50%;
top:0;
bottom:0;
width:4px;
background:#D9ECFB;
transform:translateX(-50%);
}

.aesthetic-step{
position:relative;
width:50%;
padding:0 30px 20px;
box-sizing:border-box;
}

.aesthetic-step:nth-child(odd){
left:0;
text-align:right;
}

.aesthetic-step:nth-child(even){
left:50%;
}

.step-number{
position:absolute;
top:10px;
width:66px;
height:66px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
font-weight:700;
box-shadow:0 12px 30px rgba(10,110,189,.25);
z-index:2;
}

.aesthetic-step:nth-child(odd) .step-number{
right:-33px;
}

.aesthetic-step:nth-child(even) .step-number{
left:-33px;
}

.step-box{
background:#fff;
padding:32px;
border-radius:24px;
box-shadow:0 20px 45px rgba(0,0,0,.08);
transition:.35s;
}

.step-box:hover{
transform:translateY(-8px);
}

.step-box h3{
font-size:24px;
color:#17304E;
margin-bottom:15px;
}

.step-box p{
font-size:16px;
line-height:1.8;
color:#667085;
}

@media(max-width:900px){

.aesthetic-timeline:before{
left:30px;
}

.aesthetic-step,
.aesthetic-step:nth-child(even),
.aesthetic-step:nth-child(odd){
width:100%;
left:0;
padding-left:90px;
padding-right:0;
padding-bottom:40px;
text-align:left;
}

.step-number,
.aesthetic-step:nth-child(odd) .step-number,
.aesthetic-step:nth-child(even) .step-number{
left:0;
right:auto;
}

.journey-heading h2{
font-size:36px;
}

}

.concerns-section{
background:linear-gradient(180deg,#F8FBFF,#ffffff);
position:relative;
overflow:hidden;
}

.concerns-section:before{
content:"";
position:absolute;
left:-220px;
top:-220px;
width:520px;
height:520px;
border-radius:50%;
background:rgba(10,110,189,.05);
}

.concerns-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.concerns-header{
text-align:center;
max-width:860px;
margin:0 auto 70px;
}

.concerns-header span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
border-radius:40px;
font-weight:700;
margin-bottom:18px;
}

.concerns-header h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.concerns-header p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.concerns-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.concern-card{
background:#fff;
border-radius:26px;
padding:35px;
box-shadow:0 18px 45px rgba(0,0,0,.08);
transition:.35s;
border:1px solid #EEF4FA;
position:relative;
overflow:hidden;
}

.concern-card:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:5px;
background:linear-gradient(90deg,#0A6EBD,#38B6FF);
transform:scaleX(0);
transition:.35s;
}

.concern-card:hover{
transform:translateY(-10px);
}

.concern-card:hover:before{
transform:scaleX(1);
}

.concern-icon{
width:74px;
height:74px;
border-radius:20px;
background:linear-gradient(135deg,#0A6EBD,#38B6FF);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;
}

.concern-icon i{
font-size:30px;
color:#fff;
}

.concern-card h3{
font-size:26px;
color:#17304E;
margin-bottom:15px;
}

.concern-card p{
font-size:15px;
line-height:1.8;
color:#667085;
margin-bottom:25px;
}

.concern-links{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-bottom:25px;
}

.concern-links a{
text-decoration:none;
padding:10px 16px;
border-radius:30px;
background:#F5F9FD;
color:#17304E;
font-weight:600;
font-size:14px;
transition:.3s;
}

.concern-links a:hover{
background:#0A6EBD;
color:#fff;
}

.concern-btn{
display:inline-flex;
align-items:center;
gap:10px;
text-decoration:none;
color:#0A6EBD;
font-weight:700;
}

.concern-btn:hover{
gap:16px;
}

@media(max-width:992px){

.concerns-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.concerns-grid{
grid-template-columns:1fr;
}

.concerns-header h2{
font-size:36px;
}

}

.aesthetic-philosophy{
padding:20px 0;
background:#ffffff;
position:relative;
overflow:hidden;
}

.aesthetic-philosophy:before{
content:"";
position:absolute;
right:-220px;
top:-220px;
width:500px;
height:500px;
border-radius:50%;
background:rgba(10,110,189,.05);
}

.philosophy-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.philosophy-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.philosophy-image{
position:relative;
}

.philosophy-image img{
width:100%;
border-radius:30px;
display:block;
box-shadow:0 30px 70px rgba(0,0,0,.12);
}

.experience-card{
position:absolute;
bottom:35px;
left:-35px;
background:#fff;
padding:24px;
border-radius:22px;
box-shadow:0 20px 45px rgba(0,0,0,.12);
max-width:260px;
}

.experience-card h3{
font-size:34px;
color:#0A6EBD;
margin-bottom:8px;
}

.experience-card p{
margin:0;
color:#667085;
line-height:1.6;
font-size:15px;
}

.philosophy-content span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:20px;
}

.philosophy-content h2{
font-size:46px;
font-weight:800;
color:#17304E;
line-height:1.2;
margin-bottom:22px;
}

.philosophy-content>p{
font-size:18px;
line-height:1.9;
color:#667085;
margin-bottom:35px;
}

.philosophy-list{
display:grid;
gap:18px;
}

.philosophy-item{
display:flex;
gap:18px;
align-items:flex-start;
padding:20px;
background:#F8FBFF;
border-radius:18px;
transition:.3s;
}

.philosophy-item:hover{
transform:translateX(8px);
background:#EEF7FF;
}

.philosophy-icon{
width:58px;
height:58px;
border-radius:16px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}

.philosophy-icon i{
color:#fff;
font-size:22px;
}

.philosophy-item h4{
font-size:21px;
color:#17304E;
margin-bottom:8px;
}

.philosophy-item p{
font-size:15px;
line-height:1.8;
color:#667085;
margin:0;
}

@media(max-width:992px){

.philosophy-grid{
grid-template-columns:1fr;
}

.philosophy-content h2{
font-size:36px;
}

.experience-card{
position:relative;
left:0;
bottom:0;
margin-top:-70px;
margin-left:20px;
}

}

.aesthetic-faq{
background:linear-gradient(180deg,#F8FBFF,#ffffff);
}

.faq-wrap{
max-width:1050px;
margin:auto;
padding:0 20px;
}

.faq-header{
text-align:center;
max-width:820px;
margin:0 auto 70px;
}

.faq-header span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.faq-header h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.faq-header p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.faq-item{
background:#fff;
border-radius:22px;
margin-bottom:18px;
overflow:hidden;
box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.faq-question{
padding:26px 30px;
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
font-size:20px;
font-weight:700;
color:#17304E;
}

.faq-question i{
color:#0A6EBD;
transition:.3s;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .4s ease;
padding:0 30px;
}

.faq-answer p{
padding-bottom:28px;
font-size:16px;
line-height:1.9;
color:#667085;
margin:0;
}

.faq-item.active .faq-answer{
max-height:450px;
}

.faq-item.active .faq-question i{
transform:rotate(180deg);
}

@media(max-width:768px){

.faq-header h2{
font-size:36px;
}

.faq-question{
font-size:18px;
padding:22px;
}

}
.aesthetic-final-cta{
padding:110px 0;
background:linear-gradient(135deg,#0A6EBD 0%,#36B4FF 100%);
position:relative;
overflow:hidden;
}

.aesthetic-final-cta:before{
content:"";
position:absolute;
width:650px;
height:650px;
border-radius:50%;
background:rgba(255,255,255,.08);
top:-280px;
right:-180px;
}

.aesthetic-final-cta:after{
content:"";
position:absolute;
width:450px;
height:450px;
border-radius:50%;
background:rgba(255,255,255,.05);
left:-180px;
bottom:-180px;
}

.cta-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.cta-grid{
display:grid;
grid-template-columns:400px 1fr;
gap:70px;
align-items:center;
}

.doctor-card{
background:rgba(255,255,255,.14);
backdrop-filter:blur(16px);
border:1px solid rgba(255,255,255,.2);
padding:35px;
border-radius:30px;
text-align:center;
}

.doctor-card img{
width:100%;
border-radius:22px;
margin-bottom:25px;
display:block;
}

.doctor-card h3{
font-size:30px;
color:#fff;
margin-bottom:10px;
}

.doctor-card p{
font-size:16px;
line-height:1.8;
color:rgba(255,255,255,.9);
margin:0;
}

.cta-content h2{
font-size:54px;
font-weight:800;
line-height:1.2;
color:#fff;
margin-bottom:22px;
}

.cta-content>p{
font-size:19px;
line-height:1.9;
color:rgba(255,255,255,.92);
margin-bottom:40px;
}

.cta-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:40px;
}

.feature{
display:flex;
gap:15px;
align-items:flex-start;
background:rgba(255,255,255,.12);
padding:18px;
border-radius:18px;
}

.feature i{
font-size:24px;
color:#FFD75E;
margin-top:3px;
}

.feature strong{
display:block;
color:#fff;
margin-bottom:6px;
font-size:17px;
}

.feature span{
font-size:15px;
line-height:1.6;
color:rgba(255,255,255,.9);
}

.cta-buttons{
display:flex;
flex-wrap:wrap;
gap:18px;
margin-bottom:45px;
}

.btn-white{
background:#fff;
color:#0A6EBD;
padding:18px 34px;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.btn-white:hover{
transform:translateY(-4px);
}

.btn-outline{
border:2px solid rgba(255,255,255,.45);
padding:18px 34px;
border-radius:50px;
text-decoration:none;
font-weight:700;
color:#fff;
transition:.3s;
}

.btn-outline:hover{
background:#fff;
color:#0A6EBD;
}

.review-row{
display:flex;
gap:35px;
flex-wrap:wrap;
padding-top:35px;
border-top:1px solid rgba(255,255,255,.18);
}

.review-item{
display:flex;
align-items:center;
gap:18px;
}

.review-icon{
width:68px;
height:68px;
border-radius:18px;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
}

.review-icon i{
font-size:30px;
color:#FFC107;
}

.review-item h4{
font-size:22px;
color:#fff;
margin-bottom:4px;
}

.review-item span{
color:rgba(255,255,255,.92);
}

@media(max-width:992px){

.cta-grid{
grid-template-columns:1fr;
}

.cta-content h2{
font-size:40px;
}

.cta-features{
grid-template-columns:1fr;
}

.review-row{
flex-direction:column;
}

}

.laser-hero{

padding:120px 0 60px 0;
background:linear-gradient(135deg,#F8FBFF 0%,#EAF6FF 100%);
position:relative;
overflow:hidden;

}

.laser-hero:before{

content:"";
position:absolute;
width:550px;
height:550px;
background:rgba(10,110,189,.05);
border-radius:50%;
top:-250px;
right:-150px;

}

.laser-hero:after{

content:"";
position:absolute;
width:400px;
height:400px;
background:rgba(58,184,255,.08);
border-radius:50%;
bottom:-180px;
left:-120px;

}

.laser-container{

max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;

}

.laser-grid{

display:grid;
grid-template-columns:1.1fr .9fr;
gap:60px;
align-items:center;

}

.hero-badge{

display:inline-flex;
align-items:center;
gap:10px;
padding:10px 18px;
background:#EAF5FF;
border-radius:50px;
color:var(--primary);
font-weight:700;
margin-bottom:25px;

}

.hero-badge i{

font-size:18px;

}

.laser-content h1{

font-size:56px;
line-height:1.15;
font-weight:800;
color:var(--dark);
margin-bottom:25px;

}

.laser-content p{

font-size:19px;
line-height:1.9;
color:var(--text);
margin-bottom:35px;

}

.hero-features{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:40px;

}

.feature{

display:flex;
align-items:center;
gap:14px;
background:#fff;
padding:18px;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.feature i{

width:48px;
height:48px;
border-radius:14px;
background:#EAF5FF;
display:flex;
align-items:center;
justify-content:center;
color:var(--primary);
font-size:20px;

}

.feature span{

font-weight:700;
color:var(--dark);

}

.hero-buttons{

display:flex;
flex-wrap:wrap;
gap:18px;

}

.btn-primary{

padding:18px 34px;
background:var(--primary);
color:#fff;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s;

}

.btn-primary:hover{

background:#07548F;
transform:translateY(-3px);

}

.btn-outline{

padding:18px 34px;
border:2px solid var(--primary);
color:var(--primary);
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s;

}

.btn-outline:hover{

background:var(--primary);
color:#fff;

}

.hero-image{

position:relative;

}

.image-card{

background:#fff;
padding:18px;
border-radius:30px;
box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.image-card img{

width:100%;
border-radius:22px;
display:block;

}

.floating-box{

position:absolute;
background:#fff;
padding:18px 20px;
border-radius:18px;
box-shadow:0 20px 40px rgba(0,0,0,.08);
display:flex;
align-items:center;
gap:15px;

}

.floating-box i{

width:50px;
height:50px;
border-radius:50%;
background:#EAF5FF;
display:flex;
align-items:center;
justify-content:center;
color:var(--primary);
font-size:20px;

}

.floating-box strong{

display:block;
font-size:18px;
color:var(--dark);

}

.floating-box span{

font-size:14px;
color:var(--text);

}

.box1{

top:40px;
left:-40px;

}

.box2{

bottom:40px;
right:-40px;

}

.hero-stats{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:80px;

}

.stat{

background:#fff;
padding:30px;
border-radius:22px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.stat h3{

font-size:34px;
color:var(--primary);
margin-bottom:10px;

}

.stat p{

margin:0;
font-weight:600;
color:var(--text);

}

@media(max-width:992px){

.laser-grid{

grid-template-columns:1fr;

}

.hero-stats{

grid-template-columns:repeat(2,1fr);

}

.laser-content h1{

font-size:40px;

}

.hero-features{

grid-template-columns:1fr;

}

.box1,
.box2{

position:relative;
left:0;
right:0;
top:auto;
bottom:auto;
margin-top:20px;

}

}

@media(max-width:576px){

.hero-stats{

grid-template-columns:1fr;

}

.laser-content h1{

font-size:34px;

}

}
.laser-categories{

background:#ffffff;
position:relative;
overflow:hidden;
}

.laser-categories:before{
content:"";
position:absolute;
right:-180px;
top:-120px;
width:450px;
height:450px;
background:rgba(10,110,189,.05);
border-radius:50%;
}

.laser-categories .container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.laser-heading{
text-align:center;
max-width:850px;
margin:0 auto 70px;
}

.laser-heading span{
display:inline-block;
padding:10px 20px;
background:#EAF5FF;
color:#0A6EBD;
border-radius:30px;
font-weight:600;
margin-bottom:18px;
}

.laser-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.laser-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.laser-category-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:35px;
}

.laser-category-card{

background:#fff;
border-radius:28px;
padding:35px;
box-shadow:0 20px 45px rgba(0,0,0,.08);
transition:.35s;
border-top:5px solid #0A6EBD;

}

.laser-category-card:hover{

transform:translateY(-10px);

}

.category-icon{

width:80px;
height:80px;
border-radius:20px;
background:linear-gradient(135deg,#0A6EBD,#38B6FF);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;

}

.category-icon i{

font-size:34px;
color:#fff;

}

.laser-category-card h3{

font-size:30px;
color:#17304E;
margin-bottom:15px;

}

.laser-category-card p{

font-size:16px;
line-height:1.8;
color:#667085;
margin-bottom:25px;

}

.category-list{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
margin-bottom:30px;

}

.category-list a{

text-decoration:none;
padding:14px 16px;
border-radius:14px;
background:#F7FBFF;
color:#17304E;
font-weight:600;
transition:.3s;

}

.category-list a:hover{

background:#0A6EBD;
color:#fff;

}

.category-btn{

display:inline-block;
padding:15px 28px;
background:#0A6EBD;
color:#fff;
text-decoration:none;
border-radius:40px;
font-weight:700;

}

.category-btn:hover{

background:#084D82;

}

@media(max-width:992px){

.laser-category-grid{

grid-template-columns:1fr;

}

.category-list{

grid-template-columns:1fr;

}

.laser-heading h2{

font-size:36px;

}

}
.featured-laser{

padding:30px 0;
background:#fff;
position:relative;
overflow:hidden;

}

.featured-laser:before{

content:"";
position:absolute;
right:-180px;
top:-180px;
width:520px;
height:520px;
border-radius:50%;
background:rgba(10,110,189,.05);

}

.featured-container{

max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;

}

.featured-heading{

max-width:850px;
margin:auto auto 80px;
text-align:center;

}

.featured-heading span{

display:inline-block;
padding:10px 22px;
border-radius:40px;
background:#EAF5FF;
font-weight:700;
color:var(--primary);
margin-bottom:20px;

}

.featured-heading h2{

font-size:48px;
font-weight:800;
color:var(--dark);
margin-bottom:20px;

}

.featured-heading p{

font-size:18px;
line-height:1.9;
color:var(--text);

}

.hero-treatment{

display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
background:#fff;
border-radius:30px;
overflow:hidden;
box-shadow:0 30px 70px rgba(0,0,0,.08);
margin-bottom:70px;

}

.hero-image{

height:520px;
position:relative;
overflow:hidden;

}

.hero-image img{

width:100%;
height:100%;
object-fit:cover;
transition:.5s;

}

.hero-treatment:hover img{

transform:scale(1.05);

}

.hero-badge{

position:absolute;
top:25px;
left:25px;
padding:12px 22px;
border-radius:40px;
background:#0A6EBD;
color:#fff;
font-weight:700;
font-size:14px;

}

.hero-content{

padding:60px;

}

.hero-content h3{

font-size:42px;
color:var(--dark);
margin-bottom:18px;

}

.hero-content p{

font-size:17px;
line-height:1.9;
color:var(--text);
margin-bottom:30px;

}

.benefit-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:16px;
margin-bottom:35px;

}

.benefit{

display:flex;
align-items:center;
gap:14px;
padding:16px;
background:#F8FBFF;
border-radius:16px;

}

.benefit i{

width:42px;
height:42px;
border-radius:12px;
background:#EAF5FF;
display:flex;
align-items:center;
justify-content:center;
color:#0A6EBD;

}

.benefit span{

font-weight:600;
color:#17304E;

}

.hero-buttons{

display:flex;
gap:18px;
flex-wrap:wrap;

}

.hero-btn{

padding:16px 34px;
border-radius:40px;
font-weight:700;
text-decoration:none;
transition:.35s;

}

.btn-blue{

background:#0A6EBD;
color:#fff;

}

.btn-blue:hover{

background:#084F85;
transform:translateY(-3px);

}

.btn-border{

border:2px solid #0A6EBD;
color:#0A6EBD;

}

.btn-border:hover{

background:#0A6EBD;
color:#fff;

}

@media(max-width:992px){

.hero-treatment{

grid-template-columns:1fr;

}

.hero-image{

height:340px;

}

.hero-content{

padding:35px;

}

.hero-content h3{

font-size:34px;

}

.benefit-grid{

grid-template-columns:1fr;

}

.featured-heading h2{

font-size:36px;

}

}

.treatment-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:35px;
margin-top:20px;

}

.treatment-card{

background:#fff;
border-radius:28px;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,.08);
transition:.35s;
display:flex;
flex-direction:column;

}

.treatment-card:hover{

transform:translateY(-10px);

}

.treatment-image{

height:260px;
overflow:hidden;
position:relative;

}

.treatment-image img{

width:100%;
height:100%;
object-fit:cover;
transition:.5s;

}

.treatment-card:hover img{

transform:scale(1.08);

}

.treatment-tag{

position:absolute;
left:20px;
top:20px;
background:#0A6EBD;
color:#fff;
padding:8px 18px;
border-radius:30px;
font-size:13px;
font-weight:700;

}

.treatment-content{

padding:35px;

}

.treatment-content h3{

font-size:30px;
color:#17304E;
margin-bottom:15px;

}

.treatment-content p{

color:#667085;
font-size:16px;
line-height:1.8;
margin-bottom:25px;

}

.treatment-points{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
margin-bottom:30px;

}

.treatment-points div{

display:flex;
align-items:center;
gap:10px;
padding:12px;
background:#F8FBFF;
border-radius:12px;

}

.treatment-points i{

color:#0A6EBD;

}

.treatment-points span{

font-weight:600;
font-size:15px;
color:#17304E;

}

.treatment-link{

display:inline-flex;
align-items:center;
gap:10px;
color:#0A6EBD;
font-weight:700;
text-decoration:none;

}

.treatment-link:hover{

gap:16px;

}

@media(max-width:992px){

.treatment-grid{

grid-template-columns:1fr;

}

.treatment-points{

grid-template-columns:1fr;

}

}
.laser-why{

background:linear-gradient(180deg,#F8FBFF,#ffffff);
position:relative;
overflow:hidden;

}

.laser-why:before{

content:"";
position:absolute;
left:-200px;
top:-200px;
width:450px;
height:450px;
border-radius:50%;
background:rgba(10,110,189,.05);

}

.why-container{

max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;

}

.why-heading{

max-width:820px;
margin:auto;
text-align:center;
margin-bottom:70px;

}

.why-heading span{

display:inline-block;
padding:10px 22px;
background:#EAF5FF;
border-radius:40px;
font-weight:700;
color:#0A6EBD;
margin-bottom:18px;

}

.why-heading h2{

font-size:46px;
color:#17304E;
margin-bottom:20px;
font-weight:800;

}

.why-heading p{

font-size:18px;
line-height:1.9;
color:#667085;

}

.why-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.why-card{

background:rgba(255,255,255,.75);
backdrop-filter:blur(14px);
border:1px solid rgba(10,110,189,.08);
border-radius:24px;
padding:35px;
transition:.35s;
position:relative;
overflow:hidden;

}

.why-card:before{

content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:#0A6EBD;
transform:scaleX(0);
transition:.35s;

}

.why-card:hover:before{

transform:scaleX(1);

}

.why-card:hover{

transform:translateY(-10px);
box-shadow:0 30px 60px rgba(0,0,0,.08);

}

.why-icon{

width:75px;
height:75px;
border-radius:20px;
background:linear-gradient(135deg,#0A6EBD,#38B6FF);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;

}

.why-icon i{

font-size:32px;
color:#fff;

}

.why-card h3{

font-size:24px;
color:#17304E;
margin-bottom:15px;

}

.why-card p{

font-size:16px;
line-height:1.8;
color:#667085;

}

@media(max-width:992px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-grid{

grid-template-columns:1fr;

}

.why-heading h2{

font-size:36px;

}

}
.laser-journey{
padding:20px 0;
background:#fff;
position:relative;
overflow:hidden;
}

.laser-journey:before{
content:"";
position:absolute;
width:500px;
height:500px;
border-radius:50%;
background:rgba(10,110,189,.05);
right:-220px;
bottom:-220px;
}

.journey-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.journey-heading{
text-align:center;
max-width:820px;
margin:auto auto 80px;
}

.journey-heading span{
display:inline-block;
padding:10px 20px;
background:#EAF5FF;
color:#0A6EBD;
border-radius:40px;
font-weight:700;
margin-bottom:18px;
}

.journey-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.journey-heading p{
font-size:18px;
line-height:1.9;
color:#667085;
}

.timeline{
position:relative;
max-width:1100px;
margin:auto;
}

.timeline:before{
content:"";
position:absolute;
left:50%;
top:0;
bottom:0;
width:4px;
background:#D9ECFB;
transform:translateX(-50%);
}

.step{
position:relative;
width:50%;
padding:0 60px 70px;
box-sizing:border-box;
}

.step:nth-child(odd){
left:0;
text-align:right;
}

.step:nth-child(even){
left:50%;
}

.step-circle{
position:absolute;
top:10px;
width:64px;
height:64px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
font-weight:700;
box-shadow:0 12px 30px rgba(10,110,189,.25);
z-index:2;
}

.step:nth-child(odd) .step-circle{
right:-32px;
}

.step:nth-child(even) .step-circle{
left:-32px;
}

.step-card{
background:#fff;
border-radius:24px;
padding:30px;
box-shadow:0 20px 45px rgba(0,0,0,.07);
transition:.35s;
}

.step-card:hover{
transform:translateY(-8px);
}

.step-card h3{
font-size:24px;
color:#17304E;
margin-bottom:15px;
}

.step-card p{
font-size:16px;
line-height:1.8;
color:#667085;
}

@media(max-width:900px){

.timeline:before{
left:30px;
}

.step,
.step:nth-child(even),
.step:nth-child(odd){
width:100%;
left:0;
padding-left:90px;
padding-right:0;
padding-bottom:40px;
text-align:left;
}

.step-circle,
.step:nth-child(odd) .step-circle,
.step:nth-child(even) .step-circle{
left:0;
right:auto;
}

.journey-heading h2{
font-size:36px;
}

}
.laser-conditions{
padding:0 0;
background:linear-gradient(180deg,#F7FBFF,#ffffff);
}

.conditions-container{
max-width:1280px;
margin:auto;
padding:0 20px;
}

.conditions-heading{
max-width:850px;
margin:auto auto 70px;
text-align:center;
}

.conditions-heading span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.conditions-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.conditions-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.conditions-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.condition-card{
background:#fff;
padding:30px;
border-radius:24px;
box-shadow:0 18px 40px rgba(0,0,0,.07);
transition:.35s;
text-decoration:none;
position:relative;
overflow:hidden;
}

.condition-card:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:5px;
background:#0A6EBD;
transform:scaleX(0);
transition:.35s;
}

.condition-card:hover:before{
transform:scaleX(1);
}

.condition-card:hover{
transform:translateY(-10px);
}

.condition-icon{
width:70px;
height:70px;
border-radius:18px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:22px;
}

.condition-icon i{
font-size:28px;
color:#fff;
}

.condition-card h3{
font-size:22px;
color:#17304E;
margin-bottom:12px;
}

.condition-card p{
font-size:15px;
line-height:1.8;
color:#667085;
margin-bottom:20px;
}

.condition-card span{
font-weight:700;
color:#0A6EBD;
display:inline-flex;
align-items:center;
gap:8px;
}

@media(max-width:1100px){

.conditions-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.conditions-grid{
grid-template-columns:1fr;
}

.conditions-heading h2{
font-size:36px;
}

}

.tech-showcase{
padding:110px 0;
background:#fff;
position:relative;
overflow:hidden;
}

.tech-showcase:before{
content:"";
position:absolute;
left:-220px;
top:-180px;
width:520px;
height:520px;
background:rgba(10,110,189,.05);
border-radius:50%;
}

.tech-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.tech-header{
max-width:850px;
margin:auto auto 70px;
text-align:center;
}

.tech-header span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
border-radius:40px;
font-weight:700;
margin-bottom:18px;
}

.tech-header h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.tech-header p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.tech-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:35px;
}

.tech-card{
background:#fff;
border-radius:28px;
overflow:hidden;
box-shadow:0 22px 50px rgba(0,0,0,.08);
transition:.35s;
}

.tech-card:hover{
transform:translateY(-8px);
}

.tech-image{
height:250px;
background:linear-gradient(135deg,#0A6EBD,#39B8FF);
display:flex;
align-items:center;
justify-content:center;
position:relative;
}

.tech-image i{
font-size:90px;
color:#fff;
opacity:.95;
}

.tech-content{
padding:0 35px;
}

.tech-content h3{
font-size:30px;
color:#17304E;
margin-bottom:15px;
}

.tech-content p{
font-size:16px;
line-height:1.8;
color:#667085;
margin-bottom:25px;
}

.tech-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
margin-bottom:28px;
}

.tech-list div{
background:#F7FBFF;
padding:12px 14px;
border-radius:12px;
font-weight:600;
color:#17304E;
display:flex;
align-items:center;
gap:10px;
}

.tech-list i{
color:#0A6EBD;
}

.tech-btn{
display:inline-flex;
align-items:center;
gap:10px;
font-weight:700;
text-decoration:none;
color:#0A6EBD;
}

.tech-btn:hover{
gap:16px;
}

@media(max-width:992px){

.tech-grid{
grid-template-columns:1fr;
}

.tech-list{
grid-template-columns:1fr;
}

.tech-header h2{
font-size:36px;
}

}

.laser-faq{
padding:0 0;
background:linear-gradient(180deg,#F8FBFF,#ffffff);
}

.faq-container{
max-width:1050px;
margin:auto;
padding:0 20px;
}

.faq-heading{
max-width:800px;
margin:auto;
text-align:center;
margin-bottom:70px;
}

.faq-heading span{
display:inline-block;
padding:10px 22px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:700;
border-radius:40px;
margin-bottom:18px;
}

.faq-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.faq-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.faq-item{
background:#fff;
border-radius:22px;
margin-bottom:18px;
overflow:hidden;
box-shadow:0 18px 40px rgba(0,0,0,.07);
}

.faq-question{
padding:26px 30px;
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
font-size:20px;
font-weight:700;
color:#17304E;
}

.faq-question i{
transition:.3s;
color:#0A6EBD;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .4s ease;
padding:0 30px;
}

.faq-answer p{
padding-bottom:25px;
font-size:16px;
line-height:1.9;
color:#667085;
}

.faq-item.active .faq-answer{
max-height:400px;
}

.faq-item.active .faq-question i{
transform:rotate(180deg);
}

@media(max-width:768px){

.faq-heading h2{
font-size:36px;
}

.faq-question{
font-size:18px;
padding:22px;
}

}
.laser-final-cta{

padding:110px 0;
background:linear-gradient(135deg,#0A6EBD 0%,#38B6FF 100%);
position:relative;
overflow:hidden;

}

.laser-final-cta:before{

content:"";
position:absolute;
width:650px;
height:650px;
background:rgba(255,255,255,.07);
border-radius:50%;
top:-260px;
right:-220px;

}

.laser-final-cta:after{

content:"";
position:absolute;
width:420px;
height:420px;
background:rgba(255,255,255,.05);
border-radius:50%;
left:-150px;
bottom:-150px;

}

.laser-cta-container{

max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;

}

.laser-cta-grid{

display:grid;
grid-template-columns:420px 1fr;
gap:70px;
align-items:center;

}

.doctor-profile{

background:rgba(255,255,255,.15);
backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,.25);
padding:35px;
border-radius:30px;
text-align:center;

}

.doctor-profile img{

width:100%;
border-radius:22px;
margin-bottom:25px;

}

.doctor-profile h3{

font-size:30px;
color:#fff;
margin-bottom:10px;

}

.doctor-profile p{

font-size:17px;
line-height:1.8;
color:rgba(255,255,255,.9);

}

.laser-content h2{

font-size:54px;
font-weight:800;
color:#fff;
line-height:1.2;
margin-bottom:25px;

}

.laser-content p{

font-size:19px;
line-height:1.9;
margin-bottom:35px;

}

.laser-highlights{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:40px;

}

.highlight{

display:flex;
gap:15px;
align-items:flex-start;
background:rgba(255,255,255,.12);
padding:18px;
border-radius:18px;

}

.highlight i{

font-size:24px;
color:#FFD44D;
margin-top:2px;

}

.highlight strong{

display:block;
color:#fff;
margin-bottom:5px;

}

.highlight span{

color:rgba(255,255,255,.9);
font-size:15px;

}

.cta-buttons{

display:flex;
flex-wrap:wrap;
gap:18px;
margin-bottom:45px;

}

.btn-white{

background:#fff;
color:#0A6EBD;
padding:18px 34px;
border-radius:50px;
font-weight:700;
text-decoration:none;
transition:.3s;

}

.btn-white:hover{

transform:translateY(-3px);

}

.btn-outline{

/*border:2px solid rgba(255,255,255,.55);
color:#fff;*/
padding:18px 34px;
border-radius:50px;
font-weight:700;
text-decoration:none;
transition:.3s;

}

.btn-outline:hover{

background:#fff;
color:#0A6EBD;

}

.review-strip{

display:flex;
flex-wrap:wrap;
gap:30px;
padding-top:30px;
border-top:1px solid rgba(255,255,255,.18);

}

.review{

display:flex;
align-items:center;
gap:15px;

}

.review-icon{

width:65px;
height:65px;
background:#fff;
border-radius:18px;
display:flex;
align-items:center;
justify-content:center;

}

.review-icon i{

font-size:30px;
color:#FFC107;

}

.review h4{

font-size:22px;
color:#fff;
margin-bottom:5px;

}

.review span{

color:rgba(255,255,255,.9);

}

@media(max-width:992px){

.laser-cta-grid{

grid-template-columns:1fr;

}

.laser-content h2{

font-size:40px;

}

.laser-highlights{

grid-template-columns:1fr;

}

.review-strip{

flex-direction:column;

}

}


.skin-hero{
padding:110px 0 10px 0;
background:
linear-gradient(135deg,#f9fcff 0%,#eef8ff 100%);
overflow:hidden;
position:relative;
}

.skin-hero:before{
content:"";
position:absolute;
right:-120px;
top:-80px;
width:450px;
height:450px;
background:rgba(58,166,255,.08);
border-radius:50%;
}

.skin-hero:after{
content:"";
position:absolute;
left:-100px;
bottom:-120px;
width:300px;
height:300px;
background:rgba(10,110,189,.05);
border-radius:50%;
}

.hero-container{
max-width:1250px;
margin:auto;
padding:0 20px;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:60px;
align-items:center;
position:relative;
z-index:2;
}

.hero-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:10px 18px;
background:#fff;
border-radius:40px;
box-shadow:var(--shadow);
font-size:14px;
font-weight:600;
color:var(--primary);
margin-bottom:22px;
}

.hero-badge i{
color:#FFB400;
}

.skin-hero h1{
font-size:52px;
font-weight:800;
line-height:1.15;
color:var(--dark);
margin-bottom:22px;
}

.skin-hero h1 span{
color:var(--primary);
}

.hero-text{
font-size:18px;
line-height:1.8;
color:var(--text);
margin-bottom:35px;
max-width:650px;
}

.hero-btns{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-bottom:40px;
}

.hero-btn{
padding:16px 32px;
border-radius:50px;
font-weight:700;
text-decoration:none;
transition:.35s;
display:inline-flex;
align-items:center;
gap:10px;
}

.btn-primary{
background:var(--primary);
color:#fff;
}

.btn-primary:hover{
background:#055896;
transform:translateY(-3px);
}

.btn-outline{
border:2px solid var(--primary);
color:var(--primary);
background:#fff;
}

.btn-outline:hover{
background:var(--primary);
color:#fff;
}

.hero-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.feature-box{
background:#fff;
padding:18px;
border-radius:18px;
box-shadow:var(--shadow);
display:flex;
align-items:flex-start;
gap:15px;
transition:.35s;
}

.feature-box:hover{
transform:translateY(-5px);
}

.feature-box i{
font-size:22px;
color:var(--primary);
margin-top:3px;
}

.feature-box h4{
font-size:17px;
margin-bottom:6px;
color:var(--dark);
}

.feature-box p{
font-size:14px;
line-height:1.6;
color:#666;
margin:0;
}

.hero-right{
position:relative;
}

.hero-main-card{
background:#fff;
padding:35px;
border-radius:25px;
box-shadow:var(--shadow);
}

.hero-main-card h3{
font-size:28px;
margin-bottom:25px;
color:var(--dark);
}

.concern-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.concern-item{
background:var(--light);
padding:16px;
border-radius:14px;
display:flex;
align-items:center;
gap:12px;
transition:.3s;
cursor:pointer;
}

.concern-item:hover{
background:var(--primary);
color:#fff;
}

.concern-item:hover i{
color:#fff;
}

.concern-item i{
color:var(--primary);
font-size:18px;
transition:.3s;
}

.hero-floating{
position:absolute;
right:-35px;
bottom:-35px;
background:#fff;
padding:22px;
border-radius:20px;
box-shadow:var(--shadow);
max-width:260px;
}

.hero-floating h4{
margin-bottom:10px;
font-size:20px;
color:var(--primary);
}

.hero-floating p{
font-size:14px;
line-height:1.6;
margin:0;
color:#555;
}

@media(max-width:992px){

.hero-container{
grid-template-columns:1fr;
}

.skin-hero h1{
font-size:38px;
}

.hero-right{
margin-top:20px;
}

.hero-floating{
position:relative;
right:auto;
bottom:auto;
margin-top:25px;
max-width:100%;
}

.hero-features{
grid-template-columns:1fr;
}

.concern-grid{
grid-template-columns:1fr;
}

}
.skin-concerns{
        background:#f7fbff;
    position:relative;
}

.skin-concerns:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:120px;
    background:linear-gradient(to bottom,#fff,transparent);
}

.skin-container{
    width:min(1280px,92%);
    margin:auto;
    position:relative;
    z-index:2;
}

.skin-heading{
    text-align:center;
    max-width:760px;
    margin:auto auto 60px;
}

.skin-heading span{

    display:inline-block;
    background:#EAF5FF;
    color:#0A6EBD;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.skin-heading h2{

    font-size:44px;
    color:#17304E;
    margin-bottom:20px;
    font-weight:800;
}

.skin-heading p{

    font-size:18px;
    color:#67768A;
    line-height:1.8;
}

.concerns-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.concern-card{

    background:#fff;
    border-radius:22px;
    padding:30px;
    position:relative;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    border-top:5px solid #0A6EBD;
    text-decoration:none;
}

.concern-card:hover{

    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.concern-icon{

    width:70px;
    height:70px;
    border-radius:20px;
    background:#EAF5FF;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    transition:.35s;
}

.concern-card:hover .concern-icon{

    background:#0A6EBD;
}

.concern-icon i{

    font-size:30px;
    color:#0A6EBD;
    transition:.35s;
}

.concern-card:hover .concern-icon i{

    color:#fff;
}

.concern-card h3{

    font-size:22px;
    color:#17304E;
    margin-bottom:14px;
    font-weight:700;
}

.concern-card p{

    font-size:15px;
    line-height:1.7;
    color:#667085;
    margin-bottom:22px;
}

.concern-link{

    display:flex;
    align-items:center;
    gap:10px;
    color:#0A6EBD;
    font-weight:700;
    transition:.35s;
}

.concern-card:hover .concern-link{

    transform:translateX(8px);
}

.concern-card:after{

    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(10,110,189,.05);
    right:-120px;
    bottom:-120px;
    transition:.35s;
}

.concern-card:hover:after{

    transform:scale(1.4);
}

@media(max-width:1100px){

.concerns-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.skin-heading h2{

font-size:34px;

}

.concerns-grid{

grid-template-columns:1fr;

}

}

.skin-solutions{

padding:100px 0;
background:#fff;
position:relative;
overflow:hidden;

}

.skin-solutions:before{

content:"";
position:absolute;
left:-200px;
top:-120px;
width:420px;
height:420px;
background:rgba(56,182,255,.06);
border-radius:50%;

}

.skin-solutions:after{

content:"";
position:absolute;
right:-150px;
bottom:-150px;
width:380px;
height:380px;
background:rgba(10,110,189,.05);
border-radius:50%;

}

.solutions-container{

max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;

}

.solution-heading{

text-align:center;
max-width:820px;
margin:auto auto 80px;

}

.solution-heading span{

display:inline-block;
padding:10px 20px;
background:#EAF5FF;
border-radius:30px;
font-weight:600;
font-size:14px;
color:var(--primary);
margin-bottom:18px;

}

.solution-heading h2{

font-size:46px;
font-weight:800;
color:var(--dark);
margin-bottom:20px;

}

.solution-heading p{

font-size:18px;
line-height:1.8;
color:var(--text);

}

.solution-row{

display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
margin-bottom:100px;

}

.solution-image{

height:520px;
border-radius:28px;
overflow:hidden;
position:relative;
background:linear-gradient(135deg,#0A6EBD,#49B7FF);
box-shadow:var(--shadow);

display:flex;
align-items:center;
justify-content:center;

}

.solution-image i{

font-size:140px;
color:white;
position:relative;
z-index:3;

}

.solution-image:before{

content:"";
position:absolute;
width:260px;
height:260px;
border-radius:50%;
background:rgba(255,255,255,.10);
top:-70px;
right:-70px;

}

.solution-image:after{

content:"";
position:absolute;
width:180px;
height:180px;
border-radius:50%;
background:rgba(255,255,255,.08);
bottom:-40px;
left:-40px;

}

.solution-card{

background:#fff;
border-radius:28px;
padding:45px;
box-shadow:var(--shadow);
position:relative;

}

.solution-card:before{

content:"";
position:absolute;
left:0;
top:40px;
width:6px;
height:70px;
background:var(--primary);
border-radius:20px;

}

.solution-card h3{

font-size:34px;
color:var(--dark);
margin-bottom:20px;

}

.solution-card p{

font-size:17px;
line-height:1.9;
color:var(--text);
margin-bottom:30px;

}

.solution-list{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:35px;

}

.solution-item{

display:flex;
align-items:center;
gap:14px;
background:#F7FBFF;
padding:16px;
border-radius:16px;
transition:.35s;

}

.solution-item:hover{

background:#0A6EBD;
transform:translateY(-4px);

}

.solution-item:hover span{

color:#fff;

}

.solution-item:hover i{

color:#fff;

}

.solution-item i{

font-size:18px;
color:#0A6EBD;
transition:.35s;

}

.solution-item span{

font-weight:600;
color:#17304E;
transition:.35s;

}

.solution-buttons{

display:flex;
gap:18px;
flex-wrap:wrap;

}

.solution-btn{

padding:16px 30px;
border-radius:40px;
text-decoration:none;
font-weight:700;
transition:.35s;

}

.solution-primary{

background:#0A6EBD;
color:#fff;

}

.solution-primary:hover{

background:#06548F;
transform:translateY(-3px);

}

.solution-outline{

border:2px solid #0A6EBD;
color:#0A6EBD;

}

.solution-outline:hover{

background:#0A6EBD;
color:#fff;

}

@media(max-width:992px){

.solution-row{

grid-template-columns:1fr;

}

.solution-image{

height:360px;

}

.solution-list{

grid-template-columns:1fr;

}

.solution-heading h2{

font-size:36px;

}

}

.why-inform{
padding:110px 0;
background:linear-gradient(180deg,#F8FBFF 0%,#ffffff 100%);
position:relative;
overflow:hidden;
}

.why-inform:before{
content:"";
position:absolute;
width:500px;
height:500px;
background:rgba(56,182,255,.06);
border-radius:50%;
left:-220px;
top:-120px;
}

.why-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.why-title{
text-align:center;
max-width:850px;
margin:auto auto 80px;
}

.why-title span{
display:inline-block;
padding:10px 20px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:600;
border-radius:30px;
margin-bottom:18px;
}

.why-title h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.why-title p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.why-card{
background:#fff;
border-radius:25px;
padding:40px;
box-shadow:0 15px 45px rgba(0,0,0,.08);
transition:.35s;
position:relative;
overflow:hidden;
}

.why-card:hover{
transform:translateY(-12px);
}

.why-card:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:5px;
background:#0A6EBD;
}

.why-icon{
width:80px;
height:80px;
background:linear-gradient(135deg,#0A6EBD,#38B6FF);
border-radius:20px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;
}

.why-icon i{
font-size:32px;
color:#fff;
}

.why-card h3{
font-size:26px;
margin-bottom:15px;
color:#17304E;
}

.why-card p{
font-size:16px;
line-height:1.8;
color:#667085;
}

@media(max-width:992px){

.why-grid{
grid-template-columns:1fr;
}

.why-title h2{
font-size:36px;
}

}
.treatment-journey{
padding:0 0;
background:#fff;
position:relative;
overflow:hidden;
}

.treatment-journey::before{
content:"";
position:absolute;
width:450px;
height:450px;
background:rgba(56,182,255,.06);
border-radius:50%;
top:-180px;
right:-180px;
}

.treatment-container{
max-width:1200px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.treatment-heading{
text-align:center;
max-width:820px;
margin:auto auto 90px;
}

.treatment-heading span{
display:inline-block;
padding:10px 20px;
background:#EAF5FF;
color:#0A6EBD;
font-weight:600;
border-radius:30px;
margin-bottom:20px;
}

.treatment-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.treatment-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.timeline{
position:relative;
max-width:1000px;
margin:auto;
}

.timeline::before{
content:"";
position:absolute;
left:50%;
top:0;
width:4px;
height:100%;
background:linear-gradient(to bottom,#38B6FF,#0A6EBD);
transform:translateX(-50%);
border-radius:20px;
}

.timeline-item{
position:relative;
width:50%;
/* padding:20px 45px;*/
box-sizing:border-box;
/* margin-bottom:40px;*/
}

.timeline-item:nth-child(odd){
left:0;
text-align:right;
}

.timeline-item:nth-child(even){
left:50%;
}

.timeline-card{

background:#fff;
padding:30px;
border-radius:22px;
box-shadow:0 18px 50px rgba(0,0,0,.08);
transition:.35s;
position:relative;

}

.timeline-card:hover{

transform:translateY(-8px);

}

.timeline-number{

position:absolute;
top:50%;
width:60px;
height:60px;
background:linear-gradient(135deg,#0A6EBD,#38B6FF);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
font-weight:700;
box-shadow:0 10px 25px rgba(10,110,189,.3);

}

.timeline-item:nth-child(odd) .timeline-number{

right:-75px;
transform:translateY(-50%);

}

.timeline-item:nth-child(even) .timeline-number{

left:-75px;
transform:translateY(-50%);

}

.timeline-icon{

width:70px;
height:70px;
border-radius:18px;
background:#EAF5FF;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:20px;

}

.timeline-item:nth-child(odd) .timeline-icon{

margin-left:auto;

}

.timeline-icon i{

font-size:28px;
color:#0A6EBD;

}

.timeline-card h3{

font-size:24px;
color:#17304E;
margin-bottom:15px;

}

.timeline-card p{

font-size:16px;
line-height:1.8;
color:#667085;

}

@media(max-width:992px){

.timeline::before{

left:30px;

}

.timeline-item{

width:100%;
padding-left:90px;
padding-right:0;
left:0 !important;
text-align:left !important;

}

.timeline-number{

left:0 !important;
right:auto !important;
transform:none;
top:35px;

}

.timeline-icon{

margin-left:0 !important;

}

.treatment-heading h2{

font-size:36px;

}

}
.concerns-section{
padding:0 0;
background:#F7FBFF;
position:relative;
overflow:hidden;
}

.concerns-container{
max-width:1280px;
margin:auto;
padding:0 20px;
}

.concerns-heading{
max-width:850px;
margin:auto;
text-align:center;
margin-bottom:70px;
}

.concerns-heading span{

display:inline-block;
padding:10px 20px;
background:#E8F5FF;
color:#0A6EBD;
font-weight:600;
border-radius:30px;
margin-bottom:18px;

}

.concerns-heading h2{

font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;

}

.concerns-heading p{

font-size:18px;
line-height:1.8;
color:#667085;

}

.concerns-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;

}

.concern-card{

background:#fff;
border-radius:22px;
padding:30px;
box-shadow:0 15px 40px rgba(0,0,0,.07);
transition:.35s;
position:relative;
overflow:hidden;
text-decoration:none;

}

.concern-card:before{

content:"";
position:absolute;
left:0;
top:0;
height:5px;
width:100%;
background:#0A6EBD;
transform:scaleX(0);
transition:.35s;

}

.concern-card:hover:before{

transform:scaleX(1);

}

.concern-card:hover{

transform:translateY(-10px);

}

.concern-icon{

width:70px;
height:70px;
border-radius:18px;
background:#EAF5FF;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:20px;

}

.concern-icon i{

font-size:28px;
color:#0A6EBD;

}

.concern-card h3{

font-size:22px;
margin-bottom:12px;
color:#17304E;

}

.concern-card p{

font-size:15px;
line-height:1.8;
color:#667085;
margin-bottom:20px;

}

.learn-more{

font-weight:700;
color:#0A6EBD;

}

.learn-more i{

margin-left:8px;

}

@media(max-width:1100px){

.concerns-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.concerns-grid{

grid-template-columns:1fr;

}

.concerns-heading h2{

font-size:36px;

}

}

.tech-section{
padding:0 0;
background:#fff;
position:relative;
overflow:hidden;
}

.tech-section:before{
content:"";
position:absolute;
width:500px;
height:500px;
background:rgba(10,110,189,.05);
border-radius:50%;
left:-220px;
bottom:-220px;
}

.tech-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.tech-heading{
text-align:center;
max-width:850px;
margin:auto auto 90px;
}

.tech-heading span{
display:inline-block;
padding:10px 20px;
background:#EAF5FF;
color:#0A6EBD;
border-radius:30px;
font-weight:600;
margin-bottom:18px;
}

.tech-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.tech-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.tech-block{

display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
margin-bottom:100px;

}

.tech-block:nth-child(even) .tech-image{

order:2;

}

.tech-block:nth-child(even) .tech-content{

order:1;

}

.tech-image{

height:430px;
border-radius:28px;
background:linear-gradient(135deg,#0A6EBD,#38B6FF);
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 25px 60px rgba(0,0,0,.08);
position:relative;
overflow:hidden;

}

.tech-image:before{

content:"";
position:absolute;
width:250px;
height:250px;
background:rgba(255,255,255,.08);
border-radius:50%;
top:-80px;
right:-80px;

}

.tech-image:after{

content:"";
position:absolute;
width:180px;
height:180px;
background:rgba(255,255,255,.06);
border-radius:50%;
bottom:-60px;
left:-60px;

}

.tech-image i{

font-size:130px;
color:#fff;
z-index:2;

}

.tech-content h3{

font-size:38px;
font-weight:800;
color:#17304E;
margin-bottom:18px;

}

.tech-content p{

font-size:17px;
line-height:1.9;
color:#667085;
margin-bottom:28px;

}

.tech-features{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:35px;

}

.tech-feature{

display:flex;
align-items:center;
gap:12px;
padding:15px;
background:#F8FBFF;
border-radius:16px;

}

.tech-feature i{

color:#0A6EBD;

}

.tech-feature span{

font-weight:600;
color:#17304E;

}

.tech-btn{

display:inline-block;
padding:16px 34px;
background:#0A6EBD;
color:#fff;
border-radius:40px;
text-decoration:none;
font-weight:700;
transition:.3s;

}

.tech-btn:hover{

background:#07548F;
transform:translateY(-3px);

}

@media(max-width:992px){

.tech-block{

grid-template-columns:1fr;

}

.tech-block:nth-child(even) .tech-image,
.tech-block:nth-child(even) .tech-content{

order:unset;

}

.tech-image{

height:300px;

}

.tech-features{

grid-template-columns:1fr;

}

.tech-heading h2{

font-size:36px;

}

}
.faq-section{
padding:110px 0;
background:linear-gradient(180deg,#F8FBFF,#ffffff);
position:relative;
overflow:hidden;
}

.faq-container{
max-width:1100px;
margin:auto;
padding:0 20px;
}

.faq-heading{
text-align:center;
max-width:820px;
margin:auto auto 70px;
}

.faq-heading span{
display:inline-block;
padding:10px 20px;
background:#EAF5FF;
color:#0A6EBD;
border-radius:30px;
font-weight:600;
margin-bottom:18px;
}

.faq-heading h2{
font-size:46px;
font-weight:800;
color:#17304E;
margin-bottom:20px;
}

.faq-heading p{
font-size:18px;
line-height:1.8;
color:#667085;
}

.faq-item{
background:#fff;
border-radius:20px;
margin-bottom:18px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.07);
transition:.3s;
}

.faq-item:hover{
transform:translateY(-4px);
}

.faq-question{
padding:26px 30px;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
font-size:20px;
font-weight:700;
color:#17304E;
}

.faq-question i{
color:#0A6EBD;
transition:.3s;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .45s ease;
padding:0 30px;
}

.faq-answer p{
padding-bottom:25px;
color:#667085;
font-size:17px;
line-height:1.9;
}

.faq-item.active .faq-answer{
max-height:350px;
}

.faq-item.active .faq-question i{
transform:rotate(180deg);
}

@media(max-width:768px){

.faq-heading h2{
font-size:36px;
}

.faq-question{
font-size:18px;
padding:22px;
}

}

.final-cta{
padding:110px 0;
background:linear-gradient(135deg,#0A6EBD 0%,#38B6FF 100%);
position:relative;
overflow:hidden;
}

.final-cta:before{
content:"";
position:absolute;
width:600px;
height:600px;
border-radius:50%;
background:rgba(255,255,255,.06);
top:-250px;
right:-200px;
}

.final-cta:after{
content:"";
position:absolute;
width:420px;
height:420px;
border-radius:50%;
background:rgba(255,255,255,.05);
bottom:-180px;
left:-150px;
}

.cta-container{
max-width:1280px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.cta-wrapper{

display:grid;
grid-template-columns:420px 1fr;
gap:70px;
align-items:center;

}

.doctor-card{

background:rgba(255,255,255,.15);
backdrop-filter:blur(14px);
border:1px solid rgba(255,255,255,.25);
border-radius:30px;
padding:35px;
text-align:center;

}

.doctor-photo{

height:420px;
border-radius:25px;
overflow:hidden;
background:#fff;
margin-bottom:30px;

}

.doctor-photo img{

width:100%;
height:100%;
object-fit:cover;

}

.doctor-card h3{

font-size:30px;
font-weight:800;
color:#fff;
margin-bottom:10px;

}

.doctor-card p{

color:rgba(255,255,255,.9);
font-size:17px;
line-height:1.8;

}

.cta-content h2{

font-size:54px;
font-weight:800;
line-height:1.2;
color:#fff;
margin-bottom:25px;

}

.cta-content p{

font-size:19px;
line-height:1.9;
color:rgba(255,255,255,.92);
margin-bottom:40px;

}

.trust-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:45px;

}

.trust-item{

display:flex;
align-items:center;
gap:15px;
padding:18px 20px;
background:rgba(255,255,255,.12);
backdrop-filter:blur(10px);
border-radius:18px;
color:#fff;

}

.trust-item i{

font-size:22px;
color:#FFD54A;

}

.cta-buttons{

display:flex;
flex-wrap:wrap;
gap:18px;
margin-bottom:45px;

}

.btn-white{

background:#fff;
color:#0A6EBD;
padding:18px 34px;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s;

}

.btn-white:hover{

transform:translateY(-4px);

}

.btn-outline{

border:2px solid rgba(255,255,255,.55);
color:#fff;
padding:18px 34px;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s;

}

.btn-outline:hover{

background:#fff;
color:#0A6EBD;

}

.review-bar{

display:flex;
flex-wrap:wrap;
gap:30px;
align-items:center;
padding-top:30px;
border-top:1px solid rgba(255,255,255,.18);

}

.review-box{

display:flex;
align-items:center;
gap:15px;

}

.review-icon{

width:65px;
height:65px;
border-radius:18px;
background:#fff;
display:flex;
align-items:center;
justify-content:center;

}

.review-icon i{

font-size:30px;
color:#FFC107;

}

.review-box h4{

color:#fff;
font-size:22px;
margin-bottom:6px;

}

.review-box span{

color:rgba(255,255,255,.85);

}

@media(max-width:992px){

.cta-wrapper{

grid-template-columns:1fr;

}

.doctor-photo{

height:320px;

}

.trust-grid{

grid-template-columns:1fr;

}

.cta-content h2{

font-size:38px;

}

.review-bar{

flex-direction:column;
align-items:flex-start;

}

}


</style>






