﻿.btn-reset {
    background-color: #f1f3f5;
    color: #495057;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.btn-back {
    background-color: #f1f3f5;
    color: sandybrown;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

    .btn-reset:hover {
        background-color: #e9ecef;
        color: #212529;
    }

/* Devam Et butonu – ana aksiyon */
.btn-next {
    background-color: #1b2e4b; /* tema laciverti */
    color: #ffffff !important;
    border: none;
    transition: all 0.2s ease;
    letter-spacing: 0.3px;
}

    .btn-next:hover,
    .btn-next:focus {
        background-color: #2e4a6b !important;
        color: #ffffff !important;
    }


@media (max-width: 576px) {
    .btn-next,
    .btn-reset {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 14px;
    }
}