﻿:root {
    --primary-blue: #1a73e8;
    --card-bg: #ffffff;
    --timeline-line: rgba(0, 0, 0, 0.1);
    --text-main: #333333;
    --text-muted: #666666;
}

.timeline-container {
    background-color: transparent !important;
    padding: 4rem 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

    .timeline-container::-webkit-scrollbar {
        width: 5px; /* Çok ince bir çubuk */
    }

    .timeline-container::-webkit-scrollbar-track {
        background: transparent; /* Arka planı görmeye devam edelim */
    }

    .timeline-container::-webkit-scrollbar-thumb {
        background: rgba(26, 115, 232, 0.3); /* Yarı şeffaf mavi */
        border-radius: 10px;
    }

        .timeline-container::-webkit-scrollbar-thumb:hover {
            background: var(--primary-blue); /* Üstüne gelince tam renk */
        }

.timeline-line-center {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    transform: translateX(-50%);
    z-index: 1;
    background: linear-gradient( to bottom, transparent, rgba(26,115,232,0.2), rgba(26,115,232,0.4), rgba(26,115,232,0.2), transparent );
}

.timeline-row {
    display: flex;
    align-items: center !important;
    width: 100%;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

    .timeline-row:last-child {
        margin-bottom: 0;
    }

.step-content,
.step-info {
    flex: 1;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
}

.left-step .step-content {
    padding-right: 4rem;
}

.right-step .step-content {
    padding-left: 4rem;
}

.right-step .step-content {
    align-items: flex-start;
    text-align: left;
    order: 3;
}

.right-step .step-info {
    align-items: flex-end;
    text-align: right;
    order: 1;
}

.right-step .step-icon-center {
    order: 2;
}

.step-icon-center {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 2px solid var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    font-size: 1.1rem;
    flex-shrink: 0 !important;
    z-index: 3;
    box-shadow: 0 6px 16px rgba(26, 115, 232, 0.12);
    align-self: center !important;
    margin: 0 auto;
}
.timeline-row:hover .step-icon-center {
    transform: scale(1.15);
    box-shadow: 0 10px 30px rgba(26,115,232,0.3);
}

.square-cards .step-content,
.square-cards .step-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.square-cards .step-card {
    width: 220px;
    aspect-ratio: 1 / 1;
    max-width: 220px;
    min-height: unset;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
}

.square-cards .step-card h6 {
    margin-bottom: 0.5rem;
}

.square-cards .step-card p {
    font-size: 0.85rem;
    line-height: 1.35;
    margin: 0;
}

.square-cards .step-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

.square-cards .left-step .card-arrow,
.square-cards .right-step .card-arrow {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 991px) {
    .square-cards .step-card {
        width: 100%;
        max-width: none;
        aspect-ratio: auto;
        min-height: 120px;
    }
    .square-cards .step-content,
    .square-cards .step-info {
        padding: 0 1rem;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.step-card {
    background: var(--card-bg);
    border-radius: 18px;
    padding: 1.2rem 1.4rem;
    border: 1px solid rgba(0,0,0,0.04);
    position: relative;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    max-width: 340px; 
    width: 100%;
    transition: all 0.2s ease;
    backdrop-filter: blur(6px);
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.step-card {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
}
    .step-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 40px rgba(0,0,0,0.1);
    }

    .step-card h6 {
        font-size: 1.05rem;
        margin-bottom: 0.5rem;
    }

    .step-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
.card-arrow {
    z-index: 2;
}

.step-card {
    z-index: 3;
}

.left-step .card-arrow {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: var(--card-bg);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.05);
}

.right-step .card-arrow {
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: var(--card-bg);
    box-shadow: -2px 2px 6px rgba(0,0,0,0.05);
}
.step-label-text {
    font-size: 0.85rem;
    color: var(--text-muted) !important;
    font-weight: 700;
}

.login-about {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    position: relative;
    overflow: hidden;
}

    .login-about::after {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(26,115,232,0.08), transparent);
        top: -100px;
        left: -100px;
    }


.section-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    border-left: 5px solid var(--primary-blue);
    padding-left: 15px;
    color: var(--text-main) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-screen {
    min-width: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.login-screen .login-body {
    padding: 3.5rem !important; 
}
.login-wrapper {
    position: sticky !important;
    top: 0 !important;
    height: 100vh;
    overflow-y: hidden;
    align-items: flex-start !important;
}
.form-check {
    padding-left: 2.5rem !important;
    margin-bottom: 0.75rem;
}

.form-check-input {
    margin-left: -2.5rem !important;
}

