/* Hero Style ===== */
.hero-bg {
  width: 100%;
  height: calc(100vh - 78.8px);
}

.hero-subtitle {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #dcdcdc;
}

/* Trust Words Section */
.trust-banner {
  background: url("/img/hero-bg.jpeg") center center / cover no-repeat;
  position: relative;
  background-attachment: fixed;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.trust-overlay {
  background: rgba(0, 0, 0, 0.7); /* dark overlay for text readability */
  z-index: 1;
}

/* Shorts Videos */
.short-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  width: fit-content;
  height: fit-content;
}

@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 578px) {
  .hero-title {
    font-size: 1.7rem;
  }
}
