:root {
  --primary-color: #168942;
}

/***** Sticky ve Küçülen Navbar *****/
.navbar {
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
  z-index: 1030;
}
.sticky-navbar {
  position: sticky !important;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  background: var(--primary-color) !important;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.sticky-navbar.shrink {
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
}
.sticky-navbar .navbar-brand img {
  transition: all 0.3s;
}
.sticky-navbar.shrink .navbar-brand img {
  width: 28px !important;
}
.sticky-navbar.shrink .navbar-brand {
  font-size: 1rem;
}

/***** Modern Footer *****/
.homepage-news-title-background {
    width: 65%;
    background-color: rgb(22 137 66 / 85%);
    z-index:2;
    padding: 16px;
    height: 200px;
}
.footer-main {
  background: #232c36;
  color: #e6f0f3;
  padding: 48px 0 0 0;
}
/* Footer başlıklarını ve metinlerini daha küçük ve ferah yap */
.footer-main h6, .footer-main .footer-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
  border-bottom: 3px solid var(--primary-color);
  display: inline-block;
  padding-bottom: 0.25rem;
}
.footer-main ul, .footer-main p {
  margin-bottom: 0.5rem;
}
.footer-main .footer-social a {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 12px;
  transition: color 0.2s;
}
.footer-main .footer-social a:hover {
  color: #19b34a;
}
.footer-main .footer-link {
  color: #e6f0f3;
  text-decoration: none;
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}
.footer-main .footer-link:hover {
  color: #19b34a;
}
/* Footer iletişim kısmı yeşil-beyaz uyumlu */
.footer-main .footer-contact i {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 1.2rem;
}
.footer-main .footer-contact a {
  color: #e6f0f3;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}
.footer-main .footer-contact a:hover {
  color: #19b34a;
  text-decoration: underline;
}
.footer-main .footer-news-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.1rem;
  font-size: 1rem;
}
.footer-main .footer-news-date {
  color: #b0bec5;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.footer-main .footer-news-item:not(:last-child) {
  border-bottom: 1px solid #374151;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.footer-main .footer-bottom {
  background: #1a202c;
  color: #b0bec5;
  padding: 16px 0 0 0;
  margin-top: 32px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-main .row > div {
    margin-bottom: 32px;
  }
  .footer-main .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

/* Sağ Panel Kartları (Duyurular, Sonraki Maçlar, Sosyal Medya) */
.side-card {
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(34, 60, 80, 0.08);
  margin-bottom: 24px;
  padding: 24px 20px 20px 20px;
}
.side-card .side-title {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.25rem;
}
.side-card .side-btn {
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 12px;
  padding: 8px 0;
}
.side-card .side-btn-green {
  background: var(--primary-color);
  color: #fff;
  border: none;
}
.side-card .side-btn-green:hover {
  background: #157a32;
  color: #fff;
}
.side-card .side-btn-outline {
  border: 2px solid #19b34a;
  color: #19b34a;
  background: #fff;
}
.side-card .side-btn-outline:hover {
  background: #19b34a;
  color: #fff;
}
.side-card .side-btn-blue {
  background: #1877f2;
  color: #fff;
  border: none;
}
.side-card .side-btn-blue:hover {
  background: #145dc2;
}
.side-card .side-btn-instagram {
  background: linear-gradient(90deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
  color: #fff;
  border: none;
}
.side-card .side-btn-instagram:hover {
  filter: brightness(0.9);
}
.side-card .side-btn-youtube {
  background: #ff0000;
  color: #fff;
  border: none;
}
.side-card .side-btn-youtube:hover {
  background: #c20000;
}
.side-card .side-divider {
  border-bottom: 2px solid #19b34a;
  margin: 0.5rem 0 1rem 0;
  width: 100%;
}

/* Header üst bar */
.topbar {
  background: #232c36;
  color: #fff;
  font-size: 1rem;
  padding: 0.25rem 0;
}
.topbar .topbar-link {
  color: #60dca3;
  text-decoration: none;
  font-weight: 500;
  margin-right: 18px;
  transition: color 0.2s;
}
.topbar .topbar-link:hover {
  color: #19b34a;
}
.topbar .topbar-icon {
  color: #60dca3;
  font-size: 1.2rem;
  margin-right: 4px;
  vertical-align: middle;
}
.topbar .topbar-social {
  color: #60dca3;
  font-size: 1.3rem;
  margin-left: 16px;
  transition: color 0.2s;
}
.topbar .topbar-social:hover {
  color: #19b34a;
}
@media (max-width: 767px) {
  .topbar .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 4px;
  }
  .topbar .topbar-social {
    margin-left: 8px;
  }
}

.news-mini-card {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
.news-mini-card:last-child {
  border-bottom: none;
}
.news-mini-card .fw-semibold {
  font-size: 1.08rem;
  color: #222;
}
.news-mini-card .text-muted {
  color: #6c757d !important;
}
.news-mini-card .small.text-secondary {
  color: #b0bec5 !important;
}


