/*
Theme Name: Mithila Builder Premium
*/

body{
  margin:0;
  font-family: Arial;
  background:#0e1a2b;
  color:#fff;
}

header{
  display:flex;
  justify-content:space-between;
  padding:15px 40px;
  background:#0b1d26;
  align-items:center;
}

nav a{
  color:#fff;
  margin:0 10px;
  text-decoration:none;
}

.hero{
  background:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e') center/cover;
  padding:140px 50px;
}

.hero h1{
  font-size:50px;
}

.orange{color:#ff6600;}

.btn{
  padding:12px 25px;
  background:#ff6600;
  color:#fff;
  text-decoration:none;
  margin-right:10px;
}

.section{
  padding:60px 40px;
  text-align:center;
}

.grid{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  justify-content:center;
}

.card{
  width:260px;
  background:#13263a;
  padding:15px;
  border-radius:5px;
}

.card img{
  width:100%;
  border-radius:5px;
}

footer{
  background:#0b1d26;
  padding:20px;
  text-align:center;
}

.bottom-bar{
  display:flex;
  justify-content:space-around;
  padding:15px;
  background:#08141f;
}