.sub-heading {
    font-weight: normal;
    font-size: 2.1rem;
    color: #555;
    text-align:center;
}

.form-control1 {
    font-size: 20px;
    color: darkblue !important;
    font-weight: bold;
    border: none;
    height: 30px;
    width: 100%;
}

.btn-custom {
    background-color: navy;
    color: white;
    font-weight: bold;
    border: none;
    padding: 8px 20px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}

    .btn-custom:hover {
        background-color: #000080cc; /* Slightly lighter navy on hover */
    }

