﻿/* =========================================
   Reset & Base Styles
========================================= */
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4b5b70 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.667em;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

.container-fluid {
    max-width: 95% !important;
}

a {
    text-decoration: none !important;
}
/* =========================================
   Preheader
========================================= */
.bubhopal-preheader {
    background-color: #f4f4f4;
    height: 41px;
    padding: 5px;
}

/* =========================================
   Search Box
========================================= */
.searchBox-bu .btn-primary {
    background-color: #314470 !important;
    border: 1px solid #314470 !important;
    padding: .205rem .75rem !important;
}

.searchBox-bu .form-control {
    display: block;
    width: 100%;
    padding: .205rem .75rem !important;
}
/* =========================================
   Social Media
========================================= */
/* Font increase decrease */
.font-controls {
    margin-bottom: 20px;
}

    .font-controls a {
        margin-right: 10px;
        text-decoration: none;
        padding: 6px 12px;
        border: 1px solid #333;
        border-radius: 4px;
        color: #333;
        font-weight: bold;
        cursor: pointer;
    }

        .font-controls a:hover {
            background: #f0f0f0;
        }

.righttop {
    margin: 3px 0 0 0 !important;
    display: flex;
    align-content: space-between;
}

.loginbuttonBox a {
    padding: 12px 30px;
    background-color: #314470;
    margin: 0 0 0 10px;
    display: inline;
    color: #fff;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

    .loginbuttonBox a:hover {
        background-color: #912538;
    }

.socialmedia-accounts {
    list-style-type: none;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

    .socialmedia-accounts li {
        display: inline-block;
    }

        .socialmedia-accounts li img {
            height: 20px;
            display: inline-block;
            transition: .5s all;
        }

        .socialmedia-accounts li a {
            margin-left: 5px;
        }

        .socialmedia-accounts li:hover img {
            filter: brightness(0);
        }

/* =========================================
   Header
========================================= */
.bubhopal-header {
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
}

.naac-logo img {
    height: 90px;
}

/* =========================================
   Navigation Menu
========================================= */
.bg-dark.bu-cms-nav {
    --bs-bg-opacity: 1;
    background-color: #314470 !important;
    padding: 0 !important;
}

.bu-cms-nav .nav-link {
    color: #fff;
    font-size: 13px;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: -.1em !important;
    margin-left: .1em;
}
/* Dropdown */
.dropdown-item {
    color: #fff;
    position: relative;
}

    .dropdown-item.dropdown-toggle:before {
        content: '';
        position: absolute;
        left: 8px;
        top: 11px;
        width: 10px;
        height: 10px;
        background-image: url('../images/arrownav.svg');
        background-size: 10px;
        background-position: center 10px;
    }

.dropdown .dropdown-menu {
    display: none;
    background: #fff;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: .1em;
    margin-left: .1em;
}

.dropdown-menu li a {
    padding: 6px 10px 6px 20px;
}

.dropdown-item {
    color: #fff !important;
}

.dropdown .dropdown-menu li a {
    color: #000 !important;
    font-size: 13px;
    border-bottom: 1px dashed #31447045;
}

/* Submenu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 200px;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

a.dropdown-item {
    white-space: normal !important;
}

/* =========================================
   Section
========================================= */
.section {
    padding: 50px 0;
}

h2.section-title {
    font-size: 40px !important;
    font-weight: 600;
}

/* =========================================
   Banner
========================================= */

/* Important Content */
.importantContent {
    background: rgba(255,255,255,.95);
    border-radius: 10px;
    /*margin-top: -42px;*/
    border: 1px solid #e5e8ec;
    box-shadow: 0 2px 12px 0 #14142b14;
    padding: 20px 20px;
    width: 100%;
    z-index: 1;
}


.importantcard h6 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    text-align: center;
}

    .importantcard h6:after {
        content: '';
        position: absolute;
        left: 0px;
        right: 0;
        margin: 0 auto;
        bottom: -5px;
        width: 50%;
        height: 3px;
        background-color: #bb3950a8;
        z-index: -1;
        border-radius: 50px;
        transition: .2s all;
    }

.importantcard:hover h6:after {
    width: 100% !important;
    background-color: #314470 !important;
}

.image-person {
    text-align: center;
}

    .image-person img {
        object-fit: cover;
        height: 200px;
        width: 200px;
        border-radius: 20px;
        margin: 0 auto;
    }

.personName-post strong {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.personName-post span {
    display: block;
    text-align: center;
    font-size: 13px;
}

.usefulLinks {
    margin-bottom: 10px;
    transition: .5s all;
}

    .usefulLinks a {
        line-height: 37px;
        color: #314470;
    }

    .usefulLinks:hover {
        box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    }

.usefulLinks-icn {
    width: 40px;
    background-color: #314470;
    text-align: center;
    height: 40px;
    margin-right: 10px;
}

    .usefulLinks-icn img {
        height: 30px;
        width: 30px;
    }
/* =========================================
   Marquee Section
========================================= */
.marqueeBox {
    margin-bottom: 20px;
}

.notificationBox {
    background-color: #f8f9fc;
}

.marqueeContent {
    box-shadow: 0 2px 12px 0 #14142b14;
    padding: 20px;
    background: #fff;
}

.marqueeImage {
    overflow: hidden;
}

    .marqueeImage img {
        transition: .5s all;
        height: 306px;
        width: 100%;
        object-fit: cover;
    }

        .marqueeImage img:hover {
            transform: scale(1.2);
        }

.marqueeBox:hover .marqueeImage img {
    transform: scale(1.2);
}

.v-marquee {
    height: 180px;
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ddd;
      border-radius: .375rem;*/
    /*padding: .5rem;*/
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.v-marquee-item a {
    color: #314470;
    font-size: 13px;
}

.v-marquee__track {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    transform: translateY(0);
}

.v-marquee-item {
    padding: .1rem 0;
    /*background: #f8f9fa;*/
    /*border-radius: .375rem;*/ display: flex;
}

.formore {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .formore p {
        font-size: 20px;
        width: 83%;
        margin: 0;
    }

    .formore a {
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        background-color: #bb3950;
        display: flex;
        transition: .5s all;
    }

        .formore a:hover {
            background-color: #314470;
        }

        .formore a img {
            width: 30px;
            height: 30px;
        }
/* =========================================
   About Section
========================================= */
.image.cover {
    object-fit: cover;
    flex: 1;
    width: 100%;
    /*height: 100%;*/ /*commented by Jyoti*/
    transition: transform 0.5s ease;
}

    .image.cover:hover {
        transform: scale(1.1);
    }

.welcomeAbout-content {
    padding: 0 0 0 0;
}

    .welcomeAbout-content p {
        font-size: 17px;
    }

.aboutimages {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
}

    .aboutimages img {
        /* border-radius: 5px;*/
    }
/* =========================================
   Advertisement Board 
========================================= */
.newadvert-content {
    position: relative;
    z-index: 0;
}

    .newadvert-content:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/adbg.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        opacity: .1;
        z-index: -1;
    }

.adBox {
}

    .adBox strong {
        font-size: 80px;
        font-weight: 900;
        color: #314470;
        text-transform: uppercase;
        line-height: 1.1 !important;
    }

        .adBox strong span {
            color: #bb3950;
            font-size: 90px;
        }

.advert-links .links.card {
    padding: 10px !important;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #314470;
    background-color: #fff4cb;
    transition: .5s all;
}

    .advert-links .links.card strong {
        color: #bb3950;
        font-size: 17px;
    }

    .advert-links .links.card img {
        width: 25px;
        opacity: .5;
    }

    .advert-links .links.card:hover {
        border: 1px solid #bb395042 !important;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

    .advert-links .links.card ul {
        padding: 0 0 0 20px;
    }

        .advert-links .links.card ul li {
            line-height: 1.1 !important;
        }

            .advert-links .links.card ul li a {
                font-size: 13px;
                color: #314470;
                transition: .5s all;
            }

                .advert-links .links.card ul li a:hover {
                    color: #bb3950;
                }
/* =========================================
   Campus Placement Information
========================================= */
.sectionpara {
    font-size: 13px;
}

.campus-info {
    margin-bottom: 20px;
}

    .campus-info strong {
        font-size: 17px;
        display: block;
    }

    .campus-info em {
        font-size: 13px;
        display: block;
    }

.buttons-row {
    align-items: center;
    display: flex;
}

    .buttons-row .btn-secondary {
        border: 1px solid #314470;
        color: #314470;
        text-align: center;
        letter-spacing: .06em;
        text-transform: uppercase;
        transform-style: preserve-3d;
        background-color: #0000;
        padding: 26px 38px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.125em;
        transition: border-color .3s, transform .3s, background-color .3s, color .3s;
    }

        .buttons-row .btn-secondary:hover {
            border-color: #bb3950;
            background-color: #bb3950;
            color: #fff;
            transform: translate3d(0, -3px, .01px);
        }

.campusplacement-image {
    overflow: hidden;
}

    .campusplacement-image img {
        border-radius: 5px;
        transition: transform 0.5s ease;
    }

        .campusplacement-image img:hover {
            transform: scale(1.2);
        }

.footer-bu-cms {
    padding: 30px 0 10px;
    background-color: #314470 !important;
    color: #fff;
}

.footer-column {
    padding: 0 0 20px 0;
}

.aboutus-footer p {
    color: #acb8c2;
    font-size: 13px;
}

.footer-widget ul {
    margin: 0;
    padding: 0 0 0 20px;
}

    .footer-widget ul li {
    }

        .footer-widget ul li a {
            color: #acb8c2;
            font-size: 13px;
            padding: 3px 0;
            display: block;
        }

            .footer-widget ul li a:hover {
                color: #fff !important;
            }

.widget_title {
    font-size: 20px;
}
/* Contact Us */
.contactus-rmtu-cms p.section-title-description {
    color: #506172;
}

.footer-poweredby {
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 13px;
}

    .footer-poweredby strong {
        color: #d32243;
    }

.lastReviewed span {
    font-size: 13px;
    color: #acb8c2;
}

#serverName {
    bottom: 0px;
    position: fixed !important;
    right: 29px;
    line-height: 16px;
    background-color: #bb3950 !important;
    color: #FFF !important;
    text-shadow: none !important;
    font-weight: normal !important;
    text-align: center;
    z-index: 9999;
    padding: 10px 20px;
}
/* Back to top */


/* Style for scroll-top button */

.backToTopBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    color: #cccccc;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
}

    .backToTopBtn img {
        height: 50px;
    }

    .backToTopBtn:not(:hover) {
        background: #bb3950;
        /*background:transparent;
    border:1px solid #ddd;*/
    }

    .backToTopBtn:hover {
        background: #4364b0;
    }

    .backToTopBtn.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .backToTopBtn:not(.active) {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }


/* =========================================
   Inner Page Design 
========================================= */
.bu-cms-wrapper {
    min-height: 100vh;
    padding: 10px 0;
    background-color: #f8f9fc;
}

.aboutUniversity-bu p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.1;
}

.rightBox {
    padding: 20px;
}
/* =========================================
   Inner  Page Title
========================================= */
.bupage-inner-title {
    /*height: 100%;*/ /*commented by Jyoti*/
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 20px 0;
    background-image: url('../images/titleheader.jpg');
    background-position: center;
    background-size: cover;
}

    .bupage-inner-title:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(49, 68, 112,.7);
        z-index: -1;
    }

    .bupage-inner-title h4 {
        color: #fff !important;
    }

