﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 15px;
    font-family: "Noto Sans", sans-serif !important;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

a {
    text-decoration: none !important;
}

.mcbu_preheader {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #b5514a;
    font-size: 13px;
}

    .mcbu_preheader a {
        color: #fff;
    }

    .mcbu_preheader img {
        height: 18px;
    }

.leftlinks a {
    margin-right: 4px;
}
/* Header */
.dept_logo img {
    height: 60px;
}

.mpo-logo img {
    height: 55px;
    margin-top: 3px;
}

.mcbu_header {
    padding: 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.erp_logo {
    height: 60px;
}

.inner_header .erp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.banner-login {
    background-image: url('../images/mcbu.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 20px 0;
}

    .banner-login:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgba(0,0,0,.1);
    }

.banner-content {
    position: relative;
    color: #fff;
}

    .banner-content::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        backdrop-filter: blur(10px);
        border-radius: 20px;
        z-index: -1;
    }

.banner-content {
    width: 90%;
    margin: 0 auto;
}

.loginbox {
    padding: 100px 0 0 0;
    background-color: #dddddd38;
    min-height: 100vh;
    height: 100%;
}

    .loginbox .container {
        width: 80%;
    }

.mcbu-login-home {
    padding: 20px 80px;
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px #ddd;
}

.aboutmcbu {
    background-image: url('../images/slider/IMG-20251009-WA0028.jpg');
    padding: 100px 50px;
    border-radius: 20px 0 0 20px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    color: #fff;
}

    .aboutmcbu:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgba(0,0,0,0.5);
    }

.mcbu-login-home h5 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.mcbu-login-home select, .mcbu-login-home input[type="text"], .mcbu-login-home input[type="password"] {
    width: 100%;
    background-color: transparent;
    border-bottom: 2px solid #b5514a75 !important;
    color: #000;
    border: 0;
    padding: 5px 5px;
}

select option {
    /* applies to all options */
    color: black;
    margin-bottom: 2px;
}

    select option:nth-child(2) {
        /* second option only */
    }

.mcbu-login-home select:focus, .mcbu-login-home input[type="text"]:focus, .mcbu-login-home input[type="password"]:focus,
.login_captcha_area input[type="text"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 transparent !important;
}

::placeholder {
    color: #000;
}

.form-group {
    margin-bottom: 20px;
}
/* Captcha */

/* Tooltip text */
.help_popup .help_popuptext {
    visibility: hidden;
    width: 350px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 999999;
    right: 18px;
    top: -100px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.help_popup:hover .help_popuptext {
    visibility: visible;
    padding: 10px;
}

.help_popup ul {
    margin: 0;
    padding: 0;
}

    .help_popup ul li {
        padding: 8px 8px 8px 34px;
        border-bottom: 1px solid #A3E0E6;
        text-align: left;
        line-height: 19px;
        color: #484848;
        font-size: 14px;
        text-indent: -21px;
        list-style-position: inside;
    }

        .help_popup ul li:last-child {
            border: none;
        }

.help_popup h2 {
    padding: 10px;
    color: #000;
    font-size: 18px;
    text-align: left;
    border-bottom: 2px solid #ccc;
    margin: 0;
}

.login_captcha_area {
    padding: 10px;
    margin: 22px 0 0 !important;
    border: 2px solid #b5514a75 !important;
    border-radius: 20px;
}

.login_c-img_input input {
    margin: 0 !important;
}

.login_c-img img {
    margin-top: 0 !important;
    vertical-align: middle;
}


.login_c-img_input input {
    width: 100% !important;
    outline: none;
    /*box-shadow: 0px 0px 5px #ddd;*/
    border: #ddd 1px solid;
}

    .login_c-img_input input:visible {
        border: 1px solid #1d82ae !important;
    }

.login_captcha_area input[type="text"] {
    /*width: 45%;*/
    padding: 8px;
    /*border: 1px solid #95dede;*/
}

.login_captha_icn input[type="image"] {
    height: 20px;
    margin: 9px 5px;
}

.login_captha_icn img {
    height: 20px;
    margin: 9px 5px;
}

.loginbutton-mcbu {
    background-color: #FFF28B;
    margin-top: 10px;
    border: 0;
    padding: 10px 0;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 10px;
}

    .loginbutton-mcbu:hover {
        background-color: #4AAEB5;
    }

.for_password a {
    color: #fff;
    font-size: 13px;
}

.card.services-card-box {
    width: 100% !important;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: .5s all ease;
    position: relative;
    background-color: transparent !important;
}

.services-card-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../images/cardtexture.jpg');
    opacity: .05;
}

