@font-face {
    font-family: "bootstrap-icons";
    src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/fonts/bootstrap-icons.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/fonts/bootstrap-icons.woff") format("woff");
    font-display: swap; /* 👈 metin hemen görünür */
}

.testimonial-card {
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(30, 136, 229, 0.3);
}

.testimonial-card img {
    border: 3px solid #1e88e5;
}

.testimonial-card h3 {
    letter-spacing: 0.05em;
}

.testimonial-card p {
    font-size: 0.95rem;
    line-height: 1.5;
}

a.text-white {
    text-decoration: none;
}

.header {
    height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
}

.dancing-script {
    font-family: 'Dancing Script', cursive;
}

.object-fit-cover {
    object-fit: cover;
}

.z-n1 {
    z-index: -1;
}

/* Tablet ve küçük dizüstü */
@media (max-width: 992px) {
    .header {
        padding-left: 40px;
        /* Daha az boşluk */
        height: 50vh;
        /* Yükseklik biraz azalt */
    }
}

/* Mobil cihazlar */
@media (max-width: 768px) {
    .header {
        padding-left: 20px;
        /* Minimal boşluk */
        height: 300px;
        justify-content: flex-start;
        /* Sola hizala */
    }
}

/* Çok küçük ekranlar (telefonlar) */
@media (max-width: 480px) {
    .header {
        padding-left: 15px;
        height: 250px;
        font-size: 1rem;
        /* Yazı boyutlarını küçültebilirsin */
    }

    .header h1 {
        font-size: 2rem;
    }

    .header p {
        font-size: 1rem;
    }
}

.card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.card-img-top {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: transform 0.4s ease;
}



.card-body {
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    color: #222;
}

.price {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.price .old-price {
    color: #b0b0b0;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 1.1rem;
}

.price .new-price {
    color: #2ecc71;
    font-weight: 700;
    font-size: 2rem;
}

.list-unstyled li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0;
    font-size: 0.95rem;
    color: #555;
}

.list-unstyled li strong {
    min-width: 120px;
    color: #222;
}

.btn-custom-info {
    background-color: #1565c0;
    /* Daha koyu mavi */
    border: none;
    padding: 0.6rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(21, 101, 192, 0.3);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-custom-info:hover,
.btn-custom-info:focus {
    background-color: #0d47a1;
    /* Daha koyu hover tonu */
    box-shadow: 0 6px 15px rgba(13, 71, 161, 0.4);
    color: #fff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.social-icon {
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #0d6efd !important;
    /* Bootstrap mavi */
}

body {
    padding-top: 60px;
    /* navbar yüksekliği kadar boşluk bırakın */
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.modern-3d-btn {
    /* Yumuşak degrade arka plan */
    background: linear-gradient(145deg, #28a745, #1e7e34);
    /* Hafif dış gölge (3D görünüm) */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    /* Hafif iç gölge */
    border: none;
    border-radius: 12px;
    /* Geçiş efektleri */
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 600;
}

.modern-3d-btn:hover {
    /* Hoverda biraz açılma ve yukarı kalkma efekti */
    background: linear-gradient(145deg, #1e7e34, #28a745);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    text-decoration: none;
    color: #fff;
}

.modern-3d-btn:active {
    /* Tıklama efekti */
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
}
.yorum-kutu {
    display: flex;
    align-items: flex-start;
    padding: 1rem 0;
    gap: 2rem; /* Boşluk arttı — çizgi ve yorum sağa kayar */
}

.sol-kisim {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    text-align: center;
}

    .sol-kisim img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 0.5rem;
    }

.isim {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.tarih {
    font-size: 0.875rem;
    color: #555;
    white-space: nowrap;
}

.cizgi {
    width: 1px;
    background-color: #ccc;
    height: 100%;
    min-height: 70px;
    /* Daha da sağa çekmek istersen: */
    margin-left: 30px;
}

.sag-kisim {
    flex: 1;
}

    .sag-kisim p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.5;
    }
