/* First Step Energy Pvt Ltd - Styles */
:root{
  --primary:#FFC107; --secondary:#111111; --accent:#4CAF50; --light:#FFFFFF;
}
*{box-sizing:border-box}
body{font-family:'Poppins',system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#f8f9fa;color:#222}

.hero{
  position:relative;
}
.hero .carousel-item{
  height: 70vh;
  min-height: 420px;
}
.hero .carousel-item img{
  object-fit:cover; width:100%; height:100%; filter: brightness(0.7);
}
.hero .overlay{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center; flex-direction:column; color:#fff; text-align:center; padding:2rem;
}
.hero h1{font-weight:700}
.hero p.lead{max-width:780px}

.section-title{border-left:6px solid var(--primary); padding-left:12px; font-weight:700}

.card-fse{transition:transform .2s ease, box-shadow .2s ease; border:0; box-shadow:0 4px 14px rgba(0,0,0,.08)}
.card-fse:hover{transform:translateY(-4px); box-shadow:0 10px 24px rgba(0,0,0,.12)}
.card-fse .badge{position:absolute; top:12px; right:12px}

.btn-primary{background:var(--primary); border-color:var(--primary); color:#111}
.btn-primary:hover{filter:brightness(.95)}
.btn-accent{background:var(--accent); border-color:var(--accent)}
.btn-accent:hover{filter:brightness(.95)}

.badge-accent{background:var(--accent)}

.footer a{color:#ddd}

.navbar-fse .navbar-brand{letter-spacing:.5px}

/* Utilities */
.text-accent{color:var(--accent)!important}
.bg-accent{background:var(--accent)!important}
.bg-secondary{background:var(--secondary)!important}

/* CEO block */
.ceo-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid var(--primary)}
