.elementor-36175 .elementor-element.elementor-element-e77e8e2{--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;}@media(min-width:768px){.elementor-36175 .elementor-element.elementor-element-e77e8e2{--content-width:340px;}}/* Start custom CSS for container, class: .elementor-element-e77e8e2 */@keyframes gradient-shift {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  /* کلاس برای دکمه تمام عرض با انیمیشن */
  .animated-full-width-button {
    /* استفاده از متغیرها برای سادگی */
    --color-start: #FFB706;
    --color-mid: #FFA500;
    --color-end: #FFD700;
    
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 15px 25px;
    border-radius: 10px;
    font-family: "pelak", Sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    cursor: pointer;
    border: none;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 165, 0, 0.5);

    /* استایل‌های گرادینت و انیمیشن */
    background: linear-gradient(135deg, var(--color-start), var(--color-mid), var(--color-end), var(--color-mid), var(--color-start));
    background-size: 400% 400%;
    animation: gradient-shift 8s ease infinite; /* فراخوانی انیمیشن */
  }/* End custom CSS */