body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #f2f2f2;
}

.top-bar {
    background-color: #ffffff;
    border-bottom: 2px solid #0b63a4;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-text {
    font-weight: bold;
    color: #0b63a4;
}

.support {
    font-size: 12px;
}

.content-wrapper {
    padding: 40px 20px;
}


.nios-logo {
    height: 60px;
    width: 300px; /* increase this value as needed */
    object-fit: contain;

}


.nios-logoBox {
    height: 60px;
    width: 300px; /* increase this value as needed */
    object-fit: contain;
}


.card {
    background-color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 30px 40px;
}

.card-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 100;
    color: #0b63a4;
    font-family: MontserratRegular, Arial, sans-serif;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #d9534f;
    font-family: MontserratRegular,Arial,sans-serif;
}

input[type=text] {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.btn {
    background-color: #0b63a4;
    color: #fff;
    border: none;
    padding: 8px 18px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
}

.btn-secondary {
    background-color: #777;
}

.validation-summary-errors {
    color: red;
    margin-bottom: 10px;
}

.result-container {
    background-color: #ffffff;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 20px 30px;
    font-size: 12px;
}

.result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-header-left {
    font-size: 11px;
}

.result-title {
    text-align: center;
/*    font-weight: bold;*/
    margin: 10px 0 20px;
}

.result-photo {
    width: 90px;
    height: 110px;
    border: 1px solid #ccc;
    object-fit: cover;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.table th, .table td {
    border: 1px solid #000;
    padding: 4px 6px;
    text-align: center;
    font-size: 11px;
}

.footer {
    text-align: center;
    font-size: 11px;
    margin-top: 40px;
    padding: 10px;
    color: #555;
}

.page-header {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    margin-top: 10px;
}

.header-logo {
    height: 65px;
}

.footer-dark {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-size: 13px;
    margin-top: 40px;
}


html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.footer-dark {
    margin-top: auto;
}


body, input, button, label, .card, .form-group {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /*  font-weight: 400 !important;*/
    font-weight: bold;
}


/* --- TOP BAR --- */
.top-bar {
    width: 100%;
    background: #ffffff;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.nios-logoBox {
    height: 55px;
}

/* --- CONTACT BOX --- */
.contact-box {
    background: #f9f7f7;
    padding: 15px 18px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}

.contact-text {
    font-size: 13px;
    color: #444;
    margin-bottom: 4px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-top: 3px;
    font-size: 13px;
}

    .contact-item a {
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }

.icon {
    margin-right: 20px;
    font-size: 14px;
}

/* --- FOOTER --- */
.footer-dark {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-size: 13px;
    margin-top: 40px;
}

/* --- FLOATING HOME BUTTON --- */
.floating-home-btn {
    position: fixed;
    bottom: 140px;
    right: 100px;
    width: 70px;
    height: 70px;
    background: #f7941d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 999;
    transition: 0.2s ease-in-out;
}

    .floating-home-btn:hover {
        transform: scale(1.08);
        background: #ff9f29;
    }

.home-icon {
    color: white;
    font-size: 32px;
    font-weight: bold;
}



/* WRAPPER TO GROUP BOTH CIRCLES */
.home-wrapper {
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 170px;
    height: 170px;
    pointer-events: none; /* container should not block click */
    z-index: 9999;
}

/* BACKGROUND BEIGE LARGE CIRCLE */
.home-bg-circle {
    position: absolute;
    width: 170px;
    height: 170px;
    background: #f2e5d5;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

/* ORANGE BUTTON FRONT */
.home-orange-btn {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #f7941d;
    border-radius: 50%;
    right: 40px;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    pointer-events: auto;
    text-decoration: none;
    transition: .2s;
}

    .home-orange-btn:hover {
        transform: scale(1.08);
        background: #ff9f29;
    }

/* WHITE HOME ICON */
.home-icon-img {
    width: 42px;
    height: 42px;
}


/* Hide contact box on mobile */
@media (max-width: 768px) {
    .contact-box {
        display: none !important;
    }
}

/* Hide floating home button when printing */
@media print {
    .home-wrapper,
    .floating-home-btn,
    .home-bg-circle,
    .home-orange-btn {
        display: none !important;
        visibility: hidden !important;
    }

    /* Optional: remove shadows and margins for clean print */
    body {
        background: white !important;
    }

    .result-container {
        box-shadow: none !important;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .btn {
        display: none !important;
    }
}





