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

body{
background:#f5f5f5;
color:#333;
}

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 80px;
background:#ffffff;
}

.logo img{
height:83px;
}

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

nav a{
color:black;
text-decoration:none;
font-weight:500;
}

nav a:hover{
color:#facc15;
}

.hero{
height:90vh;
background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
url('building.jpg');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:white;
}

.hero h1{
font-size:50px;
margin-bottom:20px;
}

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

.hero button{
padding:15px 40px;
background:#facc15;
border:none;
font-size:16px;
cursor:pointer;
border-radius:5px;
}

.services{
padding:80px;
text-align:center;
background:white;
}

.services h2{
margin-bottom:50px;
font-size:36px;
}

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

.card{
padding:30px;
background:#f9fafb;
border-radius:10px;
transition:0.3s;
}

.card:hover{
transform:translateY(-10px);
box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

.projects{
margin-top:0px;
padding:80px;
text-align:center;
}

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

.project{
margin-top:30px;
height:300px;
background:#ccc;
color:white;
display:flex;
align-items:center;
justify-content:center;
border-radius:10px;
}

.cta{
padding:80px;
background:#0f172a;
text-align:center;
color:white;
}

.cta button{
margin-top:20px;
padding:15px 40px;
background:#facc15;
border:none;
font-size:16px;
cursor:pointer;
}

.cta{
    position: relative;
    height: 420px;
    background-image: url("close-up-hard-hat-holding-by-construction-worker.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta-overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.65);
}

.cta-content{
    position: relative;
    color:white;
    max-width:700px;
    padding:20px;
}

.cta-content h2{
    font-size:42px;
    margin-bottom:15px;
    font-weight:700;
}

.cta-content p{
    font-size:18px;
    margin-bottom:25px;
    line-height:1.6;
}

.cta-btn{
    background:#facc15;
    color:#111;
    padding:14px 34px;
    text-decoration:none;
    font-weight:bold;
    border-radius:5px;
    transition:0.3s;
}

.cta-btn:hover{
    background:#eab308;
    transform:translateY(-2px);
}


.footer{
  background:#0f172a;
  color:#e5e7eb;
  padding:60px 10%;
  font-family:Arial, Helvetica, sans-serif;
}

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

.footer-column h2,
.footer-column h3{
  color:#facc15;
  margin-bottom:15px;
}

.footer-column p{
  line-height:1.6;
  font-size:14px;
}

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

.footer-column ul li{
  margin:8px 0;
}

.footer-column ul li a{
  text-decoration:none;
  color:#e5e7eb;
  transition:0.3s;
}

.footer-column ul li a:hover{
  color:#facc15;
}

.socials a{
  display:inline-block;
  margin-right:10px;
  text-decoration:none;
  color:#e5e7eb;
  font-size:14px;
}

.socials a:hover{
  color:#facc15;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.1);
  margin-top:40px;
  padding-top:20px;
  text-align:center;
  font-size:14px;
}

footer{
text-align:center;
padding:30px;
background:#020617;
color:white;
}

.projects{
  padding:80px 10%;
  background:#f8fafc;
  text-align:center;
}

.section-header h2{
  font-size:36px;
  margin-bottom:10px;
}

.section-header i{
  color:#facc15;
  margin-right:10px;
}

.section-header p{
  color:#6b7280;
  margin-bottom:50px;
}

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

.project-card{
  background:white;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
  transition:0.3s;
}

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

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

.project-info{
  padding:20px;
  text-align:left;
}

.project-info h3{
  margin-bottom:8px;
  font-size:20px;
}

.project-info p{
  color:#6b7280;
  font-size:14px;
}

.project-info i{
  color:#facc15;
  margin-right:6px;
}

.services{
  padding:80px 10%;
  background:#f9fafb;
  text-align:center;
}

.section-title h2{
  font-size:36px;
  margin-bottom:10px;
}

.section-title i{
  color:#facc15;
  margin-right:10px;
}

.section-title p{
  color:#6b7280;
  margin-bottom:50px;
}

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

.card{
  background:#ffffff;
  padding:40px 25px;
  border-radius:10px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:all 0.3s ease;
}

.card:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.icon{
  width:70px;
  height:70px;
  margin:0 auto 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#facc15;
  color:#111;
  font-size:28px;
  border-radius:50%;
}

.card h3{
  margin-bottom:12px;
  font-size:20px;
}

.card p{
  font-size:15px;
  color:#6b7280;
  line-height:1.6;
}

.contact-section{
padding:80px 10%;
background:#f9fafb;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1.2fr;
gap:50px;
margin-top:50px;
align-items:start;
}

/* CONTACT INFO */

.contact-info{
background:#ffffff;
padding:35px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.contact-info h3{
margin-bottom:25px;
}

.contact-item{
display:flex;
align-items:flex-start;
gap:15px;
margin-bottom:20px;
}

.contact-item i{
font-size:18px;
color:#facc15;
margin-top:4px;
}

.contact-item strong{
display:block;
font-size:15px;
}

.contact-item p{
margin:2px 0 0;
color:#6b7280;
font-size:14px;
}

/* FORM */

.contact-form{
background:#ffffff;
padding:35px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.contact-form h3{
margin-bottom:20px;
}

.contact-form form{
display:flex;
flex-direction:column;
gap:15px;
}

.form-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
}

.contact-form input,
.contact-form textarea{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-family:Poppins;
}

.contact-form button{
margin-top:5px;
padding:14px;
background:#facc15;
border:none;
border-radius:6px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.contact-form button:hover{
background:#eab308;
}

.map-section{
margin-top:60px;
}

.page-hero{
height:320px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
url("empty-square-modern-architecture.jpg");
background-size:cover;
background-position:center;
color:white;
}

.page-hero h1{
font-size:42px;
margin-bottom:10px;
}