.elementor-137 .elementor-element.elementor-element-69be893{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-137 .elementor-element.elementor-element-a8a0329{width:100%;max-width:100%;}@media(max-width:767px){.elementor-137 .elementor-element.elementor-element-a8a0329.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-a8a0329 */.footer {
  background: #071A3D;
  border-top: 1px solid rgba(255, 122, 0, 0.15);
  padding: 60px 40px 30px;
  color: #fff;
}

/* ===== TOP GRID ===== */
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

/* ===== LOGO ===== */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.logo-mark {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 6px;
}

.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ===== TEXT ===== */
.footer-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
}

/* ===== COLUMNS ===== */
.footer-col h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 14px;
}

.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.25s ease;
}

.footer-col a:hover {
  color: #FF7A00;
  transform: translateX(3px);
}

/* ===== BOTTOM ===== */
.footer-bottom {
  border-top: 1px solid rgba(255, 122, 0, 0.15);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap; /* خیلی مهم */
}

.footer-legal {
  font-size: 10px;
  color: rgba(255,255,255,0.25);
  line-height: 1.6;
  max-width: 70%;
}

/* ===== SOCIAL ===== */
.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap; /* جلوگیری از رفتن زیر هم */
  white-space: nowrap;
}

.social-btn {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);

  cursor: pointer;
  transition: 0.3s ease;
  font-size: 16px;
}

.social-btn:hover {
  background: rgba(255,122,0,0.15);
  border-color: #FF7A00;
  color: #FF7A00;
  transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .social-icons {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 40px 20px 20px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}/* End custom CSS */