#elementor-popup-modal-1081{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1081 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1081 .dialog-close-button{display:flex;}#elementor-popup-modal-1081 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-a7df784 *//*=========================================
        DONATION POPUP
=========================================*/

.dp-popup-form{

    max-width:700px;
    margin:auto;
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.dp-header{

    text-align:center;
    margin-bottom:30px;

}

.dp-header h2{

    font-size:34px;
    color:#1d3557;
    margin-bottom:10px;
    font-weight:700;

}

.dp-header p{

    color:#666;
    font-size:15px;
    line-height:1.7;

}

/*=========================================
        ROW
=========================================*/

.dp-row{

    display:flex;
    gap:15px;

}

.dp-row .dp-field{

    flex:1;

}

/*=========================================
        INPUTS
=========================================*/

.dp-field{

    margin-bottom:18px;

}

.dp-field label{

    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#222;
    font-size:14px;

}

.dp-field input{

    width:100%;
    height:50px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
    font-size:15px;
    transition:.3s;

}

.dp-field input:focus{

    outline:none;
    border-color:#cfa74d;
    box-shadow:0 0 0 4px rgba(207,167,77,.15);

}

/*=========================================
        TITLE
=========================================*/

.dp-section-title{

    margin:25px 0 18px;
    color:#1d3557;
    font-size:22px;

}

/*=========================================
        PACKAGES
=========================================*/

.dp-packages{

    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:25px;

}

.dp-package{

    display:block;
    cursor:pointer;

}

.dp-package input{

    display:none;

}

.dp-package-info{

    border:2px solid #e8e8e8;
    border-radius:10px;
    padding:18px;
    transition:.3s;

}

.dp-package:hover .dp-package-info{

    border-color:#cfa74d;

}

.dp-package input:checked + .dp-package-info{

    border-color:#cfa74d;
    background:#fffaf1;

}

.dp-package-info h4{

    margin:0 0 5px;
    color:#1d3557;

}

.dp-package-info p{

    margin:0;
    color:#666;

}

.dp-package-info span{

    display:block;
    margin-top:8px;
    color:#cfa74d;
    font-weight:600;

}

/*=========================================
        PAYMENT
=========================================*/

.dp-card{

    border:1px solid #eee;
    border-radius:12px;
    padding:20px;
    background:#fafafa;

}

.dp-payment-footer{

    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:18px;
    flex-wrap:wrap;
    gap:15px;

}

.dp-stripe{

    display:flex;
    align-items:center;
    gap:10px;

}

.dp-stripe img{

    height:26px;

}

.dp-stripe span{

    font-size:13px;
    color:#666;

}

.dp-cards{

    display:flex;
    gap:8px;

}

.dp-cards img{

    width:42px;
    border:1px solid #ddd;
    border-radius:5px;
    padding:5px;
    background:#fff;

}

/*=========================================
        BUTTON
=========================================*/

.dp-donate-btn{

    width:100%;
    height:55px;
    margin-top:25px;
    border:none;
    border-radius:10px;
    background:#cfa74d;
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;

}

.dp-donate-btn:hover{

    background:#b78e34;
    transform:translateY(-2px);

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:767px){

.dp-popup-form{

padding:20px;

}

.dp-row{

flex-direction:column;
gap:0;

}

.dp-header h2{

font-size:28px;

}

.dp-section-title{

font-size:20px;

}

.dp-payment-footer{

flex-direction:column;
align-items:flex-start;

}

}/* End custom CSS */