.elementor-11443 .elementor-element.elementor-element-1979c32{--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-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-11443 .elementor-element.elementor-element-6ba63c8{text-align:center;}.elementor-11443 .elementor-element.elementor-element-0e8d301{text-align:center;}.elementor-11443 .elementor-element.elementor-element-7b93650{--display:flex;}.elementor-11443 .elementor-element.elementor-element-63e51b7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-11443 .elementor-element.elementor-element-87c0199{--display:flex;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-11443 .elementor-element.elementor-element-63e51b7{width:var( --container-widget-width, 1114px );max-width:1114px;--container-widget-width:1114px;--container-widget-flex-grow:0;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-11443 .elementor-element.elementor-element-63e51b7{width:var( --container-widget-width, 479px );max-width:479px;--container-widget-width:479px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-11443 .elementor-element.elementor-element-63e51b7{width:var( --container-widget-width, 362px );max-width:362px;--container-widget-width:362px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-63e51b7 */<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 */