.cta-box {
    padding: 40px 20px;
    border-radius: 8px;
    text-align: center;
        font-size: 16px;
    max-width: 700px;
    background-color: #2d2f847d !important;
    margin: 10px;
    box-shadow: 3px 3px 22px rgb(29 35 39 / 10%);
}

.cta-box h2 {
    font-size: 24px;
    color:#fff;
    font-weight: 700 !important;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.cta-box p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.cta-box .cta-button {
    color: #fff !important;
    padding: 12px 25px;
    text-decoration: none;
    background-color: #2d2f84;
    font-weight: 600;
     font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    transition: background 0.3s ease;
    margin-bottom: 10px;
}

.cta-box .cta-button:hover {
    background-color: #3f97d3;
    color: #fff !important;
}

.cta-box .cta-button-call {
    background-color: #3f97d3;
    color: #fff !important;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    transition: background 0.3s 
ease;
}

.cta-box .cta-button-call:hover {
    background-color: #2d2f84;
    color: #fff !important;
}