.breadcrumb {
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: transparent !important;
}

    .breadcrumb li a {
        color: #fff;
    }

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    color: #fff !important;
    content: var(--bs-breadcrumb-divider, "") !important; /*added by priyanka*/
}

.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline !important;
    content: var(--bs-breadcrumb-divider, "") !important;
}
/* =========================================
   Table FORMAT
========================================= */
/* Organization Structure Table */
.organization-table th, .otherOfficers-table th, .executive-council-table th, .viewfaculty-table th {
    background-color: #e5e8ec4d !important;
    border: 1px solid #e5e8ec;
    padding: 5px !important;
}

.organization-table td, .otherOfficers-table td, .executive-council-table td, .viewfaculty-table td {
    padding: 5px !important;
    border: 1px solid #e5e8ec;
}

    .organization-table td:nth-child(3) {
        width: 18%;
    }

    .organization-table td:nth-child(4) {
        width: 25%;
    }

    .otherOfficers-table td:nth-child(3) {
        width: 20%;
    }

    .otherOfficers-table td:nth-child(4) {
        width: 15%;
    }

    .executive-council-table td:nth-child(1) {
        width: 5%;
        text-align: center;
    }

    .executive-council-table td:nth-child(2) {
        width: 15%;
    }

    .executive-council-table td:nth-child(3) {
        width: 15%;
    }

    .executive-council-table td:nth-child(6) {
        width: 15%;
    }
