/* footer.css - استایل فوتر */
.site-footer {
  background: #f5f5f5;
  padding: 40px 20px;
  color: #333;
  text-align: center;
  direction: rtl;
}

.site-footer h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #111;
}

.site-footer p {
  margin: 5px 0 15px;
}

.footer-contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto 20px;
}

.footer-contact input[type="text"],
.footer-contact input[type="tel"] {
  padding: 10px;
  width: 100%;
  max-width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.footer-contact button {
  padding: 10px 25px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.footer-contact button:hover {
  background: #555;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer-links a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-social {
  margin: 30px 0 20px;
}

.footer-trustseal img {
  max-height: 80px;
  margin-top: 20px;
}

.form-message {
  padding: 15px;
  background: #e0ffe0;
  color: #2e7d32;
  margin: 20px auto;
  text-align: center;
  border-radius: 5px;
  max-width: 400px;
}

.form-message.error {
  background: #ffe0e0;
  color: #c62828;
}


.form-message { margin-top:.5rem; font-size:.9rem; display:none; }
.form-message.error { color:#c62828; }



/* مخفی‌سازی هانی‌پات بدون ایجاد اسکرول */
.footer-contact .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* اگر لینکی یا متنی خیلی بلند بود، نشکنه از کانتینر بیرون نزنه */
.footer-links a,
.form-message {
  overflow-wrap: anywhere;
  word-break: break-word;
}
