.elementor-1668 .elementor-element.elementor-element-433266f{--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-popup-modal-1668{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1668 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1668 .dialog-close-button{display:flex;}#elementor-popup-modal-1668 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-f37a0c9 */body {
      margin: 0;
      font-family: peyda;
      direction: rtl;
      background: #f5f5f5;
    }



    /* --- پاپ آپ --- */
    .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.2);
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      z-index: 1000;
    }
    #plaese{
        position: absolute;
        bottom: 280px;
    }
    #txt{
        position: absolute;
        bottom: 210px;
    }

    .popup {
      background: #fff;
      color: #fff;
      width: 450px;
      height: 43vh;
      border-radius: 30px;
      padding: 25px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
      position: relative;
      animation: fadeIn 0.3s ease;
      text-align: right;
    }

    .popup h3 {
      margin: 0 0 10px 0;
      font-size: 0.9vw;
      color: #000;
    }

    .popup p {
        padding: 0 0 0 20px;
      font-size: 0.75vw;
      color: #000;
      line-height: 1.6;
    }

    .popup .close {
      background: transparent;
      color: #000;
      font-size: 22px;
      border: none;
      position: absolute;
      top: 10px;
      left: 15px;
      cursor: pointer;
    }

    .input-group {
      display: flex;
      flex-direction: row-reverse; 
      align-items: center;
      border: 1px solid #69C48D;
      border-radius: 6px;
      overflow: hidden;
      margin-bottom: 15px;
      background: #000;
      position: absolute;
      bottom: 130px;
      width: 88%
    }

    .input-group span {
      background: #fff;
      padding: 10px;
      font-size: 14px;
      color: #000;
      border-right: 1px solid #69C48D;
    }

    .input-group input {
      flex: 1;
      padding: 10px;
      border: none;
      outline: none;
      font-size: 14px;
      direction: ltr;
    }

    .terms {
      font-size: 0.7vw;
      color: #000;
      margin-bottom: 15px;
      line-height: 1.6;
      position: absolute;
      bottom: 90px
    }

    .terms a {
      color: #69C48D;
      text-decoration: none;
    }

    .popup button.confirm {
      width: 25%;
      background: #69C48D;
      border: none;
      position: absolute;
      bottom: 20px;
      left: 30px;
      padding: 12px;
      border-radius: 30px;
      color: #fff;
      font-size: 14px;
      cursor: pointer;
    }

    @keyframes fadeIn {
      from {opacity: 0; transform: scale(0.9);}
      to {opacity: 1; transform: scale(1);}
    }/* End custom CSS */