#elementor-popup-modal-8010{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-8010 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-8010 .dialog-close-button{display:flex;}#elementor-popup-modal-8010 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-97ee4fe */.newcard-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px 15px;
}

.newcard{
    width:100%;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.newcard-header{
    background:#0b5961;
    color:#fff;
    text-align:center;
    padding:55px 30px 45px;
}

.newcard-header h2{
    font-size:46px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:20px;
    color: #fff;
}

.newcard-header p{
    color:#d8b07d;
    font-size:22px;
    font-style:italic;
    font-weight:600;
}

.newcard-body{
    padding:45px 40px;
}

.newcard-description{
    text-align:center;
    color:#134b56;
    font-size:28px;
    line-height:1.6;
    margin-bottom:35px;
}

.newcard-quote{
    background:#fff6f6;
    border-left:5px solid #d2a56f;
    border-radius:12px;
    padding:28px;
    font-size:22px;
    font-style:italic;
    color:#0f4e5b;
    font-weight:600;
    text-align:center;
    line-height:1.6;
    margin-bottom:35px;
}

.newcard-features{
    display:flex;
    gap:18px;
    margin-bottom:35px;
}

.newcard-feature{
    flex:1;
    text-align:center;
    padding:18px;
    background:#eef2f4;
    border:1px solid #d8dfe3;
    border-radius:12px;
    font-size:20px;
    font-weight:700;
    color:#0b5961;
}

.newcard-pricebox{
    border:2px dashed #d2a56f;
    border-radius:18px;
    padding:35px;
    text-align:center;
    margin-bottom:35px;
}

.newcard-label{
    display:block;
    color:#c9a16d;
    letter-spacing:3px;
    font-size:18px;
    font-weight:700;
    margin-bottom:18px;
}

.newcard-price{
    color:#0b5961;
    font-size:58px;
    font-weight:800;
}

.newcard-price small{
    font-size:28px;
    color:#65838b;
    font-weight:500;
}

.newcard-btn{
    display:block;
    text-align:center;
    text-decoration:none;
    background:#0b5961;
    color:#fff;
    padding:22px;
    border-radius:14px;
    font-size:28px;
    font-weight:700;
    transition:.3s;
}

.newcard-btn:hover{
    background:#08464c;
}

/* Responsive */

@media(max-width:768px){

    .newcard-header{
        padding:40px 20px;
    }

    .newcard-header h2{
        font-size:32px;
    }

    .newcard-header p{
        font-size:18px;
    }

    .newcard-body{
        padding:30px 20px;
    }

    .newcard-description{
        font-size:20px;
    }

    .newcard-quote{
        font-size:18px;
    }

    .newcard-features{
        flex-direction:column;
    }

    .newcard-price{
        font-size:42px;
    }

    .newcard-price small{
        font-size:20px;
    }

    .newcard-btn{
        font-size:22px;
        padding:18px;
    }
}

@media(max-width:480px){

    .newcard-header h2{
        font-size:26px;
        letter-spacing:1px;
    }

    .newcard-description{
        font-size:18px;
    }

    .newcard-quote{
        font-size:16px;
        padding:20px;
    }

    .newcard-feature{
        font-size:16px;
        padding:14px;
    }

    .newcard-price{
        font-size:36px;
    }

    .newcard-btn{
        font-size:18px;
    }

}/* End custom CSS */