/* ==================================================
RSD FACILITIES PAGE COMPLETE CSS
================================================== */

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

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

.rsd-fac-hero{
padding:70px 0;
background:
linear-gradient(rgba(0,17,35,.88),rgba(0,51,80,.88)),
url('https://images.unsplash.com/photo-1516549655169-df83a0774514?w=1800');
background-size:cover;
background-position:center;
overflow:hidden;
}

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

.rsd-fac-content{
flex:1;
}

.rsd-fac-image{
flex:1;
position:relative;
}

.rsd-fac-image img{
width:100%;
height:620px;
object-fit:cover;
border-radius:35px;
border:8px solid rgba(255,255,255,.08);
box-shadow:0 25px 60px rgba(0,0,0,.35);
}

.rsd-fac-image::after{
content:"24×7 Emergency Support";
position:absolute;
left:-20px;
bottom:30px;
background:#159EEC;
color:#fff;
padding:16px 25px;
border-radius:18px;
font-weight:700;
}

.rsd-fac-badge{
display:inline-block;
padding:12px 24px;
background:rgba(21,158,236,.15);
color:#159EEC;
border-radius:50px;
margin-bottom:25px;
font-weight:600;
}

.rsd-fac-content h1 {
    font-size: clamp(40px, 5vw, 51px);
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
}

.rsd-fac-content h1 span{
display:block;
color:#159EEC;
}

.rsd-fac-content p{
font-size:18px;
line-height:1.9;
color:#d8e7f2;
margin-bottom:35px;
max-width:620px;
}

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

.rsd-fac-btn{
padding:16px 35px;
background:#159EEC;
color:#fff;
border-radius:50px;
font-weight:600;
}

.rsd-fac-btn-outline{
padding:16px 35px;
border:1px solid #159EEC;
color:#159EEC;
border-radius:50px;
font-weight:600;
}

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

.rsd-sec-title{
text-align:center;
margin-bottom:70px;
}

.rsd-sec-title span{
display:inline-block;
color:#159EEC;
font-weight:700;
letter-spacing:1px;
margin-bottom:10px;
}

.rsd-sec-title h2{
font-size:48px;
color:#001123;
line-height:1.2;
}

/* =========================
FACILITIES
========================= */

.rsd-facilities{
padding:120px 0;
background:#fff;
}

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

.rsd-fac-card{
background:#fff;
padding:40px 30px;
border-radius:28px;
border:1px solid #edf2f7;
box-shadow:0 15px 40px rgba(0,0,0,.07);
transition:.4s;
position:relative;
overflow:hidden;
}

.rsd-fac-card::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:linear-gradient(90deg,#159EEC,#003350);
}

.rsd-fac-card:hover{
transform:translateY(-10px);
}

.rsd-fac-icon{
font-size:60px;
margin-bottom:20px;
}

.rsd-fac-card h3{
font-size:23px;
color:#001123;
margin-bottom:15px;
}

.rsd-fac-card p{
font-size:15px;
line-height:1.9;
color:#666;
}

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

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

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

.rsd-fac-stat{
padding:50px 30px;
border-radius:30px;
background:rgba(255,255,255,.05);
backdrop-filter:blur(10px);
text-align:center;
}

.rsd-fac-stat h2{
font-size:64px;
font-weight:800;
color:#159EEC;
margin-bottom:10px;
}

.rsd-fac-stat p{
font-size:18px;
color:#fff;
}

/* =========================
EQUIPMENT
========================= */

.rsd-equipment{
padding:120px 0;
background:#f7fbff;
}

.rsd-equipment-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.rsd-equipment-card{
overflow:hidden;
border-radius:25px;
background:#fff;
box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.rsd-equipment-card img{
width:100%;
height:240px;
object-fit:cover;
}

.rsd-equipment-content{
padding:25px;
}

.rsd-equipment-content h3{
font-size:24px;
margin-bottom:10px;
color:#001123;
}

.rsd-equipment-content p{
color:#666;
line-height:1.8;
}

/* =========================
AMENITIES
========================= */

.rsd-amenities{
padding:120px 0;
background:#fff;
}

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

.rsd-amenity{
display:flex;
align-items:center;
gap:15px;
padding:28px;
background:#fff;
border-radius:22px;
box-shadow:0 10px 25px rgba(0,0,0,.07);
font-size:18px;
font-weight:600;
}

.rsd-amenity::before{
content:"✓";
width:45px;
height:45px;
background:#159EEC;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-weight:700;
}

/* =========================
GALLERY
========================= */

.rsd-gallery{
padding:120px 0;
background:#f8fbff;
}

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

.rsd-gallery-grid img{
width:100%;
height:320px;
object-fit:cover;
border-radius:25px;
transition:.4s;
}

.rsd-gallery-grid img:hover{
transform:scale(1.03);
}

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

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

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

.rsd-fac-cta p{
font-size:18px;
color:#d8e7f2;
margin-bottom:30px;
}

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

@media(max-width:991px){

.rsd-fac-hero .rsd-fac-container{
flex-direction:column;
}

.rsd-fac-grid,
.rsd-fac-stat-grid{
grid-template-columns:repeat(2,1fr);
}

.rsd-equipment-grid,
.rsd-gallery-grid,
.rsd-amenities-grid{
grid-template-columns:repeat(2,1fr);
}

.rsd-sec-title h2{
font-size:38px;
}

}

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

@media(max-width:768px){

.rsd-fac-hero{
padding:70px 0;
}

.rsd-fac-content h1{
font-size:25px;
}

.rsd-fac-content p{
font-size:15px;
text-align: justify;
}

.rsd-fac-image img{
height:320px;
}

.rsd-fac-image::after{
display:none;
}

.rsd-sec-title{
margin-bottom:40px;
}

.rsd-sec-title h2{
font-size:20px;
}

.rsd-fac-grid,
.rsd-fac-stat-grid,
.rsd-equipment-grid,
.rsd-gallery-grid,
.rsd-amenities-grid{
grid-template-columns:1fr;
}

.rsd-fac-btn,
.rsd-fac-btn-outline{
width:100%;
text-align:center;
}

.rsd-fac-stat h2{
font-size:42px;
}

.rsd-fac-cta h2{
font-size:30px;
}

.rsd-fac-cta p{
font-size:15px;
}

}