/* =========================
   ATHREYA CONSTRUCTIONS
   Premium Luxury Theme
========================= */

:root{
    --primary:#0F172A;
    --secondary:#111827;
    --gold:#D4AF37;
    --white:#ffffff;
    --light:#f8f8f8;
    --gray:#6b7280;
    --shadow:0 15px 40px rgba(0,0,0,.12);
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fff;
    color:#222;
    overflow-x:hidden;
}

/* ---------------- NAVBAR ---------------- */

.navbar{

    position:fixed;
    top:0;
    left:0;
    width:100%;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 8%;

    background:rgba(15,23,42,.92);

    backdrop-filter:blur(12px);

    z-index:999;

    transition:.4s;
}

.logo img{

    height:70px;
    background:rgba(202, 203, 204, 0.92);
    border-radius: 50%; 

}

.menu{

    display:flex;

    list-style:none;

}

.menu li{

    margin-left:35px;

}

.menu a{

    color:white;

    text-decoration:none;

    font-weight:500;

    transition:.3s;

}

.menu a:hover{

    color:var(--gold);

}

.call-btn{

    padding:12px 24px;

    border-radius:40px;

    background:var(--gold);

    color:#111;

    text-decoration:none;

    font-weight:600;

    transition:.3s;


}

.call-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 12px 30px rgba(212,175,55,.35);

}

/* ---------------- HERO ---------------- */

.hero{

position:relative;

height:100vh;

overflow:hidden;

}

.slider{

position:absolute;

width:100%;

height:100%;

}

.slide{

position:absolute;

width:100%;

height:100%;

opacity:0;

transition:opacity 1s ease-in-out;

}

.slide.active{

opacity:1;

}

.slide img{

width:100%;

height:100%;

object-fit:cover;

}

.hero-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.55);

}

.hero-content{

position:absolute;

top:50%;

left:50%;

transform:translate(-50%,-50%);

text-align:center;

color:white;

z-index:10;

max-width:900px;

padding:20px;

}

.hero-content h1{

font-size:65px;

font-family:"Playfair Display",serif;

margin:20px 0;

}

.hero h1 span{

    color:var(--gold);


}

.hero-content p{

font-size:20px;

line-height:1.8;

margin-bottom:35px;


}

.tagline{

color:#D4AF37;

font-weight:600;

letter-spacing:2px;

text-transform:uppercase;

}
.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn{

    background:var(--gold);

    color:#111;

    text-decoration:none;

    padding:16px 38px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.btn:hover{

    transform:translateY(-5px);

}

.btn-outline{

    border:2px solid var(--gold);

    color:white;

    text-decoration:none;

    padding:16px 38px;

    border-radius:50px;

    transition:.3s;

}

.btn-outline:hover{

    background:var(--gold);

    color:#111;

}
/* ---------------- SECTION ---------------- */

section{

    padding:100px 8%;

}

.section-title{

    text-align:center;

    font-size:42px;

    margin-bottom:50px;

    font-family:"Playfair Display",serif;

    color:var(--primary);

}
/*====================================
ABOUT SECTION
====================================*/

.about{
    background:#fff;
}

.about-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.about-content h2{
    font-size:42px;
    color:#0F172A;
    margin-bottom:20px;
    font-family:"Playfair Display",serif;
}

.about-content p{
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

.about-list{
    list-style:none;
    margin-top:25px;
}

.about-list li{
    margin-bottom:15px;
    font-weight:500;
}

.about-list i{
    color:#D4AF37;
    margin-right:12px;
}

/*====================================
SERVICES
====================================*/

.services{
    background:#F8F8F8;
}

.service-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

}

.service-card{

    background:#fff;

    padding:35px;

    border-radius:18px;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.service-card img{

    width:100%;

    height:220px;

    object-fit:cover;

    border-radius:12px;

    margin-bottom:20px;

}

.service-card h3{

    margin-bottom:15px;

    color:#0F172A;

}

.service-card p{

    color:#666;

    line-height:1.8;

}

/*====================================
WHY CHOOSE US
====================================*/

.why{

    background:#0F172A;

    color:white;

}

.why-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:25px;

}

.why-card{

padding:35px;

background:rgba(255,255,255,.06);

backdrop-filter:blur(8px);

border-radius:18px;

text-align:center;

}

.why-card i{

font-size:45px;

color:#D4AF37;

margin-bottom:20px;

}

.why-card h3{

margin-bottom:15px;

}

/*====================================
PORTFOLIO
====================================*/

.portfolio{

background:white;

}

.gallery{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:25px;

}

.gallery img{

width:100%;

height:320px;

object-fit:cover;

border-radius:18px;

transition:.4s;

cursor:pointer;

}

.gallery img:hover{

transform:scale(1.05);

}

/*====================================
COUNTER
====================================*/

.counter{

background:#111827;

color:white;

}

.counter-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(200px,1fr));

