.elementor-10741 .elementor-element.elementor-element-19cb597{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f112dd9 */.site-footer {
  background: #ffffff;
  color: #333;
  padding: 70px 20px 50px;
  font-family: 'IRANSans', 'Inter', sans-serif;
  border-top: 3px solid #ef394e; /* قرمز دیجیکالا */
}

/* ۵ ستون */
.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 50px;
}

/* ستون‌ها */
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* تیتر دیجیکالایی */
.footer-column h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ef394e; /* قرمز دیجیکالا */
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}

/* خط زیر تیتر دقیقاً زیر کلمه */
.footer-column h3::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ef394e; /* قرمز دیجیکالا */
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}

/* متن‌ها */
.footer-column p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
}

/* لیست‌ها */
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
  padding: 4px 0;
  transition: 0.25s ease;
}

/* لینک‌ها دیجیکالایی */
.footer-column a {
  color: #666;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.25s ease;
}

.footer-column a:hover {
  color: #ef394e; /* قرمز دیجیکالا */
  transform: translateX(6px);
}

/* شبکه‌های اجتماعی */
.social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* بخش پایینی */
.footer-bottom {
  text-align: center;
  margin-top: 60px;
  padding-top: 25px;
  font-size: 0.9rem;
  color: #777;
  border-top: 1px solid #ef394e;
}

/* ریسپانسیو */
@media (max-width: 900/* End custom CSS */