﻿.education-timeline {
    position: relative;
    padding-left: 40px; /* 📌 Deneyim ile aynı */
}

    /* Çizgi */
    .education-timeline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px; /* 📌 Deneyim ile tamamen aynı */
        width: 3px;
        height: 100%;
        background: linear-gradient(to bottom, #c65a2e, #ff8c42);
        border-radius: 3px;
    }

/* Nokta */
.education-dot {
    position: absolute;
    top: 10px; /* 📌 Deneyim ile tamamen aynı */
    left: 12px; /* 📌 Deneyim ile tamamen aynı */
    width: 18px;
    height: 18px;
    background: #fff;
    border: 4px solid #c65a2e;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(198, 90, 46, 0.1);
}

/* Kart hizası */
.education-box {
    margin-left: 90px; /* 📌 Deneyim ile birebir aynı */
    width: calc(100% - 120px);
}