gap:30px;

text-align:center;

}

.counter h2{

font-size:55px;

color:#D4AF37;

}

.counter p{

margin-top:10px;

}

/*====================================
CONTACT CTA
====================================*/

.cta{

background:linear-gradient(135deg,#0F172A,#111827);

text-align:center;

color:white;

padding:100px 20px;

}

.cta h2{

font-size:48px;

margin-bottom:20px;

font-family:"Playfair Display",serif;

}

.cta p{

font-size:20px;

margin-bottom:35px;

}

/*====================================
FOOTER
====================================*/

footer{

background:#111;

color:#ddd;

padding:60px 8%;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:40px;

}

.footer-grid h3{

color:#D4AF37;

margin-bottom:20px;

}

.footer-grid ul{

list-style:none;

}

.footer-grid li{

margin-bottom:12px;

}

.footer-grid a{

color:#ddd;

text-decoration:none;

}

.footer-bottom{

border-top:1px solid rgba(255,255,255,.1);

margin-top:40px;

padding-top:25px;

text-align:center;

font-size:15px;

}

/*====================================
RESPONSIVE
====================================*/

@media(max-width:992px){

.about-container{

grid-template-columns:1fr;

}

.hero h1{

font-size:48px;

}

.footer-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.navbar{

padding:15px 20px;

}

.menu{

display:none;

}

.hero h1{

font-size:38px;

}

.hero p{

font-size:17px;

}

.call-btn{

display:none;

}

}
.fade{

opacity:0;

transform:translateY(40px);

transition:.8s;

}

.fade.show{

opacity:1;

transform:translateY(0);

}
.services{
    padding:80px 8%;
    background:#f8f8f8;
}

.section-title{
    text-align:center;
    font-size:42px;
    margin-bottom:10px;
}

.section-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:50px;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.service-card{
    background:#fff;
    padding:35px;
    border-radius:15px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-card i{
    font-size:50px;
    color:#D4AF37;
    margin-bottom:20px;
}

.service-card h3{
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    line-height:1.8;
}
/* ================= ABOUT ================= */

.about{

padding:100px 8%;

background:white;

}

.about-container{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.about-image img{

width:100%;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.about-content h2{

font-size:45px;

margin-bottom:25px;

color:#0F172A;

}

.about-content p{

margin-bottom:20px;

line-height:1.9;

color:#555;

font-size:17px;

}

.about-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:35px 0;

}

.feature{

background:#f8f8f8;

padding:15px;

border-left:4px solid #D4AF37;

font-weight:600;

border-radius:8px;

transition:.3s;

}

.feature:hover{

background:#D4AF37;

color:white;

}

@media(max-width:900px){

.about-container{

grid-template-columns:1fr;

}

.about-content h2{

font-size:35px;

}

.about-features{

grid-template-columns:1fr;

}

}
/*=============================
PORTFOLIO
=============================*/

.filter-buttons{

text-align:center;

margin-bottom:40px;

}

.filter-buttons button{

padding:12px 28px;

margin:8px;

border:none;

background:#ddd;

cursor:pointer;

border-radius:40px;

font-size:16px;

transition:.3s;

}

.filter-buttons button:hover{

background:#D4AF37;

color:white;

}

.filter-buttons .active{

background:#D4AF37;

color:white;

}

.portfolio-gallery{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:25px;

}

.portfolio-item{

background:white;

border-radius:15px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.portfolio-item img{

width:100%;

height:250px;

object-fit:cover;

}

.portfolio-item h3{

padding:20px;

text-align:center;

}
.contact{

padding:100px 8%;

background:#f8f8f8;

}

.contact-container{

display:grid;

grid-template-columns:1fr 1fr;

gap:50px;

margin-top:50px;

}

.contact-info{

background:white;

padding:40px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-info h3{

margin-bottom:25px;

color:#0F172A;

}

.contact-info p{

margin-bottom:20px;

line-height:1.8;

}

.contact-form{

background:white;

padding:40px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-form input,
.contact-form select,
.contact-form textarea{

width:100%;

padding:15px;

margin-bottom:18px;

border:1px solid #ddd;

border-radius:8px;

font-size:16px;

}

.contact-form button{

width:100%;

padding:16px;

background:#D4AF37;

color:white;

border:none;

font-size:18px;

border-radius:8px;

cursor:pointer;

transition:.3s;

}

.contact-form button:hover{

background:#b8860b;

}

.social-buttons{

display:flex;

gap:15px;

margin-top:30px;

}

.call-btn,
.whatsapp-btn{

padding:14px 22px;

text-decoration:none;

border-radius:8px;

color:white;

font-weight:600;

}

.call-btn{

background:#0F172A;

}

.whatsapp-btn{

background:#25D366;

}

@media(max-width:900px){

.contact-container{

grid-template-columns:1fr;

}

}
/*================ TESTIMONIALS ================*/

.testimonials{

padding:100px 8%;

background:#fff;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:30px;

margin-top:50px;

}

.testimonial-card{

background:#f8f8f8;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.4s;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.testimonial-card img{

width:90px;

height:90px;

border-radius:50%;

object-fit:cover;

margin-bottom:20px;

border:4px solid #D4AF37;

}

.testimonial-card h3{

margin-bottom:10px;

color:#0F172A;

}

.stars{

color:#D4AF37;

font-size:22px;

margin-bottom:15px;

}

.testimonial-card p{

line-height:1.8;

color:#555;

}
.counter{

background:#0F172A;

padding:80px 8%;

color:white;

}

.counter-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:30px;

text-align:center;

}

.counter-box h2{

font-size:55px;

color:#D4AF37;

margin-bottom:10px;

}

.counter-box p{

font-size:18px;

}
/*================ NAVIGATION ================*/

.navbar{

position:fixed;

top:0;

left:0;

width:100%;

padding:15px 8%;

display:flex;

justify-content:space-between;

align-items:center;

background:rgba(15,23,42,.95);

backdrop-filter:blur(10px);

z-index:1000;

}

.logo img{

height:70px;

}

.nav-links{

display:flex;

list-style:none;

gap:35px;

}

.nav-links a{

color:white;

text-decoration:none;

font-size:17px;

font-weight:500;

transition:.3s;

}

.nav-links a:hover{

color:#D4AF37;

}

.nav-buttons{

display:flex;

gap:15px;

}

.call-btn{

background:#D4AF37;

padding:12px 22px;

border-radius:40px;

text-decoration:none;

color:#111;

font-weight:600;

}

.whatsapp-btn{

background:#25D366;

padding:12px 22px;

border-radius:40px;

text-decoration:none;

color:white;

font-weight:600;

}

.menu-toggle{

display:none;

font-size:28px;

color:white;

cursor:pointer;

}
/*================ FOOTER ================*/

.footer{

background:#0F172A;

color:white;

padding:80px 8% 20px;

}

.footer-container{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:40px;

}

.footer-logo{

width:100px;

margin-bottom:20px;

background:white;

border-radius:50%;

padding:8px;

}

.footer-box h3{

margin-bottom:20px;

color:#D4AF37;

}

.footer-box p{

line-height:1.8;

color:#ddd;

margin-bottom:15px;

}

.footer-box ul{

list-style:none;

}

.footer-box ul li{

margin-bottom:12px;

}

.footer-box ul li a{

text-decoration:none;

color:#ddd;

transition:.3s;

}

.footer-box ul li a:hover{

color:#D4AF37;

padding-left:8px;

}

.copyright{

text-align:center;

margin-top:50px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.15);

font-size:15px;

color:#aaa;

}
.social-icons{

margin-top:20px;

}

.social-icons a{

display:inline-flex;

justify-content:center;

align-items:center;

width:45px;

height:45px;

background:#D4AF37;

color:#111;

border-radius:50%;

margin-right:12px;

text-decoration:none;

transition:.3s;

}

.social-icons a:hover{

transform:translateY(-5px);

}
/* ================= QUOTE POPUP ================= */

.popup{

display:none;

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.75);

z-index:99999;

}

.popup-content{

background:white;

width:90%;

max-width:550px;

margin:5% auto;

padding:35px;

border-radius:15px;

position:relative;

animation:popup .4s;

}

@keyframes popup{

from{

transform:translateY(-50px);

opacity:0;

}

to{

transform:translateY(0);

opacity:1;

}

}

.close-btn{

position:absolute;

right:20px;

top:15px;

font-size:32px;

cursor:pointer;

}

.popup input,
.popup select,
.popup textarea{

width:100%;

padding:15px;

margin-bottom:15px;

border:1px solid #ddd;

border-radius:8px;

font-size:16px;

}

.popup button{

width:100%;

padding:15px;

background:#D4AF37;

border:none;

border-radius:8px;

font-size:18px;

cursor:pointer;

color:#111;

font-weight:600;

}
/*================ GOOGLE REVIEWS ================*/

.reviews{

padding:100px 8%;

background:#f8f8f8;

}

.review-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:30px;

margin-top:50px;

}

.review-card{

background:white;

padding:30px;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.review-card:hover{

transform:translateY(-8px);

}

.review-header{

display:flex;

align-items:center;

margin-bottom:20px;

}

.avatar{

width:60px;

height:60px;

background:#D4AF37;

color:#111;

font-weight:bold;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

margin-right:15px;

font-size:20px;

}

.review-header span{

color:#D4AF37;

}

.review-card p{

line-height:1.8;

color:#555;

}

.review-button{

text-align:center;

margin-top:50px;

}
/*================ LIGHTBOX ================*/

.lightbox{

display:none;

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,.95);

z-index:99999;

justify-content:center;

align-items:center;

}

.lightbox img{

max-width:90%;

max-height:85%;

border-radius:10px;

box-shadow:0 20px 40px rgba(0,0,0,.4);

}

.close-lightbox{

position:absolute;

top:25px;

right:40px;

font-size:50px;

color:white;

cursor:pointer;

}

.prev,
.next{

position:absolute;

top:50%;

transform:translateY(-50%);

font-size:60px;

color:white;

cursor:pointer;

padding:15px;

user-select:none;

}

.prev{

left:20px;

}

.next{

right:20px;

}

.prev:hover,
.next:hover{

color:#D4AF37;

}
#progressBar{

position:fixed;

top:0;

left:0;

height:5px;

background:#D4AF37;

width:0;

z-index:999999;

}
/*================ PROCESS ================*/

.process{

padding:100px 8%;

background:#fff;

}

.process-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

margin-top:60px;

}

