/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2025 | 10:28:36 */
.hero-erasol {
  position: relative;
  background: url('https://erasol.vn/wp-content/uploads/2025/07/sean-pollock-PhYq704ffdA-unsplash-scaled.jpg') center/cover no-repeat;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-text {
  max-width: 800px;
  text-align: center;
  padding: 20px;
}

/* --- SỬA CHỈ PHẦN NÀY --- */
.welcome-title {
  font-size: 4rem;
  color: #8f1838;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);

  white-space: nowrap;       /* Ngăn xuống dòng */
  letter-spacing: 0.02em;    /* Giãn nhẹ chữ */
  word-spacing: 0.1em;       /* Giãn khoảng cách từ */
}
/* --- KẾT THÚC PHẦN SỬA --- */

.welcome-sub {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 1.5px 1.5px 4px rgba(0,0,0,0.4);
}

.welcome-desc {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-btn {
  display: inline-block;
  padding: 12px 32px;
  background-color: #8e1537;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #8e1537;
  border-radius: 999px;          
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: #ae1d45;
  border-color: #ae1d45;
  color: #fff;
}
@media (max-width: 768px) {
  .welcome-title {
    font-size: 2.2rem;
    white-space: normal; /* Cho phép xuống dòng trên màn nhỏ */
    line-height: 1.3;
  }

  .welcome-sub {
    font-size: 1.4rem;
  }

  .welcome-desc {
    font-size: 1rem;
  }

  .hero-text {
    padding: 16px;
  }

  .hero-btn {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}
