﻿/*=========================================================
  ENMODÜLER YAZILIM — REFERANSLAR
=========================================================*/

.en-reference-card {
    padding: 32px;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.en-reference-logo {
    max-height: 40px;
    width: auto;
    max-width: 160px;
    margin-bottom: 20px;
    object-fit: contain;
}

.en-reference-quote {
    color: #555;
    font-size: 15.5px;
    line-height: 1.8;
    font-style: italic;
    flex: 1;
    margin-bottom: 18px;
}

.en-reference-person {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

    .en-reference-person strong {
        color: var(--title);
    }

    .en-reference-person span {
        color: var(--gray-500);
    }

.en-referanslar-swiper {
    padding: 10px 5px 30px;
}

.en-referanslar-swiper .swiper-slide {
    height: auto;
}

/* Başarı hikayesi kartları (Referanslar hub sayfasında) */

.en-case-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    color: var(--text);
}

    .en-case-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow);
    }

.en-case-card-media {
    height: 180px;
    overflow: hidden;
}

    .en-case-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.en-case-card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .en-case-card-body h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .en-case-card-body p {
        color: #666;
        font-size: 14.5px;
        line-height: 1.7;
        flex: 1;
    }

.en-case-result {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 30px;
    background: var(--primary-50);
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 12px;
    width: fit-content;
}
