
.a {
    color: white;
    text-decoration: none;
}

.a:hover {
    color: white;
    text-decoration: underline;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('background.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items__: center;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0)), url(background.jpg) no-repeat center center / cover;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(26 135 84)), url(background.jpg) no-repeat center center / cover;
    flex-direction: column;
    justify-content: space-between;
}

/* Custom Button Styles */
.btn-primary {
    background-color: #0d6efd;
    border: none;
}

.btn-primary:hover {
    background-color: #0b5ed7;
}

/* Accordion Styling */
.accordion-button {
    background-color: #f8f9fa;
    color: #333;
}

.accordion-button:focus {
    box-shadow: none;
}


/* Giriş Formu Stilleri */
.card {
    border: none;
    border-radius: 10px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.alert {
    border-radius: 5px;
}

.btn-primary {
    background-color: #0d6efd;
    border: none;
}

.btn-primary:hover {
    background-color: #0b5ed7;
}

.text-decoration-none {
    color: #0d6efd;
}

.text-decoration-none:hover {
    text-decoration: underline;
}

/* Kayıt Formu Stilleri */
.card {
    border: none;
    border-radius: 10px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.alert {
    border-radius: 5px;
}

.btn-primary {
    background-color: #0d6efd;
    border: none;
}

.btn-primary:hover {
    background-color: #0b5ed7;
}

.text-decoration-none {
    color: #0d6efd;
}

.text-decoration-none:hover {
    text-decoration: underline;
}

/* Tablo Stilleri */
.table th, .table td {
    vertical-align: middle;
}

/* Buton Stilleri */
.btn-primary {
    background-color: #0d6efd;
    border: none;
}

.btn-primary:hover {
    background-color: #0b5ed7;
}

.btn-danger {
    background-color: #dc3545;
    border: none;
}

.btn-danger:hover {
    background-color: #bb2d3b;
}


/* Card Stilleri */
.card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

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

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-text {
    font-size: 0.9rem;
    color: #555;
}


.btn {
    margin-bottom: 10px;
}