
/* Ümumi */
body { margin: 0; font-family: 'Segoe UI', Arial, sans-serif; background: #f4f7f9; color: #333; }
.esas-mezmun { padding: 20px; min-height: 80vh; }

/* Header */
.ust-menu { background: #1a237e; color: white; padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.ust-menu .logo { font-size: 22px; font-weight: bold; }
.ust-menu nav a { color: white; text-decoration: none; margin-left: 15px; font-size: 14px; transition: 0.3s; }
.ust-menu nav a:hover { color: #ff9800; }
.btn-qeyd { background: #ff9800; padding: 7px 15px; border-radius: 5px; color: white !important; }

/* Container */
.container { max-width: 900px; margin: 30px auto; background: white; padding: 30px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

/* Formlar */
.form-qrup { margin-bottom: 15px; }
label { display: block; margin-bottom: 5px; font-weight: 600; font-size: 14px; color: #555; }
input, select, textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 6px; font-size: 15px; box-sizing: border-box; }
input:focus { border-color: #1a237e; outline: none; }

/* Cədvəllər (Admin Panel Üçün) */
table { width: 100%; border-collapse: collapse; margin-top: 15px; background: white; font-size: 14px; }
table th { background: #1a237e; color: white; padding: 12px; text-align: left; }
table td { padding: 12px; border: 1px solid #eee; }
table tr:nth-child(even) { background: #f9f9f9; }

/* Düymələr */
.btn-esas { background: #28a745; color: white; border: none; padding: 12px 20px; border-radius: 6px; font-size: 16px; font-weight: bold; cursor: pointer; width: 100%; transition: 0.3s; }
.btn-esas:hover { background: #218838; }

/* Mobil Uyğunluq */
@media (max-width: 600px) {
    .ust-menu { flex-direction: column; gap: 10px; padding: 15px; }
    .ust-menu nav { display: flex; flex-wrap: wrap; justify-content: center; }
    .container { margin: 10px; padding: 15px; }
    table { font-size: 12px; }
}

/* Footer */
.alt-hisse { background: #263238; color: #ccc; text-align: center; padding: 25px; margin-top: 40px; font-size: 13px; }
.alt-hisse a { color: #888; text-decoration: none; margin: 0 10px; }
/* Navbar & Header */
.navbar { 
    background: white; height: 70px; display: flex; 
    align-items: center; justify-content: space-between; 
    padding: 0 5%; box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky; top: 0; z-index: 9999;
}

.logo { font-size: 22px; font-weight: 800; text-decoration: none; color: #1a237e; }
.logo span { color: #ff5252; }

.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-link { text-decoration: none; color: #444; font-weight: 500; transition: 0.3s; }

/* Bildiriş Zəngi və Sayğac */
.notif-wrapper {
    position: relative; width: 38px; height: 38px;
    background: #f0f2f5; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #1a237e; text-decoration: none;
}

.badge {
    position: absolute; top: -5px; right: -5px;
    background: #ff5252; color: white; font-size: 10px;
    font-weight: bold; width: 18px; height: 18px;
    border-radius: 50%; display: flex; align-items: center;
    justify-content: center; border: 2px solid white;
}

.btn-main { background: #1a237e; color: white !important; padding: 8px 18px; border-radius: 50px; text-decoration: none; }

/* Mobil Dizayn */
.mobile-toggle { display: none; font-size: 24px; cursor: pointer; color: #1a237e; }

@media (max-width: 850px) {
    .mobile-toggle { display: block; }
    .nav-links {
        position: absolute; top: 70px; left: -100%; width: 100%;
        background: white; flex-direction: column; padding: 30px 0;
        transition: 0.4s; box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    }
    .nav-links.active { left: 0; }
    .nav-link { width: 80%; text-align: center; padding: 12px; border-bottom: 1px solid #eee; }
}
