 .support-container {
      position: fixed;
      bottom: 1.5rem;
      left: 1rem;
      z-index: 100;
    }

    .support-box {
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 1.5rem;
      background: rgba(255, 255, 255, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 9999px;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      min-width: 180px;
      max-width: 280px;
      padding-right: 0.75rem;
      padding-left: 0.5rem;
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      backdrop-filter: blur(20px) saturate(180%);
       border-color: rgba(76, 175, 80, 0.3);
    }

    .support-box:hover {
      /*border-color: rgba(76, 175, 80, 0.3);*/
      background: rgba(255, 255, 255, 0.35);
      /*transform: translateY(-2px);*/
    }

    .support-box:active {
      /*transform: translateY(0);*/
    }

    .support-text {
      color: rgb(76, 175, 80) !important;
      font-weight: 600;
      font-size: 0.95rem;
      white-space: nowrap;
      letter-spacing: 0.025em;
    }

    .whatsapp-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      /* width: 2rem;
      height: 2rem; */
      border-radius: 50%;
      transition: all 0.3s ease;
      position: relative;
    }


    /* .whatsapp-icon::after {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      border-radius: 50%;
      background: conic-gradient(#25D366, #128C7E, #25D366);
      z-index: -1;
      animation: pulse-ring 2s ease-in-out infinite;
      opacity: 0.7;
    } */

    .whatsapp-icon img {
      width: 1.75rem;
      height: 1.75rem;
      /* filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)); */
      animation: opacity-pulse 2s ease-in-out infinite;
    }

    @keyframes pulse-ring {
      0% {
        transform: scale(0.95);
        opacity: 0.7;
      }

      50% {
        transform: scale(1.05);
        opacity: 0.4;
      }

      100% {
        transform: scale(0.95);
        opacity: 0.7;
      }
    }

    @keyframes opacity-pulse {
      0% {
        opacity: 1;
      }

      50% {
        opacity: 0.4;
      }

      100% {
        opacity: 1;
      }
    }


    /* Responsive */
    @media (max-width: 768px) {
      .support-container {
        bottom: 1rem;
        left: 0.5rem;
        right: 0.5rem;
      }

      .support-box {
        justify-content: center;
        gap: 0.75rem;
        padding: 0.5rem 1rem;
        max-width: none;
      }

      .support-text {
        font-size: 0.875rem;
      }

      .whatsapp-icon {
        width: 2.5rem;
        height: 2.5rem;
      }

      .whatsapp-icon img {
        width: 1.5rem;
        height: 1.5rem;
      }
    }
    
/* استایل فرم درخواست بررسی پرونده */
h2.gform_title {
    display: none;
}
input#gform_submit_button_1 {
    background-color: #bc9049;
    color: #ffffff;
    border-color: #bc9049;
}
input#gform_submit_button_12:hover {
    background-color: #9a7335;
    color: #ffffff;
    border-color: #9a7335;
}
input#input_1_1, input#input_1_5 {
    border-color: #bc90494f;
    color: #6a6a6a;
}
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}