.services-card-box:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}

.services-card article {
    height: 100% !important;
    display: flex;
    width: 100%;
}

.services-card ul {
    padding: 0 0 0 15px;
}

    .services-card ul li {
        font-size: 14px;
    }

.services-card-box .link-dark {
    color: #b5514a !important;
    font-size: 19px;
    font-weight: 600;
}

.card-footer a {
    color: #000;
}

    .card-footer a:hover {
        color: #b5514a !important;
    }

.footer-mcbu {
    background: #b5514a;
    text-align: center;
    padding: 5px 0;
}

.section {
    padding: 50px 0;
}
/* Inner page designs */
.wrapper {
    min-height: 100vh;
    height: 100%;
}

.page-header {
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 0;
    background-image: url('../images/pageheader.jpg');
    background-size: cover;
    margin-bottom: 20px;
}

    .page-header h4 {
        font-size: 25px;
        font-weight: 600;
    }

    .page-header h5 {
        font-size: 20px;
        font-weight: 500;
    }

    .page-header:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(68, 219, 219, 0.9);
        z-index: -1;
    }

.service-wrap {
}
/*Table Css*/

.mcbu_table {
    width: 100%;
    margin-top: 6px;
    border-collapse: collapse;
}

    .mcbu_table th {
        padding: 8px;
        /*color: #000;*/
        /*color: brown;*/
        border: 1px solid #dedede;
        font-weight: 500;
        text-align: left;
        font-size: 15px;
        background-color: #e7ecef;
    }

    .mcbu_table td {
        padding: 4px;
        font-size: 14px;
        border: #e7ecef 1px solid;
        text-align: left;
    }

.downloadbtn {
    padding: 5px 20px;
    border-radius: 4px;
    background-color: #4AAEB5;
    display: flex;
    color: #fff;
    font-size: 13px;
    opacity: .9;
}

.actionbtn {
    padding: 5px 20px;
    border-radius: 4px;
    background-color: #B5514A;
    display: flex;
    color: #fff;
    font-size: 13px;
    opacity: .9;
}

    .downloadbtn:hover, .actionbtn:hover {
        opacity: 1;
    }

    .downloadbtn img, .actionbtn img {
        height: 17px;
        margin-right: 3px;
    }

.servicetable td:nth-child(3) {
    width: 10%;
    text-align: center;
}

.servicetable td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.helpingBox {
    display: flex;
}

.add span {
}

.contactus-mcbu {
    background-color: #b5514a0a;
}
/* Table Styling (removed fade-in effect) */
.mcbu_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom:5px;
    border-radius: 6px;
}

    .mcbu_table tr {
    }

    .mcbu_table th,
    .mcbu_table td {
        padding: 10px 12px; /* Decreased padding */
        border: 1px solid #e3e9ef;
        vertical-align: middle;
    }

    .mcbu_table th {
        padding: 8px;
        /*color: #fff;*/
        color: black;
        font-weight: bolder;
        border: 1px solid #dedede;
        font-weight: 700;
        text-align: left;
        font-size: 15px;
        background-color: #e7ecef;
    }

    .mcbu_table td {
        font-size: 14px;
    }

    .mcbu_table tr:nth-child(odd) {
        background-color: #e7ecef1f;
    }
    /* Form inputs */
    .mcbu_table input[type="text"],
    .mcbu_table input[type="email"],
    .mcbu_table select,
    .mcbu_table textarea {
        width: 100%;
        padding: 6px 10px; /* Decreased padding */
        margin-top: 4px; /* Decreased margin */
        border: 1px solid #c7d7e2;
        border-radius: 6px;
        font-size: 1rem;
        box-sizing: border-box;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }

        .mcbu_table input[type="text"]:focus,
        .mcbu_table input[type="email"]:focus,
        .mcbu_table select:focus,
        .mcbu_table textarea:focus {
            border-color: #30536E;
            box-shadow: 0 0 10px rgba(48, 83, 110, 0.2);
            outline: none;
            animation: pulse 1s infinite alternate;
        }

