
    .popup-overlay {
        display: none;
        position: fixed;
        z-index: 999999;
        top: 0; left: 0;
        width: 100%; height: auto;
        background-color: rgba(0,0,0,0.6);
    }


    .popup-content {
        background: #ffffff;
        border-radius: 12px;
        max-width: 600px;
        height: 82%;
        margin: 6% auto;
        padding: 40px 30px 30px;
        padding: 10px 10px;
        position: relative;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        animation: fadeIn 0.3s ease-in-out;
    }

    .popup-title {
        margin-top: 16px;
        /* margin-bottom: 20px; */
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        color: #333;
        border-bottom: 2px solid #0073aa;
        display: inline-block;
        /* padding-bottom: 8px; */
		width: 100%;
    }


    .close-popup {
        position: absolute;
        /* top: 15px; */
        right: 20px;
        font-size: 26px;
        color: #888;
        cursor: pointer;
        transition: color 0.3s;
    }

    .close-popup:hover {
        color: #000;
    }

    .popup-form-wrapper {
         /* padding-top: 30px; */
         padding: 1px 0px 0px 0px;
    }
      		

    button#send-message {
     margin-top: 0px;

    }
   
     #popupForm .flotlefft {
         width: 100%; 
         margin-bottom: 12px; 

    }  
    #popupForm textarea {
        font-size: 14px;
        line-height: 21px;
        color: #444;
        border: 1px solid #e1e1e1;
        width: 100%;
        max-width: 99%;
        height: 100px;
        min-height: 80px;
        /* padding-top: 15px; */
        border-radius: 20px;
        resize: vertical; /* Optional: allows user to resize */
    }
    
    #popupForm form input[type="text"],
    #popupForm form input[type="tel"],
    #popupForm form input[type="textarea"],
    #popupForm form input[type="password"],
    #popupForm input[type="email"],
    #popupForm  form select,
    #popupForm  form input[type="date"] {
        height: 45px !important;
        border: 1px solid #d1d1d1;
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px !important;
        box-shadow: 2px 2px 5px -3px #d9d9d9;
        color: #4f4f4f !important;
        width: 100%;
        border-radius: 10px;
    }


    #popupForm p {
    margin-bottom: 03px !important;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: scale(0.95); }
        to { opacity: 1; transform: scale(1); }
    }
    
    @media only screen and (max-width: 767px) {
  .popup-content {
    height: 94%;
  }
}
    #popupFormmedia form input[type="text"],
    #popupFormmedia form input[type="tel"],
    #popupFormmedia form input[type="textarea"],
    #popupFormmedia form input[type="password"],
    #popupFormmedia input[type="email"],
    #popupFormmedia form select,
    #popupFormmedia form input[type="date"] {
        height: 45px !important;
        border: 1px solid #d1d1d1;
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px !important;
        box-shadow: 2px 2px 5px -3px #d9d9d9;
        color: #4f4f4f !important;
        width: 100%;
        border-radius: 10px;
    }
   .close-media-popup {
        position: absolute;
        /* top: 15px; */
        right: 20px;
        font-size: 26px;
        color: #888;
        cursor: pointer;
        transition: color 0.3s;
    }
 .close-media-popup:hover {
        color: #000;
    }
 #popupFormmedia br {
    display: none;
    }
 
     #popupFormmedia .flotlefft {
        width: 100%; 
         margin-bottom: 12px; 

    }  
 

    #popupFormmedia textarea {
        font-size: 14px;
        line-height: 21px;
        color: #444;
        border: 1px solid #e1e1e1;
        width: 100%;
        max-width: 99%;
        height: 100px;
        min-height: 80px;
        /* padding-top: 15px; */
        border-radius: 20px;
        resize: vertical; /* Optional: allows user to resize */
    }
    #popupFormmedia input.wpcf7-form-control.wpcf7-submit.has-spinner {
    /* margin-top: 25px;*/
     }

    #popupFormmedia p {
    margin-bottom: 03px !important;
    /*padding: 0px 0px 25px 0px;*/
    }  
#popupForm .wpcf7 form .wpcf7-response-output,
#popupFormmedia .wpcf7 form .wpcf7-response-output {
    all: unset !important;
}
#popupFormmedia .media-pack-label input,
#popupFormmedia .media-pack-label select {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #popupFormmedia .media-pack-label input,
  #popupFormmedia .media-pack-label select {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 769px) {  /*web view*/
  #popupForm {
    margin-top: -60px;
  }
   .contact-form1-popup {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) { /*mobile view*/
  #popupForm .flotlefft {
    width: 100%;
    margin-bottom: 0px;
  }
  .popup-title {
    margin-top: 1px;
}
#popupForm textarea {
        height: 66px;
    }

}


