﻿body {
}

.banner-slider,
#carousel-example-generic,
.carousel-inner,
.carousel-item {
    height: 400px;
}

.slider-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.bottom-left-Text {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 28px;
    font-weight: bold;
    background-color: white;
    font-family: Calibri;
}

.modalBackground {
    background-color: Gray;
    /*filter: alpha(opacity=80);*/
    opacity: 0.8;
    z-index: 10000;
}

.loginhd {
    font-family: Calibri;
    font-size: 16px;
    color: #211f1f;
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.uname {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #211f1f;
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
}

.searchlab {
    background-image: url(images/subbtn.png);
    width: 46px;
    height: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    border: 0px;
    font-weight: bold;
    vertical-align: text-top;
}


.style3 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #5B5B5B;
}

.close_button {
    height: 25px;
    width: 25px;
    position: absolute;
    top: -13px;
    right: -13px;
}

.blink {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* For Chrome and Opera browser support*/
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    /* For Mozilla browser support*/
    -moz-animation-name: blinker;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    color: blue;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
/* For Mozilla browser key frames support*/
@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
/* For Chrome and Opera browser key frames support*/
@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 3.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb053 .i .b {
        fill: #fff;
        fill-opacity: 0.5;
    }

    .jssorb053 .i:hover .b {
        fill-opacity: .7;
    }

.jssorb053 .iav .b {
    fill-opacity: 1;
}

.jssorb053 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
    display: none;
    position: absolute;
    cursor: pointer;
}

    .jssora093 .c {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093:hover {
        opacity: .8;
    }

    .jssora093.jssora093dn {
        opacity: .6;
    }

    .jssora093.jssora093ds {
        opacity: .3;
        pointer-events: none;
    }

p {
    font-size: 1.2em;
    color: black;
    line-height: 1.8em;
    text-align: justify;
    font-family: Arial;
}

.text {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 90%;
    width: 60%;
    text-align: center;
    font-size: 20px;
}
/* Set the size, colour, font properties for the blinking text */
.blinking {
    animation: blinkingText 1s infinite;
    font-family: futura;
    font-style: italic;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #720606;
    font-size: 25px;
    font-weight: bold;
    background-color: #0af1e6;
    word-wrap: break-word;
}

/* Specifies the animation and transparency for the blinking text */
@keyframes blinkingText {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.vertical-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #7d102a;
    padding: 15px;
    border-radius: 8px;
}

/* Scrollable text */
.chairperson-text.scrollable {
    max-height: 120px; /* control height */
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 10px;
    text-align: justify;
}

    /* Optional: nice scrollbar */
    .chairperson-text.scrollable::-webkit-scrollbar {
        width: 5px;
    }

    .chairperson-text.scrollable::-webkit-scrollbar-thumb {
        background: #ffffff;
        border-radius: 10px;
    }

/* Read more */
.read-more {
    margin-top: 10px;
}

    .read-more a {
        font-size: 12px;
        text-decoration: underline;
        color: #fff;
    }

/* Image */
.chairperson-img img {
    width: 150px;
    border-radius: 4px;
}

.chairperson-name {
    font-size: 20px;
}

.chairperson-text {
    font-size: 17px;
}

/* White text */
.chairperson-card,
.chairperson-card p,
.chairperson-card strong,
.chairperson-card span,
.chairperson-card a {
    color: #ffffff !important;
}

.mobile-card {
    padding: 15px;
    background: #7d102a;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .mobile-card .chairperson-img img {
        max-width: 100%;
    }

.mobile-features {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.feature-box {
    flex: 1;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 10px;
}

    .feature-box img {
        height: 30px;
        display: block;
        margin: 0 auto 5px;
    }

    .feature-box span {
        font-size: 13px;
        font-weight: 600;
    }

.banner-slider {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
    background: #fff;
    position: relative;
}

.slider-radius {
    border-radius: 20px;
    overflow: hidden;
}

.slider-img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.item:hover .slider-img {
    transform: scale(1.03);
}

/* Overlay Gradient */
.item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.15), transparent);
    z-index: 1;
}

