
.cta-button {
    display: inline-block;
    background-color: #FF5733;
    color: white;
    padding: 14px 28px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.cta-button:hover {
    background-color: #D84315;
}
