.ps-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.ps-box{
background:#fff;
width:380px;
max-width:90%;
padding:30px;
border-radius:10px;
box-shadow:0 10px 35px rgba(0,0,0,0.3);
position:relative;
font-family:Arial;
}

.ps-box h2{
text-align:center;
margin-bottom:20px;
color:#0a5ea8;
}

.ps-close{
position:absolute;
top:10px;
right:15px;
font-size:22px;
cursor:pointer;
}

.ps-box label{
font-weight:600;
display:block;
margin-bottom:5px;
}

.ps-box input,
.ps-box textarea{
width:100%;
padding:10px;
margin-bottom:15px;
border:1px solid #ccc;
border-radius:6px;
}

.ps-box button{
width:100%;
background:#0a5ea8;
color:#fff;
border:none;
padding:12px;
border-radius:6px;
font-weight:600;
cursor:pointer;
}

.ps-success{
display:none;
color:green;
text-align:center;
margin-top:10px;
}

.ps-apply-btn{
position:fixed;
right:20px;
top:50%;
background:#0a5ea8;
color:#fff;
padding:12px 20px;
border-radius:30px;
cursor:pointer;
z-index:9999;
}

.ps-whatsapp-btn{
position:fixed;
right:20px;
top:58%;
background:#25D366;
color:#fff;
padding:12px 18px;
border-radius:30px;
text-decoration:none;
font-weight:600;
z-index:9999;
}