/* Temel reset ve font ayarlarÄ± */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f2f7ff;
  color: #333;
  line-height: 1.6;
}

/* ðŸ”¹ Ãœst MenÃ¼ */

/* ðŸ”¹ Kayan YazÄ± BandÄ± */
.scroll-banner {
  background: #e7f1ff;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.6rem 0;
}
.scroll-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-text 35s linear infinite;
  font-weight: 500;
  color: #0056b3;
  font-size: 1rem;
}
@keyframes scroll-text {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* ðŸ”¹ Hero BaÅŸlÄ±k */
.hero {
  text-align: center;
  padding: 2rem 1rem;
}
.hero h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
.hero p {
  margin-top: 0.5rem;
  color: #555;
}

/* ðŸ”¹ FotoÄŸraflÄ± Slider (Full-width & Modern) */
.main-slider {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.main-slider .slide {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.main-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.main-slider .caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.7rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 8px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.main-slider .slide.active {
  display: block;
}

/* Mobil gÃ¶rÃ¼nÃ¼mde yÃ¼kseklik azalt */
@media (max-width: 768px) {
  .main-slider {
    height: 250px;
  }
  .main-slider .caption {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

/* ðŸ”¹ Åžehir SeÃ§me AlanÄ± */
.iller-container {
  text-align: center;
  padding: 2rem 1rem;
}
.iller-container h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}
.iller-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}
.il-kutu {
  background: white;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
  transition: 0.2s;
}
.il-kutu a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}
.il-kutu:hover {
  background: #eaf4ff;
  transform: scale(1.05);
}

/* ðŸ”¹ Responsive MenÃ¼ */
@media (max-width: 768px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
  }
  nav a {
    margin: 0.5rem 0 0 0;
  }
}


.seo-metin {
  background-color: #f9f9f9;
  padding: 40px;
  margin-top: 20px;
  border-radius: 10px;
  font-family: "Segoe UI", sans-serif;
  color: #333;
  line-height: 1.7;
}

.seo-metin h1 {
  color: #1a73e8;
  font-size: 28px;
  margin-bottom: 15px;
}

.seo-metin h2 {
  font-size: 22px;
  margin-top: 30px;
  color: #2a2a2a;
}

.seo-metin ul {
  padding-left: 20px;
}

.seo-metin li {
  margin-bottom: 10px;
}

.seo-metin details {
  margin-top: 15px;
  background: #fff;
  border-left: 4px solid #1a73e8;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.seo-metin summary {
  font-weight: bold;
  cursor: pointer;
  color: #1a73e8;
}

/* footer */


.site-footer {
  background-color: #1a1a1a;
  color: #ccc;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.footer-left h3 {
  color: white;
  margin-bottom: 10px;
}

.footer-left p {
  max-width: 400px;
  font-size: 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  color: #999;
}



.hero {
  background: #f1f3f5;
  padding: 40px;
  text-align: center;
}

.kategori-kutular {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  padding: 30px 0;
}

.kategori {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  width: 22%;
  transition: all 0.3s ease;
}

.kategori:hover {
  transform: translateY(-5px);
}

.kategori img {
  height: 60px;
  margin-bottom: 10px;
}

.kategori .btn {
  margin-top: 10px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .kategori-kutular {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .kategori {
    width: 90%;
  }
}


.sss {
  padding: 30px;
}

.sss details {
  background: #f8f9fa;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-left: 4px solid #007bff;
}




/* İl kutuları: Masaüstü ve mobil uyumlu */
.iller-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  margin: 20px 0;
}
.il-kutu {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: 0.3s ease-in-out;
}
.il-kutu:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.il-kutu a {
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
}

/* Menü */
nav {
  background-color: #007bff;
  color: white;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

nav .logo {
  font-weight: bold;
  font-size: 1.2rem;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin-left: 1.5rem;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

/* Mobil görünüm */
@media (max-width: 768px) {
  nav ul {
    display: none;
    flex-direction: column;
    background-color: #007bff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    padding: 1rem 0;
  }

  nav ul.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
    color: white;
    user-select: none;
  }

  nav ul li {
    margin: 0.5rem 0;
    text-align: center;
  }
}

/* logo */

.logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
}

.logo-img {
  height: 30px;
  margin-right: 10px;
}

/* 🔽 Mobil uyumlu düzenleme */
@media (max-width: 768px) {
  .logo {
    font-size: 1rem;
  }

  .logo-img {
    height: 24px;
    margin-right: 6px;
  }
}

/* blog */

.blog-section {
  margin: 40px 20px;
}
.blog-section h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}
.blog-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}
.blog-card {
  flex: 0 0 300px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  scroll-snap-align: start;
}
.blog-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #007bff;
}
.blog-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.blog-card .btn {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 8px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
