﻿a {
    text-decoration: none;
    color: #f6ca01;
}

.breadcrumb {
    margin: 2em;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #212529;
    color: #f6ca01;
}

    .accordion-button:focus {
        box-shadow: none;
    }

/* ==========================================================================
   Senaryonline Ortak Stil Düzenlemeleri (Danışmanlık ve Kısa Film Kampı)
   ========================================================================== */

/* --- Danışmanlık Sayfası Özellik Kartları --- */
.feature-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }

/* --- Yolculuk Adımları Tepe Başlıkları --- */
.step-number {
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #f6ca01;
    font-weight: bold;
}

/* --- Kısa Film Kampı Dönem Şeritleri --- */
.camp-section {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

    .camp-section:last-child {
        border-bottom: none;
    }

/* --- Kamp Kamera Arkası Fotoğraf Galerisi --- */
.mini-gallery img {
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    object-fit: cover;
    height: 80px;
    width: 100%;
}

    .mini-gallery img:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }


.alert {
    margin-top: 4em;
}

label {
    margin-top: 10px;
}

.hata {
    color: red;
    font-size: 12px;
}