.hero, #hero-component {
  background: linear-gradient(rgba(17, 24, 39, 0.75), rgba(17, 24, 39, 0.85)), url("../../images/seminar.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  padding-top: 80px; 
  min-height: 100vh; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  font-size: 68px;
  max-width: 900px;
  margin-bottom: 20px;
  color: #ffffff !important; /* Birbaşa tək ağ rəng */
  background: none !important; /* Bütün gradient və keçidləri ləğv edir */
  -webkit-text-fill-color: initial !important; /* Gradient maskasını sıfırlayır */
}

.hero p {
  font-size: 22px;
  color: var(--text-muted);
  max-width: 700px;
}

.buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

@media (max-width: 1024px) { .hero h1 { font-size: 48px; } }
@media (max-width: 600px) { .hero h1 { font-size: 34px; } }