@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #172155 !important;
    --secondary: #0082c1;
    --text-dark: #0B0A0D;
    --text-light: #676767;
    --text-white: #ffffff;
}

div:after {
    content: '';
    display: block;
    clear: both;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
}

.header {
    position: relative;
    box-shadow: 0 1px 8px #0000002e;

}

.pre-header {
    background: var(--primary);
}


.pre-header--link {
    padding: 4px 0;
    position:relative;
}

.pre-header--link a {
    color: var(--text-white) !important;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;

}

.pre-header--link a:hover {
    color: #f0cd1d;

}

.pre-header--link .dropdown-menu a {
    color: var(--text-dark) !important;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;

}

.mcrpv-logo {
    height: 65px !important;
}

.mpo-logo {
    height: 50px;
}

.hero-section {
    background-image: url('../../images/hero-img.jpg');
  /*  background-image: url('../../images/hero-img.jpg');*/
    background-image: url('/Portal/Services/MAKHANLAAL/Images/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: center;
    position:relative;
    z-index:0;
}
    .hero-section:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #020b44;
        opacity: 0.5;
    }
    /*.hero-section {
    position: relative;
    height: 450px;
    overflow: hidden;
}

    .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        animation: heroFade 16s infinite;
        z-index: -1;
    }

@keyframes heroFade {
    0% {
        background-image: url('../../images/hero-img.jpg');
    }
    
    25% {
        background-image: url('../../images/download.jpg');
    }

    50% {
        background-image: url('../../images/OIP.jpg');
    }

    75% {
        background-image: url('../../images/topography.jpg');
    }

    100% {
        background-image: url('../../images/hero-img.jpg');
    }
}*/
    .heading-1 {
        font-size: 36px;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 24px;
    }

.hero-list {
    list-style: none;
}

.hero-top-head {
    margin-bottom: 0px;
    font-size: 13px;
    color: #f0cd1d;
    font-weight: 500;
}

.hero-para {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: #fff;
}

.list-item {
    margin-bottom: 16px;
}

.hero-content {
    /* width: 56%; */
    text-align: center;
}

.hero-content .heading-1 {
    color: #fff;
    margin-bottom: 24px;
}

.hero-card {
    background: #1721555e;
    border: 1px solid #ffffff73;
    border-radius: 8px;
    padding: 12px;
    flex-grow: 1;
}

.hero-card img {
    filter: brightness(0) invert(1);
}


.service-section {
    background: #FAFAFC;
    padding: 40px 0;
    position: relative;
}

.heading-2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.service-card-container {
    flex-grow: 1;
}

.service-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px #e1e0ff8c;
    padding: 12px;
    transition: background 0.5s ease-in-out;
    overflow: hidden;
    position: relative;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, var(--primary), var(--primary));
    /* blue gradient */
    z-index: 0;
    transition: width 0.5s ease-in-out;
    overflow: hidden;
}

.service-card:hover::before {
    width: 100%;
}

.service-card:hover h3 {
    color: #fff;
    position: relative;
    z-index: 2;
}

.service-card:hover p {
    color: #fff;
    position: relative;
    z-index: 2;
}

.service-card:hover .service-icon-bg img {
    filter: brightness(0) invert(1);
}


.para {
    margin-bottom: 0px;
    font-size: 13px;
    font-family: "Noto Sans", sans-serif;
    color: var(--text-light);
}