/* Custom Default for CMS Table */

.bu-cms-table td {
    vertical-align: middle;
    font-size: 14px;
}

.dataTables_length select {
    appearance: auto !important;
}

.dataTables_filter input[type="search"] {
    display: block;
}
/* Data Table */

.dataTables_filter {
    float: right;
}

.table-hover.datatable-cms > tbody > tr:hover {
    background-color: #ccffff;
}

@media only screen and (min-width: 768px) {
    .table.datatable-cms {
        table-layout: fixed;
        max-width: 100% !important;
    }
}

.datatable-cms thead {
    background: #ddd;
}

.datatable-cms td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight {
    background: #ffff99;
}

@media only screen and (max-width: 767px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 100%;
        max-width: 100%;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 33px;
        left: 0;
        margin-top: -1px;
        position: absolute;
        background-color: #cedcff;
    }
    /* Force table to not be like tables anymore */
    .datatable-cms table,
    .datatable-cms thead,
    .datatable-cms tbody,
    .datatable-cms th,
    .datatable-cms td,
    .datatable-cms tr {
        display: block;
    }


        /* Hide table headers (but not display: none;, for accessibility) */
        .datatable-cms thead tr,
        .datatable-cms tfoot tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .datatable-cms td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

        .datatable-cms td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        .datatable-cms td:nth-child(1) {
            background: #ccc;
            height: 100%;
            top: 0;
            left: 0;
            font-weight: bold;
        }

        /*
  Label the data
  */

        .datatable-cms td:nth-of-type(1):before {
            content: "Name";
        }

        .datatable-cms td:nth-of-type(2):before {
            content: "Position";
        }

        .datatable-cms td:nth-of-type(3):before {
            content: "Office";
        }

        .datatable-cms td:nth-of-type(4):before {
            content: "Age";
        }

        .datatable-cms td:nth-of-type(5):before {
            content: "Start date";
        }

        .datatable-cms td:nth-of-type(6):before {
            content: "Salary";
        }

    .dataTables_length {
        display: none;
    }
}

