/* Shared Hero Section Styles for Yellow Stone Infra Projects */
.hero-section {
  background: linear-gradient(110deg, #c3951b 70%, #ffe082 100%);
  color: #fff;
  padding: 64px 18px 44px 18px;
  text-align: center;
  box-shadow: 0 4px 18px #c3951b22;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  position: relative;
  margin-bottom: 36px;
}
.hero-content {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.badge.badge-approved {
  display: inline-block;
  background: #ffd600;
  color: #c3951b;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 7px 18px 7px 14px;
  border-radius: 16px;
  margin-bottom: 18px;
  box-shadow: 0 2px 10px #c3951b22;
  letter-spacing: 0.5px;
}
.main-title {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 0.4px;
}
.subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: #fffde7;
}
.location-pill {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 1.04rem;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 30px;
  margin-bottom: 14px;
  box-shadow: 0 1px 6px #c3951b14;
}
.location-pill i {
  margin-right: 7px;
}
.hero-desc {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #fffbe6;
  text-shadow: 0 2px 8px #c3951b33;
}
@media (max-width: 700px) {
  .hero-section {
    padding: 42px 6vw 24px 6vw;
    border-radius: 0 0 16px 16px;
  }
  .main-title {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1.05rem;
  }
  .hero-desc {
    font-size: 1.01rem;
  }
}
