* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none !important;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

body {
    font-family: "DM Sans", sans-serif !important;
}

html,
body {
    height: 100%;
}

.topndvsu-preheader {
    background: linear-gradient(to bottom, #0088ec 0%, #0543e8 50%, #003cc7 100%);
    line-height: 40px;
}

.top-menu ul li {
    display: inline-block;
}

.top-menu>li>a {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0px 0 0;
}

.searchwrapper {
    position: relative;
}

ul.top-menu>li a::before {
    margin-right: 5px;
    margin-left: 8px;
    content: "|";
}

ul.top-menu>li:first-child>a::before {
    content: " ";
    margin-left: 0px;
}

.search-box {
    background-color: #2c3441;
    border-radius: 40px;
    padding: 0;
    height: 40px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.search-box:hover>.icon {
    background-color: #536179;
}

.icon {
    color: #EAFAF1;
    float: right;
    width: 30px;
    font-size: 1rem;
    height: 30px;
    border-radius: 50%;
    background-color: #044AE8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 8px;
}

.searchwrapper input {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    background: none;
    font-size: 1.1rem;
    transition: 0.5s ease;
    line-height: 40px;
    color: #fff;
}

.icon img {
    height: 18px;
}

.ndvsu-header {
    background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
    height: auto;
    border-bottom: 2px solid #dad07a;
    border-top: 2px solid #dad07a;
}

.ndvsu-logo img {
    width: 863px;
}

.nanaji {
    width: 150px;
    height: 125px;
    background-image: url('../images/nanajism.jpg');
}

.nanaji img {
    width: 90px;
}

nav {
    position: relative;
    width: 100%;
    background: #fff;
}

nav .wrapper {
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
}

.wrapper .logo a {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 14px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links li a::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    right: -9px;
    top: 9px;
    background-image: url('../images/menudown.svg');
    z-index: 9;
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-links li a:last-child::before {
    display: none;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.drop-menu a::before {
    display: none !important;
    content: '';
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #fff;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

td img {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 3px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-table-container {
    width: 100%;
    overflow-x: auto;
}

.see-information-link {
    width: 100% !important;
}

.student-paragraph {
    text-align: start;
}
.content .row header {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 0 20px;
}

.content .row .mega-links {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    margin: 0;
    padding: 0;
}

.content .row .mega-links:nth-child(1) {
    border: 0 !important;
}

.row .mega-links li {
    padding: 0 0;
}

.row .mega-links li a {
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    display: block;
    font-weight: 300;
    position: relative;
}

.mega-links li a:before {
    content: '';
    display: none !important;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.btn.menu-btn img {
    height: 40px;
}

.btn.close-btn img {
    height: 50px;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

/* =========================
   Modern Attractive Menu UI
   ========================= */
nav.menu {
    position: relative;
    z-index: 9;
    width: 100%;
    background: transparent !important;
}

.menu > .container-fluid > ol {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    margin: 1rem auto 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.menu ol {
    list-style: none;
    padding: 0;
    margin: 0 auto !important;
}

.menu ol:first-child {
    width: 100%;
    max-width: 100%;
    margin: 1rem auto 0 auto;
    display: grid;
    background: #fff;
    grid-template-columns: repeat(10, 1fr);
    align-items: center;
    max-width: 100%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 10px 10px;
}

.menu ol:first-child li {
    border-right: 1px solid #f2f2f2;
}

.menu ol:first-child li:last-child {
    border-right: 0 !important;
}

/* =========================
      SUB MENU DROPDOWN
   ========================= */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background: #fff;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    border-radius: 0 0 6px 6px;
    list-style: none;
    padding: 0;
    transform: translateY(-15px);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    z-index: 999;
}

.sub-menu li a {
    padding: 10px;
    display: block;
    text-align: center;
    color: #2085a8;
    transition: .3s ease;
    font-size: 13px;
}

.sub-menu li a:hover {
    background: #30a2b8;
    color: #330968 !important;
}

@media(max-width: 900px) {
    .menu > .container-fluid > ol {
        grid-template-columns: repeat(2, 1fr);
    }
}

.menu-item {
    text-align: center;
    border-right: 1px solid #eaeaea;
    border-top: 3px solid transparent;
    transition: all .3s ease;
    position: relative;
}

.menu-item:last-child { 
    border-right: none; 
}

.menu-item img {
    height: 30px;
    transition: 0.3s ease;
}

.menu-item:hover img {
    color: #f4d03f;
}

.menu-item:hover img {
    filter: brightness(0) invert(1);
    transform: scale(1.2);
}

.menu-item:hover {
    background: linear-gradient(135deg, #30a2b8, #076a83);
    border-top-color: #f4d03f;
}

.sub-menu li a {
    padding: 5px 0 !important;
    margin-bottom: 0 !important;
    background: #30a2b8;
}

@media (min-width: 768px) {
    .menu-item:nth-child(1)>a::before {
        font-size: 1.1rem;
    }
}

.menu-item:nth-child(2)>a::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #16a085;
}

@media (min-width: 768px) {
    .menu-item:nth-child(2)>a::before {
        font-size: 1.5rem;
    }
}

.menu-item:nth-child(3)>a::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #16a085;
}

@media (min-width: 768px) {
    .menu-item:nth-child(3)>a::before {
        font-size: 1.5rem;
    }
}

.menu-item:nth-child(4)>a::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #16a085;
}

@media (min-width: 768px) {
    .menu-item:nth-child(4)>a::before {
        font-size: 1.5rem;
    }
}

.menu-item:nth-child(5)>a::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #16a085;
}

@media (min-width: 768px) {
    .menu-item:nth-child(5)>a::before {
        font-size: 1.5rem;
    }
}

.menu-item .sub-menu>a {
    color: red;
}

.menu-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-item .sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
    transition: transform 0.3s linear;
    background-color: #f4d03f;
    z-index: 99;
    min-width: 125px;
    left: 0;
    text-align: center;
}

.menu-item .sub-menu .menu-item {
    border-color: rgba(255, 255, 255, 0.15);
}

.menu-item:hover,
.menu-item.active {
    border-top: 2px solid #f4d03f;
    background-color: rgba(255, 255, 255, 0.15);
}

.menu-item:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}

.menu-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px !important;
    padding: .5em 1em;
    font-size: 13px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    color: #2085a8;
    text-decoration: none;
    transition: .3s ease;
}

.menu-item:hover a {
    color: #ffffff !important;
}

.menu-item.active {
    background: #f4d03f !important;
    border-top-color: #076a83 !important;
}

.menu-item.active a {
   color: #000 !important;
}

@media (min-width: 768px) {
    .menu-item a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
}

.ndvsu-innerheader h4 {
    font-size: 29px !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #242526;
}

::-webkit-scrollbar-thumb {
    background: #3A3B3C;
}

#menu-btn:checked~.nav-links {
    left: 0%;
}

#menu-btn:checked~.btn.menu-btn {
    display: none;
}

#close-btn:checked~.btn.menu-btn {
    display: block;
}

.nav-links li {
    margin: 15px 10px;
}

.nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
}

.nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
}

#showDrop:checked~.drop-menu,
#showMega:checked~.mega-box {
    max-height: 100%;
}
    
.nav-links .desktop-item {
    display: none;
}
.nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links .mobile-item:hover {
    background: #3A3B3C;
}

.drop-menu li {
    margin: 0;
}

.drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
}

.mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 0;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 0;
}

.row .mega-links li a {
    padding: 0 10px;
}

.mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
}

.content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
}

.row .mega-links li {
    margin: 0;
}

