.ibk-customer-reviews,
.ibk-customer-reviews * {
    box-sizing: border-box;
}

.ibk-customer-reviews [hidden] {
    display: none !important;
}

.ibk-customer-reviews {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 105px 0 90px;
    background:
        radial-gradient(
            circle at 12% 12%,
            rgba(30, 128, 255, 0.25),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 78%,
            rgba(68, 87, 255, 0.18),
            transparent 29%
        ),
        linear-gradient(
            150deg,
            #020914,
            #061929 50%,
            #092d44
        ) !important;
    color: #ffffff;
}

.ibk-customer-reviews__grid {
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: 0.23;
    background-image:
        linear-gradient(
            rgba(102, 207, 255, 0.12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(102, 207, 255, 0.12) 1px,
            transparent 1px
        );
    background-size: 66px 66px;
}

.ibk-customer-reviews__glow {
    position: absolute;
    z-index: -1;
    top: -290px;
    right: -300px;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(90, 211, 255, 0.16);
    border-radius: 50%;
}

.ibk-customer-reviews__container {
    width: min(calc(100% - 40px), 1180px);
    margin: 0 auto;
}

.ibk-customer-reviews__header {
    max-width: 850px;
    margin: 0 auto 48px;
    text-align: center;
}

.ibk-customer-reviews__eyebrow {
    margin: 0 0 17px;
    color: #6bdcff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.19em;
}

.ibk-customer-reviews__header h2 {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(40px, 6vw, 76px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
    text-align: center;
}

.ibk-customer-reviews__header > p:last-child {
    max-width: 690px;
    margin: 23px auto 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.8;
}

.ibk-customer-reviews__empty {
    padding: 65px 30px;
    border: 1px solid rgba(105, 215, 255, 0.2);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.025)
        );
    text-align: center;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.34);
}

.ibk-customer-reviews__empty > span {
    color: #67dcff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.ibk-customer-reviews__empty h3 {
    max-width: 720px;
    margin: 22px auto 0;
    color: #ffffff !important;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.08;
}

.ibk-customer-reviews__empty p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.57);
    font-size: 14px;
}

.ibk-customer-reviews__slider {
    overflow: hidden;
    border: 1px solid rgba(105, 215, 255, 0.21);
    border-radius: 29px;
    outline: none;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.09),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow:
        0 38px 95px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(18px);
}

.ibk-customer-reviews__slider:focus-visible {
    box-shadow:
        0 0 0 4px rgba(94, 214, 255, 0.15),
        0 38px 95px rgba(0, 0, 0, 0.38);
}

.ibk-customer-reviews__toolbar {
    min-height: 76px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    border-bottom: 1px solid rgba(105, 215, 255, 0.14);
}

.ibk-customer-reviews__counter {
    min-width: 76px;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.ibk-customer-reviews__counter strong {
    color: #ffffff;
    font-size: 23px;
}

.ibk-customer-reviews__counter span {
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    font-weight: 800;
}

.ibk-customer-reviews__progress {
    position: relative;
    overflow: hidden;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
}

.ibk-customer-reviews__progress span {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            #3285ff,
            #62ddff,
            #7465ff
        );
    transform: scaleX(0);
    transform-origin: left;
}

.ibk-customer-reviews__progress span.is-running {
    animation:
        ibk-customer-review-progress
        5s
        linear
        forwards;
}

@keyframes ibk-customer-review-progress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.ibk-customer-reviews__controls {
    display: flex;
    gap: 8px;
}

