/* Beranda — Testimoni layout Glaxdu (style.css + override ringan) */
.home-testi-glaxdu {
    background: #fff;
    padding-bottom: 120px !important;
}

.home-testi-glaxdu .container {
    position: relative;
    z-index: 1;
}

.home-testi-glaxdu .testi-big-img {
    min-height: 450px;
    position: relative;
}

.home-testi-glaxdu .testi-big-img img {
    width: 100%;
    left: 0;
    object-fit: cover;
}

.home-testi-glaxdu .testimonial-text-img {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    width: auto;
    max-width: 92%;
    margin: 0;
    pointer-events: none;
    z-index: 0;
    text-align: center;
}

.home-testi-glaxdu .home-testi-watermark {
    display: block;
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1;
    color: rgba(42, 64, 54, .07);
    white-space: nowrap;
    user-select: none;
}

.home-testi-glaxdu .testi-content .testi-arrow button {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    opacity: .9;
    transition: opacity .2s ease;
}

.home-testi-glaxdu .testi-content .testi-arrow button:hover {
    opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-testi-glaxdu .testi-big-img {
        min-height: 420px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-testi-glaxdu .testi-big-img {
        min-height: 410px;
    }
}

@media only screen and (max-width: 767px) {
    .home-testi-glaxdu {
        padding-bottom: 72px !important;
    }

    .home-testi-glaxdu .testi-big-img {
        min-height: 280px;
    }

    .home-testi-glaxdu .home-testi-watermark {
        font-size: clamp(1.75rem, 10vw, 2.5rem);
        white-space: normal;
    }
}