.content .row header {
    font-size: 19px;
}
.slider_container {
    width: 100%;
    min-width: 100% !important;
    height: 100% !important;
}
.importantsection h4 img {
    display: none;
}
.effect-img img {
    width: 100%;
    height: 100%;
}
.custom {
    display: block !important;
    flex: 1;
}
.popupContent {
    width: 100% !important;
}
.popupImage {
    display: none;
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

.slider_container {
    position: relative;
    width: 100%;
    min-width: 50rem;
    height: 400px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.slider {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
    transition: transform 0.6s ease-in-out;
}

.slide {
    position: relative;
    min-width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide .caption {
    position: absolute;
    left: 0;
    bottom: 5%;
    font-size: 5rem;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.348);
    backdrop-filter: blur(10px);
    padding: 1rem 5rem;
    border-radius: 0 2rem 2rem 0;
}

.slide.one {
    background: rgb(182, 19, 109);
}

.slide.two {
    background: rgb(255, 64, 64);
}

.slide.three {
    background: rgb(11, 173, 188);
}

.slide.four {
    background: rgb(11, 188, 14);
}

.slide.five {
    background: rgb(173, 11, 188);
}

.slider-btn-two {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.slider-btn-two:hover {
    background: #2c2462;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .slider-btn-two {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

.sectionmarquee {
    overflow: hidden;
    background-image: linear-gradient(to left, #30cfd0 0%, #4996e8 100%);
    border-radius: 10px 10px 0 0;
    height: 42px;
    position: relative;
    width: 100%;
    max-width: 98%;
    margin: -43px auto 0;
    display: flex;
    align-items: center;
    background-size: 400% 400%;
    animation: gradientMove 8s ease infinite;
    padding-left: 55px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.marquee-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    backdrop-filter: blur(6px);
    border-radius: 10px 0 0 0;
    z-index: 1;
    animation: speakerPulse 1.2s infinite ease-in-out;
}

@keyframes speakerPulse {
    0% {
        transform: scale(1);
        opacity: 1;
        text-shadow: 0 0 0 rgba(255,255,255,0);
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
        text-shadow: 0 0 12px rgba(255,255,255,0.8);
    }
    100% {
        transform: scale(1);
        opacity: 1;
        text-shadow: 0 0 0 rgba(255,255,255,0);
    }
}

.sectionmarquee .marquee {
    position: absolute;
    white-space: nowrap;
    left: 100%;
    min-width: max-content;
    color: #fff;
    font-size: 14px; 
}

.marquee .headline {
    margin-right: 8px;
    color: #f7df6c;
    font-style: italic;
    font-weight: 600;
    transition: 0.3s ease;
}

.marquee .headline:hover {
    color: #fff176;
    text-shadow: 0 0 8px rgba(255,255,255,0.8);
}

.marquee .description a {
    margin-left: 4px;
    color: #d63a00;
    font-size: 13px;
    font-weight: 900;
    text-decoration: underline !important;
    animation: blinkText 1s infinite;
}

@keyframes blinkText {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.marquee .description a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255,255,255,0.8);
}

.marquee .separator {
    margin: 0 12px;
    font-weight: bold;
    color: rgba(255,255,255,0.6);
}

@media (max-width: 768px) {

    .sectionmarquee {
        height: 38px;
        padding-left: 48px;
    }

    .marquee-icon {
        width: 45px;
        font-size: 18px;
    }

    .sectionmarquee .marquee {
        font-size: 13px;
    }

}

.text-styling {
    margin: 0;
    color: #fff;
    padding: 8px 0;
    text-align: left;
}

.text-styling a {
    color: #000;
    font-size: 14px;
}
    
.readmore {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    background-color: #f7df6c;
    line-height: 42px;
    color: #fff;
    padding: 0 20px;
}

.readmore:hover {
    background-color: #363155;
}

.readmore:hover a {
    color: #fff;
}

.readmore a {
    color: #000;
}

/***************
Important Section design 
*****************/
.importantsection {
    min-height: 500px;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #d4d4d4 100%);
    margin-top: -64px;
    position: relative;
    z-index: 0;
    padding: 70px 40px 40px 40px;
}

.importantsection:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-attachment: fixed;
    background-image: url('../../NDVSU_cms_13082025/images/patterns.svg');
    background-size: 100%;
    background-repeat: repeat;
    opacity: 0.3;
}

.countrow {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    padding: 20px;
    overflow: hidden;
}

.countBox {
    flex: 1 1 calc(12.5% - 8px);  
    min-height: 160px;           
    box-sizing: border-box;
    display: block;
    grid-template-columns: repeat(4, -1fr);
    text-align: center;
    width: 13%;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin: 0 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: transform 0.35s ease-in-out; 
}

.countBox:hover {
    transform: scale(1.10); 
    background: linear-gradient(135deg, #a9cce6 50%, #ffffff 50%);
}

.countBox h1 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
}

.countBox:nth-child(1) h1 {
    color: #ff5733;   
}

.countBox:nth-child(2) h1 {
    color: #1e90ff;   
}

.countBox:nth-child(3) h1 {
    color: #28a745;   
}

.countBox:nth-child(4) h1 {
    color: #9b59b6;   
}

.countBox:nth-child(5) h1 {
    color: #e67e22;  
}

.countBox:nth-child(6) h1 {
    color: #c0392b;  
}

.countBox:nth-child(7) h1 {
    color: #16a085;  
}

.countBox:nth-child(8) h1 {
    color: #31739f;   
}

.countBox span {
    font-size: 18px;
    font-weight: 550;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 14px;
    color: #000;
}

.countBox span:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    background: linear-gradient(to right, #ff7f50, #ff4500);
    bottom: 0;
    left: 20%;
    border-radius: 10px;
    animation: animateLine 1.5s ease-in-out infinite alternate;
}

@keyframes animateLine {
    0% { width: 40%; left: 30%; }
    100% { width: 60%; left: 20%; }
}

.countBox span:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

.countBox:nth-child(1):hover span {
    color: #ff5733;
}

.countBox:nth-child(2):hover span {
    color: #1e90ff;
}

.countBox:nth-child(3):hover span {
    color: #28a745;
}

.countBox:nth-child(4):hover span {
    color: #9b59b6;
}

.countBox:nth-child(5):hover span {
    color: #e67e22;
}

.countBox:nth-child(6):hover span {
    color: #c0392b;
}

.countBox:nth-child(7):hover span {
    color: #16a085;
}

.countBox:nth-child(8):hover span {
    color: #31739f;
}

.alert-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;  
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 0 15px;
    animation: alertZoomColor 1.2s infinite ease-in-out;
}

@keyframes alertZoomColor{
    0%{
        transform: scale(1);
        color: #0d6efd;   
    }
    50%{
        transform: scale(1.08);
        color: #ffffff;  
    }
    100%{
        transform: scale(1);
        color: #0d6efd;   
    }
}

.alert-title img {
    animation: alertBlink 1s infinite alternate;
    width: 35px;
}

@media (max-width: 576px) {
    .alert-title {
        font-size: 1.1rem;
        gap: 6px;
    }
    .alert-title img {
        width: 28px;
    }
}

@keyframes alertBlink {
    0% { transform: scale(1); }
    100% { transform: scale(1.2); }
}

.latest-notification .informationcard {
    border-radius: 18px !important;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.latest-notification .informationcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.latest-notification .informationcard img {
    width: 100%;
    display: block;
    border-radius: 0px !important;
}

.latest-notification .informationcard-title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    color: #1b4f72;
    text-align: center;
}

.latest-notification .readmore-arrow {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.auto-scroll {
    height: 250px;
    overflow: hidden;
    position: relative;
    padding: 0 10px; 
}

.scroll-list li a {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
}

.scroll-wrapper {
    position: relative;
    display: inline-block;
    animation: scrollUp 18s linear infinite; 
}

.scroll-list {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.scroll-list li {
    padding: 8px 0;
    font-size: 14px;
}

.clone {
    display: block;
}

.auto-scroll:hover .scroll-wrapper {
    animation-play-state: paused;
}

@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); } 
}

.scroll-box ul {
    animation: none !important;
}

.scroll-list li a {
    color: #000;
}

.scroll-list li:hover a {
    color: #003cc7 !important;
}

.scroll-x {
    height: 250px;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.scroll-x-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 30px;
    animation: scrollLeft 25s linear infinite;
}

.scroll-x:hover .scroll-content {
    animation-play-state: paused;
}

.category-module {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.category-module li {
    width: 260px;
    flex-shrink: 0;
    text-align: center;
}

.category-module li img {
    width: 260px;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.category-module li a {
    border: 2px solid orange;
    border-radius: 30px;
    background: linear-gradient(135deg, #2085a8, #6daec5);
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 
    background 0.35s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.category-module li a::after {
    content: "→";
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transform: translateX(-10px);
    transition: 
    opacity 0.3s ease,
    transform 0.3s ease;
}

.category-module li a:hover {
    background: linear-gradient(135deg, #f5a623, #ffb84d);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.category-module li a:hover::after {
    opacity: 1;
    transform: translateX(0); 
}

.category-module li a:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

@keyframes scrollLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.importantsection .container {
    padding: 0 !important;
}

.informationcard {
    border: 0 !important;
    border-radius: 0 !important;
}

.importantsection h4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    position: relative;
}

.importantsection h4 img {
    width: 170px;
    margin: -20px 50px 0;
}

.sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-module ul>li {
    display: block;
    padding: 0 0 0 23px;
    border-bottom: 1px dotted #7d9eff7a;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative;
}

.category-module {
    margin: 0;
    padding: 0 17px;
}

.category-module a {
    color: #000 !important;
    font-size: 14px;
    line-height: 1.6;
}

.informationcard-title {
    padding: 10px 37px 10px;
    color: #003366;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 600;
}

.readmore-arrow img {
    width: 28px;
    height: 40px;
    animation: arrowBlink 1.2s infinite ease-in-out;
}

@keyframes arrowBlink {
    0% {
        opacity: 0.4;
        transform: translateX(0px);
    }
    50% {
        opacity: 1;
        transform: translateX(6px); 
    }
    100% {
        opacity: 0.4;
        transform: translateX(0px); 
    }
}

.scroll-y {
    overflow-y: scroll;
    position: relative;
}

div,
ol,
pre,
span,
ul {
    scrollbar-width: thin;
    scrollbar-color: #eff2f5 transparent;
}

.scroll-y::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scroll-y::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.scroll-y::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

.sp-module-content {
    height: 250px !important;
    padding: 0 20px 20px 20px;
    margin: 0 0 20px;
}

.category-module li {
    list-style: none;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}

.readmore-arrow {
    text-align: center;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.img-fill img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transition: all linear .3s;
}

.img-fill:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.container {
    padding: 0 15px;
}

.container:after,
.container .Head:after {
    content: '';
    display: block;
    clear: both;
}

.container .Head {
    color: #222;
    height: 52px;
    line-height: 56px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    font-weight: 600;
}

.container .Head .Arrows {
    float: right;
}

.container .Head .Slick-Next,
.container .Head .Slick-Prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #2b2b2b;
    color: #FFF;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
}

.container .Head .Slick-Next:hover,
.container .Head .Slick-Prev:hover {
    background: #33687a;
}

.container .Head .Slick-Next:before {
    content: '\f105';
}

.container .Head .Slick-Prev:before {
    content: '\f104';
}

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}

.ProductBlock {
    padding: 0 7.5px;
}
 
.ProductBlock .img-fill {
    height: 110px;
}

.ProductBlock h3 {
    font-size: 17px;
    color: #fff;
    margin-top: -1px;
    text-align: center;
    padding: 22px 0px 0px 0px;
    border: 1px solid rgba(0, 0, 0, .25);
    background: #2b1e59;
    min-height: 74px;
}

.photoSection {
    padding: 20px 0 0;
}

.Content {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    margin: 0 0 36px 0;
}

.videoGallery {
    padding: 20px 0 20px;
    background-color: rgba(229, 229, 229, 0.6);
}

.section-header {
    position: relative;
    text-align: center;
    margin: 0px auto 20px auto;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    width: fit-content;
}

.section-header:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 4px;
    background: linear-gradient(to right, #ff7f50, #ff4500);
    bottom: 0;
    left: 20%;
    border-radius: 10px;
    animation: animateLine 1.5s ease-in-out infinite alternate;
}

@keyframes animateLine {
    0% { width: 40%; left: 30%; }
    100% { width: 60%; left: 20%; }
}

.section-header:hover {
    color: #ff4500;
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

.section-header-underline {
    border: 1px solid #222;
    width: 3rem;
    margin: 0 auto;
    margin-bottom: 30px;
}

.video-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 60px;
}

.video-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.video-card {
  flex: 0 0 300px;
  position: relative;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,.25);
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.7);
  padding: 10px;
  text-align: center;
}

.video-title h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.play-btn {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  background: white;
  color:#2b1e59;
  width:70px;
  height:70px;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  font-weight:bold;
  box-shadow:0 5px 15px rgba(0,0,0,.4);
  transition: .3s;
}

.video-card:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.15);
}

