* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Sora', sans-serif !important;
    background-color: #0b0b0b;
    color: #ffffff;
  }
  
  a {
    text-decoration: none;
  }
  




  /* ================= FARMX FOOTER ================= */

.farmx-footer {
  background: rgba(0, 0, 0, 0.9);
  padding: 80px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px !important;
  border-top: 3px solid #2171ff;
}

.farmx-footer-section {
  margin-bottom: 30px;
}

.farmx-footer-brand {
  font-size: 26px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.farmx-footer-brand i {
  color: var(--primary-blue);
}

.farmx-footer-social {
  display: flex;
  gap: 12px;
}

.farmx-footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  transition: all 0.3s ease;
  text-decoration: none;
}

.farmx-footer-social a:hover {
  background: linear-gradient(
    135deg,
    rgba(36, 113, 255, 0.4),
    rgba(36, 113, 255, 0.2)
  );
  border-color: var(--primary-blue);
  transform: translateY(-3px);
}

.farmx-footer-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 25px;
}

.farmx-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.farmx-footer-links li {
  margin-bottom: 12px;
}

.farmx-footer-links a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s ease;
}

.farmx-footer-links a:hover {
  color: var(--primary-blue);
  transform: translateX(5px);
}

.farmx-footer-bottom {
  margin-top: 60px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.farmx-footer-copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.farmx-footer-links-inline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.farmx-footer-links-inline a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.3s ease;
}

.farmx-footer-links-inline a:hover {
  color: var(--primary-blue);
}

.farmx-footer-links-inline .separator {
  margin: 0 10px;
}







.farmx-footer-brand {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #ffffff;
  gap: 10px;
}

.footer-logo {
  height: 32px;
  width: auto;
  object-fit: contain;
}
