/* ---- INDEX2 CUSTOM STYLES ---- */
body {
    background: #1a1d24;
    color: #fff;
}

/* Hero Banner */
.hero-banner {
    position: relative;
    background: linear-gradient(135deg, #2B2E36 0%, #1a1d24 100%);
    overflow: hidden;
    padding-bottom: 0;
}

.hero-banner .carousel-item {
    min-height: 350px;
}

.hero-banner .carousel-item a {
    display: block;
    width: 100%;
    text-align: center;
}

.hero-banner .carousel-item img {
    display: inline;
    max-width: 100%;
}

/* Stats Inner (inside hero-banner) */
.stats-inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.stat-card {
    background: #22252d;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
}

.stat-card-img {
    width: 100%;
    aspect-ratio: 139 / 100;
    overflow: hidden;
    position: relative;
}

.stat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stat-card-body {
    padding: 24px;
    text-align: center;
}

.stat-number {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 4px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-number.gradient-1 {
    background: linear-gradient(93deg, rgb(255, 31, 83) 2.59%, rgb(255, 134, 249) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.stat-number.gradient-2 {
    background: linear-gradient(93deg, rgb(0, 208, 255) 2.59%, rgb(13, 253, 145) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.stat-number.gradient-3 {
    background: linear-gradient(93deg, rgb(0, 81, 255) 2.59%, rgb(37, 197, 255) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.stat-label {
    font-size: 16px;
    color: #a0a5b0;
    margin-bottom: 4px;
}

.stat-sublabel {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.stat-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.stat-partner img {
    max-height: 30px;
    opacity: 1;
}

/* Egitimler Section */
.egitimler-v2 {
    background: #1e2128;
    padding: 80px 0;
    color: #fff;
    border-top: 1px solid #2a2d35;
}

.egitimler-v2 h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 24px;
}

.egitimler-v2 .desc-text {
    font-size: 14px;
    color: #8a8f9c;
    line-height: 1.7;
    margin-bottom: 16px;
}

.atc-badge {
    margin-top: 24px;
}

.atc-badge img {
    max-height: 50px;
}

/* Course List */
.course-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: #282b33;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: box-shadow 0.3s ease;
    text-decoration: none;
    color: #fff;
}

.course-list-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.course-list-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.course-badge {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.course-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-name {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.course-hours {
    font-size: 14px;
    color: #6b7080;
    white-space: nowrap;
    margin: 0 24px;
}

.course-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #444;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.course-list-item:hover .course-arrow {
    border-color: #fff;
    background: #fff;
}

.course-list-item:hover .course-arrow svg {
    stroke: #1a1d24;
}

.course-arrow svg {
    width: 16px;
    height: 16px;
    stroke: #6b7080;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btn-outline-egitim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 1.5px solid #444;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 12px;
}

.btn-outline-egitim:hover {
    background: #fff;
    color: #1a1d24;
}

/* Responsive */
@media (max-width: 991px) {
    .egitimler-v2 h2 {
        font-size: 32px;
    }

    .stat-card-img {
        aspect-ratio: 139 / 100;
    }
}

@media (max-width: 767px) {
    .stats-inner {
        padding-bottom: 30px;
    }

    .egitimler-v2 {
        padding: 50px 0;
    }

    .egitimler-v2 h2 {
        font-size: 28px;
    }

    .course-name {
        font-size: 13px;
    }

    .course-hours {
        margin: 0 12px;
        font-size: 12px;
    }

}