/* Caption */
.custom-caption {
    z-index: 2;
    bottom: 35px;
    text-align: left;
    left: 40px;
    right: 40px;
}

    .custom-caption h3 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        text-shadow: 0 2px 6px rgba(0,0,0,0.5);
    }

    .custom-caption p {
        font-size: 15px;
        color: #f5f5f5;
        line-height: 1.6;
        text-shadow: 0 1px 4px rgba(0,0,0,0.4);
    }

/* Indicators */
.custom-indicators {
    bottom: 12px;
}

    .custom-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: none;
        background: rgba(255,255,255,0.5);
        margin: 4px;
    }

    .custom-indicators .active {
        background: #ffffff;
        width: 14px;
        height: 14px;
    }

/* Modern Controls */
.modern-control {
    width: 45px;
    height: 45px;
    top: 45%;
    background: rgba(255,255,255,0.20) !important;
    border-radius: 50%;
    margin: 0 12px;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

    .modern-control:hover {
        background: rgba(255,255,255,0.45) !important;
    }

    .modern-control .glyphicon {
        top: 35%;
        font-size: 18px;
        color: #fff;
    }

/* Fade Animation */
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.announcement-bar {
    width: 100%;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-top: 15px;
}

/* SPEAKER ICON */
.announcement-icon {
    width: 60px;
    text-align: center;
    font-size: 26px;
    color: #3f2ab3;
    border-right: 1px solid #ccc;
}

/* TEXT AREA */
.announcement-text {
    flex: 1;
    padding-left: 15px;
}

/* LINK STYLE */
.announcement-link {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

    .announcement-link:hover {
        color: #3f2ab3;
        text-decoration: underline;
    }

.modern-announcement {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 18px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08), 0 8px 20px rgba(0,0,0,0.06);
    border-left: 6px solid #5e35b1;
    transition: all 0.3s ease;
}

    .modern-announcement:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0,0,0,0.12), 0 12px 28px rgba(0,0,0,0.08);
    }

/* LEFT ICON */

.announcement-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5e35b1, #7e57c2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(94,53,177,0.35);
}

/* CONTENT */

.announcement-content {
    flex: 1;
    overflow: hidden;
}

.announcement-label {
    font-size: 13px;
    font-weight: 700;
    color: #7b1fa2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.announcement-scroll {
    width: 100%;
}

.announcement-link {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    line-height: 1.6;
}

    .announcement-link:hover {
        color: #5e35b1;
        text-decoration: underline;
    }

/* SEPARATOR */

.announcement-separator {
    color: #7e57c2;
    font-size: 22px;
    font-weight: bold;
    margin: 0 25px;
}

/* BUTTON */

.announcement-action {
    display: flex;
    align-items: center;
}

