.elementor-11563 .elementor-element.elementor-element-1a11bf3{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-11563 .elementor-element.elementor-element-1c29ce9.elementor-element{--align-self:center;}.elementor-11563 .elementor-element.elementor-element-8743237.elementor-element{--align-self:center;}.elementor-11563 .elementor-element.elementor-element-dcbf112{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-11563 .elementor-element.elementor-element-dcbf112.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1366px) and (min-width:768px){.elementor-11563 .elementor-element.elementor-element-dcbf112{--width:1110px;}}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-11563 .elementor-element.elementor-element-dcbf112{--width:384px;}}/* Start custom CSS for html, class: .elementor-element-7becf8e */<style>
  .btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 22px;
    padding: 25px 0;
  }

  .btn-purple,
  .btn-purple:link,
  .btn-purple:visited {
    background: linear-gradient(to bottom, #a146e8 0%, #6c23c9 100%);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    border: none;
    border-radius: 12px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: normal;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 170px;
    height: 48px;

    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(108, 35, 201, 0.2);
    white-space: nowrap;
    cursor: pointer;
  }

  /* ------------------------------
     2 دکمه در هر ردیف (نسخه موبایل)
     ------------------------------ */
  @media (max-width: 600px) {
    .btn-container {
      gap: 14px 14px; /* فاصله‌ها مثل عکس */
    }

    .btn-purple {
      width: calc(50% - 14px); /* دقیقاً دو دکمه کنار هم */
      min-width: unset;        /* حذف محدودیت desktop */
      height: 54px;            /* ارتفاع مشابه عکس */
      font-size: 16px;         /* خواناتر در موبایل */
    }
  }
</style>/* End custom CSS */