/* ===========================
   AL AIN RECOVERY
   PREMIUM CSS
=========================== */

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

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#000;
color:#fff;
line-height:1.7;
overflow-x:hidden;
}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
}

ul{
list-style:none;
}

section{
padding:90px 8%;
}

.title{
font-size:42px;
font-weight:700;
text-align:center;
color:#FFD700;
margin-bottom:50px;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.card{
background:#111;
padding:30px;
border-radius:18px;
transition:.35s;
border:1px solid #222;
}

.card:hover{
transform:translateY(-8px);
border-color:#FFD700;
box-shadow:0 10px 30px rgba(255,215,0,.15);
}
/* ===========================
   HEADER
=========================== */

header{
position:fixed;
top:0;
left:0;
width:100%;
padding:18px 8%;
background:rgba(0,0,0,.90);
backdrop-filter:blur(12px);
display:flex;
justify-content:space-between;
align-items:center;
z-index:999;
border-bottom:1px solid #222;
}

.logo{
font-size:30px;
font-weight:800;
color:#FFD700;
letter-spacing:1px;
}

nav{
display:flex;
gap:30px;
}

nav a{
color:#fff;
font-weight:600;
transition:.3s;
}

nav a:hover{
color:#FFD700;
}

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

.hero{
height:100vh;
background:url("IMG-20260803-WA0001.jpg") center center/cover no-repeat;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
position:relative;
}

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.45);
}

.hero-content{
position:relative;
z-index:2;
max-width:800px;
padding:20px;
}

.hero h1{
font-size:60px;
color:#FFD700;
margin-bottom:20px;
}

.hero p{
font-size:22px;
margin-bottom:30px;
color:#fff;
}
/* ===========================
   BUTTONS
=========================== */

.hero-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-top:20px;
}

.btn,
.btn2{
display:inline-block;
padding:15px 35px;
border-radius:50px;
font-size:18px;
font-weight:700;
transition:0.3s;
}

.btn{
background:#FFD700;
color:#000;
}

.btn:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(255,215,0,.35);
}

.btn2{
background:#25D366;
color:#fff;
}

.btn2:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(37,211,102,.35);
}

/* ===========================
   WHATSAPP FLOATING BUTTON
=========================== */

.whatsapp{
position:fixed;
right:20px;
bottom:20px;
width:65px;
height:65px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#fff;
box-shadow:0 8px 20px rgba(0,0,0,.35);
z-index:999;
transition:.3s;
}

.whatsapp:hover{
transform:scale(1.1);
}
/* ===========================
   FOOTER
=========================== */

footer{
background:#050505;
padding:50px 20px;
text-align:center;
border-top:1px solid #222;
}

footer h3{
color:#FFD700;
font-size:28px;
margin-bottom:15px;
}

footer p{
color:#ccc;
margin:8px 0;
font-size:16px;
}

/* ===========================
   RESPONSIVE DESIGN
=========================== */

@media (max-width:768px){

header{
flex-direction:column;
padding:15px;
}

nav{
margin-top:15px;
gap:15px;
flex-wrap:wrap;
justify-content:center;
}

.hero h1{
font-size:38px;
}

.hero p{
font-size:18px;
}

.title{
font-size:32px;
}

section{
padding:70px 20px;
}

.cards{
grid-template-columns:1fr;
}

.btn,
.btn2{
width:100%;
max-width:280px;
text-align:center;
}

.hero-buttons{
flex-direction:column;
align-items:center;
}

.whatsapp{
width:60px;
height:60px;
font-size:28px;
right:15px;
bottom:15px;
}

}
/* ===========================
   PREMIUM HERO
=========================== */

.hero{
height:100vh;
min-height:700px;
background:url("IMG-20260803-WA0001.jpg") center center/cover no-repeat;
display:flex;
justify-content:center;
align-items:center;
position:relative;
text-align:center;
}

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.35);
}

.hero-content{
position:relative;
z-index:2;
max-width:900px;
padding:20px;
}

.hero h1{
font-size:72px;
font-weight:800;
line-height:1.15;
color:#FFD700;
margin-bottom:20px;
text-shadow:0 5px 20px rgba(0,0,0,.6);
}

.hero p{
font-size:24px;
color:#fff;
margin-bottom:35px;
}

.btn,
.btn2{
padding:18px 42px;
font-size:20px;
border-radius:60px;
font-weight:700;
}
/* ===========================
   PREMIUM HEADER
=========================== */

header{
position:fixed;
top:0;
left:0;
width:100%;
padding:20px 8%;
display:flex;
justify-content:space-between;
align-items:center;
background:rgba(0,0,0,.55);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
border-bottom:1px solid rgba(255,215,0,.15);
z-index:9999;
transition:.4s;
}

