.elementor-4322 .elementor-element.elementor-element-679cd991{--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-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-5cdd84e6 *//* ======= استایل هدر دنیل گروپ ======= */
.custom-header {
  background-color: #0E2A47; /* آبی تیره */
  padding: 12px 0;
  direction: rtl;
  font-family: 'Vazirmatn', sans-serif;
  color: white;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo img {
  height: 70px;
}

/* منو */
.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 28px;
}

.main-nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-nav a:hover {
  color: #D4AF37; /* طلایی */
}

/* دکمه‌ها در سمت راست */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* دکمه مشاوره */
.cta-btn {
  color: #D4AF37;
  border: 2px solid #D4AF37;
  background: transparent;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
}

.cta-btn:hover {
  background: #D4AF37;
  color: #0E2A47;
}

/* دکمه تغییر زبان */
.lang-btn {
  background: #D4AF37;
  color: #0E2A47;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.lang-btn:hover {
  background: #0E2A47;
  color: #D4AF37;
  border: 1px solid #D4AF37;
}

/* حالت موبایل */
@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    gap: 10px;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .header-actions {
    flex-direction: column;
  }
}/* End custom CSS */