.hero-home-six .hero-inner .slider-inner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-home-six .hero-inner .slider-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-home-six .hero-inner .slider-inner .content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
}

/* Judul */
.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title {
    max-width: 900px;
}

.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h2 {
    font-size: 48px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px;
}

/* Tombol awal (dipulihkan) */
.hero-hm6-btn .hm6-btn-1 {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    height: 50px;
    padding: 0 30px;
    background-color: #3f8efc;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.hero-hm6-btn .hm6-btn-1:hover {
    background-color: #2b6cd1;
}

/* Responsive untuk Tablet */
@media screen and (max-width: 920px) {
    .hero-home-six .hero-inner .slider-inner .content .hero-hm6-title {
        max-width: 700px;
        margin-top: 100px;
    }

    .hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h2 {
        font-size: 30px;
    }

    .hero-hm6-btn .hm6-btn-1 {
        line-height: 40px;
        font-size: 12px;
        height: 40px;
        padding: 0 24px;
    }
}

/* Responsive untuk Mobile */
@media screen and (max-width: 500px) {
    .hero-home-six .hero-inner .slider-inner .content .hero-hm6-title {
        max-width: 400px;
    }

    .hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h2 {
        font-size: 20px;
    }

    .hero-hm6-btn .hm6-btn-1 {
        font-size: 11px;
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
    }
}