/* ==========================================
   FRONT PAGE: HERO SECTION
   ========================================== */

.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://giacxua.com/wp-content/uploads/2026/06/giac-xua-homestay-banner-est2016.webp') center 60% / cover no-repeat;
    color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
}

.hero-container {
    max-width: 1000px;
    margin: 0 auto;
}

.hero-container-wide {
    max-width: 1200px !important; 
    width: 95% !important;
}

.hero-seo-title {
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-main-heading {
    color: #FFFFFF !important;
    font-size: clamp(2.6rem, 5vw, 4rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.03em !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.7);
}

.hero-subheading {
    color: #F4F1EA !important;
    font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    max-width: 850px;
    margin: 0 auto 35px auto !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-seo-title-wrapper {
    margin-top: 25px;
    text-align: center;
}

/* CÂN CHỈNH TRỌNG TÂM ẢNH NỀN HERO SECTION */
.site-hero,
.home-hero-section {
    background-position: center 60% !important; 
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.site-hero img, 
.home-hero-section img {
    object-fit: cover;
    object-position: center 60%; 
}

@media screen and (max-width: 768px) {
    .hero-seo-title {
        font-size: 0.8rem !important;
        letter-spacing: 1px;
    }
    .hero-main-heading {
        font-size: 2.1rem !important;
    }
}