/* --- TESTIMONIAL SECTION START (MAVİ TEMA - HOVER'DA YUKARI ÇIKMA YOK) --- */
/* Tüm sınıflar corexa- öneki ile, hover'da transform ve yukarı çıkma efekti tamamen kaldırıldı */

.corexa-testimonial-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: radial-gradient(circle at top, #0f1a2f 0%, #060c18 80%);
}

.corexa-testimonial-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(47, 155, 255, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.4;
    pointer-events: none;
}

.corexa-container {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.corexa-testimonial-top {
    text-align: center;
    margin-bottom: 40px;
}

.corexa-testimonial-top h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.corexa-title-line {
    width: 50px;
    height: 4px;
    border-radius: 50px;
    background: #2f9bff;
    margin: 15px auto 0;
    box-shadow: 0 0 8px rgba(47, 155, 255, 0.6);
}

.corexa-testimonial-carousel {
    overflow: hidden;
    width: 100%;
}

.corexa-testimonial-wrapper {
    display: flex;
    gap: 20px;
    transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    will-change: transform;
}

/* KART TASARIMI - HOVER'DA YUKARI ÇIKMA VE DÖNÜŞÜM EFEKTİ YOK */
.corexa-testimonial-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 0 0 calc((100% - 40px) / 3);
    background: rgba(15, 25, 45, 0.65);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(47, 155, 255, 0.25);
    border-radius: 24px;
    padding: 22px 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), 0 0 0 0.5px rgba(47, 155, 255, 0.1) inset;
    /* HOVER EFEKTLERİ KALDIRILDI - sadece border rengi değişebilir, yukarı çıkma yok */
    transition: border-color 0.2s ease, background 0.2s ease;
}

.corexa-testimonial-item:hover {
    border-color: rgba(47, 155, 255, 0.6);
    background: rgba(20, 35, 60, 0.75);
    /* transform: translateY(-3px); KALDIRILDI - yukarı çıkma yok */
}

.corexa-testimonial-image {
    width: 85px;
    min-width: 85px;
    height: 110px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(47, 155, 255, 0.3);
}

.corexa-testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.corexa-testimonial-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.corexa-testimonial-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.corexa-testimonial-head h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    letter-spacing: -0.2px;
}

.corexa-testimonial-head span {
    color: #6cb4ff;
    font-size: 12.5px;
    font-weight: 500;
    background: rgba(47, 155, 255, 0.12);
    padding: 2px 8px;
    border-radius: 40px;
    display: inline-block;
}

.corexa-quote-icon {
    color: #2f9bff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-top: -8px;
    opacity: 0.85;
    filter: drop-shadow(0 2px 5px rgba(47,155,255,0.3));
}

.corexa-testimonial-content p {
    color: #eef3ff;
    opacity: 0.92;
    font-size: 13.8px;
    line-height: 1.58;
    font-weight: 400;
    margin: 0;
}

.corexa-testimonial-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 38px;
}

.corexa-nav-btn {
    width: 52px;
    height: 40px;
    border-radius: 60px;
    border: 1.5px solid #2f9bff;
    background: rgba(47, 155, 255, 0.08);
    color: #d4e6ff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.corexa-nav-btn:hover {
    background: rgba(47, 155, 255, 0.25);
    color: white;
    transform: translateY(-2px);
    border-color: #5bb0ff;
    box-shadow: 0 4px 12px rgba(47,155,255,0.3);
}

.corexa-nav-btn:active {
    background: #2f9bff;
    color: #0a1222;
    transform: scale(0.96);
}

/* RESPONSIVE */
@media(max-width: 1024px){
    .corexa-testimonial-item {
        flex: 0 0 calc((100% - 20px) / 2);
    }
    .corexa-testimonial-head h3 {
        font-size: 15px;
    }
}

@media(max-width: 768px){
    .corexa-testimonial-top h2 {
        font-size: 28px;
    }
    .corexa-testimonial-item {
        flex: 0 0 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 22px 18px;
    }
    .corexa-testimonial-head {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 8px;
    }
    .corexa-quote-icon {
        display: none;
    }
    .corexa-testimonial-image {
        margin-bottom: 6px;
    }
    .corexa-testimonial-content p {
        font-size: 13.5px;
    }
}

@media(max-width: 540px) {
    .corexa-testimonial-wrapper {
        gap: 16px;
    }
}
/* --- TESTIMONIAL SECTION END --- */