.heading-3 {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.heading-3 p {
    margin-bottom: 0px !important;
}

.service-icon-bg {
    width: 64px;
    height: 64px;
    background: #F1F1FC;
    /* background: #f1f1f1; */
    text-align: center;
    border-radius: 4px;
    margin-right: 8px;
}

.service-icon-bg img {
    width: 40px;
    margin-top: 12px;

}

.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-box {
    position: relative;
    z-index: 2;
}
    .service-box a {
        width:100%;
        text-decoration: none;
    }
        .service-box:hover a {

            text-decoration:none !important;
        }
        .contact {
            position: relative;
            z-index: 2;
            background: #ffffff;
            margin-bottom: 8px;
        }

.contact-head {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: var(--primary);
    font-weight: 600;
}

.contact-para {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: var(--text-light);
}

.footer {
    background: var(--primary);
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .hero-section {
        height: 320px;
    }

    .heading-1 {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .heading-2 {
        font-size: 24px;
    }

    .list-item {
        margin-bottom: 8px;
    }

    .hero-para {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .mpo-logo {
        display: none;
    }

    .hero-content {
        width: 90%;
    }

    .heading-1 {
        margin-bottom: 8px;
        font-size: 21px;
    }

    .heading-2 {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .heading-3 {
        font-size: 15px;
    }

    .hero-para {
        font-size: 13px;
    }
}

@media (max-width: 540px) {

    .heading-1 {
        font-size: 19px;
    }

    .home-link {
        border-right: none !important;
    }

    .link-1,
    .link-3 {
        display: none;
    }

    .hero-section {
        height: auto;
    }

    .hero-content {
        width: 100%;
        padding: 20px 0;
    }

    .contact-img {
        display: flex;
        justify-content: center;
    }
}


/* form css start  */

.wrapper {
    min-height: 100vh;
    height: 100%;
}

.page-heading {
    background: #0082c1;
    padding: 8px 0;
    text-align: center;
    color: var(--text-dark);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .page-heading::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: url('../assets/images/topography.png'); */
        background-image: url('../../Services/MAKHANLAAL/assets/images/topography.png');
        opacity: 0.4;
        z-index: -1;
    }

.form-page-heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    background: #c2c7df;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 24px;
}

.form-heading {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    border-bottom: 1px solid #dee2e6;
}

.auto-style1 {
    background: #fff;
    margin-top: 12px;
    box-shadow: 0 2px 12px #6666;
    border-radius: 4px;
}

/*.form-content {
    background: #fff;
    margin-top: 12px;
    box-shadow: 0 2px 12px #6666;
    border-radius: 4px;
}*/

.form-list-icon {
    width: 28px;
}

.inpt_box {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

table td,
th {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
}

.mcrpv_table td {
    width: 23% !important;
}

.form-select,
.form-control {
    font-size: 14px;
}

.submit-btn {
    background: var(--primary);
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid var(--primary);
    color: var(--text-white);
}

.submit-btn:hover {
    background: #0082c1;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #0082c1;
    color: var(--text-white);
}

.reset-btn {
    background: #F1F1FC;
    padding: 6px 16px;
    border-radius: 4px;
    border: none;
    color: var(--primary);
}

.reset-btn:hover {
    background: #0082c1;
    padding: 6px 16px;
    border-radius: 4px;
    border: none;
    color: var(--text-white);
}

/* table page css  */

        .download-btn {
    border: none;
    background: none;
}

.download-btn:hover {
    filter: invert(53%) sepia(67%) saturate(466%) hue-rotate(336deg) brightness(102%) contrast(101%);
}

.table-link {
    text-decoration: none;
    color: var(--primary);
    font-weight: 500;

}

.table-link:hover {
    color: var(--secondary);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #f3fbff;
}

/* login page css  */

.container-width {
    width: 60%;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.image-log {
    background-image: url('../../Services/MAKHANLAAL/assets/images/hero-img.png');
    /* background-image: url(../assets/images/hero-img.png); */
    border-radius: 8px 0 0 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-section {
    background-image: url('../../Services/MAKHANLAAL/assets/images/login-sectionbg.png');
    /* background-image: url(../assets/images/login-sectionbg.png); */
    background-position: center;
    height: calc(100vh - 148px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.login-form-section {
    height: 100%;
}

.login-form {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px #e1e0ff8c;
    padding: 60px;
    max-width: 500px;
}

.login-heading {
    font-size: 24px;
    text-align: start;
    color: var(--text-white);
    font-weight: 600;
}

.login-para {
    font-size: 14px;
    color: #f0cd1d;
    opacity: .9;
}


.container-fluid,
.row {
    height: 100%;
}

.forgot-pw {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    justify-content: center;
}

.forgot-pw:hover {
    color: var(--text-dark);
}

.captcha-icon {
    cursor: pointer;
}

.captcha-icon:hover img {
    filter: invert(18%) sepia(98%) saturate(7486%) hue-rotate(235deg) brightness(89%) contrast(103%);
}

@media (max-width: 991px) {
    .login-form--img {
        display: none !important;
    }

    .mid-section {
        justify-content: center;
    }

    .login-form-section {
        justify-content: center !important;
    }
}

/*roll over animation------- Added by Prem on 01/01/2026*/
.roll-link {
    display: inline-block;
    perspective: 600px;
    perspective-origin: 50% 50%;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

    .roll-link span {
        display: inline-block;
        padding: 0 2px;
        position: relative;
        transform-origin: 50% 0;
        transform-style: preserve-3d;
        transition: all 400ms ease 0s;
        color: white;
    }


        .roll-link span:after {
            background: none repeat scroll 0 0 #077bd9;
            color: #FFFFFF;
            content: attr(data-title);
            display: block;
            left: 0;
            padding: 0 2px;
            position: absolute;
            top: 0;
            transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
            transform-origin: 50% 0%;
        }

    .roll-link:hover span {
        background: none repeat scroll 0 0 #077bd9;
        transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    }

/*ends*/