#dpm-popup-overlay{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.75);
    z-index:99998;
    display:none;
    backdrop-filter:blur(4px);
}

#dpm-popup-modal{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:calc(100% - 30px);
    max-width:700px;
    max-height:90vh;
    overflow-y:auto;
    background:#ffffff36;
    /*background:#fff;*/
    border-radius:22px;
    padding:40px;
    z-index:99999;
    display:none;
    box-sizing:border-box;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

#dpm-popup-modal::-webkit-scrollbar{
    width:6px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

#dpm-popup-modal::-webkit-scrollbar-thumb{
    background:#cfcfcf;
    border-radius:20px;
}

.dpm-popup-content{
    width:100%;
}

.dpm-popup-content h2{
    margin:0 0 12px;
    font-size:42px;
    line-height:1.2;
    font-weight:700;
    color:#fff;
    padding-right:60px;
}

.dpm-popup-content p{
    font-size:16px;
    line-height:1.7;
    color:#6b7280;
    margin-bottom:30px;
}
.contact_form_1 .col-md-6 p {
    line-height: 1;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.row.contact_form_1 br {
    display: none;
}



#dpm-close-popup{
    position:absolute;
    top:18px;
    right:18px;
    width:35px;
    height:35px;
    color:#fff !important;
    border:none;
    padding:0px;
    border-radius:50%;
    background:#142a54;
    color:#fff;
    font-size:26px;
    line-height:1;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s ease;
}

#dpm-close-popup:hover{
    background:#2563eb;
    color:#fff;
}

.dpm-form-area{
    width:100%;
}

.dpm-form-area p{
    margin-bottom:20px;
}

.dpm-form-area label{
    display:block;
    font-size:16px;
    font-weight:600;
    color:#fff;
    margin-bottom:8px;
}

.dpm-form-area input,
.dpm-form-area textarea,
.dpm-form-area select{
    width:100%;
    border:1px solid #d1d5db;
    border-radius:14px;
    padding:16px 18px;
    font-size:15px;
    color:#000;
    background:#fff;
    box-sizing:border-box;
    transition:.3s ease;
}

.dpm-form-area input:focus,
.dpm-form-area textarea:focus,
.dpm-form-area select:focus{
    border-color:#2563eb;
    outline:none;
    box-shadow:0 0 0 4px rgba(37,99,235,.1);
}

.dpm-form-area textarea{
    min-height:160px;
    resize:vertical;
}

.dpm-form-area input[type=submit]{
    width:100%;
    background:#2563eb;
    color:#fff;
    border:none;
    font-size:17px;
    font-weight:600;
    padding:18px;
    cursor:pointer;
    border-radius:14px;
    transition:.3s ease;
}

.dpm-form-area input[type=submit]:hover{
    background:#1d4ed8;
}

@media(max-width:991px){

    #dpm-popup-modal{
        width:calc(100% - 40px);
        padding:32px 26px 10px;
    }

    .dpm-popup-content h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    #dpm-popup-modal{
        width:calc(100% - 20px);
        padding:22px 16px 10px;
        border-radius:18px;
        max-height:88vh;
    }

    .dpm-popup-content h2{
        font-size:28px;
        padding-right:45px;
    }

    .dpm-popup-content p{
        font-size:14px;
        margin-bottom:22px;
    }

    #dpm-close-popup{
        width:38px;
        height:38px;
        top:12px;
        right:12px;
        font-size:22px;
    }

    .dpm-form-area label{
        font-size:14px;
    }

    .dpm-form-area input,
    .dpm-form-area textarea,
    .dpm-form-area select{
        padding:14px;
        font-size:14px;
        border-radius:12px;
    }

    .dpm-form-area textarea{
        min-height:120px;
    }

    .dpm-form-area input[type=submit]{
        padding:16px;
        font-size:15px;
    }

}

@media(max-width:480px){

    #dpm-popup-modal{
        padding:18px 14px 8px;
    }

    .dpm-popup-content h2{
        font-size:24px;
    }

}
