
/*
Theme Name: Garud Global Framer Style
Author: OpenAI
Version: 1.0
Description: Premium Framer-inspired export-import WordPress theme.
*/

*{margin:0;padding:0;box-sizing:border-box}
body{
font-family:Arial,sans-serif;
background:#FEFEFE;
color:#544E3E;
line-height:1.6;
}

header{
position:fixed;
top:0;
width:100%;
z-index:999;
padding:20px 60px;
background:rgba(254,254,254,.9);
backdrop-filter:blur(12px);
border-bottom:1px solid rgba(196,172,90,.2);
}

nav{
display:flex;
justify-content:space-between;
align-items:center;
}

nav .logo{
font-size:28px;
font-weight:700;
color:#544E3E;
}

nav ul{
display:flex;
gap:24px;
list-style:none;
}

nav a{
text-decoration:none;
color:#544E3E;
font-weight:600;
}

.hero{
height:100vh;
background:url('https://images.unsplash.com/photo-1601597111158-2fceff292cdc?auto=format&fit=crop&w=1600&q=80') center/cover;
display:flex;
align-items:center;
justify-content:center;
position:relative;
overflow:hidden;
}

.hero::before{
content:'';
position:absolute;
inset:0;
background:linear-gradient(to bottom right, rgba(84,78,62,.85), rgba(84,78,62,.55));
}

.hero-content{
position:relative;
z-index:2;
text-align:center;
max-width:900px;
padding:20px;
color:#FEFEFE;
}

.hero h1{
font-size:72px;
line-height:1.1;
margin-bottom:24px;
}

.hero p{
font-size:20px;
opacity:.9;
margin-bottom:32px;
}

.btn{
display:inline-block;
padding:16px 34px;
background:#C4AC5A;
color:#544E3E;
border-radius:999px;
font-weight:700;
text-decoration:none;
transition:.3s;
}

.btn:hover{
transform:translateY(-3px);
}

.section{
padding:120px 60px;
}

.section-title{
font-size:48px;
margin-bottom:18px;
}

.light-bg{
background:rgba(196,172,90,.08);
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:28px;
margin-top:40px;
}

.card{
background:#fff;
border-radius:28px;
overflow:hidden;
border:1px solid rgba(196,172,90,.25);
box-shadow:0 20px 40px rgba(0,0,0,.05);
transition:.3s;
}

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

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

.card-content{
padding:24px;
}

.stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
margin-top:40px;
}

.stat{
background:#fff;
padding:32px;
border-radius:24px;
text-align:center;
border:1px solid rgba(196,172,90,.2);
}

.stat h3{
font-size:42px;
color:#C4AC5A;
margin-bottom:10px;
}

.contact-box{
background:#544E3E;
color:#FEFEFE;
padding:60px;
border-radius:32px;
margin-top:40px;
}

footer{
background:#544E3E;
padding:40px;
text-align:center;
color:#FEFEFE;
}

@media(max-width:768px){
.hero h1{font-size:42px}
.section{padding:80px 24px}
header{padding:20px}
nav ul{display:none}
}
