/* ========== MODERN FOOTER STYLES ========== */

#site-footer * { box-sizing: border-box; margin: 0; padding: 0; }
#site-footer {
  background: linear-gradient(180deg, #1a1a2e 0%, #0f0f23 100%) !important;
  color: #e0e0e0 !important; width: 100% !important;
}
#site-footer .ft-main {
  max-width: 1170px; margin: 0 auto; padding: 70px 15px 50px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px;
}
#site-footer .ft-brand img { max-height: 55px; display: block; margin-bottom: 16px; }
#site-footer .ft-brand p {
  color: rgba(255,255,255,0.5) !important; font-size: 13.5px; line-height: 1.65; margin-bottom: 22px !important;
}
#site-footer .ft-contact {
  display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
  color: rgba(255,255,255,0.6) !important; font-size: 13.5px;
}
#site-footer .ft-contact .ft-icon {
  width: 34px; height: 34px; background: rgba(255,255,255,0.07);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  color: #e74c3c; font-size: 14px; flex-shrink: 0;
}
#site-footer .ft-contact a { color: rgba(255,255,255,0.6) !important; text-decoration: none !important; }
#site-footer .ft-contact a:hover { color: #e74c3c !important; }
#site-footer .ft-social { display: flex; gap: 10px; margin-top: 20px; }
#site-footer .ft-social a {
  width: 40px !important; height: 40px !important; border-radius: 10px; display: flex !important;
  align-items: center; justify-content: center; color: #fff !important;
  font-size: 17px; text-decoration: none !important; transition: transform 0.3s, box-shadow 0.3s;
}
#site-footer .ft-social .s-fb  { background: #1877f2 !important; }
#site-footer .ft-social .s-ig  { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important; }
#site-footer .ft-social .s-wa  { background: #25d366 !important; }
#site-footer .ft-social a:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.4); }

#site-footer .ft-title {
  color: #fff !important; font-size: 16px !important; font-weight: 700 !important;
  text-transform: uppercase; letter-spacing: 0.5px;
  margin-bottom: 22px !important; padding-bottom: 14px !important;
  border-bottom: none !important; position: relative;
}
#site-footer .ft-title::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 45px; height: 3px; background: #e74c3c; border-radius: 2px;
}

#site-footer .ft-news {
  display: flex; gap: 12px; padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07); transition: padding 0.3s;
}
#site-footer .ft-news:last-child { border-bottom: none; }
#site-footer .ft-news:hover { padding-left: 6px; }
#site-footer .ft-news-img {
  width: 75px; min-width: 75px; height: 58px; border-radius: 8px; overflow: hidden;
}
#site-footer .ft-news-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#site-footer .ft-news-body { flex: 1; }
#site-footer .ft-news-body h5 {
  font-size: 13px !important; font-weight: 500 !important;
  line-height: 1.4; margin-bottom: 5px !important;
}
#site-footer .ft-news-body h5 a {
  color: rgba(255,255,255,0.8) !important; text-decoration: none !important; transition: color 0.3s;
}
#site-footer .ft-news-body h5 a:hover { color: #e74c3c !important; }
#site-footer .ft-news-body span { font-size: 11px; color: rgba(255,255,255,0.35) !important; }

#site-footer .ft-cats { list-style: none !important; }
#site-footer .ft-cats li {
  display: flex !important; justify-content: space-between; align-items: center;
  padding: 9px 0 !important; border-bottom: 1px solid rgba(255,255,255,0.07); transition: padding 0.3s;
}
#site-footer .ft-cats li:last-child { border-bottom: none; }
#site-footer .ft-cats li:hover { padding-left: 6px; }
#site-footer .ft-cats li a {
  color: rgba(255,255,255,0.7) !important; text-decoration: none !important;
  font-size: 14px !important; font-weight: 500; transition: color 0.3s;
}
#site-footer .ft-cats li a:hover { color: #e74c3c !important; }
#site-footer .ft-badge {
  background: rgba(231,76,60,0.15); color: #e74c3c !important; padding: 3px 12px;
  border-radius: 14px; font-size: 12px; font-weight: 700;
}

#site-footer .ft-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 22px 15px; text-align: center;
  max-width: 1170px; margin: 0 auto;
}
#site-footer .ft-bottom p {
  color: rgba(255,255,255,0.35) !important; font-size: 13px !important; margin-bottom: 10px !important;
}
#site-footer .ft-bottom img { max-height: 28px; opacity: 0.5; transition: opacity 0.3s; }
#site-footer .ft-bottom img:hover { opacity: 1; }
#site-footer .ft-bottom a { text-decoration: none !important; }

@media(max-width: 991px) {
  #site-footer .ft-main { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 767px) {
  #site-footer .ft-main { grid-template-columns: 1fr; padding: 50px 15px 35px; gap: 30px; }
}
