
.melptech-button {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 24px;
    background-color: #D63163;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}
.melptech-button:hover {
    background-color: #c02250;
}
