/* ============================================================
   Footer Styles
   ============================================================ */

.furnish-footer {
  background: linear-gradient(135deg, #00A651 0%, #1B9C5E 40%, #0E7C3F 100%);
  color: rgba(255, 255, 255, 0.9);
}

.furnish-footer hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
}

/* ---------- Top Info Bar ---------- */
.furnish-footer-top {
  background: rgba(14, 124, 63, 0.4);
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.furnish-footer-top__col {
  padding: 15px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.furnish-footer-top__col:last-child {
  border-right: none;
}

.furnish-footer-top__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.furnish-footer-top__item > span[uk-icon] {
  color: #fff;
  margin-top: 2px;
}

.furnish-footer-top__label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 4px;
  letter-spacing: 0.5px;
}

.furnish-footer-top__value {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.furnish-footer-top__link {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.furnish-footer-top__link:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.furnish-footer-top__social {
  display: flex;
  gap: 12px;
}

.furnish-footer-top__social a {
  color: #fff;
  transition: color 0.25s ease;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-decoration: none;
}

.furnish-footer-top__social a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

.furnish-footer-top__payments {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.furnish-footer-top__payments img {
  height: 50px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.25s ease;
}

.furnish-footer-top__payments img:hover {
  opacity: 1;
}

/* ---------- Main Footer ---------- */
.furnish-footer-main {
  padding: 50px 0 40px;
}

.furnish-footer-logo {
  margin-bottom: 40px;
}

.furnish-footer-logo .furnish-logo__text {
  color: #fff;
  font-size: 28px;
}

.furnish-footer-title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.furnish-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.furnish-footer-list li {
  margin-bottom: 10px;
}

.furnish-footer-list a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.25s ease;
}

.furnish-footer-list a:hover {
  color: #fff;
  text-decoration: none;
  padding-left: 4px;
}

.furnish-footer-desc {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0 0 16px;
  font-size: 14px;
}

/* ---------- Newsletter ---------- */
.furnish-footer-newsletter {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
}

.furnish-footer-newsletter__input {
  flex: 1;
  background: #fff;
  border: none;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  border-radius: 4px 0 0 4px;
}

.furnish-footer-newsletter__input::placeholder {
  color: #999;
}

.furnish-footer-newsletter__input:focus {
  outline: none;
}

.furnish-footer-newsletter__btn {
  background: #0E7C3F;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  transition: background 0.25s ease;
  white-space: nowrap;
}

.furnish-footer-newsletter__btn:hover {
  background: #00A651;
}

/* ---------- Bottom Bar ---------- */
.furnish-footer-bottom {
  background: rgba(14, 124, 63, 0.5);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.furnish-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.furnish-footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .furnish-footer-main {
    padding: 40px 0 30px;
  }
  .furnish-footer-top__col {
    padding: 12px 16px;
  }
}

@media (max-width: 959px) {
  .furnish-footer-top__col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0;
  }

  .furnish-footer-top__col:last-child {
    border-bottom: none;
  }

  .furnish-footer-main {
    padding: 40px 0 30px;
  }

  .furnish-footer-logo {
    margin-bottom: 30px;
  }

  .furnish-footer-bottom-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 639px) {
  .furnish-footer-top {
    padding: 20px 0;
  }

  .furnish-footer-main {
    padding: 30px 0 20px;
  }

  .furnish-footer-title {
    margin-bottom: 12px;
  }

  .furnish-footer-list li {
    margin-bottom: 6px;
  }
}