body {
    font-family: 'Quicksand', sans-serif;
    background: #1C59B4;
    color: #fff;
    margin: 0;
    padding: 0;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.form-control {
    border: 2px solid #A8D5FF !important;
}



/* Üst kart */
.search-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px;
    margin-top: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* Input stilleri */
.form-control, .form-select {
    background: rgba(255,255,255,0.15);
    border: none;
    border-radius: 10px;
    padding: 12px;
}

    .form-control:focus, .form-select:focus {
        box-shadow: 0 0 10px rgba(255,255,255,0.4);
        outline: none;
    }

/* Bölüm başlıkları */
.section-title {
    font-weight: 700;
    font-size: 1.3rem;
    color: #ffd166;
    margin-top: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 5px;
}

/* Buton */
.btn-reserve {
    background: linear-gradient(90deg, #ff4b2b, #ff416c);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 28px;
    font-weight: 700;
    transition: all 0.3s ease;
}

    .btn-reserve:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(255,65,108,0.5);
    }

/* Alt kart */
.info-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    margin-top: 40px;
}


.kurs-item {
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

    .kurs-item:hover {
        background-color: #e9f5ff;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .kurs-item img {
        transition: transform 0.2s ease;
    }

        .kurs-item img:hover {
            transform: scale(1.2);
        }

.btn-success {
    background: #1C59B4;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 35px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px #1C59B4;
    font-size: 1rem;
    cursor: pointer;
}

    .btn-success:hover {
        transform: translateY(-2px);
        box-shadow: #1C59B4;
    }

    .btn-success:active {
        transform: scale(0.98);
    }

.btn-yazi:hover {
    color: #fff;
}

.LoadingIcon {
    display: none;
    width: 47px;
}

/* Form alanlarının genel görünümü */
.form-control, .form-select {
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 14px 16px;
    
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    outline: none;
}

    /* Focus animasyonu */
    .form-control:focus, .form-select:focus {
        border-color: #ffd166;
        box-shadow: 0 0 10px rgba(255, 209, 102, 0.7);
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.02);
    }

/* Label stilleri (tüm kolon boyutları için) */
[class*="col-md"] label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1C59B4;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

/* Label rengi input focus olduğunda değişsin */
[class*="col-md"]:focus-within label {
    color: #A8D5FF;
}

/* Container düzeni (her sütun için geçerli) */
[class*="col-md"] {
    margin-top: 20px;
    animation: fadeInUp 0.6s ease both;
}

/* Hafif yukarıdan giriş animasyonu */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Placeholder rengi */
::placeholder {
    color: #A8D5FF;
    font-style: italic;
}

/* Dropdown için özel görünüm */
.form-select option {
    color: #000;
}

/* Hover efekti */
.form-control:hover, .form-select:hover {
    border-color: #a8d5ff;
    box-shadow: 0 0 8px rgba(168, 213, 255, 0.5);
}

/* Çok satırlı textbox (TextMode="MultiLine") */
textarea.form-control {
    min-height: 90px;
    resize: vertical;
}



/* Form alanlarının genel görünümü */
/*.form-control, .form-select {
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 14px 16px;
    color: #A8D5FF;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    outline: none;
}*/

    /* Focus animasyonu */
    /*.form-control:focus, .form-select:focus {
        border-color: #ffd166;
        box-shadow: 0 0 10px rgba(255, 209, 102, 0.7);
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.02);
    }*/

/* Label stilleri */
/*.col-md-6 label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1C59B4;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}*/

/* Label rengi input focus olduğunda değişsin */
/*.col-md-6:focus-within label {
    color: #A8D5FF;
}*/

/* Container düzeni */
/*.col-md-6 {
    margin-top: 20px;
    animation: fadeInUp 0.6s ease both;
}*/

/* Hafif yukarıdan giriş animasyonu */
/*@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/

/* Placeholder rengi */
/*::placeholder {
    color: #A8D5FF;
    font-style: italic;
}*/

/* Dropdown için özel görünüm */
/*.form-select option {
    color: #000;
}*/

/* Hover efekti */
/*.form-control:hover, .form-select:hover {
    border-color: #a8d5ff;
    box-shadow: 0 0 8px rgba(168, 213, 255, 0.5);
}*/






@media (max-width: 768px) {
    .search-card, .info-card {
        margin: 20px;
    }
}
