#elementor-popup-modal-8031{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-8031 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-8031 .dialog-close-button{display:flex;}#elementor-popup-modal-8031 .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 0px;
    background:#f8f2f1;
    font-family:'Poppins',sans-serif;
}

.newcard-card{
    width:100%;
    max-width:850px;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.newcard-header{
    background:#0d5a60;
    padding:55px 35px;
    text-align:center;
}

.newcard-header h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin:0;
    line-height:1.2;
}

.newcard-header p{
    color:#d9b27c;
    margin-top:18px;
    font-size:20px;
    font-style:italic;
    font-weight:500;
}

.newcard-body{
    padding:25px 40px;
}

.newcard-description{
    text-align:center;
    color:#0d4f58;
    font-size:22px;
    line-height:1.8;
    font-weight:500;
    margin-bottom:40px;
}

.newcard-quote{
    background:#fbf4f4;
    border-left:5px solid #d6ae73;
    border-radius:16px;
    padding:28px;
    margin-bottom:35px;
}

.newcard-quote p{
    margin:0;
    text-align:center;
    color:#0d4f58;
    font-size:26px;
    line-height:1.6;
    font-style:italic;
    font-weight:600;
}

.newcard-tags{
    display:flex;
    gap:18px;
    margin-bottom:40px;
}

.newcard-tags span{
    flex:1;
    text-align:center;
    padding:18px 10px;
    background:#f3f7f8;
    border:1px solid #d8dee1;
    border-radius:14px;
    color:#0d5a60;
    font-weight:700;
    letter-spacing:1px;
    font-size:18px;
    transition:.3s;
}

.newcard-tags span:hover{
    background:#0d5a60;
    color:#fff;
}

.newcard-price-box{
    border:2px dashed #d4b17a;
    border-radius:20px;
    text-align:center;
    padding:35px;
    margin-bottom:40px;
}

.newcard-price-title{
    display:block;
    color:#c89e63;
    letter-spacing:2px;
    font-size:17px;
    font-weight:700;
    margin-bottom:22px;
}

.newcard-pricing p{
    margin:12px 0;
    color:#0d5a60;
    font-size:26px;
    font-weight:600;
}

.newcard-pricing strong{
    color:#0d5a60;
}

.newcard-btn{
    display:block;
    text-align:center;
    background:#0d5a60;
    color:#fff;
    text-decoration:none;
    padding:20px;
    border-radius:16px;
    font-size:22px;
    font-weight:600;
    transition:.3s;
}

.newcard-btn:hover{
    background:#09474b;
}

@media(max-width:768px){

.newcard-header{
    padding:40px 25px;
}

.newcard-header h2{
    font-size:30px;
}

.newcard-header p{
    font-size:18px;
}

.newcard-body{
    padding:30px 22px;
}

.newcard-description{
    font-size:18px;
}

.newcard-quote p{
    font-size:21px;
}

.newcard-tags{
    flex-direction:column;
}

.newcard-pricing p{
    font-size:20px;
}

.newcard-btn{
    font-size:18px;
}
}/* End custom CSS */