.parallax {
  background: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1500&q=80") center/cover no-repeat fixed;
  position: relative;
  overflow: hidden;
}

#why-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 25%, rgba(113, 197, 84, 0.18), transparent 20%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.12), transparent 18%);
  pointer-events: none;
}

.parallax .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.8));
  backdrop-filter: blur(8px);
}

#why-us .text-center p {
  color: rgba(255, 255, 255, 0.82);
}

#why-us .counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  padding: 24px 18px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

#why-us .row.text-center.mb-5 p {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}

.why-card {
  position: relative;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.4s ease;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  opacity: 0.55;
  pointer-events: none;
}

.why-card:hover {
  transform: translateY(-16px) scale(1.03);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  border-color: rgba(113, 197, 84, 0.85);
}

.why-card .icon-box {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #71c554, #2f9e60);
  color: #fff;
  font-size: 32px;
  box-shadow: 0 15px 35px rgba(113, 197, 84, 0.4);
  transition: all 0.4s ease;
}

.why-card .icon-box::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(113, 197, 84, 0.18), transparent 55%);
  opacity: 0.85;
}

.why-card:hover .icon-box {
  transform: scale(1.18) rotate(6deg);
  box-shadow: 0 20px 45px rgba(113, 197, 84, 0.55);
}

.why-card h5 {
  color: #fff;
}

.why-card p {
  color: rgba(255, 255, 255, 0.78);
}
