    /* Fixed Footer with Proper Height Adjustment *//* Fixed Footer with Correct Height */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffc107;
    /*#4a90e2;e07a5f 20c997 ffc107*/
    text-align: center;
    border-top: 1px solid #dee2e6;

    /* Ensure proper height and alignment */
    height: 18px; /* Desired height */
    line-height: 20px; /* Align text vertically */
    padding: 0; /* Remove extra padding */
    margin: 0; /* Remove extra margins */
    font-size: 12px; /* Optional: Compact font size */
    overflow: hidden; /* Prevent content overflow */
}

/* Remove padding and margin from paragraph */
.footer p {
    color:#000000;
    font-weight: bold;
    margin: 0; /* Remove paragraph margin */
    padding: 0; /* Remove paragraph padding */
}