/* ===================================
   Emlak Bootstrap V6 Stil Dosyası
   Hazırlayan: ChatGPT x stksngr
   =================================== */

/* Genel düzen */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #0d6efd;
}

a:hover {
  color: #0056b3;
}

/* Header */
header {
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  position: sticky;
  top: 0;
  z-index: 99;
}

/* Butonlar */
.btn-primary {
  background-color: #0d6efd;
  border: none;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* Admin Panel */
.navbar-brand {
  font-weight: 600;
}

.nav-link {
  color: #333;
  transition: all 0.2s ease;
}

.nav-link:hover {
  color: #0d6efd;
  background-color: #f0f8ff;
  border-radius: 8px;
}

/* Sidebar */
.bg-light {
  background-color: #f8f9fa !important;
}

.nav.flex-column .nav-link.active {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 5px;
}

/* Kartlar */
.card {
  border-radius: 10px;
  overflow: hidden;
}

.card-title {
  font-size: 1rem;
  font-weight: 500;
}

.card .display-6 {
  font-weight: 600;
}

/* Footer */
footer {
  font-size: 0.9rem;
}

/* Login sayfası */
body.bg-login {
  background: url('/assets/images/bg-login.jpg') no-repeat center center fixed;
  background-size: cover;
}

.card-login {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