.ibk-customer-reviews__controls button {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.ibk-customer-reviews__controls button:hover {
    border-color: #67ddff;
    background: rgba(89, 204, 255, 0.12);
}

.ibk-customer-reviews__viewport {
    overflow: hidden;
}

.ibk-customer-reviews__track {
    display: flex;
    transition:
        transform
        0.62s
        cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.ibk-customer-review {
    flex: 0 0 100%;
    min-width: 0;
    min-height: 410px;
    padding: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 50px;
    align-items: center;
}

.ibk-customer-review__content {
    min-width: 0;
}

.ibk-customer-review__stars {
    margin-bottom: 24px;
    color: #ffd46a;
    font-size: 24px;
    letter-spacing: 0.1em;
}

.ibk-customer-review blockquote {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.ibk-customer-review__customer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ibk-customer-review__avatar {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(101, 220, 255, 0.26);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(55, 167, 255, 0.24),
            rgba(101, 81, 255, 0.15)
        );
    color: #72e0ff;
    font-size: 15px;
    font-weight: 900;
}

.ibk-customer-review__identity strong,
.ibk-customer-review__identity span {
    display: block;
}

.ibk-customer-review__identity strong {
    color: #ffffff;
    font-size: 16px;
}

.ibk-customer-review__identity span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.ibk-customer-review__side {
    min-height: 260px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(105, 215, 255, 0.16);
    border-radius: 21px;
    background:
        linear-gradient(
            150deg,
            rgba(62, 164, 255, 0.11),
            rgba(255, 255, 255, 0.025)
        );
}

.ibk-customer-review__side > span {
    color: #6bdcff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.ibk-customer-review__side strong {
    margin-top: 28px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.35;
}

.ibk-customer-review__verified {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.11em;
}

.ibk-customer-review__verified i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #58e2aa;
    box-shadow:
        0 0 0 7px rgba(88, 226, 170, 0.08),
        0 0 16px rgba(88, 226, 170, 0.55);
}

.ibk-customer-reviews__dots {
    padding: 0 24px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ibk-customer-reviews__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    cursor: pointer;
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.ibk-customer-reviews__dot.is-active {
    width: 29px;
    background:
        linear-gradient(
            90deg,
            #3487ff,
            #63ddff
        );
}

@media (max-width: 850px) {
    .ibk-customer-review {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ibk-customer-review__side {
        min-height: 190px;
    }
}

@media (max-width: 650px) {
    .ibk-customer-reviews {
        padding: 75px 0 60px;
    }

    .ibk-customer-reviews__container {
        width: calc(100% - 24px);
    }

    .ibk-customer-reviews__header {
        margin-bottom: 34px;
    }

    .ibk-customer-reviews__header h2 {
        font-size: 39px;
    }

    .ibk-customer-reviews__toolbar {
        min-height: 68px;
        padding: 0 15px;
        gap: 12px;
    }

    .ibk-customer-reviews__counter {
        min-width: 59px;
    }

    .ibk-customer-reviews__controls button {
        width: 38px;
        height: 38px;
    }

    .ibk-customer-review {
        min-height: 540px;
        padding: 26px 18px;
    }

    .ibk-customer-review blockquote {
        font-size: 29px;
    }

    .ibk-customer-review__side {
        padding: 20px;
        border-radius: 17px;
    }

    .ibk-customer-reviews__dots {
        padding: 0 18px 20px;
    }

    .ibk-customer-reviews__empty {
        padding: 48px 20px;
        border-radius: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ibk-customer-reviews__track {
        transition: none;
    }

    .ibk-customer-reviews__progress span.is-running {
        animation: none;
    }
}





/* IBK REVIEW AUTO ONLY START */

/* Manuel kontrol alanlarının tamamı kaldırılır. */
.ibk-customer-reviews__counter,
.ibk-customer-reviews__controls,
.ibk-customer-reviews__dots,
.ibk-customer-reviews__dot {
    display: none !important;
}

/* Üst bölümde sadece 5 saniyelik ilerleme çizgisi kalır. */
.ibk-customer-reviews__toolbar {
    min-height: 42px !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom:
        1px solid rgba(105, 215, 255, 0.14) !important;
}

.ibk-customer-reviews__progress {
    width: 100% !important;
    height: 4px !important;
}

/* Alt nokta alanı kaldırıldığı için kartın alt boşluğu düzenlenir. */
.ibk-customer-reviews__viewport {
    padding-bottom: 0 !important;
}

@media (max-width: 650px) {
    .ibk-customer-reviews__toolbar {
        min-height: 36px !important;
        padding: 0 16px !important;
    }
}

/* IBK REVIEW AUTO ONLY END */