.dataTables_info {
    float: left;
}

.dataTables_paginate {
    float: right;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
}

.facultyMembers-details {
}
/* Container */
.dataTables_paginate {
    margin-top: 15px;
    text-align: center;
    font-family: Arial, sans-serif;
}

    /* Pagination buttons */
    .dataTables_paginate .paginate_button {
        display: inline-block;
        padding: 6px 12px;
        margin: 0 2px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background: #f9f9f9;
        color: #333;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

        /* Hover state */
        .dataTables_paginate .paginate_button:hover {
            background: #007bff;
            color: #fff !important;
            border-color: #007bff;
        }

        /* Active (current) page */
        .dataTables_paginate .paginate_button.current {
            background: #007bff !important;
            color: #fff !important;
            border-color: #007bff;
            font-weight: bold;
        }

        /* Disabled buttons (previous/next when unavailable) */
        .dataTables_paginate .paginate_button.disabled {
            opacity: 0.5;
            cursor: not-allowed;
            background: #f1f1f1 !important;
            color: #999 !important;
            border-color: #ddd;
        }

    /* Next/Previous icons (optional if using text) */
    .dataTables_paginate .previous,
    .dataTables_paginate .next {
        font-weight: bold;
    }
/* =========================================
   Login Screen Box
========================================= */

.login-container {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0;
}

.login-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.login-header {
    text-align: center;
    margin-bottom: 32px;
}

    .login-header h2 {
        font-size: 1.875rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 8px;
    }

    .login-header p {
        color: #64748b;
        font-size: 0.875rem;
    }

/* Form Styles */
.form-group {
    margin-bottom: 20px;
}

.input-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .input-wrapper input {
        background: white;
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        padding: 12px 16px 8px 16px;
        color: #1e293b;
        font-size: 16px;
        transition: all 0.2s ease;
        width: 100%;
        outline: none;
    }

        .input-wrapper input::placeholder {
            color: transparent;
        }

    .input-wrapper label {
        position: absolute;
        left: 16px;
        top: 12px;
        color: #64748b;
        font-size: 16px;
        transition: all 0.2s ease;
        pointer-events: none;
        transform-origin: left top;
    }

    .input-wrapper input:focus,
    .input-wrapper input:valid,
    .input-wrapper input.has-value {
        border-color: #6366f1;
    }

        .input-wrapper input:focus + label,
        .input-wrapper input:valid + label,
        .input-wrapper input.has-value + label {
            transform: translateY(-8px) scale(0.875);
            color: #6366f1;
            font-weight: 500;
        }

/* Password Toggle */
.password-wrapper {
    position: relative;
}

    .password-wrapper input {
        padding-right: 48px;
    }

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #64748b;
    transition: color 0.2s ease;
}

    .password-toggle:hover {
        color: #1e293b;
    }

.eye-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='1.5'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease;
}

    .eye-icon.show-password {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='1.5'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 11-4.243-4.243m4.242 4.242L9.88 9.88'/%3e%3c/svg%3e");
    }

/* Error Messages */
.error-message {
    display: block;
    color: #ef4444;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 4px;
    margin-left: 4px;
    opacity: 0;
    transform: translateY(-4px);
    transition: all 0.2s ease;
}

    .error-message.show {
        opacity: 1;
        transform: translateY(0);
    }

.form-group.error .input-wrapper input {
    border-color: #ef4444;
}

/* Form Options */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.remember-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

    .remember-wrapper input[type="checkbox"] {
        display: none;
    }

.checkbox-label {
    color: #64748b;
    font-size: 0.875rem;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkmark {
    width: 16px;
    height: 16px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
    background: white;
}

.remember-wrapper input[type="checkbox"]:checked ~ .checkbox-label .checkmark {
    background: #6366f1;
    border-color: #6366f1;
}

    .remember-wrapper input[type="checkbox"]:checked ~ .checkbox-label .checkmark::after {
        content: '✓';
        color: white;
        font-size: 10px;
        font-weight: bold;
    }

.forgot-password {
    color: #6366f1;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .forgot-password:hover {
        color: #4f46e5;
    }

/* Button */
.login-btn {
    width: 100%;
    background: #6366f1;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    margin-bottom: 24px;
}

    .login-btn:hover {
        background: #4f46e5;
    }

    .login-btn:active {
        transform: translateY(1px);
    }

    /* Loading State */
    .login-btn.loading {
        pointer-events: none;
        background: #a5a6f6;
    }

.btn-text {
    transition: opacity 0.2s ease;
}

.btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    opacity: 0;
    animation: spin 1s linear infinite;
    transition: opacity 0.2s ease;
}

