
#why-choose-us {
  background-color: #fff9e6; 
}

.effect-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.effect-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.card-title {
  color: #823b08;
  font-weight: 600;
}

.card-text {
  color: #6c757d;
}