.view-btn {
    background: linear-gradient(135deg, #5e35b1, #7e57c2);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(94,53,177,0.25);
}

    .view-btn:hover {
        background: linear-gradient(135deg, #4527a0, #673ab7);
        transform: scale(1.05);
        text-decoration: none;
    }

/* BLINKING EFFECT */

.blinking {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.45;
    }

    100% {
        opacity: 1;
    }
}

/* RESPONSIVE */

@media (max-width: 768px) {

    .modern-announcement {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 16px;
    }

    .announcement-action {
        width: 100%;
    }

    .view-btn {
        width: 100%;
        text-align: center;
    }

    .announcement-link {
        font-size: 15px;
    }

    .announcement-separator {
        margin: 0 12px;
    }
}

.modern-home-row {
    background: #fafafa;
    padding: 25px 10px;
    border-radius: 18px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

/* Vertical Divider */
.bordered-section {
    border-right: 2px solid #ddd;
}

    .bordered-section:last-child {
        border-right: none;
    }

/* Common Card */
.notice-panel,
.mobile-card-modern,
.important-update-box {
    padding: 15px;
    min-height: 520px;
}

/* TITLE */
.section-title,
.mobile-title,
.important-title {
    font-size: 28px;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 18px;
    text-align: center;
}

/* NOTICE */
.notice-card {
    background: #fff;
    border-radius: 14px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .notice-card:hover {
        transform: translateY(-3px);
    }

.notice-date {
    background: #01bba4;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.notice-text {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    text-align: justify;
}

.readmore-link {
    color: #c0392b !important;
    font-weight: 600;
    text-decoration: none;
    float: right;
    margin-top: 10px;
}

.archive-btn {
    background: #c0392b;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 24px;
    font-weight: 600;
}

/* MOBILE CARD */
.mobile-card-modern {
    background: linear-gradient(145deg, #05113b, #9b0141);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
}

.mobile-title {
    color: #fff;
}

.mobile-image img {
    max-height: 130px;
}

.store-btn img {
    height: 50px;
    margin-top: 15px;
}

.feature-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.feature-box-modern {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    width: 130px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

    .feature-box-modern img {
        width: 100%;
    }

.online-service-banner img {
    width: 100%;
    border-radius: 12px;
    margin-top: 20px;
}

/* VIDEO CARD */
.video-card {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

    .video-card video {
        border-radius: 12px;
    }

/* IMPORTANT LINK */
.important-link {
    color: #01bba4 !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

/* UPDATE BAR */
.latest-update-bar {
    margin-top: 20px;
    background: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-size: 15px;
    font-weight: 500;
}

.latest-label {
    background: #ff3b30;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    margin-right: 12px;
    font-weight: 700;
}

/* MOBILE */
@media(max-width:768px) {

    .bordered-section {
        border-right: none;
        border-bottom: 2px solid #ddd;
        margin-bottom: 20px;
    }

    .section-title,
    .mobile-title,
    .important-title {
        font-size: 22px;
    }

    .important-link {
        font-size: 16px;
    }
}

.stats-section-modern {
    background: linear-gradient(135deg,#0f172a,#1e293b);
    padding: 60px 20px;
    border-radius: 24px;
    margin-top: 70px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.stats-main-title {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/* TABS */
.stats-tabs {
    text-align: center;
    margin-bottom: 35px;
}

.stats-tab-btn {
    background: rgba(255,255,255,0.08);
    border: none;
    color: #fff;
    padding: 12px 26px;
    margin: 5px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
    outline: none;
}

    .stats-tab-btn:hover,
    .stats-tab-btn.active {
        background: #14b8a6;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(20,184,166,0.35);
    }

/* TAB CONTENT */
.stats-tab-content {
    display: none;
    animation: fadeEffect 0.4s ease;
}

    .stats-tab-content.active {
        display: block;
    }

@keyframes fadeEffect {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* CARDS */
.stats-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    transition: 0.35s ease;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

    .stats-card:before {
        content: "";
        position: absolute;
        width: 140px;
        height: 140px;
        background: rgba(20,184,166,0.08);
        border-radius: 50%;
        top: -50px;
        right: -40px;
    }

    .stats-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.18);
    }

.stats-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 18px;
}

.stats-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.stats-number {
    font-size: 28px;
    font-weight: 700;
    color: #14b8a6;
    line-height: 1.8;
}

.stats-subtext {
    color: #64748b;
    font-size: 14px;
    margin-top: 15px;
}

.stats-link {
    display: inline-block;
    margin-top: 18px;
    background: #14b8a6;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none !important;
    font-weight: 600;
    transition: 0.3s;
}

    .stats-link:hover {
        background: #0f766e;
        transform: scale(1.03);
    }

/* MOBILE */
@media(max-width:768px) {

    .stats-main-title {
        font-size: 28px;
    }

    .stats-tab-btn {
        width: 100%;
    }

    .stats-card {
        min-height: auto;
    }
}

.stats-equal-row {
    display: flex;
    flex-wrap: wrap;
}

    .stats-equal-row > div {
        display: flex;
    }

    .stats-equal-row .stats-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.custom-scroll::-webkit-scrollbar {
    width: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: transparent;
}
/* =========================================
   LOGIN SECTION
========================================= */

.login-section {
    padding: 70px 0;
    min-height: 100vh;
    background: linear-gradient(135deg, #081028, #1f3b8c);
    display: flex;
    align-items: center;
}

/* =========================================
   ROW STRETCH
========================================= */

.row.align-items-stretch {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* =========================================
   LEFT CONTENT
========================================= */

.login-content {
    color: #fff;
    padding-right: 35px;
    padding-top: 30px;
}

    .login-content h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 22px;
    }

    .login-content p {
        font-size: 17px;
        line-height: 1.8;
        color: rgba(255,255,255,0.82);
    }

.login-features {
    list-style: none;
    padding: 0;
    margin-top: 35px;
}

    .login-features li {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 500;
    }

    .login-features i {
        color: #38bdf8;
        font-size: 18px;
    }

/* =========================================
   LOGIN CARD
========================================= */

.login-card {
    height: 100%;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    padding: 35px;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* =========================================
   LOGIN HEADING
========================================= */

.login-heading-area {
    margin-bottom: 28px;
}

    .login-heading-area h3 {
        color: #fff;
        font-size: 34px;
        font-weight: 700;
        margin: 0 0 6px;
    }

    .login-heading-area p {
        margin: 0;
        color: rgba(255,255,255,0.72);
        font-size: 14px;
    }

/* =========================================
   INPUTS
========================================= */

.material-group {
    position: relative;
    margin-bottom: 22px;
}

    .material-group .glyphicon {
        position: absolute;
        top: 18px;
        left: 16px;
        color: #cbd5e1;
        font-size: 16px;
    }

.material-input {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 14px;
    padding: 12px 18px 12px 48px;
    background: rgba(255,255,255,0.14);
    color: #fff !important;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
}

    .material-input::placeholder {
        color: rgba(255,255,255,0.72);
    }

    .material-input:focus {
        background: rgba(255,255,255,0.20);
        box-shadow: 0 0 0 3px rgba(56,189,248,0.28);
    }

/* =========================================
   CAPTCHA
========================================= */

.captcha-section {
    margin-top: 10px;
}

.captcha-label {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.captcha-input {
    flex: 1;
    min-width: 180px;
    height: 54px;
    border: none;
    border-radius: 12px;
    padding: 10px 15px;
    background: rgba(255,255,255,0.14);
    color: #fff !important;
    caret-color: #fff;
    outline: none;
}

    .captcha-input:focus {
        background: rgba(255,255,255,0.20);
        box-shadow: 0 0 0 3px rgba(56,189,248,0.28);
    }

.captcha-img {
    height: 54px;
    border-radius: 10px;
    background: #fff;
    padding: 3px;
}

.captcha-image-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.refresh-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.4s;
}

    .refresh-btn:hover {
        transform: rotate(180deg);
    }

/* =========================================
   LOGIN BUTTON
========================================= */

.login-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(90deg, #06b6d4, #2563eb);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

    .login-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(37,99,235,0.35);
    }

/* =========================================
   FORGOT PASSWORD
========================================= */

.forgot-password {
    margin-top: 22px;
}

    .forgot-password a {
        color: #e2e8f0;
        text-decoration: none;
        font-size: 14px;
        transition: 0.3s;
    }

        .forgot-password a:hover {
            color: #38bdf8;
        }

/* =========================================
   NOC SIDE CARD
========================================= */

.noc-side-card {
    height: 100%;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    padding: 35px 25px;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
}

    .noc-side-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 22px 50px rgba(0,0,0,0.28);
    }

/* ICON */

.noc-side-icon {
    width: 85px;
    height: 85px;
    border-radius: 24px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #06b6d4, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .noc-side-icon i {
        color: #fff;
        font-size: 34px;
    }

/* HEADING */

.noc-side-card h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 18px;
}

/* TEXT */

.noc-side-card p {
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* BUTTON */

.noc-side-btn {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 14px;
    background: linear-gradient(90deg, #06b6d4, #2563eb);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

    .noc-side-btn:hover {
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(37,99,235,0.35);
    }

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px) {

    .login-section {
        padding: 40px 0;
    }

    .login-card,
    .noc-side-card {
        margin-top: 25px;
    }

    .login-content h2 {
        font-size: 38px;
    }
}

@media(max-width:768px) {

    .login-card,
    .noc-side-card {
        padding: 25px;
    }
}

@media(max-width:576px) {

    .captcha-row {
        flex-direction: column;
        align-items: stretch;
    }

    .captcha-image-box {
        justify-content: center;
    }

    .login-heading-area h3 {
        font-size: 28px;
    }

    .login-content h2 {
        font-size: 30px;
    }
}

.features-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #eef2f7, #f9fbff);
    position: relative;
    overflow: hidden;
}

    /* subtle floating glow background */
    .features-section::before {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(25,118,210,0.15), transparent 70%);
        top: -100px;
        left: -100px;
        border-radius: 50%;
    }

.features-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

/* ===== CARD ===== */
.feature-card {
    display: flex;
    gap: 16px;
    padding: 18px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    border-left: 4px solid transparent;
}

    /* left glowing bar animation */
    .feature-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: linear-gradient(180deg, #1976d2, #42a5f5);
        transition: 0.3s;
    }

    .feature-card:hover {
        transform: translateY(-6px) scale(1.01);
        box-shadow: 0 12px 28px rgba(0,0,0,0.18);
    }

        .feature-card:hover::before {
            width: 6px;
        }

/* ICON */
.feature-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    padding: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.feature-card:hover .feature-icon img {
    transform: rotate(-4deg) scale(1.08);
}

/* TEXT */
.feature-content h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #1f2d3d;
}

.feature-content p {
    margin: 5px 0 0;
    font-size: 12.5px;
    color: #6b7280;
    line-height: 1.4;
}

/* TAG LINK */
.feature-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(25,118,210,0.1);
    color: #1976d2;
    font-weight: 600;
    transition: 0.3s;
}

.feature-card:hover .feature-link {
    background: #1976d2;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .feature-card {
        flex-direction: row;
    }
}

:root {
    --primary: #1976d2;
    --primary-dark: #0d47a1;
    --primary-light: #42a5f5;
    --surface: #ffffff;
    --bg: #f5f7fb;
    --text: #1f2d3d;
    --muted: #6b7280;
    --border: #e3e8ef;
    --elev-1: 0 1px 3px rgba(0,0,0,0.08);
    --elev-2: 0 6px 18px rgba(0,0,0,0.10);
    --elev-3: 0 12px 30px rgba(0,0,0,0.14);
}

/* SECTION */
.search-section {
    padding: 80px 0;
    background: var(--bg);
}

/* TITLE */
.search-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 45px;
}

/* GRID CARD */
.search-card {
    background: var(--surface);
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--elev-1);
    border: 1px solid var(--border);
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

    /* TOP ACCENT LINE (Material style indicator) */
    .search-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background: linear-gradient(90deg, var(--primary), var(--primary-light));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    .search-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--elev-3);
    }

        .search-card:hover::before {
            transform: scaleX(1);
        }

    /* HEADER */
    .search-card h4 {
        font-size: 18px;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 18px;
    }

/* LABEL (Material hint style) */
.search-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    margin: 12px 0 6px;
    letter-spacing: 0.3px;
}

/* INPUT (Material filled-like feel) */
.search-card .form-control {
    border-radius: 12px;
    border: 1px solid var(--border);
    padding: 11px 12px;
    font-size: 13px;
    background: #fff;
    transition: all 0.2s ease;
    box-shadow: var(--elev-1);
}

    /* FOCUS = Material active state */
    .search-card .form-control:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(25,118,210,0.15);
        outline: none;
        transform: translateY(-1px);
    }

