/* Zimsho premium footer */

/* No gap between Industry Tools logos and footer */
main > section.overflow-hidden.border-t.border-navy-100.bg-white:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

footer.zimsho-footer.fk-footer {
  position: relative !important;
  overflow: hidden !important;
  margin-top: 0 !important;
  background: linear-gradient(180deg, #0f1a2e 0%, #172337 42%, #121c30 100%) !important;
  color: #fff !important;
  font-family: inherit !important;
  box-shadow: 0 -12px 40px rgba(255, 107, 0, 0.08) !important;
}

footer.zimsho-footer .fk-footer-glow-bar {
  height: 4px !important;
  background: linear-gradient(90deg, #ff6b00 0%, #ffb347 35%, #ff6b00 70%, #ff8533 100%) !important;
  box-shadow: 0 0 18px rgba(255, 107, 0, 0.65) !important;
}

footer.zimsho-footer .fk-footer-main {
  position: relative !important;
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 20px 40px 26px !important;
}

footer.zimsho-footer .fk-footer-main::before {
  content: "" !important;
  position: absolute !important;
  top: -40px !important;
  right: -80px !important;
  width: 260px !important;
  height: 260px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.14) 0%, transparent 70%) !important;
  pointer-events: none !important;
}

footer.zimsho-footer .fk-footer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px 28px !important;
}

footer.zimsho-footer .fk-footer-col h4 {
  margin: 0 0 12px !important;
  padding-bottom: 8px !important;
  border-bottom: 2px solid rgba(255, 107, 0, 0.35) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #ffb07a !important;
}

footer.zimsho-footer .fk-footer-col ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer.zimsho-footer .fk-footer-col li + li {
  margin-top: 9px !important;
}

footer.zimsho-footer .fk-footer-col a {
  color: #f3f6fc !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease !important;
}

footer.zimsho-footer .fk-footer-col a:hover {
  color: #ff9f4d !important;
  text-decoration: none !important;
  text-shadow: 0 0 12px rgba(255, 107, 0, 0.45) !important;
  transform: translateX(2px) !important;
}

footer.zimsho-footer .fk-footer-col p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  color: #e8edf7 !important;
}

footer.zimsho-footer .fk-footer-col p strong {
  font-weight: 700 !important;
  color: #fff !important;
}

footer.zimsho-footer .fk-footer-policy,
footer.zimsho-footer .fk-footer-office {
  grid-column: span 1 !important;
}

footer.zimsho-footer .fk-footer-office {
  padding: 14px 14px 12px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 107, 0, 0.22) !important;
  background: linear-gradient(145deg, rgba(255, 107, 0, 0.08) 0%, rgba(12, 20, 40, 0.85) 55%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.22) !important;
}

footer.zimsho-footer .fk-footer-social-col {
  grid-column: span 1 !important;
  padding: 14px 14px 12px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(10, 16, 32, 0.9) 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

footer.zimsho-footer .fk-footer-office p {
  word-break: break-word !important;
}

footer.zimsho-footer .fk-social-label {
  margin-bottom: 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #ffd2b0 !important;
}

footer.zimsho-footer .fk-footer-social {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}

footer.zimsho-footer .fk-footer-social a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff6b00 0%, #ff8533 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

footer.zimsho-footer .fk-footer-social a:hover {
  transform: translateY(-2px) scale(1.06) !important;
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.55) !important;
  text-decoration: none !important;
}

footer.zimsho-footer .fk-wa-btn {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(52, 211, 153, 0.5) !important;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

footer.zimsho-footer .fk-wa-btn:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 22px rgba(16, 185, 129, 0.5) !important;
  color: #fff !important;
}

footer.zimsho-footer .fk-footer-bottom {
  background: linear-gradient(180deg, #121c30 0%, #0d1524 100%) !important;
  border-top: 1px solid rgba(255, 107, 0, 0.25) !important;
}

footer.zimsho-footer .fk-footer-bottom-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px 20px !important;
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 14px 40px 18px !important;
}

footer.zimsho-footer .fk-footer-brand img {
  display: block !important;
  height: 30px !important;
  width: auto !important;
  max-width: 100px !important;
  border-radius: 6px !important;
  background: #fff !important;
  padding: 3px 6px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
}

footer.zimsho-footer .fk-footer-bottom p {
  margin: 0 !important;
  font-size: 12px !important;
  color: #c5cedf !important;
}

footer.zimsho-footer .fk-footer-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 10px !important;
}

footer.zimsho-footer .fk-footer-trust span {
  display: inline-flex !important;
  align-items: center !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 107, 0, 0.35) !important;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.15) 0%, rgba(255, 107, 0, 0.05) 100%) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #ffd9bf !important;
  white-space: nowrap !important;
  box-shadow: 0 0 12px rgba(255, 107, 0, 0.12) !important;
}

@media (max-width: 1023px) {
  footer.zimsho-footer .fk-footer-main {
    padding: 26px 16px 20px !important;
  }

  footer.zimsho-footer .fk-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 14px !important;
  }

  footer.zimsho-footer .fk-footer-social-col {
    grid-column: 1 / -1 !important;
  }

  footer.zimsho-footer .fk-footer-bottom-inner {
    padding: 12px 16px 16px !important;
  }
}

@media (max-width: 639px) {
  footer.zimsho-footer .fk-footer-main {
    padding: 22px 14px 16px !important;
  }

  footer.zimsho-footer .fk-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 12px !important;
  }

  footer.zimsho-footer .fk-footer-col h4 {
    margin-bottom: 8px !important;
    padding-bottom: 6px !important;
    font-size: 10px !important;
  }

  footer.zimsho-footer .fk-footer-col a,
  footer.zimsho-footer .fk-footer-col p {
    font-size: 11px !important;
  }

  footer.zimsho-footer .fk-footer-col li + li {
    margin-top: 7px !important;
  }

  footer.zimsho-footer .fk-footer-policy,
  footer.zimsho-footer .fk-footer-office {
    align-self: start !important;
  }

  footer.zimsho-footer .fk-footer-office {
    padding: 12px 10px !important;
  }

  footer.zimsho-footer .fk-footer-office p {
    font-size: 10px !important;
    line-height: 1.45 !important;
  }

  footer.zimsho-footer .fk-footer-social-col {
    grid-column: 1 / -1 !important;
    padding-top: 12px !important;
    margin-top: 4px !important;
    border-top: 1px solid rgba(255, 107, 0, 0.2) !important;
  }

  footer.zimsho-footer .fk-footer-bottom-inner {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  footer.zimsho-footer .fk-footer-bottom p {
    font-size: 10px !important;
    flex: 1 1 100% !important;
  }

  footer.zimsho-footer .fk-footer-trust {
    width: 100% !important;
    justify-content: flex-start !important;
  }
}