.submitform-btn {
    padding: 5px 20px !important;
    border-radius: 4px;
    background-color: #B5514A;
    color: #fff;
    font-size: 13px;
    opacity: .9;
    border: 0;
}

.backform-btn {
    padding: 5px 20px;
    border-radius: 4px;
    border: 0;
    background-color: #4AAEB5;
    color: #fff;
    font-size: 13px;
    opacity: .9;
}

    .backform-btn:hover, .submitform-btn:hover {
        opacity: 1;
    }

.card-footer img {
    height: 23px;
}
/* Slider carousel */
/* Smooth transition effect */
.bcbu-banner-slider {
    height: 350px;
}

.carousel-item {
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

/* Optional: Add rounded corners and shadow */
.carousel-inner img {
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    height: 350px;
}

/* Optional: center content smoothly */
.carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 10px 20px;
}

.cardlink-admin {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #18616047 !important;
    margin-bottom: 20px;
    transition: .5s all;
}

    .cardlink-admin:hover {
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        border: 1px solid #186160 !important;
    }

.cardbody-cardlink-admin {
    padding: 20px;
}

.card-head {
    padding: 5px 0 0;
    background-color: #186160;
    display: inline-block;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.cardbody-cardlink-admin ul {
    margin: 0 !important;
    padding: 0 0 0 10px;
}

    .cardbody-cardlink-admin ul li {
        line-height: 1.2;
    }

        .cardbody-cardlink-admin ul li a {
            color: #000;
            font-size: 13px;
            transition: .5s all;
            border-bottom: 1px dashed #0000001c;
            display: block;
            padding: 5px;
        }

            .cardbody-cardlink-admin ul li a:hover {
                color: #1c7f7d;
            }
/* Default (applies to all devices first) */
@media (max-width: 999px) {
    .erp {
        display: none;
    }

    .mpo-logo {
        display: none;
    }

    .aboutmcbu {
        padding: 20px 20px;
    }

    .aboutmcbu {
        text-align: center;
    }

        .aboutmcbu h4 {
            font-size: 19px;
        }

        .aboutmcbu p {
            font-size: 13px;
        }

    .banner-content {
        width: 100%;
        margin: 0 auto;
    }

    .mcbu-login-home {
        padding: 10px 10px;
    }

    .aboutmcbu {
        display: none;
    }

    .mcbu-login-home {
        border-radius: 0;
    }

    .loginbox {
        padding: 40px 0 0 0;
    }

        .loginbox .container {
            width: 95% !important;
        }
}
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .login_c-img_input {
        width: 100% !important;
    }

    .dept_logo img {
        height: auto;
        width: 100%;
    }

    .login_c-img {
        width: 100%;
        text-align: center;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.btn {
    padding: 5px 20px !important;
    border-radius: 4px;
    background-color: #B5514A;
    color: #fff;
    font-size: 13px;
    opacity: .9;
    border: 0;
}

    .btn:hover,
    .btn:active {
        opacity: 1;
    }

.reset {
    padding: 5px 20px;
    border-radius: 4px;
    border: 0;
    background-color: #4AAEB5;
    color: #fff;
    font-size: 13px;
    opacity: .9;
}

    .reset:hover,
    .reset:active {
        opacity: 1;
    }



.log_btn btn_clr {
    padding: 5px 20px !important;
    border-radius: 4px;
    background-color: #B5514A;
    color: #fff;
    font-size: 13px;
    opacity: .9;
    border: 0;
}

.captcha-container {
    display:flex;
    flex-direction:column;
    margin:auto;
    padding: 8px;
    /*color: #000;*/
    /*color: brown;*/
    border: 1px solid #dedede;
    font-weight: 500;
    text-align: left;
    font-size: 15px;
    background-color: #e7ecef;
    padding: 4px;
    font-size: 14px;
    border: #e7ecef 1px solid;
    text-align: left;
    max-width: 40%;
    border: 0.1px groove;
}

    .captcha-container h5 {
        font-size: 15px;
        border: #e7ecef 1px solid;
        text-align: left;
    }
