@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;700&family=Inter:wght@300;400;500;600&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Inter',sans-serif;
background:#f8f5ef;
color:#2b2b2b;
overflow-x:hidden;
line-height:1.6;
}

/* NAVBAR */

nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 7%;
background:white;
box-shadow:0 2px 15px rgba(0,0,0,.05);
position:sticky;
top:0;
z-index:999;
}

.logo{
font-family:'Cormorant Garamond',serif;
font-size:38px;
font-weight:700;
color:#c7a86d;
}

nav ul{
display:flex;
list-style:none;
gap:25px;
}

nav a{
text-decoration:none;
color:#2b2b2b;
font-weight:500;
transition:.3s;
}

nav a:hover{
color:#c7a86d;
}

/* HERO */

.hero{
min-height:90vh;
background:
linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
url('../images/hero.jpg');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
padding:0 8%;
}

.hero-content{
max-width:700px;
color:white;
}

.gold-text{
color:#d9b97f;
font-size:18px;
letter-spacing:1px;
}

.hero h1{
font-family:'Cormorant Garamond',serif;
font-size:clamp(52px,8vw,90px);
line-height:1;
margin:15px 0;
}

.hero p{
font-size:18px;
max-width:550px;
}

.btn{
display:inline-block;
margin-top:25px;
padding:15px 35px;
background:#c7a86d;
color:white;
text-decoration:none;
border-radius:40px;
font-weight:600;
transition:.3s;
}

.btn:hover{
transform:translateY(-3px);
}

/* SECTIONS */

section{
padding:80px 7%;
}

section h2{
font-family:'Cormorant Garamond',serif;
font-size:48px;
text-align:center;
margin-bottom:40px;
}

/* STATS */

.stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.stat-card{
background:white;
padding:35px;
border-radius:25px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
text-align:center;
}

.stat-card h2{
font-size:42px;
margin-bottom:10px;
color:#c7a86d;
}

/* PROPERTY */

.property-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.property-card{
background:white;
overflow:hidden;
border-radius:25px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.property-card img{
width:100%;
height:260px;
object-fit:cover;
display:block;
}

.property-card h3{
padding:20px;
text-align:center;
}

/* ABOUT */

.about-page{
max-width:1100px;
margin:auto;
display:flex;
align-items:center;
justify-content:center;
gap:50px;
padding:20px 0;

}

.profile{
width:220px;
height:220px;
border-radius:50%;
object-fit:cover;
border:5px solid #c7a86d;
flex-shrink:0;
}

.about-page div{
max-width:650px;
}

.about-page h1{
margin-bottom:10px;
}

.about-page h3{
margin-bottom:15px;
color:#555;
}

/* SERVICES */

.services{
max-width:1200px;
margin:auto;
}

.service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.service-card{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
text-align:center;
transition:.3s;
}

.service-card:hover{
transform:translateY(-8px);

}

/* PORTFOLIO */

.gallery{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.gallery img{
width:100%;
height:280px;
object-fit:cover;
border-radius:20px;
transition:.3s;
}

.gallery img:hover{
transform:scale(1.03);
}

/* CONTACT */

.contact{
min-height:70vh;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
}

.contact-card{
background:white;
width:100%;
max-width:750px;
padding:40px;
border-radius:25px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
}

/* FOOTER */

footer{
text-align:center;
padding:30px;
background:white;
margin-top:50px;
}

/* MOBILE */

@media(max-width:768px){

nav{
flex-direction:column;
padding:15px;
}

.logo{
font-size:28px;
text-align:center;
}

nav ul{
flex-wrap:wrap;
justify-content:center;
gap:12px;
margin-top:10px;
}

.hero{
min-height:75vh;
padding:40px 25px;
text-align:center;
justify-content:center;
}

.hero-content{
max-width:100%;
}

.hero h1{
font-size:56px;
}

.hero p{
font-size:16px;
}

.stats{
grid-template-columns:1fr;
}

.property-grid{
grid-template-columns:1fr;
}

.service-grid{
grid-template-columns:1fr;
}

.gallery{
grid-template-columns:1fr;
}

.about-page{
flex-direction:column;
text-align:center;
min-height:auto;
padding:30px 10px;
}

.profile{
width:180px;
height:180px;
}

.contact-card{
padding:25px;
}

section{
padding:60px 20px;
}

}/* Floating WhatsApp */

.whatsapp-btn{
position:fixed;
bottom:25px;
right:20px;
width:60px;
height:60px;
background:#25D366;
color:white;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:28px;
text-decoration:none;
box-shadow:0 8px 20px rgba(0,0,0,.25);
z-index:9999;
}

/* Floating Call */

.call-btn{
position:fixed;
bottom:100px;
right:20px;
width:60px;
height:60px;
background:#c7a86d;
color:white;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:24px;
text-decoration:none;
box-shadow:0 8px 20px rgba(0,0,0,.25);
z-index:9999;
}

/* Mobile */

@media(max-width:768px){

.whatsapp-btn,
.call-btn{
width:55px;
height:55px;
font-size:22px;
}

}/* Better heading spacing */

h1,h2{
margin-bottom:20px;
}

/* Contact card spacing */

.contact-card p{
margin-bottom:12px;
}

/* Property card text */

.property-card p{
padding:0 20px 20px;
}

/* Better mobile hero */

@media(max-width:768px){

.hero h1{
font-size:42px;
}

.logo{
font-size:24px;
}

nav ul{
font-size:14px;
}

.contact-card{
margin:0;
}

}