.elementor-167 .elementor-element.elementor-element-bf44315{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-296dfb5 *//* Google Font (Persian) */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;600;700&display=swap');

/* ====== Tokens ====== */
:root {
  --pink: #ff7fbf;
  --pink-600: #e91e63;
  --orchid: #DA70D6; /* same as header */
  --ink: #333333;
  --muted: #666666;
  --line: rgba(0, 0, 0, 0.08);
  --radius: 16px;
}

/* ====== Footer Base ====== */
footer.custom-footer {
  direction: rtl;
  font-family: "Vazirmatn", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: linear-gradient(135deg, var(--pink) 0%, var(--orchid) 80%);
  color: var(--ink);
  padding: 48px 20px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

/* ====== Layout ====== */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 28px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-col.nav {
  display: block;        /* Fix: ensure nav behaves like a block section */
}

.footer-col .col-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--pink-600);
  display: block;        /* Ensure title sits on its own line */
}

.footer-logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--pink-600);
  margin-bottom: 8px;
}

.tagline { color: var(--muted); margin-bottom: 16px; }

/* ====== Menu Links ====== */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;  /* Fix: stack items vertically */
  gap: 8px;
}

.footer-menu li { margin: 0; }
.footer-menu a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer-menu a:hover { color: var(--pink-600); }

/* ====== Contact + Newsletter ====== */
.contact .contact-item { margin: 6px 0; }

.newsletter {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}
.newsletter input {
  flex: 1;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px 14px;
  border-radius: var(--radius);
  font-size: 0.95rem;
  outline: none;
}
.newsletter button {
  border: none;
  background: var(--pink-600);
  color: #fff;
  padding: 12px 18px;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: transform .06s ease, background .2s ease;
}
.newsletter button:hover { background: #c2185b; }
.newsletter button:active { transform: translateY(1px); }

/* ====== Social ====== */
.social { display: flex; gap: 10px; margin-top: 8px; }
.social-link {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: rgba(233,30,99,0.1);
  transition: background .2s ease;
}
.social-link:hover { background: rgba(233,30,99,0.2); }
.social-link svg { width: 20px; height: 20px; fill: var(--pink-600); }

/* ====== Badges ====== */
.footer-badges {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}
.badge {
  text-align: center;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.6);
}

/* ====== Bottom Bar ====== */
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.3);
}

/* ====== Pay Pill (Zibal badge) ====== */
.pay-pill {
  display: inline-block;
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(6px);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}
.pay-pill:hover {
  background: rgba(255,255,255,0.45);
  transform: translateY(-2px);
  box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}

/* ====== Copy Text ====== */
.copy { text-align: left; color: #fff; font-weight: 500; }

/* ====== Responsive ====== */
@media (max-width: 1024px) {
  .footer-container { grid-template-columns: 1fr 1fr; }
  .footer-badges { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .footer-container { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .copy { text-align: center; }
}/* End custom CSS */