.elementor-235 .elementor-element.elementor-element-1d3c935{--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-051b6c1 *//* ============================================
   Base
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  direction: rtl;
}

body {
  font-family: "Vazirmatn", system-ui, -apple-system, sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button,
input {
  font-family: inherit;
  border: none;
  outline: none;
}

/* ============================================
   Footer
   ============================================ */
.zl-footer {
  background: #ffffff;
}

.zl-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.zl-footer-main {
  padding: 90px 0 40px;
  border-top: 1px solid #F3F3F3;
}

.zl-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 60px;
  margin-bottom: 60px;
}

/* Brand Column */
.zl-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  transition: opacity 0.25s ease;
}

.zl-footer-logo:hover {
  opacity: 0.85;
}

.zl-logo-icon {
  display: flex;
  flex-shrink: 0;
}

.zl-logo-text {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
}

.zl-brand-desc {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 1.9;
  max-width: 240px;
}

/* Titles & Links */
.zl-footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 22px;
}

.zl-footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.zl-footer-links a {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  position: relative;
  display: inline-block;
  transition: color 0.25s ease;
}

.zl-footer-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background: #6C4CF1;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.zl-footer-links a:hover,
.zl-footer-links a:focus-visible {
  color: #6C4CF1;
}

.zl-footer-links a:hover::after,
.zl-footer-links a:focus-visible::after {
  width: 100%;
}

.zl-footer-links a:focus-visible {
  outline: none;
}

/* Newsletter */
.zl-newsletter-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.zl-newsletter-form {
  margin-bottom: 24px;
}

.zl-newsletter-field {
  display: flex;
  background: #F8F8F8;
  border-radius: 14px;
  border: 1.5px solid #EBEBEB;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.zl-newsletter-field:focus-within {
  border-color: #6C4CF1;
  box-shadow: 0 0 0 3px rgba(108, 76, 241, 0.12);
}

.zl-newsletter-input {
  flex: 1;
  height: 50px;
  padding: 0 18px;
  background: transparent;
  font-size: 14px;
  color: #333;
  min-width: 0;
}

.zl-newsletter-input::placeholder {
  color: #999;
}

.zl-newsletter-btn {
  height: 50px;
  padding: 0 22px;
  background: #6C4CF1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.zl-newsletter-btn:hover {
  background: #5A3DE0;
}

.zl-newsletter-btn:focus-visible {
  outline: 2px solid #6C4CF1;
  outline-offset: 2px;
}

/* Social */
.zl-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zl-social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: all 0.3s ease;
}

.zl-social-link:hover,
.zl-social-link:focus-visible {
  background: #6C4CF1;
  border-color: #6C4CF1;
  color: #ffffff;
  transform: translateY(-3px) scale(1.05);
  outline: none;
}

.zl-social-link:hover svg,
.zl-social-link:focus-visible svg {
  transform: rotate(-6deg);
}

.zl-social-link svg {
  transition: transform 0.3s ease;
}

/* Bottom Bar */
.zl-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #F3F3F3;
}

.zl-copyright,
.zl-made {
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
  .zl-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 40px;
  }
}

@media (max-width: 768px) {
  .zl-footer-container {
    padding: 0 20px;
  }

  .zl-footer-main {
    padding: 64px 0 32px;
  }

  .zl-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .zl-col-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .zl-brand-desc {
    max-width: 280px;
  }

  .zl-footer-links {
    align-items: center;
  }

  .zl-newsletter-field {
    flex-direction: column;
    background: transparent;
    border: none;
    gap: 12px;
  }

  .zl-newsletter-input {
    background: #F8F8F8;
    border: 1.5px solid #EBEBEB;
    border-radius: 14px;
    text-align: center;
  }

  .zl-newsletter-field:focus-within {
    box-shadow: none;
  }

  .zl-newsletter-input:focus {
    border-color: #6C4CF1;
    box-shadow: 0 0 0 3px rgba(108, 76, 241, 0.12);
  }

  .zl-newsletter-btn {
    width: 100%;
    border-radius: 14px;
    height: 50px;
  }

  .zl-social {
    justify-content: center;
  }

  .zl-footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}/* End custom CSS */