body {
  font-family: 'Poppins', sans-serif;
  background-color: #f5f7fa;
}

.navbar-brand {
  font-weight: 600;
  color: #0d6efd !important;
}

/* HERO */
.hero {
  background: linear-gradient(to right, rgba(0,60,120,.85), rgba(0,60,120,.4)),
  url('../wena/LPG.jpeg') center/cover no-repeat;
  height: 85vh;
  color: #fff;
  display: flex;
  align-items: center;
}

.hero h1 {
  font-size: 48px;
  font-weight: 600;
}

.hero p {
  font-size: 18px;
  margin: 20px 0;
}

/* ICON BOX */
.icon-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
  transition: .3s;
}

.icon-box:hover {
  transform: translateY(-8px);
}

.icon-box i {
  font-size: 36px;
  color: #0d6efd;
}

/* SECTION */
.section-title {
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

/* CARD */
.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

 footer {
background: linear-gradient(135deg, #1e3c72, #2a5298);
color: #fff;
padding: 40px 20px 20px;
}
.footer-container {
max-width: 1200px;
margin: auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 30px;
}
.footer-section h3 {
margin-bottom: 15px;
font-size: 18px;
}
.footer-section p,
.footer-section a {
font-size: 14px;
color: #e0e0e0;
text-decoration: none;
line-height: 1.8;
}
.footer-section a:hover {
color: #fff;
}
.social a {
display: inline-block;
margin-right: 10px;
font-size: 18px;
}
.footer-bottom {
text-align: center;
margin-top: 30px;
border-top: 1px solid rgba(255,255,255,0.2);
padding-top: 15px;
font-size: 13px;
color: #ccc;
}
.card-img-top{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
