/* =========================================================
   TESTIMONIAL — MIRAI ULTRA PREMIUM FINAL (SINGLE PANEL)
   ========================================================= */
/* SECTION WRAPPER */
.mirai-testimonial {
    position: relative;
    padding: 120px 0 150px;
    overflow: hidden;
    color: #fff;
}

/* BACKGROUND IMAGE */
.mirai-testimonial-bg {
    position: absolute;
    inset: 0;
    background-image: url('../../images/backgrounds/header-showcase.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.85);
    z-index: 1;
}

/* GRADIENT OVERLAY */
.mirai-testimonial::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 13, 30, 0.20), rgba(5, 10, 25, 0.65));
    z-index: 2;
}

/* CONTAINER ON TOP */
.mirai-testimonial .container {
    position: relative;
    z-index: 5;
}

/* MAIN GLASS PANEL (TEK PANEL) */
.glass-panel {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    border-radius: 22px;
    padding: 55px 45px;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.28);
    position: relative;
    overflow: hidden;
}

/* APPLE-STYLE REFLECTION — HAFİF YANSIMA ÇİZGİSİ */
.glass-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 16%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    border-radius: inherit;
    pointer-events: none;
    opacity: 0.55;
}

/* SLIDE CONTENT */
.t-item {
    text-align: center;
    max-width: 845px;
    margin: auto;
}

.t-avatar {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.t-text {
    font-size: 1.15rem;
    line-height: 1.75;
    margin-bottom: 25px;
    opacity: 0.95;
}

.t-name {
    font-size: 1.35rem;
    opacity: 0.95;
}

.t-title {
    font-size: .82rem;
    letter-spacing: 2px;
    opacity: .65;
}

/* LOGO PANEL */
.t-logo-panel {
    margin-top: 25px;
    background: rgba(0, 0, 0, 0.28);
    padding: 10px 14px;
    border-radius: 12px;
    display: inline-block;
}

.t-logo {
    width: 80px;
    filter: brightness(1.1);
}

/* NAV BUTTONS */
.mirai-nav {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .25s;
    z-index: 12;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
}

.mirai-prev {
    left: -30px;
}

.mirai-next {
    right: -30px;
}

.mirai-nav:hover {
    background: rgba(255, 255, 255, 0.14);
}

/* TESTIMONIAL ALT GEÇİŞ — Soft Fade */
.mirai-testimonial {
    position: relative;
}

.mirai-testimonial::after {
    content: "";
    position: absolute;
    bottom: -80px;
    /* fade yüksekliği */
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,
            /* testimonial’ın devamı gibi */
            rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.55) 100%
            /* logo bandına yumuşak akış */
        );
    pointer-events: none;
    z-index: 4;
}

/* LOGO BAND — semi-glass + blur */
.clients {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 70px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: -60px;
    /* testimonial ile kusursuz birleşme */
    position: relative;
    z-index: 3;
}

/* LOGOLAR — soft + glow + hover */
.clients img {
    opacity: 0.55;
    transition: all 0.35s ease;
    filter: grayscale(100%) brightness(1.15);
}

    /* =========================================================
   TESTIMONIAL — SLIDE ICON NAV (TST-NAV-01)
   Açıklama: Müşteri görüşleri slider altındaki ikon navigasyonu.
   Amaç: Kullanıcının dilediği görüşe tek tıkla geçmesini sağlamak.
   Last Modified: 2025-12-07 — Mirai Dev Team
   ========================================================= */

    .mirai-testimonial .testimonial-slider-nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -24px;
        /* Cam panelin hemen altı – SENİN bıraktığın hiza */
        z-index: 11;
        pointer-events: none;
        /* Sadece butonlar tıklanabilir olacak */
    }

    .mirai-testimonial .testimonial-slider-nav-inner {
        display: flex;
        justify-content: center;
        gap: 0.75rem;
    }

    .mirai-testimonial .testimonial-slide-dot {
        pointer-events: auto;
        width: 2.1rem;
        height: 2.1rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        background: rgba(0, 0, 0, 0.35);
        color: rgba(255, 255, 255, 0.65);
        /* sayılar hafif soluk */
        font-size: 0.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        outline: none;
        cursor: pointer;
        transition: all 0.25s ease;
        opacity: 0.6;
        position: relative;
        /* tooltip için referans */
    }

    .mirai-testimonial .testimonial-dot-label {
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .mirai-testimonial .testimonial-slide-dot.is-active,
    .mirai-testimonial .testimonial-slide-dot:hover,
    .mirai-testimonial .testimonial-slide-dot:focus {
        opacity: 1;
        border-color: #ffffff;
        background: rgba(0, 0, 0, 0.65);
        color: #ffffff;
        transform: translateY(-2px);
    }

    /* Tooltip — aria-label içeriğini gösteren balon */

    .mirai-testimonial .testimonial-slide-dot::after {
        content: attr(aria-label);
        /* Tooltip metni buradan geliyor */
        position: absolute;
        left: 50%;
        bottom: 135%;
        transform: translate(-50%, 4px);
        padding: 0.25rem 0.55rem;
        background: rgba(0, 0, 0, 0.85);
        color: #ffffff;
        font-size: 0.68rem;
        line-height: 1.2;
        white-space: nowrap;
        border-radius: 0.35rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
        z-index: 20;
    }

    .mirai-testimonial .testimonial-slide-dot::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 125%;
        transform: translateX(-50%);
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 20;
    }

    .mirai-testimonial .testimonial-slide-dot:hover::after,
    .mirai-testimonial .testimonial-slide-dot:focus::after {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .mirai-testimonial .testimonial-slide-dot:hover::before,
    .mirai-testimonial .testimonial-slide-dot:focus::before {
        opacity: 1;
    }

    @media (max-width: 767.98px) {
        .mirai-testimonial .testimonial-slider-nav {
            bottom: -10px;
            /* Mobilde de panelin biraz altında */
        }

        .mirai-testimonial .testimonial-slide-dot {
            width: 1.85rem;
            height: 1.85rem;
            font-size: 0.7rem;
        }
    }


/* =========================================================
   HR SHORT — NET
   ========================================================= */

.hr-short {
  height: 2px;
  width: 60px;
  border: none;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}