.login-btn.loading .btn-text {
    opacity: 0;
}

.login-btn.loading .btn-loader {
    opacity: 1;
}

/* Signup Link */
.signup-link {
    text-align: center;
}

    .signup-link p {
        color: #64748b;
        font-size: 0.875rem;
    }

    .signup-link a {
        color: #6366f1;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s ease;
    }

        .signup-link a:hover {
            color: #4f46e5;
        }

/* Success Message */
.success-message {
    display: none;
    text-align: center;
    padding: 32px 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

    .success-message.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

.success-icon {
    width: 48px;
    height: 48px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    margin: 0 auto 16px;
    animation: successPulse 0.5s ease;
}

.success-message h3 {
    color: #1e293b;
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.success-message p {
    color: #64748b;
    font-size: 0.875rem;
}

/* Animations */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes successPulse {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .login-card {
        padding: 24px;
        margin: 10px;
    }

    .login-header h2 {
        font-size: 1.5rem;
    }

    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}
/* =========================================
   Responsive Media Queries
========================================= */

/* Extra Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    body {
        font-size: 16px;
    }

    .naac-logo img {
        height: 60px;
    }

    h2.section-title {
        font-size: 26px !important;
    }

    .buBanner {
        height: 150px;
    }

    .welcomeAbout-content {
        padding: 15px 0 0 0;
    }

    .naac-logo {
        display: none;
    }

    .adBox strong {
        font-size: 2rem;
    }

        .adBox strong span {
            font-size: 2rem;
        }

    .searchBox-bu {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        font-size: 16px;
    }

    .naac-logo img {
        height: 70px;
    }

    h2.section-title {
        font-size: 28px !important;
    }

    .buBanner {
        height: 180px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        font-size: 17px;
    }

    .naac-logo img {
        height: 80px;
    }

    h2.section-title {
        font-size: 32px !important;
    }

    .buBanner {
        height: 200px;
    }

    .importantContent {
        margin-top: 0 !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    h2.section-title {
        font-size: 36px !important;
    }

    .buBanner {
        height: 220px;
    }
}

/* Extra Large devices (1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    h2.section-title {
        font-size: 38px !important;
    }

    .buBanner {
        height: 400px;
    }
}

/* 2x Extra Large devices (1400px and up) */
@media (min-width: 1400px) {
    h2.section-title {
        font-size: 40px !important;
    }

    .buBanner {
        height: 250px;
    }
}



.dropdown-item.dropdown-toggle::after {
    content: '' !important;
    display: inline-block;
    margin-right: 10px;
    vertical-align: .255em;
    border: 0 !important;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
    background-image: url('../images/arrowrightnavi.svg');
    background-size: cover;
    background-position: center 10px;
    width: 100px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}
/* Popup */
/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999999;
}

    /* Show popup */
    .popup-overlay.active {
        visibility: visible;
        opacity: 1;
    }

/* Popup box */
.popup {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    width: 80%;
    max-width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    height: 400px;
    z-index: 0;
}

    .popup:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .05;
        background-image: url('../images/popup.jpg');
        background-position: center;
        background-size: cover;
    }

    /* Close button (X) */
    .popup .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }

        .popup .close-btn:hover {
            color: red;
        }

.latestNotice {
    height: 300px;
}

    .latestNotice.scroll-box {
        padding: 0 30px 0 30px !important;
        scrollbar-color: #ff3e62 #fff;
        border: 0 !important;
    }

    .latestNotice li {
    }

        .latestNotice li a {
            display: inline-block;
            position: relative;
            color: rgb(35, 55, 80);
            font-size: 14px;
            transition: .1s all;
            padding: 5px 0;
        }

            .latestNotice li a:hover {
                text-decoration: underline !important;
                color: #ae344b;
            }

            .latestNotice li a:after {
                content: '';
                display: none;
                background-image: url('../images/ari.svg');
                width: 18px;
                background-size: 18px;
                position: absolute;
                right: -20px;
                height: 18px;
            }

            .latestNotice li a:hover:after {
                display: inline-block;
                transition: .5s all;
            }
/* Scroll Box */
.scroll-box {
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
}

    /* Slim scrollbar for Chrome, Edge, Safari */
    .scroll-box::-webkit-scrollbar {
        width: 6px; /* slim width */
    }

    .scroll-box::-webkit-scrollbar-track {
        background: #f1f1f1; /* track color */
    }

    .scroll-box::-webkit-scrollbar-thumb {
        background: #888; /* handle color */
        border-radius: 4px;
    }

        .scroll-box::-webkit-scrollbar-thumb:hover {
            background: #555; /* darker on hover */
        }