.slider-btn {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:#222;
  color:#fff;
  border:none;
  font-size:32px;
  padding:8px 15px;
  border-radius:10px;
  cursor:pointer;
  z-index:99;
}

.slider-btn:hover {
    background: #0097a7;
}

.prev { left:10px; }
.next { right:10px; }

.video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.play-btn, .video-title {
  position: absolute;
  pointer-events: none; 
  z-index: 25;
}

@media(max-width:600px) {
  .video-card { flex:0 0 260px; height:180px; }
}

.video-gallery {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.video-gallery .gallery-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 23%;
    background: #000;
    cursor: pointer;
}

.video-gallery .gallery-item img {
    position: relative;
    display: block;
    opacity: .45;
    width: 105%;
    height: 141px;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-23px, 0, 0);
    backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
    padding: .5rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-gallery .gallery-item h2 {
    font-weight: 600;
    overflow: hidden;
    padding: 0.5em 0;
    font-size: 16px;
}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 10;
}

.video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 68%;
    padding: 1em 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
    opacity: .3;
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
}

.video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
    pointer-events: none !important;
}

/* Youtube Thumbnail */
.video-card {
    position: relative;
    overflow: hidden;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.play-btn {
    position: absolute;
    z-index: 3;
}

@media screen and (max-width: 50em) {
    .video-gallery .gallery-item {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

.marquee {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.marquee-content {
    display: flex;
    width: max-content;
    /* animation: marquee 20s linear infinite; */
    animation-play-state: running;
}

.marquee:hover .marquee-content {
    animation-play-state: paused;
}

.marquee-item {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    font-size: 20px;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.marquee-item img {
    width: 70px;
}

/* @keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
} */

.departmentLogo {
    padding: 0px 0 20px;
}

@media (max-width: 575.98px) {
    .nanaji {
        display: none;
    }
    .wrapper .btn {
        padding: 0;
    }
    nav .wrapper {
        max-width: 95%;
        padding: 0;
    }
    .menu ol:first-child {
        display: block;
    }
    .countrow {
        display: block;
    }
    .countBox {
        width: 100%;
        border-right: 2px solid transparent;
        border-bottom: 2px solid #7983C463;
        padding: 8px 8px;
    }
    .importantsection {
        min-height: 100%;
        padding: 70px 20px 20px 20px;
    }
    .informationcard {
        margin-bottom: 30px;
    }
}

.footer {
    padding: 40px 0;
    color: #fff;
    background-image: url('../images/University-Building.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.footer:after {
    background-color: #141e3c;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
}

.footerLinks h5 {
    font-size: 20px;
    font-weight: 600;
}

.footerLinks strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
}

.footerLinks strong span {
    font-weight: 200;
    font-size: 14px;
}

.footerLinks .sp-module-content ul li:hover {
    background-color: #28396e29;
}

.footerLinks .sp-module-content ul li {
    display: block;
    width: 100%;
    font-size: 14px;
}

.footerLinks .sp-module-content ul li a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
}

.sp-module ul>li:last-child {
    border-bottom: 1px dotted transparent;
}

.googleMap {
    height: 300px;
    background-image: url('../images/ndvsugoogleMap.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.googleMap a {
    display: block;
    width: 100%;
    height: 100%;
}

.creditfooter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
    background-color: #0b101e;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 5px 0;
    gap: 15px;
}

.creditfooter a img {
    max-width: 175px;
    height: auto;
}

.beSocial:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background-color: rgb(255, 255, 255);
}

.beSocial {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px;
    position: relative;
}

.beSocial:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background-color: rgb(255, 255, 255);
}

a.icon-link:hover svg {
    animation: Buzz0xERR0R 0.75s linear 1;
    fill: #16a085;
}

@keyframes Buzz0xERR0R {
    10% {
        transform: translateX(0.1875rem) rotate(2deg);
    }
    40% {
        transform: translateX(-0.1875rem) rotate(-2deg);
    }
    50% {
        transform: translateX(0.125rem) rotate(1deg);
    }
    60% {
        transform: translateX(-0.125rem) rotate(-1deg);
    }
    70% {
        transform: translateX(0.125rem) rotate(1deg);
    }
    80% {
        transform: translateX(-0.125rem) rotate(-1deg);
    }
    90% {
        transform: translateX(0.0625rem) rotate(0);
    }
    100% {
        transform: translateX(-0.0625rem) rotate(0deg);
    }
}

.beSocial h6 {
    font-size: 20px;
}

.footer-section-social {
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.countercenter span {
    display: inline-block;
    padding: 6px 6px 4px;
    border-radius: 3px;
    background: #fff6;
    margin-right: -2px;
    color: #000;
}

.countercenter {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: #f7df6c;
    position: absolute;
    right: 23px;
    bottom: 0px;
    z-index: 3;
    width: auto;
    height: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

@media (max-width: 576px) {
    .creditfooter {
        flex-direction: column;
        text-align: center;
    }

    .countercenter {
        position: static;   
        margin-top: 8px;
        right: auto;
        bottom: auto;
        width: auto;
    }

    .backToTopBtn.active {
        margin-bottom: 115px!important;
    }
}

#sp-policy-links {
    background-color: #000213;
    padding: 10px 0;
    text-align: center;
}

.footer_cls li {
    width: auto !important;
    display: inline-flex !important;
    border-bottom: none !important;
    padding: 0;
}

.footer_cls li a {
    font-size: 13px;
    color: #fff !important;
}

.footer_cls {
    text-align: center;
    margin: 0 auto !important;
    display: block !important;
}

.footer_cls li a::before {
    content: '|' !important;
    margin: 0px 10px;
    margin-right: 10px;
}

.footer_cls li:first-child a::before {
    content: ' ' !important;
}

.footer_cls li:last-child a::before {
    content: ' ' !important;
}

.sp-module ul>li>a::before {
    content: "";
    margin-right: 8px;
    background-image: url('../images/arriwrighticn.svg');
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -1px;
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {

}
@media (max-width: 999px) {
 .breadcrumb-item a {
        word-break: normal;
        overflow-wrap: normal;
        white-space: normal;
    }
}

.backToTopBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 4;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.backToTopBtn img {
    height: 60px;
}

.backToTopBtn.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 99;
    margin-bottom: 10px;
}

.backToTopBtn:not(.active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.team {
    padding: .1em 0;
}

h3.title {
    text-align: center;
    margin: 0px auto 20px auto;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
    font-size: 1.75rem;
}

.team-grid {
    text-align: center;
}

.team-grid {
    text-align: center;
}

.team-grid h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0px 0 20px;
}

.team-grid h4 span {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.team-grid p {
    color: #777;
    font-size: 1em;
}

.model-3d-0 a {
    background: #5C5B5B;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.model-3d-0 .front,
.model-3d-0 .back {
    width: 30px;
    height: 30px;
    font-size: 1em;
    color: #fff;
    background: #faad81;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.model-3d-0 .back {
    font-size: 1em;
    color: #fff;
    -webkit-transform: rotateX(90deg) translateZ(18px);
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -o-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.twitter .back,
.facebook .back,
.instagram .back,
.pinterest .back {
    background: #81cdfa;
}

.model-3d-0 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.model-3d-0 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.stack img {
    height: 187px;
    width: 200px;
    border-radius: 50%;
    vertical-align: bottom;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.stack-mandeep img{
    height: 207px;
    width: 200px;
    border-radius: 50%;
    vertical-align: bottom;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.stack:last-of-type {
    margin-right: 0;
}

.stack-mandeep:last-of-type {
    margin-right: 0;
}

.pic {
    padding: 10px;
}

.chancellorBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.stack {
    float: none;
    position: relative;
    z-index: 1;
}

.stack-mandeep {
    float: none;
    position: relative;
    z-index: 1;
}

.leaderboard {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
}

.leaderboard header {
    --start: 15%;
    height: 130px;
    background-image: repeating-radial-gradient(circle at var(--start), transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
    color: #fff;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.leaderboard header .leaderboard__title {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: calc(var(--start) * .75);
    transform: translateY(-50%);
    text-transform: uppercase;
    margin: 0;
}

.leaderboard header .leaderboard__title span {
    display: block;
}

.leaderboard header .leaderboard__title--top {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 6.5px;
}

.leaderboard header .leaderboard__title--bottom {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3.55px;
    opacity: 0.65;
    transform: translateY(-2px);
}

.leaderboard header .leaderboard__icon {
    fill: #fff;
    opacity: 0.35;
    width: 50px;
    position: absolute;
    top: 50%;
    left: var(--start);
    transform: translate(-50%, -50%);
}

.leaderboard__profiles {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 15px 15px 20px;
    display: grid;
    row-gap: 8px;
}

.leaderboard__profile {
    display: grid;
    grid-template-columns: 28% 72%;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98), box-shadow 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98);
    background-color: #fff;
}

.leaderboard__profile:hover {
    transform: scale(1.2);
    box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);
}

.leaderboard__picture {
    max-width: 100%;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #ebeef3, 0 0 0 22px #f3f4f6;
}

.leaderboard__name {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
}

.aboutUs-ndvsu {
    text-align: left;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.aboutUs-ndvsu p {
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: justify;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}

.aboutUs-ndvsu ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.arrow li {
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.title {
    margin-bottom: 25px;
    text-align: center;
}

.title h1 {
    font-size: 25px;
    color: #000000;
}

.credit {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.credit a {
    font-weight: 900;
    color: #000000;
    text-decoration: underline;
}

.effect-1 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.effect-1 .effect-img {
    font-size: 0;
}

.effect-1 .effect-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: calc(100% - 60px);
    left: 0;
    text-align: center;
    background: rgba(43, 30, 89, .9);
    transition: .5s;
}

.effect-1:hover .effect-text {
    top: 0;
}

.effect-1 .effect-text h2 {
    height: 45px;
    color: #ffffff;
    font-size: 20px;
    margin: -15px 0 0 0;
    transition: .5s;
}

.effect-1:hover .effect-text h2 {
    margin: 0;
}

.effect-1 .effect-text p {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.effect-1 .effect-btn .btn {
    display: inline-block;
    height: 35px;
    padding: 7px 15px;
    color: #333333;
    background: #ffffff;
    text-decoration: none;
}

.eventSection {
    padding: 50px 0 0 0;
}

.eventSection h3 {
    text-align: center;
    margin: 0px auto 20px auto;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
}

#myModal .custom ul {
    margin: 0;
    padding: 0;
}

#myModal .custom ul li a {
    color: #000 !important;
    font-size: 16px;
    padding: 8px 0;
}

.custom {
    display: flex;
    flex: 1;
}

.modal.show .modal-dialog {
    max-width: 50%;
}

.popupContent {
    padding: 20px;
}

.popupContent {
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu.show {
    border: 0;
    padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: inherit !important;
    background: none !important;
}

.navbar-cancel {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 1.2rem;
}

.menundvsu {
    background-image: linear-gradient(135deg, #36a3a3, #2b1f5f)!important;
    padding: 0 !important;
}

.menundvsu .navbar-nav a {
    color: #ffffff !important;
    font-size: 13px;
    padding: 0.5rem 0.5rem !important;
    transition: color 0.3s ease;
}

.menundvsu .navbar-nav a:hover {
    color: #ffeb3b !important;  
}

.menundvsu .navbar-nav .nav-link.active {
    color: #003cc7 !important;  
}

.nav-link.active img {
    height: 20px;
    vertical-align: top;
}

.dropdown-item {
    color: #828282 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: color 0.3s ease;
}

.dropdown-menu {
    padding: 0 !important;
    border: none;
    border-radius: 10px;
    min-width: 260px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    animation: dropdownFade 0.35s ease;
}

.dropdown-menu li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.dropdown-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(0,0,0,0.18),
        transparent
    );
}

/* ===============================
   DROPDOWN ITEM
================================ */
.dropdown-menu li a.dropdown-item {
    padding: 8px 10px !important;
    line-height: 1.3 !important;
    font-size: 13px !important;
    font-weight: 500;
    color: #444 !important;
    background: transparent;
    transition: all 0.35s ease;
    white-space: nowrap;
}

.dropdown-menu li a.dropdown-item:hover {
    color: #0b5ed7 !important;
    background: linear-gradient(
        90deg,
        rgba(11,94,215,0.14),
        rgba(11,94,215,0.03)
    );
    padding-left: 18px !important;
}

/* ===============================
   SUB DROPDOWN
================================ */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.dropdown-submenu > a.dropdown-toggle::after {
    content: "›";
    float: right;
    font-size: 16px;
    margin-top: -1px;
    opacity: 0.6;
}

.dropdown-submenu:hover > a::after {
    opacity: 1;
    color: #0b5ed7;
}

/* ===============================
   ANIMATION
================================ */
@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-radius: 0;
        margin-left: 0;
    }

    .dropdown-menu {
        min-width: 100%;
        border-radius: 0 0 12px 12px;
    }

    .dropdown-menu li a.dropdown-item {
        padding: 10px 14px !important;
        font-size: 15px !important;
    }
}

.dropdown-item:hover {
    color: #003cc7 !important;   
}

.dropdown-item.active-item {
    color: #003cc7 !important;
    font-weight: 600 !important;
}

.dropdown-search {
    position: relative;
}

.dropdown-menu-search {
    padding: 10px;
    min-width: 250px;
}

.dropdown-menu-search input {
    width: 100%;
}

.dropdown-submenu > .dropdown-toggle {
    display: inline-flex;
    align-items: center;
}

.dropdown-submenu > .dropdown-toggle::after {
    border: none !important;
    content: "▶";
    font-size: 11px;
    margin-top: 4px;
}

.searchcolumn {
    padding: 10px 0 0 0;
}

.searchcolumn .dropdown-search button {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 0;
    border: 0 !important;
}

.searchcolumn .dropdown-search button img {
    height: 50px;
    width: 50px;
}

.searchcolumn .dropdown-search button.btn.show.searchcolumn .dropdown-search button.btn:hover,
.searchcolumn .dropdown-search button.btn:active,
.searchcolumn .dropdown-search button.btn:focus {
    background-color: transparent;
    border: 0;
    background-color: rgba(0, 0, 0, .7) !important;
    }

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    border: 0;
}

.btn-outline-primary {
    background-color: transparent !important;
}

.dropdown-menu-search.show {
    width: 300px;
    padding: 10px;
    background-color: #000;
    border: 0;
}

.dropdown-menu-search input {
    width: 100%;
    border: 0;
}

.footer-links {
    margin: 0 0 45px 0;
    text-align: center;
}

.footer-links li {
    list-style: none;
    display: inline-block;
}

.footer-links li a {
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.footer-links li a::after {
    opacity: 0.5;
    position: relative;
    right: -14px;
    top: -2px;
}

.footer-name-uni {
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
}

h3.shortName {
    line-height: 24px;
    display: block;
    margin: 10px 0 60px;
    opacity: 1;
    color: #fff;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    text-align: center;
    position: relative;
}
.searchcolumn {
    display: flex;
    justify-content: center;
}
.chancellorBox a {
    background-color: #453e4c;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 8px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.main_headrani {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    font-size: 40px;
}

.main_headrani span {
    position: relative;
    z-index: 1;
    color: #06a3da;
}

.main_headrani span svg {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 90px;
}

.bg_clr {
    position: relative;
    border: 1px solid #ddd;
}

.main_headabout {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    color: #000;
}

.main_headabout i {
    color: #06a3da;
}

.abt_sections {
    height: 350px;
    border-radius: 10px;
    padding: 15px 10px 30px;
    width: 100%;
}

.inner_txt {
    font-size: 14px;
}

.upper_selection {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-decoration-style: none;
}

.upper_selection li {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

.inner_section {
    padding: 0 30px 0 10px;
    text-align: justify;
}

.clickhere-lnk {
    font-size: 13px;
    padding: 3px;
    border-radius: 5px;
    background-color: #a7d7ff;
    color: #000 !important;
}

.clickhere-lnk:hover {
    background-color: #0864b0 !important;
    color: #fff !important;
}

.upper_selection li {
    padding-left: 39px;
    text-indent: -39px;
}

.viewLink:hover {
    background-color: #06a3da;
}

.tendertable tr td:nth-child(1),
.tendertable tr th:nth-child(1) {
    width: 5%;
    text-align: center;
}

.tendertable tr td:nth-child(4),
.tendertable tr th:nth-child(4) {
    width: 14%;
    text-align: center;
}

.tendertable tr td:nth-child(5),
.tendertable tr th:nth-child(5) {
    width: 5%;
    text-align: center;
}

.list-group-item p a {
    color: #000;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.list-group-item p:hover a {
    color: #003cc7;
}

.tabbed-content {
    background: #fff;
    box-shadow: 1px 1px 6px #ccc;
    max-width: 100%;
    padding: 1em;
    margin: 1em auto;
}

.tabs ul {
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: bold;
}

.tabs ul li {
    background: #f6f6f6;
}

.tabs ul li a {
    padding: 14px 3px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 4px 0px;
    border-radius: 26px;
    border: 3px solid #1c3b4b;
    text-decoration: none !important;
}

.tabs ul li a:hover,
.tabs ul li a.active {
    background: #1e2d5a;
    color: #fff;
    border-radius: 26px;
    border: 3px solid #266587;
}

@media all and (max-width: 799px) {
    .tabbed-content .tabs {
        display: block !important;
        margin-bottom: 10px;
    }
    .tabbed-content .tabs ul li {
        display: block;
        margin-bottom: 6px;
    }
    .tabbed-content .tabs ul li a {
        display: block;
    }
}

.item {
    margin-bottom: 2px;
}

.item::before {
    cursor: pointer;
    font-weight: bold;
    background: #eee;
    padding: 0.5em;
    display: block;
}

.item.active::before {
    background: #444;
    color: #eee;
    border-radius: 6px;
}

.item.active .item-content {
    padding: 1em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
    .item.active .item-content {
        padding-top: 0;
    }
    .tabs-side .tabs li {
        margin-bottom: 2px;
    }
}

.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    min-height: 2em;
}

.tabbed-content .item::before {
    content: attr(data-title);
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

@media all and (min-width: 800px) {
    .tabbed-content .tabs {
        display: block;
    }
    .tabbed-content .tabs li {
        display: inline-block;
    }
    .tabbed-content .tabs li a {
        display: block;
    }
    .tabbed-content .item {
        min-height: 0;
    }
    .tabbed-content .item::before {
        display: none;
    }
    .tabbed-content.tabs-side .tabs {
        width: 24%;
        float: left;
    }
    .tabbed-content.tabs-side .tabs li {
        display: block;
        float: none;
    }
    .tabbed-content.tabs-side .item {
        margin-left: 25%;
    }
}

.coursestable th {
    font-size: 15px;
    font-weight: 500;
    padding: 10px !important;
}

.coursestable td {
    font-size: 14px;
    padding: 10px !important;
}

.coursestable td:nth-child(3) {
    width: 5%;
    text-align: center;
}

.ndvsu-wrapper {
    background-color: #fff !important;
    padding: 20px 0;
}

.ndvsu-innerheader {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.ndvsu-innerheader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #141e3c87;
    opacity: .9;
    z-index: -1;
}
    
.container .department-heading {
    margin: 15px 0px 0px 0px;
    color: #52b0bb;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: normal;
    text-shadow: 2px 2px 1px #00000033;
    text-decoration: underline #5f7476;
    text-underline-offset: 8px;
}

.ndvsu-innerheader h4 {
    color: #ffffff;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: normal;
    text-shadow: 2px 2px 1px #00000033;
}

.tab .tab__head {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

.tab .tab__head li {
    padding: 10px;
    color: #373737;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: left !important;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: normal;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #ffffff;
    display: block;
    border-bottom: 1px solid #ddd;
}

.tab .tab__head li:hover {
    background-color: #e5e5e5;
    cursor: pointer;
    color: #000;
}

.tab .tab__head li.active {
    cursor: pointer;
    background-color: #093f7b;
    color: #fff;
    border-bottom: 4px solid #4972ed !important;
}

.tab .tab__container {
    border-top: 0px;
    width: 100%;
}

.tab .tab__content {
    padding: 50px;
    display: none;
}

.tab__content h4 {
    display: block;
    float: right;
    padding: 10px 24px 8px;
    background-color: #F1F1EF;
    margin-right: 56px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #777;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 250ms ease;
    margin: 0 !important;
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}

.tab__content h4 span {
    -moz-transform: skew(20deg) !important;
    -ms-transform: skew(20deg) !important;
    -o-transform: skew(20deg) !important;
    -webkit-transform: skew(20deg) !important;
    transform: skew(20deg) !important;
    display: block;
    font-weight: 700;
    color: #0d193d;
}

.tabhead h4::before {
    background-image: url('../images/gray_lines.png');
    background-size: auto;
    background-size: contain;
    content: '';
}

.tabhead {
    border-bottom: 3px solid #000;
    position: relative;
}

.tab__content {
    padding: 20px 0;
}

.tab__content p {
    font-size: 14px;
}
.tab {
    position: relative;
}
.tab__content ul li {
    font-size: 14px;
}

@media screen and (max-width: 970px) {
    .tab .tab__head li {
        float: none;
        width: 100%;
    }
}

.imagescroll {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.slideBox {
    display: flex;
    height: 300px;
    transition: transform 0.6s ease-in-out;
    width: 100%;
}

.slideBox img {
    flex: 0 0 100%;
    height: 300px;
    object-fit: cover;
}

.dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background-color: #888;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: white;
}

@keyframes dotAnim {
    0%,
        20% {
            background-color: white;
        }
    25%,
        100% {
            background-color: #888;
        }
    }
.card-faculty h6 {
    color: rgb(0, 0, 139);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
    letter-spacing: normal;
    padding: 10px 0px 5px;
}

.card-faculty {
    text-align: justify;
    border: 0 !important;
    padding: 20px;
}   

.card-faculty-body {
    padding: 0 !important;
    line-height: 1.7;
}

.card-faculty-body span {
    display: block;
}

.card-faculty-body p {
    margin: 0px;
}

.card-faculty img {
    height: 30px;
    vertical-align: middle;
}

.paralist {
    margin: 0;
    padding: 0 0 0 47px;
    list-style-type: none;
}

.paralist li {
    text-indent: -48px;
}

.paralist li img {
    height: 30px;
    vertical-align: middle;
}

.card-faculty ul {
    margin: 0;
    padding: 0 0 0 47px;
    list-style: none;
    text-indent: -48px;
}

.button-71 {
    background-color: rgb(0, 120, 208);
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    user-select: none;
    touch-action: manipulation;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 56px;
    outline: 0px;
    padding: 8px 18px;
    text-decoration: none;
    transition: 0.3s;
}

.button-71:hover {
    cursor: default;
}

.button-71::before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

.card-links-tag {
    padding: 20px;
    border: 0 !important;
}

.card-links-tag ul {
    margin: 0;
    padding: 0;
}

.card-links-tag ul li {
    list-style: none;
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.card-links-tag ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
}

.card-links-tag ul li a:hover {
    color: #3b599f;
}

.card-links-tag ul li img {
    float: right;
    height: 10px;
}

.card-links-tag ul li {
    position: relative;
}

.arrowlinkicn {
    position: absolute;
    right: 0;
    top: 17px;
}
.inner-heading {
    display: none;
}

.edu-heading {
    font-size: 20px;
    font-weight: 700;
    color: #093f7b;
    text-decoration: underline;
    line-height: 1.5;
}

.edu-sub-heading {
    color: #4972ed;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.veterinary-college-order-list {
    padding: 0 0 0 13px;
    font-size: 14px;
}

.ndvsu-innerheader2 {
    padding: 2px 0;
    background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.ndvsu-innerheader2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #141e3c87;
    opacity: .9;
    z-index: -1;
}

.ndvsu-innerheader2 h4 {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: normal;
    text-shadow: 2px 2px 1px #00000033;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.extracurricular-activities-heading {
    color: #093f7b;
    font-size: 18px;
    font-weight: 900;
    text-decoration: underline;
}

.extracurricular-activities-sub-heading {
    color: #4972ed;
    font-size: 14px;
    font-weight: 800;
    font-family: poppins;
}

h4 .college-main-title {
    color: #5877d6 !important;
}

.college-inner-title {
    color: #4972ed !important;
    font-weight: 700 !important;
    font-family: poppins !important;
}

.marquee span:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.heading-nanaji {
    font-weight: bold;
    padding: 10px 0;
    font-weight: 500;
    font-size: 26px;
    color: #141e3c;
}

.arrow {
    margin-top: 16px;
    font-size: 14px;
    list-style: none;
    padding-left: 0;
}

.arrow li::before {
    content: "→ ";
    color: #003366;
    font-weight: bold;
}

.order-list li {
    list-style: none;
}

.heading {
    color: #4972ed;
}

.styled-table {
    border-collapse: collapse;
    margin: 20px auto;
    font-size: 16px;
    font-family: poppins;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.styled-table thead tr {
    background-color: #4972ed;
    color: #ffffff;
}

.styled-table th,
.styled-table td {
    font-size: 14px;
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.styled-table tbody tr:hover {
    background-color: #dce6f7;
}

.styled-table td:first-child {
    font-weight: bold;
}

.styled-table caption {
    caption-side: top;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #003366;
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.scroll-container {
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ccc;
    scrollbar-width: thin;
}

.scroll-container::-webkit-scrollbar {
    width: 6px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll-container {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.modal.show .modal-dialog {
    padding: 100px 0 0 0;
}

table.awards-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 50px;
}

table.awards-table th,
table.awards-table td {
    border: 1px solid #333;
    padding: 12px;
    vertical-align: top;
}

table.awards-table th {
    background-color: #003366;
    color: #fff;
    text-align: left;
    font-size: 18px;
}

table.awards-table td:first-child {
    font-weight: bold;
    width: 15%;
    background-color: #f2f2f2;
}

table.awards-table td {
    font-size: 15px;
    line-height: 1.6;
}

.academic-council {
    padding: 10px 0;
    font-weight: 500;
    font-size: 26px;
    color: #141e3c;
}

.studies-board {
    padding: 10px 0;
    font-weight: 500;
    font-size: 26px;
    color: #141e3c;
}

.breadcrumb {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.breadcrumb-item a {
    color: #fff !important;
}

.breadcrumb-item a:hover {
    text-decoration: underline !important;
}

.team-member {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    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;
}

.team-member .team-title {
    font-weight: 600;
    font-size: 17px;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.infrastructure {
    margin-top: 25px;
    text-align: center;
    width: 100%;
    padding: 2rem;
    background: #F1F1EF;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.infrastructure::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(209, 190, 190, 0.1) 0%, transparent 70%);
    animation: pulse 7s linear infinite;
    pointer-events: none;
}

@keyframes pulse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mt-2.veterinary-paragraph {
    font-size: 14px;
}

.work-under-head {
    font-size: 30px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    color: #093f7b;
}

.construction-icon {
    font-size: 9rem;
    margin: 2rem 0;
    color: #ffdd40;
    animation: bounce 2s infinite;
}

.team-card {
    transition: all 0.3s ease;
    border-radius: 16px;
    background: #fff;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(36, 90, 120, 0.2);
}

.team-card .card-body {
    padding: 25px;
}

.profile-img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #245a78;
    transition: transform 0.3s ease;
}

.team-card:hover .profile-img {
    transform: scale(1.08);
}

a {
    color: #245a78;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    h4 {
        font-size: 1.3rem;
    }

    h5 {
        font-size: 1rem;
    }

    .team-card {
        margin-bottom: 20px;
    }

    .profile-img {
        width: 90px;
        height: 90px;
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.progress-infrastructure {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    height: 20px;
    border-radius: 10px;
    margin: 2rem 0;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 65%;
    background: linear-gradient(90deg, #6690be, #05376e);
    border-radius: 10px;
    animation: progress 2s ease-in-out infinite;
    background-size: 200% 100%;
    animation: progress 2s ease infinite, gradientMove 3s ease infinite;
}

.heading-insm {
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #003366;
    text-decoration-thickness: 2px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    color: #245877;
    text-underline-offset: 5px;
    background-color: #4972ed12;
    padding: 10px;
    display: block;
    border: 1px solid #24587724;
}

.head {
    color: #3069a1;
    font-size: 20px;
    font-weight: 600;
}

.heading {
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #003366;
    text-decoration-thickness: 2px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    color: #245877;
    text-underline-offset: 5px;
    background-color: #4972ed12;
    padding: 10px;
    display: block;
    border: 1px solid #24587724;
}

.profile-card {
    max-width: 600px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3e50;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.profile-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 15px;
}

.profile-image {
    width: 100px;
    height: auto;
    border-radius: 4%;
    object-fit: cover;
    border: 3px solid #245a78;
    margin-right: 20px;
}

.profile-info {
    flex: 1;
}

.profile-name {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #245a78;
}

.profile-title {
    margin: 5px 0;
    color: #555;
    font-style: italic;
}

.profile-body p {
    margin: 10px 0;
    line-height: 1.6;
}

.email-link {
    color: #00366e;
    text-decoration: none;
    font-weight: 500;
}

.email-link:hover {
    text-decoration: underline;
}

.mobile-number {
    color: #245a78;
    font-weight: 600;
}

@media (max-width: 600px) {
    .profile-card {
        padding: 20px;
    }

    .profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-image {
        margin-bottom: 10px;
    }

    .profile-info h2 {
        font-size: 20px;
    }
}

.faculty-profile-card {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 30px auto;
    max-width: 700px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.3s ease;
}

.faculty-profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.faculty-image {
    flex: 0 0 150px;
    margin-right: 25px;
}

.faculty-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #245a78;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.faculty-details {
    flex: 1;
    color: #2c3e50;
}

.faculty-name {
    font-size: 22px;
    color: #245a78;
    font-weight: bold;
    margin-bottom: 5px;
}

.faculty-title {
    font-size: 16px;
    color: #555;
    font-style: italic;
    margin-bottom: 15px;
}

.faculty-details p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.email-link {
    color: #00366e;
    text-decoration: none;
    font-weight: 500;
}

.email-link:hover {
    text-decoration: underline;
    color: #245a78;
}

@media (max-width: 600px) {
    .faculty-profile-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .faculty-image {
        margin: 0 0 15px 0;
    }

    .faculty-details p {
        font-size: 15px;
    }
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}

.item {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.item:hover img {
    transform: scale(1.02);
}

.item p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #6583dd;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .tab .tab__content {
        padding: 10px;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }
}

@keyframes progress {

    0%,
    100% {
        width: 60%;
    }

    50% {
        width: 70%;
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(20px) rotate(180deg);
    }

    100% {
        transform: translateY(0) rotate(360deg);
    }
}

@media (max-width: 768px) {
    .work-under-head {
        font-size: 15px !important;
    }

    .countdown {
        flex-wrap: wrap;
    }

    input {
        width: 70%;
    }
}

.slider-college-institudes-wrapper {
    position: relative;
}

.slider-btn-college-institudes {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #222;
    color: #fff;
    border: none;
    font-size: 32px;
    padding: 8px 15px;
    cursor: pointer;
    z-index: 20;
    border-radius: 10px;
}

.slider-btn-college-institudes.prev {
    left: 10px;
}

.slider-btn-college-institudes.next {
    right: 10px;
}

.slider-btn-college-institudes:hover {
    background: #0097a7;
}

.SlickCarousel img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.slider-photo-gallery-wrapper {
    position: relative;
}

.slider-btn-photo-gallery {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #222;
    color: #fff;
    border: none;
    font-size: 32px;
    padding: 8px 15px;
    cursor: pointer;
    z-index: 20;
    border-radius: 10px;
}

.slider-btn-photo-gallery.prev {
    left: 10px;
}

.slider-btn-photo-gallery.next {
    right: 10px;
}

.slider-btn-photo-gallery:hover {
    background: #0097a7;
}

.SlickCarouselPhoto img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.text-wrap-normal {
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}

@media (max-width: 768px) {
    .text-wrap-normal {
        word-break: normal;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

.aboutUs-ndvsu ul li {
    word-break: normal;
    white-space: normal;
    overflow-wrap: normal;
}

.home-zoom-icon img {
    height: 30px;
    width: 30px;
    padding: 6px;
    border-radius: 50%;
    background-color: #3F51B5;
    animation: zoomPulse 2.5s infinite ease-in-out;
    transition: all 0.3s ease;
}

.home-zoom-icon:hover img {
    background-color: #6f53be;;
}

@keyframes zoomPulse {
    0% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(1.10);
    }
    100% {
        transform: scale(1.3);
    }
}

@media (max-width: 576px) {
    .home-zoom-icon img {
        height: 26px;
        width: 26px;
        padding: 5px;
        animation-duration: 3s;
    }
}

@media (max-width: 768px) {
    .home-zoom-icon img {
        height: 28px;
        width: 28px;
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .home-zoom-icon img {
        height: 32px;
        width: 32px;
        padding: 6px;
    }
}

@media (hover: none) {
    .home-zoom-icon:hover img {
        background-color: #6f53be;;
    }
}

.veterinary-section .item {
    height: 100%;
    min-height: 280px;          
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 15px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.veterinary-section .item img {
    max-width: 100%;
    height: 160px;
    object-fit: contain;
}

.veterinary-section .img-name {
    flex: 1;                   
    display: flex;
    align-items: center;       
    justify-content: center;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
}

.pre_haederndvsu {
    background-image: linear-gradient(135deg, #36a3a3, #2b1f5f);
    padding: 3px 0;
}

.preheader_links {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.preheader_links a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.35s ease;
}

.preheader_links a,
.preheader_links a:visited {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.preheader_links a:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.preheader-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.preheader-left {
    margin-right: auto;
}

.preheader_links {
    margin-left: auto;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 12px;
}

.preheader_links .footer-section-social {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.preheader_links .spectacledcoder-search-bar {
    margin-top: 0;
}

.preheader-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.preheader_links a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.35s ease;
}

.preheader_links a:hover {
    color: #30cfd0;
}

.preheader-links-left a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.35s ease;
}

.preheader-links-left a,
.preheader-links-left a:visited {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.preheader-links-left a:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.preheader-links-left a {
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    position: relative;
}

.preheader-links-left a:not(:last-child)::after {
    color: rgba(255,255,255,0.6);
}

.spectacledcoder-search-bar {
    width: 40px;
    height: 26px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    transition: width 0.5s ease;
}

.search-icon {
    padding: 6px;
    cursor: pointer;
}

.spectacledcoder-search-bar:hover {
    width: 220px;
}

.spectacledcoder-search-input {
    border: none;
    outline: none;
    width: 0;
    transition: width 0.5s ease;
    font-size: 13px;
}

.spectacledcoder-search-bar:hover .spectacledcoder-search-input {
    width: 150px;
}

@media (max-width: 768px) {

    .preheader-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .preheader-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .preheader-links-left a {
        margin-right: 10px;
    }
}

.alumni-heading-wrapper {
    position: relative;
    padding: 10px 15px;
    animation: fadeSlideDown 0.8s ease-in-out;
}

.alumni-heading {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(90deg, #36a3a3, #2b1f5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: transform 0.3s ease;
    letter-spacing: 0.5px;
}

.alumni-heading:hover {
    transform: scale(1.05);
}

.alumni-heading-underline {
    display: block;
    width: 360px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #36a3a3, #2b1f5f);
    transition: width 0.4s ease;
}

.alumni-heading-wrapper:hover .alumni-heading-underline {
    width: 460px;
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .alumni-heading {
        font-size: 20px;
        line-height: 1.4;
    }

    .alumni-heading-underline {
        width: 60px;
    }

    .alumni-heading-wrapper:hover .alumni-heading-underline {
        width: 120px;
    }
}

.press-header h2 {
    font-weight: 700;
    color: #2c2462;
    position: relative;
}

.press-header .underline {
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, #30cfd0, #4996e8);
    margin: 8px auto;
    border-radius: 10px;
    animation: underlinePulse 2s ease-in-out infinite;
    transition: width 0.3s ease;
}

.press-header .underline-press-release {
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, #30cfd0, #4996e8);
    margin: 8px auto;
    border-radius: 10px;
    animation: underline-press-releasePulse 2s ease-in-out infinite;
}

@keyframes underlinePulse {
    0% {
        transform: scaleX(1);
        box-shadow: 0 0 0px rgba(48,207,208,0.5);
    }
    50% {
        transform: scaleX(1.4);
        box-shadow: 0 0 12px rgba(48,207,208,0.8);
    }
    100% {
        transform: scaleX(1);
        box-shadow: 0 0 0px rgba(48,207,208,0.5);
    }
}

@keyframes underline-press-releasePulse {
    0% {
        transform: scaleX(1);
        box-shadow: 0 0 0px rgba(48,207,208,0.5);
    }
    50% {
        transform: scaleX(1.4);
        box-shadow: 0 0 12px rgba(48,207,208,0.8);
    }
    100% {
        transform: scaleX(1);
        box-shadow: 0 0 0px rgba(48,207,208,0.5);
    }
}

@media (max-width: 768px) {
    .press-header .underline {
        width: 150px;
    }

    .press-header .underline-press-release {
        width: 116px;
    }   
}

.read-more-btn {
    display: inline-flex;          
    align-items: center;           
    justify-content: center;       
    gap: 6px;                      
    padding: 14px 25px;            
    border-radius: 30px;
    background: linear-gradient(90deg, #30cfd0, #4996e8);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    line-height: 1.2;
}

.read-more-btn .arrow-press-release {
    display: inline-block;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.read-more-btn:hover {
    background: linear-gradient(90deg, #4996e8, #2c2462);
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.read-more-btn:hover .arrow-press-release {
    transform: translateX(6px);
}

@media (max-width: 768px) {
    .read-more-btn {
        padding: 12px 22px;
        font-size: 14px;
    }
}

.tab-layout {
    display: flex;
    align-items: flex-start;
}

.sidebar-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border: none;
    background: #f5f7fa;
    border-radius: 8px;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-icon {
    width: 30px;
    height: 30px;
    background: #ffc107;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.3s ease, background 0.3s ease;
}

.tab-btn:hover {
    background: linear-gradient(90deg, #30cfd0, #4996e8);
    color: #fff;
    transform: translateX(5px);
}

.tab-btn:hover .tab-icon {
    background: #ff9800;
    transform: translateX(6px);
}

.tab-btn.active {
    background: linear-gradient(90deg, #4996e8, #2c2462);
    color: #fff;
}

.tab-btn.active .tab-icon {
    background: #ff9800;
    animation: arrowSlide 1.2s ease-in-out infinite alternate;
}

@keyframes arrowSlide {
    from { transform: translateX(0); }
    to { transform: translateX(5px); }
}

@media (max-width: 768px) {

    .sidebar-tabs {
        flex-direction: row;
        overflow-x: auto;
    }

    .tab-btn {
        white-space: nowrap;
        min-width: max-content;
    }
}

.tab-content-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    min-height: 250px;
}

.tab-content {
    display: none;
    animation: fadeIn 0.4s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {

    .tab-layout {
        flex-direction: column;
    }

    .sidebar-tabs {
        flex-direction: row;
        overflow-x: auto;
    }

    .tab-btn {
        white-space: nowrap;
    }

    .col-md-3, .col-md-9 {
        width: 100%;
    }
}

/* ===============================
   List Base
================================= */
.tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-content ul li {
    padding: 14px 0;
    position: relative;
    transition: transform 0.3s ease, background 0.3s ease;
}

/* ===============================
   Gradient Divider
================================= */
.tab-content ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: linear-gradient(to right, transparent, #0d6efd, transparent);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.tab-content ul li:hover:not(:last-child)::after {
    opacity: 1;
}

@media (max-width: 768px) {

    .tab-content ul li {
        padding: 12px 0;
    }

    .tab-content ul li:not(:last-child)::after {
        left: 5%;
        width: 90%;
        height: 1.5px;
    }

    .tab-content ul li a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .tab-content ul li {
        padding: 10px 0;
    }

    .tab-content ul li:not(:last-child)::after {
        left: 3%;
        width: 94%;
        height: 1px;
    }

    .tab-content ul li a {
        font-size: 13px;
    }
}

/* ===============================
   Anchor Styling
================================= */
.tab-content ul li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    font-weight: 500;
}

/* ===============================
   Arrow Styling
================================= */
.li-arrow {
    color: #0d6efd;
    font-size: 14px;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* ===============================
   Hover Effects
================================= */
.tab-content ul li:hover {
    transform: translateX(6px);
}

.tab-content ul li a:hover .li-arrow {
    transform: translateX(6px);
    color: #084298;
}

/* ===============================
   Smooth Fade Animation
================================= */
.tab-content ul li {
    opacity: 0;
    animation: fadeUp 0.5s ease forwards;
}

.tab-content ul li:nth-child(1) { animation-delay: 0.05s; }
.tab-content ul li:nth-child(2) { animation-delay: 0.1s; }
.tab-content ul li:nth-child(3) { animation-delay: 0.15s; }
.tab-content ul li:nth-child(4) { animation-delay: 0.2s; }
.tab-content ul li:nth-child(5) { animation-delay: 0.25s; }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-content ul li a:hover {
    color: #0d6efd;
}