.elementor-50703 .elementor-element.elementor-element-b27eff1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e9628f5 */.custom-footer {
  background-color: #1f2937; /* خاکستری تیره معادل bg-gray-800 */
  color: white;
  padding: 1.5rem 1rem;
  font-size: 0.875rem;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  text-align: center;
}

.footer-content a {
  color: #60a5fa; /* آبی ملایم */
  text-decoration: underline;
  transition: color 0.3s;
}

.footer-content a:hover {
  color: #3b82f6; /* آبی روشن‌تر هنگام هاور */
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */