.cta-button {
            background-color: #4DA8DA; /* Blue shade */
            color: #fff;
            border: none;
            padding: 15px 30px;
            font-size: 18px;
            border-radius: 30px;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: background 0.3s ease;
    
        }
        .cta-button:hover {
            background-color: #1B3B6F;
        }
.cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
 
}
