.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.card-hover:hover .feature-icon {
  transform: none;
}

.home-moroccan-border {
  border-bottom: 3px solid #f97316;
  border-bottom-style: double;
  padding-bottom: 10px;
}
