/*
Theme Name: İfşa Life Premium
Theme URI: https://cefalidegilsefalibilgiler.com/
Author: Türk İfşa
Version: 2.0
*/

body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f2f2f2;
  color: #111;
}

header {
  background-color: #000;
  color: #fff;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

.logo img {
  max-width: 220px;
  max-height: 220px;
  height: auto;
  width: auto;
}

.menu {
  margin: 15px 0;
}

.menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}

.menu li {
  margin: 5px;
}

.menu a {
  background: #c00;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.menu a:hover {
  background: #900;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  padding: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

.content-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 400px;
}

.content-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.content-box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.content-box .title {
  padding: 15px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  flex: 1;
  overflow: hidden;
}

.pagination {
  text-align: center;
  margin: 30px;
}

footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  box-shadow: 0 -3px 6px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
  .logo img {
    max-width: 180px;
  }
  .menu a {
    padding: 10px 14px;
    font-size: 0.9rem;
  }
}


a {
  color: #c00;
  text-decoration: none;
}
a:hover {
  color: #900;
  text-decoration: underline;
}

.comment-reply-title,
.comments-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #000;
}

.comment-form label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
  border-radius: 6px;
  font-size: 0.95rem;
}

.comment-form input[type=submit] {
  background: #c00;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  transition: background 0.3s;
}

.comment-form input[type=submit]:hover {
  background: #900;
}