/* BUTTON (Material contained button style) */
.btnSearch {
    width: 100%;
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 11px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.25s ease;
    box-shadow: var(--elev-1);
    position: relative;
    overflow: hidden;
}

    /* Hover elevation */
    .btnSearch:hover {
        background: var(--primary-dark);
        box-shadow: var(--elev-3);
        transform: translateY(-2px);
    }

    /* CLICK FEEDBACK (pseudo ripple feel) */
    .btnSearch:active {
        transform: scale(0.98);
    }

/* LINKS */
.search-links a {
    color: var(--primary);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    margin-top: 6px;
    transition: 0.2s;
}

    .search-links a:hover {
        color: var(--primary-dark);
        text-decoration: underline;
    }

/* DIVIDER (Material subtle separation) */
.section-divider {
    height: 1px;
    margin: 20px 0;
    background: linear-gradient(to right, transparent, #e5e7eb, transparent);
}

/* RADIO BUTTON MODERN TOUCH */
.search-card .text-muted input[type="radio"] {
    accent-color: var(--primary);
    transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 768px) {
    .search-section {
        padding: 50px 15px;
    }

    .search-title {
        font-size: 24px;
    }

    .search-card {
        margin-bottom: 18px;
    }
}
/* BACKDROP IMPROVEMENT */
.modal-backdrop {
    background: rgba(0,0,0,0.55);
}

/* DIALOG ANIMATION */
.material-modal .modal-dialog {
    transform: scale(0.9);
    transition: all 0.25s ease;
}

.material-modal.show .modal-dialog {
    transform: scale(1);
}

/* CONTAINER */
.material-dialog {
    border-radius: 16px;
    overflow: hidden;
    border: none;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* HEADER */
.material-header {
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    color: #fff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .material-header h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
    }

/* CLOSE BUTTON */
.material-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.2s;
}

    .material-close:hover {
        transform: scale(1.2);
    }

/* BODY */
.material-body {
    padding: 24px;
    background: #f9fbff;
}

/* NOTICE BOX */
.notice-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #1976d2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* TITLE */
.notice-title {
    font-size: 16px;
    font-weight: 800;
    color: #1f2d3d;
    margin-bottom: 12px;
}

/* TEXT */
.notice-text {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* HIGHLIGHT WARNING */
.notice-highlight {
    background: #fff3e0;
    border-left: 3px solid #ff9800;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #8a4b00;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* FOOTER TEXT */
.notice-footer {
    font-size: 13px;
    color: #6b7280;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .material-dialog {
        margin: 10px;
        border-radius: 14px;
    }

    .material-body {
        padding: 16px;
    }

    .notice-box {
        padding: 16px;
    }
}

.tooltip {
    position: relative;
    display: inline;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 400px;
        background-color: #333;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 9999;
        bottom: 125%;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/* =========================================
       MAIN ROW
    ========================================= */
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}

    .equal-height-row > div {
        display: flex;
    }

/* =========================================
       COMMON CARD
    ========================================= */
.modern-card,
.nirf-card,
.notice-panel {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 14px;
}

/* SAME HEIGHT */
.notice-panel,
.middle-panel,
.nirf-card {
    height: 720px;
}

/* =========================================
       SECTION TITLE
    ========================================= */
.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
    text-align: center;
}

/* =========================================
       NOTICE SECTION
    ========================================= */
.notice-marquee {
    flex: 1;
    overflow: hidden;
}

.notice-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    border-left: 4px solid #0f4c81;
}

