﻿/* ==============================
   SABİDEK Theme
==============================*/

body {
    background: #f5f7fb;
}

/* Bölüm */
.section {
    padding: 70px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 45px;
}

    .section-title h2 {
        font-weight: 700;
        color: #0d6efd;
        margin-bottom: 10px;
    }

    .section-title p {
        color: #6c757d;
    }

/* Kart */

.modern-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
}

    .modern-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,.15);
    }

    /* Resim */

    .modern-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

/* İstatistik */

.stats-box {
    background: white;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
}

    .stats-box:hover {
        transform: translateY(-8px);
    }

.stats-number {
    font-size: 38px;
    font-weight: bold;
    color: #0d6efd;
}

.stats-title {
    color: #666;
    font-weight: 600;
}

/* CTA */

.cta {
    background: #0d6efd;
    color: white;
    border-radius: 20px;
    padding: 60px;
    text-align: center;
}

    .cta h2 {
        font-size: 38px;
        font-weight: bold;
    }

    .cta .btn {
        margin: 8px;
    }

/* Timeline */

.timeline-item {
    background: white;
    border-left: 5px solid #0d6efd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.07);
}


.modern-card h5 {
    min-height: 60px;
}

.modern-card p {
    min-height: 80px;
    color: #666;
}

.modern-card .btn {
    border-radius: 25px;
}

.news-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #0d6efd;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}

/*=========================
EVENT
=========================*/

.event-card {
    display: flex;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
}

    .event-card:hover {
        transform: translateY(-8px);
    }

.event-date {
    width: 110px;
    background: #0d6efd;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .event-date .day {
        font-size: 38px;
        font-weight: bold;
        line-height: 40px;
    }

    .event-date .month {
        font-size: 18px;
        letter-spacing: 1px;
    }

.event-content {
    padding: 25px;
    flex: 1;
}

    .event-content h5 {
        font-weight: 700;
        margin-bottom: 15px;
    }

/*==========================
TIMELINE
==========================*/

.timeline-item {
    position: relative;
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
    transition: .35s;
}

    .timeline-item:hover {
        transform: translateX(8px);
    }

.step-circle {
    width: 70px;
    height: 70px;
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    margin: auto;
}


.document-icon {
    margin-top: 10px;
    margin-bottom: 10px;
}



.modern-card:hover {
    transform: translateY(-10px) scale(1.01);
}

.btn {
    transition: all 0.3s ease;
}

.btn:hover {
    transform: scale(1.05);
}