.logo{
font-size:34px;
font-weight:800;
color:#FFD700;
letter-spacing:1px;
text-shadow:0 0 15px rgba(255,215,0,.35);
}

nav a{
color:#fff;
font-size:17px;
font-weight:600;
margin-left:30px;
transition:.35s;
position:relative;
}

nav a:hover{
color:#FFD700;
}

nav a::after{
content:"";
position:absolute;
left:0;
bottom:-8px;
width:0%;
height:2px;
background:#FFD700;
transition:.35s;
}

nav a:hover::after{
width:100%;
}

/* ===========================
   PREMIUM CARDS
=========================== */

.card{
background:linear-gradient(180deg,#111,#090909);
border:1px solid rgba(255,215,0,.12);
border-radius:22px;
padding:35px;
transition:.4s;
overflow:hidden;
position:relative;
}

.card::before{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background:linear-gradient(90deg,transparent,rgba(255,215,0,.10),transparent);
transition:.6s;
}

.card:hover::before{
left:100%;
}

.card:hover{
transform:translateY(-12px);
box-shadow:0 15px 35px rgba(255,215,0,.18);
border-color:#FFD700;
}

.card h3{
color:#FFD700;
margin-bottom:15px;
font-size:24px;
}

.card p{
color:#ddd;
font-size:17px;
line-height:1.8;
}

/* ===========================
   GOLD BUTTON EFFECT
=========================== */

.btn,
.btn2{
transition:.35s;
}

.btn:hover{
transform:translateY(-4px) scale(1.05);
box-shadow:0 0 30px rgba(255,215,0,.45);
}

.btn2:hover{
transform:translateY(-4px) scale(1.05);
box-shadow:0 0 30px rgba(37,211,102,.45);
}

/* ===========================
   SMOOTH SCROLL
=========================== */

html{
scroll-behavior:smooth;
}
/* ===========================
   PREMIUM GALLERY
=========================== */

#gallery{
padding:100px 8%;
background:#050505;
}

#gallery .cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

#gallery .card{
padding:0;
overflow:hidden;
background:#111;
border-radius:20px;
border:2px solid rgba(255,215,0,.15);
transition:.4s;
}

#gallery .card img{
width:100%;
height:260px;
object-fit:cover;
transition:.5s;
}

#gallery .card:hover img{
transform:scale(1.08);
}

#gallery .card h3{
padding:20px;
text-align:center;
color:#FFD700;
font-size:22px;
}

#gallery .card:hover{
transform:translateY(-12px);
box-shadow:0 20px 45px rgba(255,215,0,.25);
border-color:#FFD700;
}

/* ===========================
   SECTION ANIMATION
=========================== */

section{
animation:fadeUp .8s ease;
}

@keyframes fadeUp{

0%{
opacity:0;
transform:translateY(40px);
}

100%{
opacity:1;
transform:translateY(0);
}

}
/* ===========================
   GOOGLE MAP
=========================== */

#location{
background:#080808;
}

#location iframe{
width:100%;
border:none;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.35);
}

#location .btn{
margin-top:20px;
display:inline-block;
}
/* ===========================
   QUICK CONTACT
=========================== */

#quick-contact{
background:#000;
text-align:center;
padding:100px 20px;
}

#quick-contact .btn,
#quick-contact .btn2{
margin:10px;
}

/* ===========================
   WHATSAPP ANIMATION
=========================== */

.whatsapp{
animation:whatsappPulse 2s infinite;
}

@keyframes whatsappPulse{

0%{
transform:scale(1);
}

50%{
transform:scale(1.1);
}

100%{
transform:scale(1);
}

}

/* ===========================
   CALL BUTTON
=========================== */

.call-btn{
position:fixed;
left:20px;
bottom:20px;
width:65px;
height:65px;
background:#FFD700;
color:#000;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
text-decoration:none;
box-shadow:0 10px 25px rgba(255,215,0,.35);
z-index:9999;
transition:.3s;
}

.call-btn:hover{
transform:scale(1.1);
}
/* ===========================
   FINAL MOBILE OPTIMIZATION
=========================== */

@media (max-width:768px){

.hero h1{
font-size:42px;
line-height:1.2;
}

.hero p{
font-size:18px;
padding:0 15px;
}

.logo{
font-size:26px;
}

nav{
flex-direction:column;
align-items:center;
gap:12px;
}

nav a{
margin:0;
font-size:16px;
}

section{
padding:60px 20px;
}

.title{
font-size:30px;
}

.card{
padding:25px;
}

#gallery .card img{
height:220px;
}

.btn,
.btn2{
width:100%;
max-width:300px;
margin:10px auto;
display:block;
}

.call-btn,
.whatsapp{
width:58px;
height:58px;
font-size:26px;
}

}