.notice-date {
    display: block;
    font-size: 12px;
    color: #faf5f5;
    margin-bottom: 5px;
    font-weight: 600;
}

.notice-text {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
}

.readmore-link {
    display: inline-block;
    margin-top: 8px;
    color: #0f4c81;
    font-weight: 600;
    text-decoration: none;
}

.archive-btn {
    background: #0f4c81;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 22px;
    font-weight: 600;
}

/* =========================================
       MIDDLE SECTION
    ========================================= */
.middle-panel {
    background: linear-gradient(145deg, #05113b, #9b0141);
    color: #fff;
    /* FIX */
    justify-content: flex-start;
    gap: 12px;
}

/* IMPORTANT UPDATE */
.important-update-box {
    text-align: center;
    margin-bottom: 0;
}

.important-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.important-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 350px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px;
        position: absolute;
        z-index: 9999;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/* VIDEO */
.video-card {
    margin-top: 10px;
    margin-bottom: 8px; /* reduced */
}

    .video-card video {
        width: 100%;
        height: 230px;
        object-fit: cover;
        border-radius: 14px;
        display: block;
    }

/* FEATURE GRID */
.feature-grid-row {
    display: flex;
    gap: 10px;
    /* IMPORTANT FIX */
    margin-top: 0;
}

.feature-item {
    flex: 1;
}

.feature-img {
    width: 100%;
    height: 95px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    padding: 6px;
}

/* =========================================
       NIRF SECTION
    ========================================= */
.nirf-header {
    background: linear-gradient(90deg,#0f4c81,#1368aa);
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.nirf-table-header {
    display: flex;
    background: #eff6ff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 10px;
}

.rank-col {
    width: 70px;
    text-align: center;
}

.college-col {
    flex: 1;
}

.nirf-scroll {
    flex: 1;
    overflow: hidden;
}

.nirf-item {
    display: flex;
    align-items: flex-start;
    background: #f9fbff;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.rank-badge {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #1368aa;
    color: white;
    font-weight: bold;
    margin-right: 10px;
}

.college-name {
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
}

.nirf-footer {
    margin-top: 15px;
    text-align: center;
}

.nirf-btn {
    display: inline-block;
    background: #0f4c81;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 991px) {

    .notice-panel,
    .middle-panel,
    .nirf-card {
        height: auto;
    }

    .video-card video {
        height: 220px;
    }
}

.noc-side-icon i {
    color: #fff;
    font-size: 34px;
}
