
.hero-about {
  min-height: 400px;
  background: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=1600&auto=format&fit=crop")
    center/cover no-repeat fixed;
  position: relative;
  margin-top: -30px; 
}

.hero-about .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.experience-badge {
  border-left: 8px solid var(--industrial-black);
  min-width: 150px;
}


.vm-card {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.border-bottom-yellow {
  border-bottom: 5px solid var(--primary-yellow) !important;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spacing-list li {
  margin-bottom: 15px;
  font-size: 1.1rem;
}


.value-box {
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}

.value-box:hover {
  background: rgba(252, 222, 18, 0.1);
  border-color: var(--primary-yellow) !important;
}

.ls-2 {
  letter-spacing: 2px;
}

.section-padding {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .hero-about {
    min-height: 300px;
  }
}