/* Slim scrollbar for Firefox */
.scroll-box {
    scrollbar-width: thin; /* slim */
    scrollbar-color: #6366f1 #f1f1f1; /* thumb color, track color */
}

.linkBoxContent {
    box-shadow: 0 2px 12px 0 #14142b14;
    border-radius: 10px 10px;
    background: #fff;
}

    .linkBoxContent h6 {
        padding: 10px 20px;
        background-color: #314470 !important;
        color: #fff;
        border-radius: 10px 10px 0 0;
    }

.panelContent {
    padding: 0 0 20px 0;
    border: 0 !important;
}

    .panelContent.scroll-box {
        scrollbar-width: thin;
        scrollbar-color: #e1e1e1 #f1f1f1 !important;
    }

    .panelContent ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .panelContent ul li {
            padding: 0;
        }

            .panelContent ul li a {
                color: #f7183f;
                display: block;
                width: 100%;
                font-size: 14px;
                padding: 5px 20px;
                /* height: 100%;*/ /*Commented by Jyoti*/
                border-bottom: 1px dashed #1e293b;
            }

                .panelContent ul li a:hover {
                    color: #212375;
                    text-decoration: underline;
                }

                .panelContent ul li a img {
                    height: 20px;
                }

.leftBox {
    width: 100%;
}

.linkBoxContent {
    min-height: 331px;
}




#blinking-button {
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 14px;
    border: 0px solid #6C8003;
}

@keyframes blink {
    0%, 100% {
        background-color: #3F06FF;
    }

    50% {
        background-color: #8EDDBE;
    }
}

#blinking-button {
    background-color: #1A2541;
    color: white;
    animation: blink 1s linear infinite;
}

