*{
margin:0;
padding:0;
box-sizing:border-box;
}

html, body {
    height: 100%;
}

body{

font-family:Poppins,sans-serif;
  
background:#f5f5f5;
  
color:#333;
  
line-height:1.6;

}
header{

display:flex;

justify-content:space-between;

align-items:center;

padding:20px 8%;

background:white;

box-shadow:0 2px 8px rgba(0,0,0,.08);

position:sticky;

top:0;

z-index:1000;

}

.logo img{

height:75px;

}

nav a{

margin-left:30px;

text-decoration:none;

color:#444;

font-weight:600;

transition:.3s;

}

nav a:hover{

color:#a17a35;

}

.hero{

height:90vh;

background:

linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
url("AFTER1.jpg");

background-size:cover;

background-position:center;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

color:white;

}

.hero h1{

font-size:58px;

margin-bottom:20px;

}

.hero p{

font-size:22px;

max-width:700px;

margin:auto;

}

.button{

display:inline-block;

margin-top:35px;

padding:16px 38px;

background:#a17a35;

color:white;

text-decoration:none;

font-weight:600;

border-radius:50px;

transition:background .3s ease, transform .3s ease;

}

.button:hover{

background:#86642b;

transform:translateY(-3px);

}

section{

padding:90px 8%;

}

h2{
    font-size:40px;
    margin-bottom:30px;
    text-align:center;
    color:#C89B3C;
}

.cards{

display:grid;

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

gap:30px;

margin-top:50px;

}

.card{

background:white;

padding:35px;

border-radius:15px;

box-shadow:0 5px 18px rgba(0,0,0,.08);

transition:.3s;

}

.card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.card h3{

margin-bottom:15px;

color:#a17a35;

}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.project {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 15px;
}

.project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project:hover img{

transform:scale(1.05);

}

.image-overlay{

position:absolute;
bottom:0;
left:0;
right:0;

background:rgba(0,0,0,0.75);

color:white;

padding:15px;

text-align:center;

font-size:16px;

opacity:0;

transition:0.3s ease;

}

.project:hover .image-overlay{

opacity:1;

}

.cta{

background:#333;

color:white;

text-align:center;

}

.cta h2{

color:white;

}

.contact-box{

max-width:700px;

margin:auto;

text-align:center;

background:white;

padding:40px;

border-radius:15px;

box-shadow:0 5px 18px rgba(0,0,0,.08);

}

.contact-box p{

margin:12px 0;

}

.phone-button {

background:#C89B3C;
color:white!important;
padding:10px 20px;
border-radius:30px;

}

footer{

margin-top: auto;
  
background:#222;

color:white;

text-align:center;

padding:30px;

}

.contact-box p{

margin:12px 0;

}

/* ===========================
   Quote Form
=========================== */

.quote-form{

    max-width:850px;
    margin:0 auto 60px;
    padding:40px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.quote-form .button{
    width:100%;
    margin-top:10px;
    font-size:19px;
    font-weight:700;
    box-shadow:0 8px 20px rgba(161,122,53,.25);
}

.quote-form{
    transition:.3s;
}

.quote-form:hover{
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.quote-form h3{

    font-size:32px;
    color:#C89B3C;
    margin-bottom:10px;

}

.quote-form p{

    margin-bottom:30px;
    color:#666;

}

.form-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:18px;

}

.architect-box {
    text-align: center;
}

.architect-box p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.quote-form input,
.quote-form select,
.quote-form textarea{

    width:100%;
    padding:16px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:16px;
    font-family:Poppins,sans-serif;
    transition:.3s;

}

.quote-form textarea{

    margin-bottom:25px;
    resize:vertical;

}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus{

    outline:none;
    border-color:#C89B3C;
    box-shadow:0 0 10px rgba(200,155,60,.2);

}

.quote-form .button{

    width:100%;
    margin-top:0;
    font-size:18px;

}

.privacy-note{
    margin-top:20px;
    text-align:center;
    font-size:14px;
    color:#777;
    line-height:1.5;
}

.form-benefits{

display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
margin-bottom:30px;
font-weight:600;
color:#555;

}

.content-box {
    max-width:900px;
    margin:auto;
    text-align:center;
    font-size:18px;
}

@media (max-width:768px){

    header{
        padding:10px 5%;
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
    }

    .logo img{
    height:40px;
}

.hero{
    padding-top:80px;
}

.hero-content{
    margin-top:70px;
}
  
nav{
    display:flex;
    gap:8px;
    margin-top:0;
}
}
.reviews{
background:#fafafa;
}

.review-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
margin-top:50px;
}

.review-card{
background:white;
padding:35px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
font-size:17px;
}

.review-card h4{
margin-top:20px;
color:#C89B3C;
}

footer{
    background:#1f1f1f;
    color:white;
    padding:70px 8% 30px;
    border-top:4px solid #C89B3C;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:40px;
margin-bottom:40px;
}

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

.footer-grid a{
display:block;
margin-bottom:10px;
color:white;
text-decoration:none;
}

.footer-grid a:hover{
color:#C89B3C;
}

footer hr{
margin:40px 0 20px;
border:none;
height:1px;
background:#444;
}

.copyright{
text-align:center;
opacity:.7;
}
  
nav a{
    margin:0;
    font-size:12px;
    font-weight:600;
}

    .hero h1{
        font-size:38px;
    }

    .hero p{
        font-size:18px;
    }

    .form-grid{
        grid-template-columns:1fr;
    }

    .quote-form{
        padding:25px;
    }

.contact-box a {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
}

.contact-box {
    text-align: center;
}

@media (max-width:768px){

    .contact-box {
        width:100%;
        padding:25px 15px;
        text-align:center;
    }

    .contact-box p {
        text-align:center;
    }

    .contact-box a {
        display:inline-block;
    }

}
  
}