.hero-content {
}

@media (min-width: 768px) {
  .hero-content {
    background: rgba(255,255,255,0);
    height: 500px;
  }
}

html {
}

@media (min-width: 1200px) {
  .hero-content {
    height: 600px;
  }
}

.design-builder {
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  padding: 80px 0;
}

.package-preview {
  max-width: 430px;
  margin-top: 20px;
  padding: 35px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(0,0,0,0.15);
  transition: 0.35s ease;
}

.package-preview:hover {
  transform: translateY(-8px) scale(1.02);
}

.package-btn {
  border-radius: 999px;
  padding: 10px 22px;
  transition: 0.3s ease;
}

.package-btn:hover {
  transform: translateY(-3px);
}

.client-work {
  background: #f8f9fa;
}

.work-card {
  background: white;
  padding: 24px;
  border-radius: 14px;
  border: 2px solid #ddd;
  transition: 0.35s ease;
  height: 100%;
}

.work-card:hover {
  transform: translateY(-8px);
}

.client-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.anon-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ef334e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
}

.client-head h5 {
  margin: 0;
  font-weight: 700;
}

.client-head span {
  color: #777;
  font-size: 14px;
}

.dm-box {
  background: #f1f3f5;
  padding: 0px;
  border-radius: 18px 18px 18px 4px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.design-img {
  margin-top: 10px;
}

