@media only screen and (min-width: 280px){

    .popups-content {
        margin: 59px 94px;
       
    }
    input[type="email"]{
        width: 175%;
        padding: 10px;
        border: 1px solid #c6a058;
        border-radius: 5px;
        font-family: Montserrat;
        height:31px;
        font-size:12px;
        margin-right: 20px;
    
    }
    input[type="tel"]{

        width: 100%;
        padding: 10px;
        border: 1px solid #c6a058;
        border-radius: 5px;
        font-family: Montserrat;
        margin-right: 152px;
        height:31px;
        font-size:12px;
    }
}
@media only screen and (min-width:  1366px){
    .popups-content {
        margin: 169px 94px;
       
    }
    input[type="email"]{
        width: 211%;
        padding: 10px;
        border: 1px solid #c6a058;
        border-radius: 5px;
        font-family: Montserrat;
        height:31px;
        font-size:12px;
        margin-right: 20px;
    
    }
    input[type="tel"]{

        width: 121%;
        padding: 10px;
        border: 1px solid #c6a058;
        border-radius: 5px;
        font-family: Montserrat;
    
        margin-left: -21%;
        height:31px;
        font-size:12px;
    }
}

.popups {
    background: rgba(0, 0, 0, 0.5); /* Transparansi pada latar belakang gambar */
    background-image: url('/Landing Page/PMA/assets/img/home/MA - WEBSITE REVAMP - HOME_LEADS FORMS.png'); /* Gantilah 'gambar-anda.png' dengan URL gambar latar belakang Anda */
    background: linear-gradient(45deg, #c6a058, rgba(0, 0, 0, 0.7)); /* Gradien emas ke hitam dengan transparansi */
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.popups-content {
    max-width: 100%;
    background-color: #000000;
    width: 88%;
    /*max-width: 900px;*/
   
    padding: 20px;
    text-align: center;
    position: relative;
    border: 20px solid #c6a05800;
    border-radius: 25px;
}
.popups-content h2{
   
    position: relative;
    padding: 20px;
}
.popups-content p{
    position: static;
    cursor: pointer;
    color: #c6a058;
    font-weight: bolder;
    margin-top: 40px;

}

.closes {
    position: absolute;
    top: -38px;
    right: -23px;
    font-size: 44px;
    cursor: pointer;
    color: #c6a058;
    font-weight: bolder;
    padding: 10px 20px;

}


/* CSS untuk tombol "Contact Us" */
button#showPopups {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

button#showPopups:hover {
    background-color: #0056b3;
}
/* CSS untuk form Contact Us */
.form-groups {
    margin-bottom: 10px;
    width: 65%;
    margin-inline: auto;
}
.form-groups button {
    background-color: #c6a058;
    color: #000000;
    border: none;
    padding: 4px 20px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #c6a058;
    border-radius: 5px;
    width: 26%;
}

.rows {
    display: flex;
    justify-content: space-between;
}

.columns {
    flex: 1;
    margin-right: 10px;
}

labels {
    display: block;
    font-family: Montserrat;
}

input[type="text"]{
    width: 100%;
    padding: 10px;
    border: 1px solid #c6a058;
    border-radius: 5px;
    font-family: Montserrat;
    height:31px;
    font-size:12px;
    letter-spacing: 0px;

}

textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #c6a058;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 12px;
    height: 14em;
}

/* CSS untuk tata letak email dan nomor telepon dalam dua kolom */
.row .column:last-child {
    margin-right: 0;
}
