/* Genel Ayarlar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(to bottom right, #1f1c2c, #928dab);
  color: #fff;
  line-height: 1.6;
}

/* Navbar */
.navbar {
  background: #111;
  color: #fff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 2px solid #00ffcc;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  transition: 0.3s;
  position: relative;
}

.navbar a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #00ffcc;
  left: 0;
  bottom: -5px;
  transition: 0.4s;
}

.navbar a:hover::after {
  width: 100%;
}

.navbar a:hover {
  color: #00ffcc;
  transform: scale(1.1);
}

.navbar .logo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00ffcc;
  text-shadow: 0 0 10px #00ffcc;
}

.menu-toggle {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
}

/* Arama Kutusu */
.search-bar {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
  max-width: 600px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.search-bar input[type="text"] {
  width: 100%;
  padding: 14px;
  border: none;
  outline: none;
  font-size: 1rem;
}

.search-bar button {
  padding: 14px 20px;
  background: #00cc99;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.search-bar button:hover {
  background
::contentReference[oaicite:3]{index=3}
 
