/* Genel Gövde Stili */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f7fa;
  color: #333;
}

/* Navbar */
.navbarr {
  background-color: #3c4e9b;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.banneryazi {
  color: white;
  font-weight: bold;
  margin: 0;
}

/* Navbar linkleri */
.nav-link {
  color: #ffffff !important;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #ffdd57 !important;
}

/* Dropdown Menü */
.dersler {
  background-color: #3c4e9b;
}

.dersler a {
  color: white;
}

.dersler a:hover {
  background-color: #2c3e70;
}

/* Arama kutusu */
.ara {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #3c4e9b;
  font-weight: bold;
}

.ara:hover {
  background-color: #ffdd57;
  color: #3c4e9b;
}

/* Carousel yazıları */
.carousel-caption h1,
.carousel-caption p {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em 1em;
  border-radius: 8px;
}

/* Kartlar */
.card h5 {
  font-weight: bold;
  color: #3c4e9b;
}

.card p {
  font-size: 0.95rem;
  color: #555;
}

.card button {
  background-color: #3c4e9b;
  color: white;
  border: none;
  transition: 0.3s;
}

.card button:hover {
  background-color: #2a3470;
}

/* Modal içeriği */
.modal-body h5 {
  color: #3c4e9b;
  font-weight: bold;
}

/* Sosyal medya simgeleri */
.socialmedia {
  width: 32px;
  height: 32px;
  margin: 0 5px;
  transition: transform 0.2s ease;
}

.socialmedia:hover {
  transform: scale(1.1);
}

/* Footer Alert */
.alert {
  color: white;
  padding: 2rem 1rem;
}

.alert a {
  color: #ffdd57;
  text-decoration: none;
}

.alert a:hover {
  text-decoration: underline;
}

/* Galeri Başlığı */
.galeri-section h2 {
  font-weight: 700;
  color: #ffffff !important;
  text-shadow: 1px 1px 3px #000;
  background-color: #3c4e9b;
  padding: 20px;
  border-radius: 12px;
  max-width: 400px;
  margin: 40px auto 20px;
}

/* Galeri Grid */
.galeri-section {
  padding: 40px 20px;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.galeri-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.galeri-item {
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.galeri-item:hover {
  transform: scale(1.05);
}

.galeri-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

/* ===== ÇALIŞMALARIM SAYFASI TASARIMI ===== */

/* Başlık */
h2.text-white {
  font-weight: 700;
  color: #1e2955 !important; 
  text-shadow: none; 
}


/* Sekmeler */
.nav-tabs .nav-link {
  font-weight: bold;
  background-color: #2c3e70;
  color: #0d0707 !important;
  border: none;
  margin: 0 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px 8px 0 0;
}

.nav-tabs .nav-link:hover {
  background-color: #1e2955;
  transform: scale(1.05);
  color: #ffdd57 !important;
}

.nav-tabs .nav-link.active {
  background-color: #1a1a1a;
  color: #ffffff !important;
  border: none;
  box-shadow: inset 0 -3px 0 #ffdd57;
}
