    .pdn-form-header {
    background: var(--base_color_1) !important;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: -20px -20px 15px -20px; /* pulls the header to the edge of the form */
}
 .pdn-subscribe-form input[type="text"],
.pdn-subscribe-form input[type="email"]{
    width: 100%;
    height: 30px !important;
}
.pdn-subscribe-form label {
    margin: 0px !important;
        font-size: 13px;
}
.pdn-subscribe-form p {
    float: left;
    padding: 5px;
    width: 100%;
    margin: 0px;
}
.pdn-subscribe-form {
    background: #fff;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 0; /* remove default margin */
    position: static; 
}
.pdn-subscribe-form button {
    display: inline-block;
    padding: 5px 15px;
    background-color: var(--base_color_1) !important;
    color: #fff;
    font-size: 14px;
}
/* Modal wrapper */
.pdn-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(5px); /* Background blur */
    background-color: rgba(0,0,0,0.4); /* Dark overlay */
}

/* Modal content */
.pdn-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
   max-height: 600px;
    height: 100%;
    display: flex; flex-direction: column;
}

/* Close button */
.pdn-close {
       color: #aaa;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px !important;
    font-weight: bold;
    cursor: pointer;
    width: auto !important;
}

.pdn-close:hover {
    color: #000;
}
.vdpdropcls .dropcls {
    width: 100%;
    padding: 17px !important;
    margin-bottom: 30px;
}
.dropcls{
        border: none;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    background: var(--base_color_1) !important;
    text-transform: uppercase;
        padding: 10px;
    border-radius: 4px;
}
.dropcls:hover {
    background-color: var(--header_menu_hover_color) !important;
}
.resultinventry .btntext {
    padding: 5px 0px !important;
}

@media (max-width: 767px) {
    .dropcls {
        display: block;
        width: 100%;
    }
 }