.cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #173652;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}

.cta-button:hover {
    background-color: #3a3a42;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-cta-button {
    background-color: #173652;
    font-size: 16px;
    padding: 15px 40px;
    margin-top: 30px;
}

.hero-cta-button:hover {
    background-color: #3a3a42;
}