/* ======================
   FOOTER - NEW MODERN UI
====================== */

/* General Footer */
.footer {
  padding: 1.5rem 0;
  background: linear-gradient(135deg, #1f2937, #111827);
  color: #d1d5db;
  position: relative;
  overflow: hidden;
}

.footer a:not(.btn) {
  color: #9ca3af;
  transition: all 0.3s ease;
}

.footer a:not(.btn):hover {
  color: #22c55e;
  text-decoration: none;
}

.footer .title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.footer .title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #22c55e;
  position: absolute;
  left: 0;
  bottom: -6px;
  border-radius: 10px;
}

/* Top Footer */
.footer_top.dark {
  background: rgba(17, 24, 39, 0.95) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 40px 0;
}

.footer_top.dark .site-logo img {
  max-height: 45px;
  filter: brightness(1.2);
}

.footer_top.dark .quick-link li {
  margin-bottom: 8px;
}

.footer_top.dark .quick-link li a {
  position: relative;
  padding-left: 15px;
}

.footer_top.dark .quick-link li a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #22c55e;
  transition: 0.3s;
}

.footer_top.dark .quick-link li a:hover {
  color: #22c55e;
  padding-left: 20px;
}

/* Bottom Footer */
.footer_bottom.dark {
  background: #0f172a !important;
}

.footer_bottom.dark .container {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 14px;
  color: #9ca3af;
}

/* Language Selector */
.footer-lang-selector {
  margin-top: 6px;
  margin-left: 20px;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: #d1d5db;
  font-size: 14px;
  transition: 0.3s ease;
}

.footer-lang-selector:hover {
  border-color: #22c55e;
  color: #22c55e;
}

/* ======================
   RESPONSIVE
====================== */

@media (max-width: 576px) {

  section.banner .content {
    text-align: center;
  }

  section.banner .content h1 {
    font-size: 28px;
  }

  .header-top .navbar-nav.list-inline {
    display: none;
  }

  nav.header-top .link {
    margin-left: auto;
  }

  footer {
    border-top: none;
  }

  footer .col-auto {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer .title::after {
    left: 50%;
    transform: translateX(-50%);
  }

}
