*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins', sans-serif;
}

.hero{
    height:100vh;
    background:
    linear-gradient(rgba(0,0,0,.85),rgba(0,0,0,.85)),
    url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80');
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:0 8%;
}


.overlay{
    max-width:900px;
    padding:20px;
}

.hero h1{
    color:white;
    font-size:60px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.hero h1 span{
    color:#D4AF37;
}

.hero p{
    color:#ddd;
    font-size:21px;
    line-height:1.8;
    max-width:900px;
    margin:auto;
    margin-bottom:40px;
}


.btn{
    display:inline-block;
    padding:18px 45px;
    background:#FFD700;
    color:#111;
    text-decoration:none;
    border-radius:50px;
    font-weight:bold;
    transition:.3s;
}

.btn:hover{
    transform:scale(1.08);
    background:#fff;
}
/* ---------- NAVBAR ---------- */

.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 8%;
    background:rgba(0,0,0,.75);
    backdrop-filter:blur(12px);
    z-index:999;
}

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

.logo span{
    color:white;
}
.logo small{
    display:block;
    font-size:14px;
    color:#FFD700;
    letter-spacing:4px;
    margin-top:2px;
}
.navbar ul{
    display:flex;
    list-style:none;
    gap:35px;
}

.navbar ul li a{
    color:white;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.navbar ul li a:hover{
    color:#FFD700;
}

.call-btn{
    padding:14px 28px;
    background:#FFD700;
    color:#111;
    text-decoration:none;
    border-radius:50px;
    font-weight:bold;
}

.call-btn:hover{
    background:white;
}
/* ===========================
CORE EXPERTISE
=========================== */

.expertise{

padding:100px 8%;

background:#080808;

color:white;

}

.section-title{

text-align:center;

max-width:800px;

margin:auto;

margin-bottom:70px;

}

.section-title h4{

color:#D4AF37;

letter-spacing:3px;

margin-bottom:15px;

}

.section-title h2{

font-size:46px;

margin-bottom:20px;

}

.section-title p{

color:#cfcfcf;

line-height:1.8;

font-size:18px;

}

.expertise-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}

.expertise-card{

background:#121212;

padding:40px;

border-radius:20px;

border:1px solid rgba(212,175,55,.25);

transition:.4s;

}

.expertise-card:hover{

transform:translateY(-12px);

border-color:#D4AF37;

box-shadow:0 25px 50px rgba(212,175,55,.25);

}

.icon{

font-size:55px;

margin-bottom:25px;

}

.expertise-card h3{

font-size:28px;

margin-bottom:18px;

color:#D4AF37;

}

.expertise-card p{

line-height:1.8;

color:#d7d7d7;

}
/* ==========================
WHY CHOOSE US
========================== */

.why-us{

padding:100px 8%;

background:#050505;

color:white;

}

.why-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

margin-top:60px;

}

.why-card{

background:#111;

padding:35px;

border-radius:18px;

border:1px solid rgba(212,175,55,.2);

transition:.4s;

position:relative;

overflow:hidden;

}

.why-card:hover{

transform:translateY(-10px);

border-color:#D4AF37;

box-shadow:0 20px 45px rgba(212,175,55,.25);

}

.number{

font-size:55px;

font-weight:800;

color:#D4AF37;

opacity:.25;

margin-bottom:15px;

}

.why-card h3{

margin-bottom:15px;

font-size:26px;

color:#fff;

}

.why-card p{

color:#d0d0d0;

line-height:1.8;

}
/*==========================
ABOUT
===========================*/

.about{

display:flex;

align-items:center;

justify-content:space-between;

gap:70px;

padding:110px 8%;

background:#111;

color:white;

}

.about-left{

flex:1;

}

.small-title{

color:#D4AF37;

letter-spacing:3px;

font-weight:600;

}

.about h2{

font-size:46px;

margin:20px 0;

line-height:1.3;

}

.about p{

color:#d0d0d0;

font-size:18px;

line-height:1.9;

margin-bottom:35px;

}

.about-points{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:40px;

}

.about-points div{

background:#181818;

padding:16px;

border-left:4px solid #D4AF37;

border-radius:8px;

}

.about-right{

flex:1;

}

.about-right img{

width:100%;

border-radius:20px;

box-shadow:0 20px 60px rgba(212,175,55,.25);

transition:.5s;

}

.about-right img:hover{

transform:scale(1.03);

}
/*==========================
SERVICES
===========================*/

.services{

padding:120px 8%;

background:#080808;

color:white;

}

.services-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:30px;

margin-top:60px;

}

.service-card{

background:#121212;

padding:35px;

border-radius:18px;

border:1px solid rgba(212,175,55,.25);

transition:.4s;

cursor:pointer;

}

.service-card:hover{

transform:translateY(-12px);

border-color:#D4AF37;

box-shadow:0 20px 50px rgba(212,175,55,.25);

}

.service-card h3{

font-size:24px;

margin-bottom:20px;

color:#D4AF37;

}