/* Yorum kutusu görünümü */
.comment-respond {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.comment-form input[type="submit"] {
  background-color: #c00;
  color: white;
  border: none;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.comment-form input[type="submit"]:hover {
  background-color: #900;
}

/* Paylaşım butonları hizalama */
.content-share {
  text-align: center;
  margin: 30px 0;
}

.content-share span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1rem;
}

.content-share a {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 16px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s ease;
}

.content-share a:hover {
  transform: scale(1.05);
}

.content-share a.facebook { background: #3b5998; }
.content-share a.twitter { background: #1da1f2; }
.content-share a.whatsapp { background: #25d366; }



.content-share a.telegram { background: #0088cc; }
.content-share a.vk { background: #4c75a3; }
.content-share a.okru { background: #ee8208; }



.post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.nav-previous, .nav-next {
  flex: 1 1 45%;
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.nav-previous:hover, .nav-next:hover {
  transform: scale(1.02);
}

.post-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
}

.post-navigation img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.post-navigation span {
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
}


.nav-boxed {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.nav-boxed h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.3rem;
  color: #000;
}

.nav-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-prev, .nav-next {
  flex: 1 1 48%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.nav-prev:hover, .nav-next:hover {
  transform: scale(1.02);
}

.nav-prev a, .nav-next a {
  color: #000;
  text-decoration: none;
  display: block;
  text-align: center;
}

.nav-prev img, .nav-next img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.nav-prev span, .nav-next span {
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 0.95rem;
}


.nav-prev h3,
.nav-next h3 {
  text-align: center;
  background: #c00;
  color: #fff;
  padding: 8px;
  margin: 0;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}


.pagination-box {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  padding: 15px;
  background: #f4f4f4;
  border-radius: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.pagination-box .page-numbers {
  margin: 0 8px;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
  background: #fff;
  color: #c00;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: background 0.3s;
}

.pagination-box .page-numbers.current {
  background: #c00;
  color: #fff;
}

.pagination-box .page-numbers:hover {
  background: #900;
  color: #fff;
}


.main-nav {
  text-align: center;
  margin-top: 10px;
  position: relative;
}

.nav-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
  background: #c00;
  color: white;
  border-radius: 6px;
  width: 45px;
  text-align: center;
  margin: 0 auto;
}

.nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.nav-list li {
  margin: 5px;
}

.nav-list a {
  background: #c00;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s;
}

.nav-list a:hover {
  background: #900;
}

@media (max-width: 768px) {
  .nav-list {
    display: none;
    flex-direction: column;
    background: #000;
    padding: 10px 0;
  }

  body.menu-open .nav-list {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .nav-list a {
    background: #c00;
    width: 90%;
    margin: 5px auto;
  }
}


.nav-toggle {
  font-size: 30px;
  color: white;
  background: #c00;
  border-radius: 6px;
  padding: 8px 14px;
  cursor: pointer;
  display: none;
  margin: 0 auto;
  width: 50px;
  text-align: center;
}

.main-nav .nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .nav-list li {
  margin: 8px;
}

.main-nav .nav-list a {
  background: #c00;
  color: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s;
}

.main-nav .nav-list a:hover {
  background: #900;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .main-nav .nav-list {
    display: none;
    flex-direction: column;
    align-items: center;
    background: #000;
    padding: 10px 0;
    margin-top: 10px;
  }

  .main-nav .nav-list.show {
    display: flex;
  }

  .main-nav .nav-list a {
    background: #c00;
    margin: 5px 0;
    width: 90%;
    text-align: center;
  }
}


/* Genel yapı */
body {
  background: #f1f1f1;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  color: #111;
  margin: 0;
  padding: 0;
}

a {
  color: #c00;
  text-decoration: none;
}

a:hover {
  color: #900;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  color: #000;
  margin-bottom: 10px;
}

/* Header logo alanı */
header {
  background: #000;
  padding: 20px 0;
}

.logo img {
  max-height: 80px;
}

/* İçerik kutuları */
.content-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 10px;
  text-align: center;
  transition: transform 0.2s ease;
}

.content-box:hover {
  transform: scale(1.02);
}

.content-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.content-box .title {
  font-weight: bold;
  font-size: 0.95rem;
  margin-top: 10px;
}

/* Grid yapısı */
.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding: 20px;
}

/* Footer */
footer {
  background: #000;
  color: #fff;
  padding: 30px 10px;
  text-align: center;
  font-size: 0.9rem;
}

footer .menu {
  margin-bottom: 10px;
}

footer .menu a {
  color: #fff;
  margin: 0 8px;
}

footer .menu a:hover {
  text-decoration: underline;
}


.nav-toggle {
  display: none !important;
}

.main-nav .nav-list {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.main-nav .nav-list li {
  margin: 8px;
}

.main-nav .nav-list a {
  background: #c00;
  color: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s;
}

.main-nav .nav-list a:hover {
  background: #900;
}

@media (max-width: 768px) {
  .main-nav .nav-list {
    flex-direction: column;
    align-items: center;
  }

  .main-nav .nav-list a {
    width: 90%;
    text-align: center;
    margin: 5px 0;
  }
}


/* hamburger menu */
.nav-toggle {
  font-size: 30px;
  background: #c00;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 14px;
  cursor: pointer;
  display: none;
  width: 50px;
  margin: 10px auto;
  text-align: center;
}

.main-nav .nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.main-nav .nav-list li {
  margin: 8px;
}

.main-nav .nav-list a {
  background: #c00;
  color: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s;
}

.main-nav .nav-list a:hover {
  background: #900;
}

body.menu-open .main-nav .nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .main-nav .nav-list {
    display: none;
    flex-direction: column;
    background: #000;
  }

  body.menu-open .nav-list {
    display: flex;
  }

  .main-nav .nav-list a {
    width: 90%;
    margin: 6px auto;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-menu a {
    color: white;
    margin: 6px 0;
  }
}


/* Header ve hamburger */
.site-header {
  background: #000;
  text-align: center;
  padding: 10px;
}

.logo img {
  max-height: 80px;
}

.hamburger {
  background: #c00;
  color: #fff;
  border: none;
  padding: 10px 14px;
  font-size: 24px;
  border-radius: 6px;
  cursor: pointer;
  display: none;
  margin: 10px auto;
}

.main-nav {
  display: flex;
  justify-content: center;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin: 10px 0;
}

.nav-list li {
  margin: 0;
}

.nav-list a {
  background: #c00;
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s;
}

.nav-list a:hover {
  background: #900;
}

/* Hamburger mobil davranış */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    background: #111;
  }

  .main-nav.active {
    display: flex;
  }

  .nav-list {
    flex-direction: column;
    gap: 0;
  }

  .nav-list a {
    width: 90%;
    margin: 6px 0;
    background: #c00;
    color: white;
    text-align: center;
  }
}

/* Footer menü */
.footer-nav {
  margin: 20px 0;
}

.footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  gap: 10px;
}

.footer-menu li a {
  background: #c00;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.footer-menu li a:hover {
  background: #900;
}


/* Genel */
body {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

/* Başlıklar */
h1, h2, h3 {
  color: #000;
  margin-bottom: 16px;
}

/* İçerik Kutuları */
.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  padding: 10px;
}

.content-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.2s;
}

.content-box:hover {
  transform: scale(1.02);
}

.content-box img {
  max-width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
}

.content-box .title {
  font-size: 0.95rem;
  font-weight: bold;
  margin-top: 10px;
}

/* Pagination */
.pagination-box {
  text-align: center;
  margin-top: 20px;
}

.pagination-box .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  background: #fff;
  border: 1px solid #ddd;
  color: #c00;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.pagination-box .current {
  background: #c00;
  color: #fff;
  border: none;
}

/* Sayfa container */
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}

/* Tekil içerik */
.single main, .page main {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}

/* Responsive düzenler */
@media screen and (max-width: 600px) {
  .content-box img {
    height: 140px;
  }

  .content-box .title {
    font-size: 0.9rem;
  }

  main {
    padding: 10px;
  }

  .pagination-box .page-numbers {
    padding: 6px 10px;
    margin: 2px;
  }

  .single main, .page main {
    padding: 15px;
  }
}


/* İçerik kutusu görsel yüksekliğini küçült */
.content-box img {
  height: 130px;
}

/* Başlık alanı daha az yer kaplasın */
.content-box .title {
  font-size: 0.85rem;
  line-height: 1.3;
  margin-top: 8px;
}

/* Genel padding azalt */
.content-box {
  padding: 8px;
}


/* Görselin altındaki boşluğu kaldır */
.content-box img {
  margin-bottom: 6px;
}

/* Başlık ile kutu arasındaki boşluk azalt */
.content-box .title {
  margin-top: 6px;
  margin-bottom: 4px;
  min-height: auto;
}

/* Kutunun iç paddingi daha sıkı */
.content-box {
  padding: 6px;
}


/* Görsel boyutunu geri al (yüksek göster) */
.content-box img {
  height: 160px;
}

/* Kutuların yüksekliği sınırlı ve sabit görünüm */
.content-box {
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.content-box .title {
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 8px 0 0;
  padding: 0 6px;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


/* Paylaş alanı başlığı */
.single .share-title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* Buton alanı */
.single .share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
}

.single .share-buttons a {
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #666;
}

.single .share-buttons a.facebook { background: #3b5998; }
.single .share-buttons a.twitter { background: #1da1f2; }
.single .share-buttons a.whatsapp { background: #25d366; color: #fff; }
.single .share-buttons a.telegram { background: #0088cc; }
.single .share-buttons a.okru { background: #f58220; }
.single .share-buttons a.vk { background: #4c75a3; }

@media screen and (max-width: 480px) {
  .single .share-buttons {
    flex-direction: column;
    align-items: center;
  }
  .single .share-buttons a {
    width: 80%;
    text-align: center;
  }
}


.breadcrumb {
  font-size: 0.85rem;
  margin: 10px 0 15px;
  color: #999;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}


/* Desktop alignment for story section */
@media (min-width: 768px) {
  .story-section-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}


.insta-stories {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  gap: 10px;
  padding: 10px 0;
  margin-bottom: 20px;
  justify-content: center;
}
.insta-stories a {
  flex: 0 0 auto;
  display: inline-block;
}


.content-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.content-share a {
  display: block;
  width: 200px;
  text-align: center;
  padding: 8px 12px;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}
.content-share .facebook { background: #3b5998; }
.content-share .twitter { background: #1da1f2; }
.content-share .whatsapp { background: #25d366; }
.content-share .telegram { background: #0088cc; }
.content-share .okru { background: #f4731c; }
.content-share .vk { background: #4c75a3; }


.insta-stories a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #000;
  text-decoration: none;
  width: 80px;
  flex: 0 0 auto;
  overflow: hidden;
}

.insta-stories span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  margin-top: 5px;
}


.insta-stories span {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  height: 3.6em; /* 3 satır */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}


.insta-stories a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #000;
  text-decoration: none;
  width: 80px;
  flex: 0 0 auto;
  height: auto;
}
.insta-stories span {
  font-size: 12px;
  line-height: 1.2;
  height: auto;
  max-height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}


.insta-stories span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.2;
  max-height: 3.6em;
  margin-top: 5px;
  text-align: center;
}


/* Açılır Menü */
.nav-list li {
  position: relative;
}
.nav-list li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 99;
  padding: 0;
  min-width: 160px;
}
.nav-list li:hover > .sub-menu {
  display: block;
}
.nav-list li .sub-menu li {
  display: block;
  padding: 8px 12px;
}
.nav-list li .sub-menu li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.nav-list li .sub-menu li a:hover {
  background-color: #f0f0f0;
}


/* Menü genel */
.main-nav {
  background: #000;
  padding: 10px 20px;
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.nav-list li {
  position: relative;
}
.nav-list a {
  background: #d00;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.nav-list a:hover {
  background: #b00;
}

/* Alt menü */
.nav-list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 160px;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.nav-list li:hover > .sub-menu {
  display: block;
}
.nav-list .sub-menu li a {
  color: #000;
  padding: 10px;
  display: block;
  background: #fff;
}
.nav-list .sub-menu li a:hover {
  background: #f5f5f5;
}

/* Mobil menü */
.hamburger {
  display: none;
  background: none;
  font-size: 24px;
  border: none;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .main-nav {
    display: none;
    flex-direction: column;
    background: #000;
    padding: 10px 0;
  }
  .main-nav.active {
    display: flex;
  }
  .nav-list {
    flex-direction: column;
    gap: 0;
  }
  .nav-list li {
    text-align: center;
  }
  .nav-list .sub-menu {
    position: static;
    border: none;
    box-shadow: none;
  }
}


.footer-nav {
  background: #000;
  padding: 20px 0;
  text-align: center;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 5px;
  background: #d00;
}
.footer-menu a:hover {
  background: #b00;
}
footer p {
  color: #ccc;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
