.elementor-4285 .elementor-element.elementor-element-2bdacfb{--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-4285 .elementor-element.elementor-element-81539ec{--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-51cf11c */@media (max-width: 1024px) {
  .header-top-row {
    display: flex;
    align-items: center;         /* تراز عمودی دقیق بین منو، لوگو، دکمه‌ها */
    justify-content: space-between;
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
  }

  /* لوگو وسط */
  .daniel-logo img {
    height: 90px !important;
    display: block;
    margin: 0 auto;
  }

  /* منوی همبرگری سمت چپ */
  .menu-toggle {
    font-size: 26px;
    color: #D4AF37;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center; /* وسط‌چین عمودی آیکون */
  }

  /* دسته دکمه‌ها سمت راست */
  .right-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;     /* دکمه‌ها دقیقاً وسط ردیف */
    align-items: flex-end;
    gap: 5px;
    height: 100%;                /* هم‌ارتفاع با منو و لوگو */
  }

  /* دکمه مشاوره ظریف */
  .cta-button {
    border: 1.2px solid #D4AF37;
    color: #D4AF37;
    padding: 3px 10px;
    font-size: 11.5px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 1.15;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .cta-button:hover {
    background-color: #D4AF37;
    color: #0E2A47;
  }

  /* دکمه فارسی زیر مشاوره */
  .lang-button {
    border: 1.2px solid #D4AF37;
    color: #D4AF37;
    padding: 3px 12px;
    font-size: 11.5px;
    border-radius: 5px;
    font-weight: 500;
    background: transparent;
    line-height: 1.15;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .lang-button:hover {
    background-color: #D4AF37;
    color: #0E2A47;
  }
}/* End custom CSS */