.elementor-214 .elementor-element.elementor-element-b5d544d{--display:flex;--position:fixed;top:0px;--z-index:15;}body:not(.rtl) .elementor-214 .elementor-element.elementor-element-b5d544d{left:0px;}body.rtl .elementor-214 .elementor-element.elementor-element-b5d544d{right:0px;}.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-39d4bf2 *//* ============================================
   Base & Reset
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  direction: rtl;
}

body {
  font-family: "Vazirmatn", system-ui, -apple-system, sans-serif;
  background-color: #ffffff;
  color: #222222;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* ============================================
   Header
   ============================================ */
.zl-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 1px solid #F3F3F3;
  height: 88px;
  width: 100%;
}

.zl-header-container {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* ============================================
   Logo
   ============================================ */
.zl-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  transition: opacity 0.25s ease;
}

.zl-logo:hover {
  opacity: 0.9;
}

.zl-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.zl-logo-icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.zl-logo-text {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

/* ============================================
   Navigation
   ============================================ */
.zl-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.zl-nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.zl-nav-item {
  position: relative;
}

.zl-nav-link {
  display: inline-block;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  border-radius: 10px;
  position: relative;
  transition: color 0.25s ease;
}

.zl-nav-link::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 14px;
  left: 14px;
  height: 2px;
  background-color: #6C4CF1;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.zl-nav-link:hover {
  color: #6C4CF1;
}

.zl-nav-link:hover::after {
  transform: scaleX(1);
}

/* ============================================
   Action Buttons
   ============================================ */
.zl-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.zl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  border-radius: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.zl-btn-outline {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #E5E5E5;
}

.zl-btn-outline:hover {
  border-color: #d0d0d0;
  background-color: #fafafa;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.zl-btn-primary {
  background: linear-gradient(135deg, #6C4CF1 0%, #7F5CFF 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 14px rgba(108, 76, 241, 0.25);
}

.zl-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(108, 76, 241, 0.4);
  filter: brightness(1.05);
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1100px) {
  .zl-header-container {
    padding: 0 24px;
  }

  .zl-nav-list {
    gap: 2px;
  }

  .zl-nav-link {
    padding: 10px 10px;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .zl-nav {
    display: none;
  }

  .zl-header-container {
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .zl-header {
    height: 72px;
  }

  .zl-header-container {
    padding: 0 16px;
  }

  .zl-logo-text {
    font-size: 22px;
  }

  .zl-logo-icon {
    width: 34px;
    height: 34px;
  }

  .zl-logo-icon svg {
    width: 34px;
    height: 34px;
  }

  .zl-btn {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 12px;
  }

  .zl-actions {
    gap: 8px;
  }
}/* End custom CSS */