.elementor-12508 .elementor-element.elementor-element-3af51da{--display:flex;}/* Start custom CSS for html, class: .elementor-element-45e2c81 */.modern-footer {
  background: #c8e2ff;
  padding: 15px 20px;
  font-family: 'IRANSans', sans-serif;
  color: #333;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px; /* فاصله بین ستون‌ها بیشتر */
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.footer-about {
  text-align: right;
  flex: 1.5;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  margin: 0;
}

.footer-about strong {
  font-weight: 500;
  color: #444;
}

.footer-links {
  flex: 0.9;
}

.footer-links .links-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, auto));
  gap: 6px 16px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: contents;
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #004085;
}

.footer-trust {
  flex: 0.8;
}

.footer-trust .trust-grid {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
}

.footer-trust .trust-item {
  flex: 1;
  position: relative; /* افکت فقط روی همین آیتم */
  overflow: hidden;
}

.footer-trust img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease;
}

.footer-trust .trust-item:hover img {
  transform: scale(1.03);
}

/* افکت هاور نور فقط روی آیتم هاور شده */
.footer-trust .trust-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  pointer-events: none;
}

.footer-trust .trust-item:hover::after {
  animation: shine 0.6s forwards;
}

@keyframes shine {
  100% { left: 125%; }
}

.shine-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #004085;
}

.shine-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
}

.shine-title:hover::after {
  animation: shine 0.6s forwards;
}

.footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 12px;
  color: #555;
  margin: 0;
}

.bottom-icons a {
  margin: 0 5px;
  color: #333;
  font-size: 16px;
}

.bottom-icons a:hover {
  color: #004085;
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .footer-links .links-columns {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
  }
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .footer-about, .footer-links, .footer-trust {
    flex: 1 1 100%;
    text-align: center;
  }
  .footer-links .links-columns {
    justify-items: center;
  }
  .footer-trust .trust-grid {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-trust img {
    max-height: 150px;
  }
  .footer-bottom {
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
}/* End custom CSS */