.service-card p{

color:#d0d0d0;

line-height:1.8;

}
/*==========================
WHO WE SERVE
==========================*/

.clients{

padding:110px 8%;

background:#111;

color:white;

}

.clients-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:30px;

margin-top:60px;

}

.client-box{

background:#181818;

padding:35px;

border-radius:18px;

border:1px solid rgba(212,175,55,.20);

transition:.4s;

}

.client-box:hover{

transform:translateY(-10px);

border-color:#D4AF37;

box-shadow:0 20px 45px rgba(212,175,55,.25);

}

.client-box h3{

color:#D4AF37;

margin-bottom:18px;

font-size:24px;

}

.client-box p{

color:#d7d7d7;

line-height:1.8;

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

.tag{
    display:inline-block;
    background:rgba(212,175,55,.15);
    color:#D4AF37;
    border:1px solid #D4AF37;
    padding:10px 24px;
    border-radius:50px;
    margin-bottom:30px;
    letter-spacing:1px;
}

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

.btn-outline{
    display:inline-block;
    padding:18px 40px;
    border:2px solid #D4AF37;
    border-radius:50px;
    text-decoration:none;
    color:#D4AF37;
    transition:.4s;
}

.btn-outline:hover{
    background:#D4AF37;
    color:black;
}

.hero-features{
    margin-top:45px;
    display:flex;
    justify-content:center;
    gap:35px;
    flex-wrap:wrap;
    color:#ccc;
    font-size:17px;
}
/*==========================
STATISTICS
==========================*/

.stats{
    background:#000;
    padding:70px 8%;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    text-align:center;
}

.stat-box{
    background:#111;
    padding:30px;
    border-radius:15px;
    border:1px solid rgba(212,175,55,.2);
    transition:.3s;
}

.stat-box:hover{
    transform:translateY(-8px);
    border-color:#D4AF37;
    box-shadow:0 15px 35px rgba(212,175,55,.2);
}

.stat-box h2{
    color:#D4AF37;
    font-size:50px;
    margin-bottom:10px;
}

.stat-box p{
    color:white;
    font-size:18px;
}
/*==========================
CITIES
==========================*/

.cities{

padding:110px 8%;

background:#080808;

color:white;

}

.cities-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(200px,1fr));

gap:20px;

margin-top:60px;

}

.city-card{

background:#111;

padding:25px;

text-align:center;

font-size:22px;

font-weight:600;

border-radius:15px;

border:1px solid rgba(212,175,55,.20);

transition:.4s;

cursor:pointer;

}

.city-card:hover{

background:#D4AF37;

color:black;

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(212,175,55,.35);

}
/*==========================
CONTACT
==========================*/

.contact{

padding:110px 8%;

background:#111;

color:white;

}

.contact-container{

display:grid;

grid-template-columns:1fr 1fr;

gap:50px;

margin-top:60px;

}

.contact-info{

background:#181818;

padding:40px;

border-radius:20px;

border:1px solid rgba(212,175,55,.25);

}

.contact-info h3{

color:#D4AF37;

margin-bottom:25px;

font-size:30px;

}

.contact-info p{

margin-bottom:18px;

font-size:18px;

line-height:1.7;

color:#ddd;

}

.contact-form{

background:#181818;

padding:40px;

border-radius:20px;

border:1px solid rgba(212,175,55,.25);

}

.contact-form input,
.contact-form textarea{

width:100%;

padding:18px;

margin-bottom:20px;

background:#111;

border:1px solid #333;

color:white;

border-radius:10px;

font-size:16px;

}

.contact-form input:focus,
.contact-form textarea:focus{

outline:none;

border-color:#D4AF37;

}
/*==========================
TESTIMONIALS
==========================*/

.testimonials{

padding:110px 8%;

background:#080808;

color:white;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:30px;

margin-top:60px;

}

.testimonial-card{

background:#111;

padding:40px;

border-radius:20px;

border:1px solid rgba(212,175,55,.25);

transition:.4s;

}

.testimonial-card:hover{

transform:translateY(-10px);

border-color:#D4AF37;

box-shadow:0 20px 45px rgba(212,175,55,.25);

}

.testimonial-card p{

line-height:1.9;

color:#ddd;

font-style:italic;

}

.testimonial-card h3{

margin-top:25px;

color:#D4AF37;

}
/*==========================
FOOTER
==========================*/

.footer{
    background:#050505;
    color:white;
    padding:80px 8% 30px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:50px;
}

.footer h2{
    color:#D4AF37;
    margin-bottom:20px;
}

.footer h3{
    color:#D4AF37;
    margin-bottom:20px;
}

.footer p{
    color:#bbb;
    line-height:1.8;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer li{
    margin-bottom:12px;
}

.footer a{
    color:#bbb;
    text-decoration:none;
    transition:.3s;
}

.footer a:hover{
    color:#D4AF37;
}

.footer hr{
    border:none;
    height:1px;
    background:#333;
    margin:50px 0 20px;
}

.copyright{
    text-align:center;
    color:#888;
}