.fixed-contact {
    background-color: rgba(0, 64, 128, 0.8);
    color: white;
    padding: 1rem;
    border-radius: 0 0.5rem 0.5rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fixed-contact a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
}

.detay-button {
    color: white;
    background-color: #004080;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    display: inline-block;
    margin-top: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.detay-button:hover {
    background-color: #003366;
}

.hakkimizda-bg {
    background-color: #e6f0ff;
}

.hakkimizda-bg h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #004080;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.hakkimizda-bg p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.hakkimizda-bg img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

input[placeholder="Eğitim Ara"] {
    padding: 10px;
}

#hakkimizda {
    margin-top: 20px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(90deg, #004080, #00509e);
}

.bg-white {
    background: linear-gradient(135deg, #e6f0ff, #ffffff);
}

#egitim-setleri h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    color: #004080;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

nav a {
    padding: 10px 15px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(0, 64, 128, 0.8), rgba(0, 80, 158, 0.8));
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
} 