/* ⚡ EdrisiSmart Lux — Unified Footer Style (v2.4 Final Stable by GapGPT) */

/* ==== Global Body Background (Neon Gradient) ==== */
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #1b1464 0%, #2a2a78 100%) fixed;
  font-family: 'Vazirmatn', Tahoma, sans-serif;
}

/* ==== Footer Section (Centered, Neon Polished) ==== */
.main-footer {
  width: 100%;
  margin-top: 40px;
  padding: 12px 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  color: #d5d7ff;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

/* متن فوتر کاملاً وسط بدون flex اضافی */
.main-footer p,
.main-footer span,
.main-footer small {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* ==== WhatsApp Neon Button ==== */
.whatsapp-btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00e676, #00bfa5);
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(0, 255, 140, 0.75);
  transition: all 0.28s ease-in-out;
}

/* افکت نئونی هاور */
.whatsapp-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 26px rgba(0, 255, 140, 1);
}

/* ==== Small Devices Optimization ==== */
@media (max-width: 480px) {
  .main-footer {
    font-size: 13px;
    gap: 4px;
    padding: 10px 0;
  }
  .whatsapp-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }


.product-card {
  background: linear-gradient(135deg,#1b1464,#2a2a78);
  color: #fff;
  padding: 40px 25px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
  max-width: 700px;
  margin: auto;
}
.product-card img {
  width: 240px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}
.product-card img:hover {
  transform: scale(1.05);
}
.product-card h2 {
  font-weight: bold;
  color: #00ffff;
  margin-bottom: 15px;
}
.product-card p {
  line-height: 1.8;
  text-align: justify;
  font-size: 16px;
  color: #f0f0f0;
}
.back-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 20px;
  background: #f39c12;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  transition: background 0.3s;
}
.back-btn:hover {
  background: #e67e22;
}
}
/* تغییر بک‌گراند کلی سایت به رنگ روشن */
body,
html,
.site,
.site-content,
.elementor,
.elementor-location-single,
.elementor-section-wrap {
    background: #eef4ff !important;
}
