.navbar {
    background-color: #CCE6FF;
    padding: 1.5rem 0;
    min-height: 80px;
}

.navbar-brand img {
    height: 60px;
}

.navbar .nav-link {
    color: #003366 !important;
    font-weight: 500;
    margin: 0 15px;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
}

.navbar .nav-link:hover {
    color: #003366 !important;
}

.navbar .nav-link.active {
    font-weight: 700;
    color: #003366 !important;
}

.membership-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #e3f0ff 0%, #f8fbff 100%);
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uyeislemleri-accordion-container {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
}

.custom-accordion .accordion-item {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(100, 180, 255, 0.10);
    border: none;
}

.custom-accordion .accordion-button {
    background: linear-gradient(90deg, #b3e0ff 0%, #e3f0ff 100%);
    color: #2563a6;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 1.2rem 1.5rem;
    border: none;
    outline: none;
    box-shadow: none;
    transition: background 0.3s, color 0.3s;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #7ecbff 0%, #b3e0ff 100%);
    color: #174c7c;
}

.custom-accordion .accordion-body {
    background: #f8fbff;
    padding: 2rem 2.5rem;
}

.uye-form .form-label {
    color: #2563a6;
    font-weight: 500;
}

.uye-form .form-control {
    border-radius: 10px;
    border: 1px solid #b3e0ff;
    background: #f4faff;
    transition: border-color 0.3s;
}

.uye-form .form-control:focus {
    border-color: #7ecbff;
    box-shadow: 0 0 0 0.15rem rgba(126,203,255,.25);
}

.btn-uye {
    background: linear-gradient(90deg, #7ecbff 0%, #b3e0ff 100%);
    color: #174c7c;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 0.7rem 2.5rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(100, 180, 255, 0.10);
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.btn-uye:hover {
    background: linear-gradient(90deg, #b3e0ff 0%, #7ecbff 100%);
    color: #2563a6;
    transform: translateY(-2px) scale(1.03);
}

.download-link {
    display: inline-block;
    margin: 18px 0 24px 0;
    color: #2563a6;
    text-decoration: none;
    font-weight: 500;
    background: #e3f0ff;
    padding: 8px 18px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

.download-link:hover {
    background: #b3e0ff;
    color: #174c7c;
    text-decoration: underline;
}

.yoklama-btn {
    background: linear-gradient(90deg, #7ecbff 0%, #b3e0ff 100%);
    color: #174c7c;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 0.7rem 2.5rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(100, 180, 255, 0.10);
    transition: background 0.2s, color 0.2s, transform 0.2s;
    margin-top: 10px;
}
.yoklama-btn:hover {
    background: linear-gradient(90deg, #b3e0ff 0%, #7ecbff 100%);
    color: #2563a6;
    transform: translateY(-2px) scale(1.03);
}

.yoklama-sonuc {
    background: #f4faff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(100, 180, 255, 0.10);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    max-width: 500px;
    margin: 0 auto;
}

.yoklama-katilim .badge {
    background: linear-gradient(90deg, #b3e0ff 0%, #e3f0ff 100%);
    color: #174c7c !important;
    font-size: 1.1rem;
    padding: 0.7em 1.5em;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(100, 180, 255, 0.10);
}

.yoklama-table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(100, 180, 255, 0.08);
}
.yoklama-table th, .yoklama-table td {
    border: none;
    padding: 0.9em 1.2em;
    font-size: 1rem;
}
.yoklama-table th {
    background: #e3f0ff;
    color: #2563a6;
    font-weight: 600;
}
.yoklama-table tr:nth-child(even) {
    background: #f8fbff;
}
.yoklama-table tr:nth-child(odd) {
    background: #f4faff;
}
.yoklama-table .badge-success {
    background: linear-gradient(90deg, #a8ffb3 0%, #d2ffe3 100%);
    color: #1e7e34;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.5em 1.2em;
    font-size: 1em;
}
.yoklama-table .badge-danger {
    background: linear-gradient(90deg, #ffd6d6 0%, #ffeaea 100%);
    color: #c82333;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.5em 1.2em;
    font-size: 1em;
}

@media (max-width: 991.98px) {
  .navbar-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
    position: relative;
    z-index: 1050;
    background: #CCE6FF;
    padding: 10px 0 10px 0;
  }
  .navbar-logos .navbar-brand img {
    height: 48px;
    max-height: 48px;
    width: auto;
    margin-top: 13px;
  }
  .neu-logo-mobile img {
    height: 48px;
    max-height: 48px;
    width: auto;
  }
  .navbar {
    padding-top: 0 !important;
    min-height: 0 !important;
  }
  .navbar .container {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  .navbar-toggler {
    margin-top:10px;
    margin-left: 10px !important;
    margin-right: auto !important;
    left: 0;
    right: auto;
    position: relative;
  }
  .collapse.navbar-collapse {
    background: #CCE6FF;
    padding-bottom: 10px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  }
}
