/* ===================================
GLOBAL
=================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
color:#222;
overflow-x:hidden;
background:#fff;
}
main {
    padding: 0px 0;
    min-height: calc(100vh - 300px);
}
img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
}

ul{
list-style:none;
}

.rsd-sp-container{
width:100%;
max-width:1280px;
margin:auto;
padding:0 20px;
}

/* ===================================
BUTTONS
=================================== */

.rsd-sp-btn-primary{
display:inline-flex;
align-items:center;
justify-content:center;
padding:15px 30px;
background:#159EEC;
color:#fff;
border-radius:50px;
font-weight:600;
transition:.3s;
}

.rsd-sp-btn-primary:hover{
transform:translateY(-3px);
box-shadow:0 10px 30px rgba(21,158,236,.35);
}

.rsd-sp-btn-outline{
display:inline-flex;
align-items:center;
justify-content:center;
padding:15px 30px;
border:1px solid #159EEC;
color:#159EEC;
border-radius:50px;
font-weight:600;
transition:.3s;
}

.rsd-sp-btn-outline:hover{
background:#159EEC;
color:#fff;
}

/* ===================================
SECTION TITLE
=================================== */

.rsd-sp-title{
text-align:center;
margin-bottom:60px;
}

.rsd-sp-title span{
display:inline-block;
font-size:14px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
color:#159EEC;
margin-bottom:10px;
}

.rsd-sp-title h2{
font-size:44px;
font-weight:800;
line-height:1.2;
color:#001123;
}

/* ===================================
HERO
=================================== */