.blink-arrow img {
    animation: blink 1.2s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/* new design changes 02.01.2026 */

.buBannernew {
    height: 500px;
    position: relative;
}
/* Carousel Wrapper */
.carousel {
    width: 100%;
}

/* Fixed Height */
.carousel-item {
    height: 500px;
}

    /* Image Full Fit */
    .carousel-item img {
        width: 100%;
        height: 100%;
       /* object-fit: cover;*/
    }

/* Smooth transition */
.carousel-item {
    transition: transform 0.8s ease-in-out;
}

/* Center arrows vertically */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

/* Responsive height for small screens */
@media (max-width: 768px) {
    .carousel-item {
        height: 250px;
    }
}

.topmsg {
    position: relative;
    margin-top: -41px;
}

.alert-section {
    /*background-color: #373f51 !important;*/ border-radius: 50px 50px 0 0;
    /*background: linear-gradient(90deg,rgb(52, 58, 64) 0%, rgb(187, 57, 80) 50%, rgb(61, 58, 65) 100%);*/
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

/* Gallery Section */
.gallery-section {
}

.gallery-title {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

    .gallery-thumb img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .gallery-thumb:hover img {
        transform: scale(1.1);
    }

/* Modal Image */
.modal-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Viddeo Gallery */
.video-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.video-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform .3s;
}

    .video-box:hover {
        transform: translateY(-5px);
    }

    .video-box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .play-btn::before {
        content: '';
        border-left: 18px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        margin-left: 4px;
    }

.modal-content {
    background: #000;
}

@media (max-width: 991.98px) {

    .importantContent {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }

    .buBannernew {
        height: auto;
        position: relative;
    }

    .leftBox {
        margin-bottom: 20px;
    }
}
/*added by Jyoti*/
.two-columns {
    column-count: 2;
    column-gap: 51px;
}
/* Container for the scrolling content */
.scroll-container {
    width: 100%;
    height: 40px; /* Adjust as needed */
    overflow: hidden;
    position: relative;
    /* Optional, for better visualization */
    background-color: #b9c9ff47;
    padding: 10px;
}

/* Content that will scroll */
.scroll-content {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    animation: scrollRightToLeft 30s linear infinite;
}

/* Scroll animation (right to left) */
@keyframes scrollRightToLeft {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

/* Styling for the list */
.scroll-content ul {
    display: flex;
    gap: 30px; /* space between items */
    list-style: none;
    padding: 0;
    margin-top: 5px;
    white-space: nowrap; /* prevent wrapping */
}

.scroll-content li {
    flex-shrink: 0; /* prevent shrinking */
}

/* Marquee link styling */
.marqueeblink a {
    color: blue;
    text-decoration: none;
    animation: blink 1s step-start 0s infinite; /* Blinking effect */
}

    .marqueeblink a:hover {
        text-decoration: underline;
    }

.titleMarquee {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

    .titleMarquee img {
        margin-right: 10px;
    }

/* Blinking effect for the anchor tag */
@keyframes blink {
    0% {
        opacity: 1; /* Fully visible */
    }

    50% {
        opacity: 0; /* Invisible at halfway point */
    }

    100% {
        opacity: 1; /* Fully visible again */
    }
}
/* Added by priyanka */
.form-label-custom {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

.stylish-dropdown {
    width: 100%;
    padding: 10px 14px; /* Enough space for text */
    font-size: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background-color: #ffffff;
    color: #333;
    height: auto; /* FIX: allow natural height */
    min-height: 38px; /* FIX: ensures "Please Select" visible */
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

    .stylish-dropdown:focus {
        border-color: #4A90E2;
        box-shadow: 0 0 6px rgba(74, 144, 226, 0.3);
        outline: none;
    }

    .stylish-dropdown:hover {
        border-color: #b5b5b5;
    }

/* Dropdown */
.loginbuttonBox .dropdown-item {
    clip-path: none !important;
    width: 100%;
    display: block;
    background-color: transparent;
    margin: 0 !important;
}

.loginbuttonBox .dropdown-menu {
    margin-top: 0 !important;
    padding: 0;
}

.loginbuttonBox .dropdown-item:hover {
    background-color: rgba(14, 63, 126, 0.04);
}
/*added ruby priyanka mehra*/
.admintab {
    background: #ffffff;
    border-bottom: 4px solid #3c5ca5; /* Highlight color */
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 6px;
}

    /* Style for buttons */
    .admintab .button2 {
        background: #3c5ca5; /* Primary blue */
        border: none;
        color: white;
        padding: 8px 16px;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.3s;
    }

        .admintab .button2:hover {
            background: #0056b3;
            transform: translateY(-2px);
        }

        .admintab .button2:active {
            transform: scale(0.98);
        }

.registerForm {
    background: #FFF;
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    padding: 20px;
}

.search-box {
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    background: #f9f9f9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

    .search-box input[type="text"] {
        width: 250px;
        max-width: 100%;
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        outline: none;
        transition: 0.3s;
    }

        .search-box input[type="text"]:focus {
            border-color: #007bff;
            box-shadow: 0 0 4px rgba(0,123,255,0.4);
        }

    .search-box .btnSubmit {
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 18px;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        transition: 0.3s;
    }

        .search-box .btnSubmit:hover {
            background: #0056b3;
            transform: translateY(-2px);
        }

        .search-box .btnSubmit:active {
            transform: scale(0.97);
        }
/* Tabs Container */
.tab-container {
    margin-bottom: 20px;
}

.etabs {
    list-style: none;
    padding: 0;
    display: flex;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

    .etabs .tab {
        margin-right: 10px;
    }

    .etabs .tabInactive {
        margin-right: 10px;
    }

    .etabs .tab a {
        padding: 10px 18px;
        display: inline-block;
        background: #f3f3f3;
        color: #333;
        font-weight: 500;
        border-radius: 4px 4px 0 0;
        border: 1px solid #ddd;
        border-bottom: none;
        transition: 0.3s;
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

    .etabs .tabInactive a {
        padding: 10px 18px;
        display: inline-block;
        background: #f3f3f3;
        color: #333;
        font-weight: 500;
        border-radius: 4px 4px 0 0;
        border: 1px solid #ddd;
        border-bottom: none;
        transition: 0.3s;
    }

    .etabs .tab a:hover {
        background: #e7e7e7;
    }

    .etabs .tab.active a {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

/* Form Box */
.registerForm {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    margin-top: 15px;
}

    /* Section Title */
    .registerForm h1 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 600;
        color: #333;
    }

    /* Field Row */
    /*.row {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
    flex-wrap: wrap;
}*/

    /* Label */
    /*.col-label {
    width: 170px;
    font-weight: 600;
    padding-top: 6px;
}*/

    /* Input box column */
    /*.col-sm-3 {
    width: 280px;
}*/

    /* Spacing between pair of fields */
    /*.col-seprator {
    width: 40px;
}*/

    /* ASP Textbox Styling */
    .registerForm .form-group input[type="text"],
    .registerForm .form-group textarea,
    .registerForm .form-group .k-input {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #ccc !important;
        border-radius: 4px;
        font-size: 14px;
    }

    .registerForm .form-group textarea {
        height: 70px;
    }

/* Required star */
span[style*="color: #f00"] {
    margin-left: 3px;
}

.gridModule {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-family: Arial, sans-serif;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
}

    /* Header */
    .gridModule thead tr {
        background: #4fc3f7;
        color: #fff;
        text-align: left;
    }

    .gridModule th {
        padding: 12px 10px;
        font-size: 14px;
        font-weight: bold;
    }

    /* Rows */
    .gridModule td {
        padding: 10px 8px;
        border-bottom: 1px solid #eaeaea;
        font-size: 13px;
    }

    /* Alternate row color */
    .gridModule tr:nth-child(even) {
        background: #f9f9f9;
    }

    /* Edit/Delete buttons */
    .gridModule a,
    .gridModule input[type="submit"],
    .gridModule input[type="button"] {
        padding: 5px 10px;
        background: #4fc3f7;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        font-size: 12px;
    }

        .gridModule a:hover,
        .gridModule input[type="submit"]:hover {
            background: #039be5;
        }

    /* Delete Button Red */
    .gridModule .delete-btn {
        background: #e57373 !important;
    }

        .gridModule .delete-btn:hover {
            background: #d32f2f !important;
        }
/* Album Table Container */
.album-table {
    background: #fff;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
    margin-bottom: 15px;
}

/* Label styling */
.album-label {
    width: 35%;
    text-align: right;
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

/* Dropdown cell */
.album-dropdown {
    width: 65%;
}

/* Modern dropdown */
.album-select {
    width: 60%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background: #f9f9f9;
    transition: all .3s ease;
    cursor: pointer;
}

    .album-select:hover {
        border-color: #4fc3f7;
    }

    .album-select:focus {
        border-color: #039be5;
        background: #fff;
        outline: none;
    }
/* Wrapper */
.tab-wrapper {
    width: 100%;
    margin-top: 10px;
}

/* TabContainer Main Styling */
.modern-tab {
    background: #ffffff;
    border: none !important;
    font-family: Arial, sans-serif;
}

    /* Tabs Header Area */
    .modern-tab .ajax__tab_header {
        background: #f1f7fc;
        border-bottom: 2px solid #d0d7de;
        padding: 0;
    }

    /* Each tab */
    .modern-tab .ajax__tab_tab {
        padding: 10px 22px;
        margin-right: 5px;
        background: #e7eef5;
        color: #333;
        border-radius: 6px 6px 0 0;
        border: 1px solid #d0d7de;
        border-bottom: none !important;
        font-size: 14px;
        cursor: pointer;
        transition: 0.3s;
    }

        /* Hover effect */
        .modern-tab .ajax__tab_tab:hover {
            background: #d9e9f7;
            color: #000;
        }

    /* Active tab */
    .modern-tab .ajax__tab_active {
        background: #ffffff !important;
        border-bottom: 2px solid #ffffff !important;
        color: #007acc !important;
        font-weight: bold;
    }

    /* Tab Content */
    .modern-tab .ajax__tab_body {
        border: 1px solid #d0d7de;
        background: #ffffff;
        padding: 15px;
        border-radius: 0 6px 6px 6px;
        margin-top: -1px;
    }

/* Card-style form container */
.modern-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    /* Form spacing */
    .modern-card div {
        margin-bottom: 10px;
    }

input.passwordEntry {
    width: 300px;
    border: 1px solid #ccc;
}

/*for change password page*/




.passwordEntry,
#txtStopSpam {
    width: 100%;
    padding: 12px 10px;
    height: 42px;
    border-radius: 6px;
    background: #f8f9fb;
    border: 1px solid #ccd2d8;
    outline: none;
    font-size: 14px;
    transition: .3s;
}

    .passwordEntry:focus,
    #txtStopSpam:focus {
        border-color: #4fa7ff;
        background: #fff;
    }

.button:hover {
    background: #1c84e3;
}

/* CANCEL BUTTON */
#CancelPushButton {
    background: #e0e0e0;
    color: #333;
}

    #CancelPushButton:hover {
        background: #c6c6c6;
    }

/* ERROR MESSAGES */
.failureNotification {
    color: #e63946;
    font-size: 13px;
}
/* Styling for TextBoxControl */
.textEntry {
    width: 100%; /* Full width */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    box-sizing: border-box; /* Ensures padding and border are included in width */
    transition: all 0.3s ease; /* Smooth transition effect on focus */
}

    /* Focus effect */
    .textEntry:focus {
        border-color: #4B5B70; /* Change border color on focus */
        background-color: #fff; /* White background on focus */
        outline: none; /* Remove the default focus outline */
    }

/* For MultiLine TextArea-like appearance */
.textEntry {
    resize: vertical; /* Allow vertical resizing of textarea */
}

/* Optional: Styling the label */
.form-label-custom {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

/* Optional: Styling the container (if needed) */
.textEntry-container {
    margin-bottom: 20px; /* Space between elements */
}

/* Gallery */
.Viewrow {
    padding: 10px 0;
    text-align: center;
}

    .Viewrow a {
        background-color: #bb3950;
        border-radius: 50px;
        padding: 10px 20px;
        text-align: center;
        display: inline-block;
        color: #fff;
    }

        .Viewrow a:hover {
            opacity: .9;
        }

.morelink {
  
    display: block;
    padding: 10px 20px;
    background-color: #bb3950;
    margin: 10px;
    width: 171px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.morelink:hover {
    opacity:.9;
}

@media only screen and (max-width: 767px) {
    .bulogoimage img {
        display:block;margin:0 auto;
    }
}