.process-card{

background:#f8f8f8;

padding:40px;

border-radius:20px;

text-align:center;

transition:.4s;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.process-card:hover{

transform:translateY(-12px);

}

.number{

width:70px;

height:70px;

margin:auto;

background:#D4AF37;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

font-weight:bold;

margin-bottom:25px;

color:#111;

}

.process-card h3{

margin-bottom:15px;

color:#0F172A;

}

.process-card p{

line-height:1.8;

color:#666;

}
/*================ WHY CHOOSE US ================*/

.why-us{
    padding:100px 8%;
    background:#f9f9f9;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
    margin-top:50px;
}

.why-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.why-card:hover{
    transform:translateY(-10px);
}

.icon{
    font-size:50px;
    margin-bottom:20px;
}

.why-card h3{
    color:#0F172A;
    margin-bottom:15px;
}

.why-card p{
    color:#666;
    line-height:1.8;
}
/*================ FAQ ================*/

.faq{

padding:100px 8%;

background:#ffffff;

}

.faq-container{

max-width:900px;

margin:auto;

margin-top:50px;

}

.faq-item{

margin-bottom:18px;

border-radius:12px;

overflow:hidden;

box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.faq-question{

width:100%;

padding:20px;

background:#0F172A;

color:white;

border:none;

font-size:18px;

display:flex;

justify-content:space-between;

align-items:center;

cursor:pointer;

}

.faq-question span{

font-size:28px;

color:#D4AF37;

}

.faq-answer{

display:none;

padding:20px;

background:white;

line-height:1.8;

color:#555;

}