.rsd-sp-hero{
padding:80px 0;
background:linear-gradient(135deg,#001123,#003350);
position:relative;
overflow:hidden;
}

.rsd-sp-hero .rsd-sp-container{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.rsd-sp-left{
flex:1;
}

.rsd-sp-right{
flex:1;
}

.rsd-sp-right img{
width:100%;
height:560px;
object-fit:cover;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.rsd-sp-badge{
display:inline-block;
padding:10px 20px;
background:rgba(21,158,236,.15);
border-radius:50px;
color:#8fd5ff;
font-size:14px;
font-weight:600;
margin-bottom:20px;
}

.rsd-sp-left h1 {
    font-size: 45px;
    font-weight: 800;
    line-height: 63px;
    color: #fff;
    margin-bottom: 20px;
}

.rsd-sp-left h1 span{
display:block;
color:#159EEC;
}

.rsd-sp-left p{
font-size:17px;
line-height:1.8;
color:#d8e8f3;
margin-bottom:30px;
}

.rsd-sp-btns{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.rsd-sp-hero-stats{
display:flex;
gap:40px;
margin-top:40px;
}

.rsd-sp-hero-stats h3{
font-size:32px;
color:#159EEC;
margin-bottom:5px;
}

.rsd-sp-hero-stats p{
font-size:14px;
color:#fff;
}

/* ===================================
WHY CHOOSE
=================================== */

.rsd-sp-why{
padding:100px 0;
background:#f7fbff;
}

.rsd-sp-why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.rsd-sp-why-card{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.rsd-sp-why-card:hover{
transform:translateY(-8px);
}

.rsd-sp-icon{
font-size:45px;
margin-bottom:15px;
}

.rsd-sp-why-card h3{
font-size:20px;
margin-bottom:10px;
}

.rsd-sp-why-card p{
color:#666;
line-height:1.7;
}

/* ===================================
SPECIALTIES
=================================== */

.rsd-sp-specialties{
padding:100px 0;
}

.rsd-sp-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

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

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

.rsd-sp-card-icon{
font-size:45px;
margin-bottom:15px;
}

.rsd-sp-card h3{
margin-bottom:10px;
color:#001123;
}

.rsd-sp-card p{
color:#666;
line-height:1.7;
}

/* ===================================
FEATURED DEPARTMENT
=================================== */

.rsd-featured{
padding:100px 0;
background:#f8fbff;
}

.rsd-featured-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.rsd-featured-image img{
height:500px;
width:100%;
object-fit:cover;
border-radius:25px;
}

.rsd-featured-content span{
color:#159EEC;
font-weight:700;
}

.rsd-featured-content h2{
font-size:42px;
margin:15px 0;
color:#001123;
}

.rsd-featured-content p{
line-height:1.9;
margin-bottom:20px;
}

.rsd-featured-content li{
margin-bottom:10px;
}

/* ===================================
TECHNOLOGY
=================================== */

.rsd-tech{
padding:100px 0;
}

.rsd-tech-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.rsd-tech-card{
padding:35px;
background:#fff;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
text-align:center;
}

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

.rsd-stats-section{
padding:100px 0;
background:linear-gradient(135deg,#001123,#003350);
}

.rsd-stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.rsd-stat-card{
background:rgba(255,255,255,.05);
padding:40px;
border-radius:20px;
text-align:center;
}

.rsd-stat-card h2{
font-size:55px;
color:#159EEC;
}

.rsd-stat-card p{
color:#fff;
}

/* ===================================
PROCESS
=================================== */

.rsd-process-section{
padding:100px 0;
background:#f7fbff;
}

.rsd-process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.rsd-process-card{
background:#fff;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.rsd-process-number{
font-size:50px;
font-weight:800;
color:#159EEC;
margin-bottom:15px;
}

/* ===================================
DOCTORS
=================================== */

/* ===================================
FAQ
=================================== */
.rsd-faq{
    padding:100px 0;
    background:#f8fbff;
}

.rsd-faq-wrap{
    max-width:1000px;
    margin:auto;
}

.rsd-faq-item{
    background:#fff;
    margin-bottom:20px;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.rsd-faq-question{
    width:100%;
    border:none;
    background:#fff;
    cursor:pointer;
    padding:25px 30px;
    text-align:left;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:20px;
    font-weight:700;
    color:#001123;
}

.rsd-faq-question span{
    font-size:30px;
    color:#159EEC;
    transition:.3s;
}

.rsd-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

.rsd-faq-answer p{
    padding:0 30px 30px;
    color:#666;
    line-height:1.9;
    font-size:16px;
}

.rsd-faq-item.active .rsd-faq-answer{
    max-height:400px;
}

.rsd-faq-item.active .rsd-faq-question span{
    transform:rotate(45deg);
}

@media(max-width:768px){

.rsd-faq{
    padding:70px 0;
}

.rsd-faq-question{
    font-size:16px;
    padding:20px;
}

.rsd-faq-answer p{
    padding:0 20px 20px;
    font-size:14px;
}

}

/* ===================================
CTA
=================================== */

.rsd-emergency-cta{
padding:100px 0;
background:linear-gradient(135deg,#001123,#003350);
text-align:center;
}

.rsd-emergency-cta h2{
font-size:48px;
color:#fff;
margin-bottom:15px;
}

.rsd-emergency-cta p{
color:#d8e8f3;
margin-bottom:25px;
}

/* ===================================
TABLET
=================================== */

@media(max-width:991px){

.rsd-sp-hero .rsd-sp-container,
.rsd-featured-grid{
flex-direction:column;
display:flex;
}

.rsd-sp-grid,
.rsd-sp-why-grid,
.rsd-tech-grid,
.rsd-stats-grid,
.rsd-process-grid,
.rsd-doctors-grid{
grid-template-columns:repeat(2,1fr);
}

.rsd-sp-left h1{
font-size:40px;
}

}

/* ===================================
MOBILE
=================================== */

@media(max-width:767px){

    .rsd-sp-left h1 {
        font-size: 24px;
        line-height: 40px;
    }

.rsd-sp-title h2{
font-size:24px;
}

.rsd-sp-grid,
.rsd-sp-why-grid,
.rsd-tech-grid,
.rsd-stats-grid,
.rsd-process-grid,
.rsd-doctors-grid{
grid-template-columns:1fr;
}

.rsd-sp-btn-primary,
.rsd-sp-btn-outline{
width:100%;
}

.rsd-sp-right img{
height:280px;
}

.rsd-featured-image img{
height:280px;
}

.rsd-emergency-cta h2{
font-size:19px;
}
.rsd-sp-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #d8e8f3;
    margin-bottom: 30px;
    text-align: justify;
}
.rsd-sp-why {
    padding: 41px 0;
    background: #f7fbff;
}
.rsd-sp-specialties {
    padding: 30px 0;
}

.rsd-featured-content h2 {
    font-size: 24px;
    margin: 8px 0;
    color: #001123;
}

.rsd-tech {
    padding: 42px 0;
}


}