:root{
    --gold:#D4AF37;
    --gold-light:#E6C87A;
    --gold-dark:#B8902A;
    --black:#050505;
    --dark:#111111;
    --dark-2:#1A1A1A;
    --white:#ffffff;
    --gray:#cfcfcf;
    --transition:.4s ease;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--black);
    color:var(--white);
    overflow-x:hidden;
    line-height:1.7;
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

section{
    padding:100px 0;
}

/* HEADER */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:rgba(0,0,0,.85);
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(212,175,55,.15);
}

.nav-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:85px;
}

.logo img{
    height:65px;
    width:auto;
}

.navbar ul{
    display:flex;
    gap:35px;
}

.navbar a{
    color:white;
    font-size:15px;
    font-weight:500;
    transition:var(--transition);
}

.navbar a:hover{
    color:var(--gold);
}

.book-btn{
    padding:12px 28px;
    background:var(--gold);
    color:black;
    border-radius:50px;
    font-weight:600;
    transition:var(--transition);
}

.book-btn:hover{
    transform:translateY(-3px);
}

.menu-toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
    color:white;
}

/* HERO */

.hero{
    min-height:100vh;
    position:relative;
    display:flex;
    align-items:center;
    text-align:center;
    background:
    linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.8)),
    url('../images/hero-bg.jpg') center center/cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at center,
    rgba(212,175,55,.12),
    transparent 60%);
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero-tag{
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:14px;
}

.hero h1{
    font-family:'Cormorant Garamond',serif;
    font-size:78px;
    line-height:1.1;
    max-width:900px;
    margin:25px auto;
}

.hero p{
    max-width:700px;
    margin:auto;
    color:#ddd;
    font-size:18px;
}

.hero-buttons{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:20px;
}

.btn-primary{
    background:var(--gold);
    color:black;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
}

.btn-outline{
    border:2px solid var(--gold);
    color:var(--gold);
    padding:15px 35px;
    border-radius:50px;
}

/* SECTION TITLE */

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-family:'Cormorant Garamond',serif;
    color:var(--gold);
    font-size:60px;
}

.section-title p{
    color:#bdbdbd;
    max-width:700px;
    margin:auto;
}

/* ABOUT */

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.about-image img{
    border-radius:20px;
}

.about-content h2{
    font-family:'Cormorant Garamond',serif;
    font-size:55px;
    color:var(--gold);
    margin-bottom:20px;
}

.about-content p{
    color:#d6d6d6;
    margin-bottom:15px;
}

.about-content ul{
    margin-top:25px;
}

.about-content li{
    margin-bottom:12px;
    color:var(--gold-light);
}

/* SERVICES */

.services{
    background:var(--dark);
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    background:var(--dark-2);
    border:1px solid rgba(212,175,55,.15);
    padding:40px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-10px);
    border-color:var(--gold);
}

.service-card i{
    color:var(--gold);
    font-size:45px;
    margin-bottom:20px;
}

.service-card h3{
    font-size:28px;
    margin-bottom:15px;
}

.service-card p{
    color:#cfcfcf;
}

/* GALLERY */

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.gallery-grid img{
    height:350px;
    object-fit:cover;
    border-radius:15px;
    transition:.4s;
    cursor:pointer;
}

.gallery-grid img:hover{
    transform:scale(1.05);
}

/* COUNTERS */

.counter-section{
    background:linear-gradient(90deg,#000,#161616);
}

.counter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    text-align:center;
}

.counter-grid h3{
    font-size:60px;
    color:var(--gold);
}

.counter-grid p{
    color:#ddd;
}

/* FAQ */

.faq-item{
    border:1px solid rgba(212,175,55,.15);
    margin-bottom:20px;
    border-radius:10px;
    overflow:hidden;
}

.faq-question{
    width:100%;
    background:#111;
    color:white;
    border:none;
    padding:20px;
    text-align:left;
    cursor:pointer;
    font-size:18px;
}

.faq-answer{
    display:none;
    padding:20px;
    background:#1a1a1a;
    color:#ddd;
}

/* CONTACT */

.contact{
    text-align:center;
    background:#0d0d0d;
}

.contact h2{
    font-family:'Cormorant Garamond',serif;
    color:var(--gold);
    font-size:55px;
    margin-bottom:20px;
}

.contact iframe{
    width:100%;
    height:400px;
    margin-top:40px;
    border:none;
    border-radius:20px;
}

/* FOOTER */

footer{
    background:#000;
    text-align:center;
    padding:40px 0;
    border-top:1px solid rgba(212,175,55,.1);
}

footer h3{
    color:var(--gold);
    font-size:36px;
    margin-bottom:10px;
}

/* WHATSAPP */

.whatsapp-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:60px;
    height:60px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:28px;
    z-index:999;
}

/* MOBILE */

@media(max-width:992px){

.hero h1{
    font-size:55px;
}

.about-grid{
    grid-template-columns:1fr;
}

.service-grid{
    grid-template-columns:1fr;
}

.gallery-grid{
    grid-template-columns:1fr 1fr;
}

.counter-grid{
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.navbar{
    position:fixed;
    top:85px;
    left:-100%;
    width:100%;
    background:black;
    transition:.4s;
}

.navbar.active{
    left:0;
}

.navbar ul{
    flex-direction:column;
    padding:30px;
}

.menu-toggle{
    display:block;
}

.book-btn{
    display:none;
}

}

@media(max-width:768px){

.hero h1{
    font-size:42px;
}

.section-title h2{
    font-size:42px;
}

.contact h2{
    font-size:42px;
}

.gallery-grid{
    grid-template-columns:1fr;
}

.hero-buttons{
    flex-direction:column;
}

.counter-grid{
    grid-template-columns:1fr;
}

}

/* ANIMATIONS */

.service-card,
.about-content,
.about-image,
.gallery-grid img,
.faq-item{
opacity:0;
transform:translateY(40px);
transition:.8s ease;
}

.show{
opacity:1 !important;
transform:translateY(0) !important;
}

.navbar a.active{
color:#D4AF37;
}

/* LIGHTBOX */

#lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.95);
display:none;
justify-content:center;
align-items:center;
z-index:99999;
padding:20px;
}

#lightbox.active{
display:flex;
}

#lightbox img{
max-width:90%;
max-height:90%;
border-radius:15px;
border:3px solid #D4AF37;
}

/* PAGE HERO */

.page-hero{
height:60vh;
background:url('../images/hero-bg.jpg') center/cover;
position:relative;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}

.page-hero .overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.65);
}

.page-hero .hero-content{
position:relative;
z-index:2;
color:#fff;
}

.page-hero h1{
font-size:60px;
margin-bottom:15px;
}

.services-page{
padding:100px 0;
}

.process-section{
padding:100px 0;
background:#111;
}

.process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
margin-top:50px;
}

.process-box{
background:#1b1b1b;
padding:40px 30px;
text-align:center;
border:1px solid rgba(212,175,55,.2);
border-radius:15px;
}

.process-box h3{
font-size:50px;
color:#D4AF37;
margin-bottom:10px;
}

.process-box h4{
margin-bottom:15px;
}

.cta-section{
padding:100px 0;
text-align:center;
background:#000;
}

.cta-section h2{
font-size:42px;
margin-bottom:20px;
}

.cta-section p{
margin-bottom:30px;
}

@media(max-width:768px){

.page-hero h1{
font-size:38px;
}

.cta-section h2{
font-size:30px;
}

}