body{
    font-family:'Inter',sans-serif;
    background-color:black;
    
}

.heading{
    font-family:'Cormorant Garamond',serif;
}

.hero-gradient{
    background:
    linear-gradient(
    90deg,
    rgba(8,25,20,.92) 0%,
    rgba(8,25,20,.75) 45%,
    rgba(8,25,20,.10) 100%);
}

.glass-blur{
    backdrop-filter: blur(10px);
}

.section-padding{
    padding-top:100px;
    padding-bottom:100px;
}

.collection-card img{
    transition:.6s;
}

.collection-card:hover img{
    transform:scale(1.08);
}

.project-card img{
    transition:.6s;
}

.project-card:hover img{
    transform:scale(1.08);
}

.collection-card{
    border-radius:12px;
}

.collection-card img{
    transition:0.8s ease;
}

.collection-card:hover img{
    transform:scale(1.08);
}

.collection-card{
    transition:.3s;
}

.collection-card:hover{
    transform:translateY(-6px);
}

.about-image img{
    transition:1s ease;
}

.about-image:hover img{
    transform:scale(1.05);
}


nav a{
    color:white;
    
}

.project-card{
    transition:.4s;
}

.project-card img{
    transition:1s;
}

.project-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.project-card:hover img{
    transform:scale(1.08);
}

.why-card{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    padding:40px 30px;
    transition:.4s;
}

.why-card:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,0.08);
}

.icon-box{
    width:70px;
    height:70px;
    background:#C8A86B;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:25px;
}

.why-card h3{
    color:#fff;
    font-size:24px;
    margin-bottom:15px;
    font-weight:600;
}

.why-card p{
    color:rgba(255,255,255,.70);
    line-height:1.7;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    min-height:300px;
    cursor:pointer;
}

.gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s ease;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.75)
    );
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:30px;
}

.gallery-overlay h3{
    color:#fff;
    font-size:28px;
    font-weight:600;
}

.gallery-overlay p{
    color:rgba(255,255,255,.75);
    margin-top:8px;
}

.cta-card{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    padding:30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:.3s;
}

.cta-card:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,.10);
    border-color:#C8A86B;
}

.cta-card h3{
    color:#fff;
    font-size:24px;
    margin-bottom:8px;
}

.cta-card p{
    color:rgba(255,255,255,.65);
}

.cta-card span{
    color:#C8A86B;
    font-size:32px;
}

.footer-link{
    color:rgba(255,255,255,.70);
    transition:.3s;
}

.footer-link:hover{
    color:#C8A86B;
    padding-left:6px;
}

.social-link{
    color:rgba(255,255,255,.60);
    transition:.3s;
}

.social-link:hover{
    color:#C8A86B;
}

.filter-btn{
    padding:12px 24px;
    border:1px solid #ddd;
    transition:.3s;
}

.filter-btn:hover,
.filter-btn.active{
    background:#17392C;
    color:#fff;
    border-color:#17392C;
}

.product-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.product-card img{
    transition:1s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.page-btn{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    background:white;
    transition:.3s;
}

.page-btn:hover,
.page-btn.active{
    background:#17392C;
    color:#fff;
}

.thumb{
    height:100px;
    width:100%;
    object-fit:cover;
    cursor:pointer;
    border-radius:10px;
}

.spec-row{
    display:flex;
    justify-content:space-between;
    padding:18px 0;
    border-bottom:1px solid #eee;
}

.spec-table{
    width:100%;
    border-collapse:collapse;
}

.spec-table td{
    padding:20px;
    border:1px solid #ddd;
}

.application-card{
    background:#17392C;
    color:white;
    padding:50px 30px;
    text-align:center;
    border-radius:16px;
    transition:.3s;
}

.application-card:hover{
    transform:translateY(-8px);
}

.info-box{
    background:white;
    padding:40px;
    border-radius:16px;
    text-align:center;
}

.info-box span{
    color:#999;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:2px;
}

.info-box h3{
    font-size:28px;
    color:#17392C;
    margin-top:15px;
}

.gallery-item{
    overflow:hidden;
    border-radius:20px;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.about-card{
    background:white;
    padding:50px 30px;
    border-radius:16px;
    text-align:center;
    transition:.3s;
}

.about-card:hover{
    transform:translateY(-8px);
}

.process-card{
    text-align:center;
}

.process-card span{
    font-size:48px;
    color:#C8A86B;
    font-weight:700;
}

.process-card h3{
    font-size:28px;
    color:#17392C;
    margin-top:20px;
}

.process-card p{
    margin-top:15px;
    color:#666;
}

.contact-input{
    width:100%;
    padding:16px 20px;
    border:1px solid #ddd;
    border-radius:10px;
    transition:.3s;
}

.contact-input:focus{
    outline:none;
    border-color:#C8A86B;
    box-shadow:0 0 0 3px rgba(200,168,107,.15);
}

#mobileMenu a{
    color:white;
    font-size:20px;
    transition:.3s;
}

#mobileMenu a:hover{
    color:#C8A86B;
}

