.elementor-3814 .elementor-element.elementor-element-2acee1f{--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-3814 .elementor-element.elementor-element-2acee1f:not(.elementor-motion-effects-element-type-background), .elementor-3814 .elementor-element.elementor-element-2acee1f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7132CA;}/* Start custom CSS for html, class: .elementor-element-360ae41 *//* =============================================
   Editika Footer — editika-footer.css
   فونت: Vazirmatn (Google Fonts)
   آیکون: Tabler Icons Webfont
============================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f0f0f0;
}

/* ---- Wrapper ---- */
.footer-wrap {
  font-family: 'Vazirmatn', sans-serif;
  background: #7132ca !important;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  direction: rtl;
}

/* ---- Orbs ---- */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.18;
  animation: orbFloat 8s ease-in-out infinite;
  pointer-events: none;
  display: none;
}
.orb-1 { width: 360px; height: 360px; background: #4a1a8a; top: -120px; right: -80px; animation-delay: 0s; }
.orb-2 { width: 260px; height: 260px; background: #2d0d5c; top: 40%; left: -60px; animation-delay: -3s; }
.orb-3 { width: 200px; height: 200px; background: #5a1fa0; bottom: 30px; left: 35%; animation-delay: -5s; }

@keyframes orbFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-22px) scale(1.06); }
}

/* ---- Top Line ---- */
.footer-top-line {
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0.8), transparent);
  background-size: 200% 100%;
  animation: lineFlow 3s linear infinite;
}

@keyframes lineFlow {
  0%   { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

/* ---- Inner Container ---- */
.footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 40px 0;
}

/* ---- Brand ---- */
.footer-brand {
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-mark {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  animation: logoPulse 3s ease-in-out infinite;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
}

@keyframes logoPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.3); }
  50%       { box-shadow: 0 0 0 14px rgba(255,255,255,0); }
}

.brand-text { line-height: 1; }
.brand-name { font-size: 26px; font-weight: 900; color: #fff; letter-spacing: -1px; }
.brand-sub  { font-size: 12px; color: rgba(255,255,255,0.55); font-weight: 600; margin-top: 4px; letter-spacing: 1.5px; text-transform: uppercase; }

/* ---- Stats ---- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.2);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 44px;
  border: 1.5px solid rgba(255,255,255,0.12);
}

.stat-item {
  background: rgba(0,0,0,0.15);
  padding: 22px 24px;
  text-align: center;
  transition: background 0.3s ease;
  backdrop-filter: blur(4px);
}
.stat-item:hover { background: rgba(0,0,0,0.25); }

.stat-num {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 7px;
}
.stat-label { font-size: 12px; color: rgba(255,255,255,0.55); font-weight: 700; letter-spacing: 0.5px; }

/* ---- Grid ---- */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}

.footer-col-title {
  font-size: 11px;
  font-weight: 800;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}

.footer-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 2;
  margin-bottom: 24px;
  font-weight: 400;
}

/* ---- Social ---- */
.social-row { display: flex; gap: 10px; }

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
  color: rgba(255,255,255,0.7);
  font-size: 17px;
  text-decoration: none;
}
.social-btn:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.6);
  color: #fff;
  transform: translateY(-5px) scale(1.12);
}

/* ---- Links ---- */
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 12px; }

.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.footer-links a:hover { color: #fff; transform: translateX(-5px); }

.footer-links a .arrow {
  opacity: 0;
  font-size: 12px;
  transform: translateX(4px);
  transition: all 0.25s ease;
  display: inline-block;
}
.footer-links a:hover .arrow { opacity: 1; transform: translateX(0); }

.badge-new {
  font-size: 9px;
  font-weight: 800;
  background: rgba(255,255,255,0.2);
  color: #fff;
  padding: 2px 7px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  animation: badgePop 2s ease-in-out infinite;
}

@keyframes badgePop {
  0%, 100% { opacity: 1; background: rgba(255,255,255,0.2); }
  50%       { opacity: 0.8; background: rgba(255,255,255,0.35); }
}

/* ---- Newsletter ---- */
.newsletter-box {
  margin-top: 24px;
  background: rgba(0,0,0,0.2);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.newsletter-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.05), transparent);
  pointer-events: none;
  display: none;
}

.nl-title { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.nl-sub   { font-size: 12px; color: rgba(255,255,255,0.55); margin-bottom: 14px; line-height: 1.7; font-weight: 500; }

.nl-form { display: flex; gap: 8px; }

.nl-input {
  flex: 1;
  background: rgba(0,0,0,0.2);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  color: #fff;
  outline: none;
  transition: border-color 0.2s;
  font-family: 'Vazirmatn', sans-serif;
  font-weight: 500;
}
.nl-input::placeholder { color: rgba(255,255,255,0.35); }
.nl-input:focus { border-color: rgba(255,255,255,0.5); background: rgba(0,0,0,0.3); }

.nl-btn {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 800;
  color: #7132ca;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-family: 'Vazirmatn', sans-serif;
}
.nl-btn:hover { transform: scale(1.04); background: #f0e6ff; }

/* ---- Divider ---- */
.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.12);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ---- Bottom Bar ---- */
.footer-bottom {
  position: relative;
  z-index: 1;
  padding: 22px 40px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.copy-text { font-size: 13px; color: rgba(255,255,255,0.5); font-weight: 600; }
.copy-text span { color: rgba(255,255,255,0.9); font-weight: 800; }

.footer-badges { display: flex; gap: 8px; align-items: center; }

.tag-badge {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 5px 12px;
  font-weight: 700;
  transition: all 0.25s ease;
  cursor: default;
}
.tag-badge:hover {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.scroll-top-btn {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255,255,255,0.7);
  font-size: 17px;
  transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
  text-decoration: none;
}
.scroll-top-btn:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.6);
  color: #fff;
  transform: translateY(-4px);
}

/* ---- Particles ---- */
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.particle {
  position: absolute;
  border-radius: 50%;
  animation: particleDrift linear infinite;
  opacity: 0;
}

@keyframes particleDrift {
  0%   { transform: translateY(100%) translateX(0); opacity: 0; }
  10%  { opacity: 0.5; }
  90%  { opacity: 0.15; }
  100% { transform: translateY(-220px) translateX(var(--dx)); opacity: 0; }
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-inner { padding: 36px 20px 0; }
  .footer-bottom { flex-direction: column; text-align: center; padding: 20px; }
  .stats-row { grid-template-columns: repeat(3, 1fr); }
  .footer-badges { flex-wrap: wrap; justify-content: center; }
}

/* ---- Payment Gateway Section ---- */
.payment-gateway-section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 32px;
  text-align: center;
}

.pg-title {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.pg-logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* جای مشخص‌شده برای قرار دادن لوگوی درگاه پرداخت */
.pg-logo-box {
  width: 110px;
  height: 110px;
  background-color: #5a1fa0;
  border: 1.5px solid;
  border-color: #5a1fa0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: transform 0.25s ease;
}
.pg-logo-box:hover { transform: translateY(-3px); }

/* اگه عکس داخلش گذاشتید، خودکار سایزش میده */
.pg-logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 600px) {
  .payment-gateway-section { padding: 0 20px 24px; }
  .pg-logo-box { width: 76px; height: 44px; }
}/* End custom CSS */