.mahat-tc-wrapper {
    max-width: 700px;
    margin: 40px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
}

.mahat-tc-wrapper h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #004a7c;
}

.mahat-tc-form input {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.mahat-tc-form button {
    width: 100%;
    padding: 14px;
    background: #004a7c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.mahat-tc-form button:hover {
    background: #0068b1;
}

.mahat-result {
    margin-top: 30px;
}

.mahat-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #004a7c;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    margin-right: 10px;
}

.mahat-error {
    margin-top: 20px;
    color: red;
    font-weight: bold;
    text-align: center;
}