.fp-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.6);
  
  }
  
  .fp-popup-content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    width: 500px;
    max-width: 95%;
    margin: 5% auto;
    position: relative;
    z-index: 1000000; 
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    animation: fadeInUp 0.3s ease;
  }
  
  .fp-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 22px;
    cursor: pointer;
  }
  
  @keyframes fadeInUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
  

  .fp-popup-body .wpcf7-form {
    margin-top: 0;
  }




  /* effect button */

  