.mobile-open{
    right:0 !important;
}

.whatsapp-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:65px;
    height:65px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    z-index:999;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

#topBtn{
    position:fixed;
    left:25px;
    bottom:25px;
    width:55px;
    height:55px;
    border:none;
    background:#17392C;
    color:white;
    border-radius:50%;
    display:none;
    z-index:999;
}

#navbar{
    transition: 0.3s ease;
}

.nav-scrolled{
    background: rgba(23,57,44,0.95);
    backdrop-filter: blur(10px);
}

.marquee{

    overflow:hidden;
    width:100%;
    background:#17392C;

}

.marquee-track{

    display:flex;
    width:max-content;
    animation:marquee 35s linear infinite;

}

.marquee-track span{

    color:#fff;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:14px;
    font-weight:500;
    white-space:nowrap;
    margin-right:35px;
    flex-shrink:0;

}

.marquee-track span:nth-child(even){

    color:#C8A86B;
    font-size:18px;

}

@keyframes marquee{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}


#searchBar{

    transition:.35s;
    box-shadow:0 20px 40px rgba(0,0,0,.2);

}

#searchInput{

    transition:.3s;

}

#searchInput:focus{

    box-shadow:0 0 0 4px rgba(200,168,107,.2);

}

.why-card-light{

    background:#fff;
    border:1px solid #ECE7DE;
    border-radius:18px;
    padding:40px 30px;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);

}

.why-card-light:hover{

    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.08);
    border-color:#C8A86B;

}

.icon-box-light{

    width:70px;
    height:70px;
    border-radius:50%;
    background:#F6EFE2;
    color:#C8A86B;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:24px;

}

.why-card-light h3{

    color:#17392C;
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;

}

.why-card-light p{

    color:#666;
    line-height:1.8;

}




.icon-box-light{

    width:80px;
    height:80px;
    border-radius:18px;

    background:#F6EFE2;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:24px;

    transition:.35s;

}

.icon-box-light i{

    font-size:34px;
    color:#C8A86B;
    transition:.35s;

}

.why-card-light:hover .icon-box-light{

    background:#17392C;
    transform:translateY(-3px);

}

.why-card-light:hover .icon-box-light i{

    color:#fff;
    transform:scale(1.15);

}


#searchBar{

    animation:slideDown .3s ease;

}

@keyframes slideDown{

    from{

        opacity:0;
        transform:translateY(-20px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}



.faq-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
}

.faq-item.active .faq-content{
    max-height:300px;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}

.faq-btn{
    transition:.3s;
}

.faq-btn:hover{
    background:#F2EFE8;
}


.toc-item{

display:flex;
align-items:center;
justify-content:space-between;

padding:18px 24px;

border:1px solid #E5E7EB;

border-radius:16px;

transition:.3s;

font-weight:500;

color:#374151;

}

.toc-item:hover{

border-color:#C8A86B;

background:#C8A86B;

color:#fff;

transform:translateY(-3px);

}