@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

div::after {
    content: '';
    clear: both;
    display: block;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Ubuntu", sans-serif;
}

.pre_haederavanti {
background: linear-gradient(161deg, rgb(218, 81, 108) -1.92%, rgb(101, 13, 199) 99.19%);
    padding: 6px 0;
    position: relative;
    z-index: 10;
}

.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);
}

.header_avantibai {
    height: 90px;
    border-bottom: 1px solid #ddd;
}

.dept_logo {
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
}

.shadow_bottom {
    box-shadow: 0px 15px 10px -15px #fb3b00;
}

/*********************Navigation Start**********************/
:root {
    --color-white-100: hsl(206, 5%, 100%);
    --color-white-200: hsl(206, 5%, 90%);
    --color-white-300: hsl(206, 5%, 80%);
    --color-white-400: hsl(206, 5%, 60%);
    --color-white-500: hsl(206, 5%, 50%);
    --color-black-100: hsl(213, 23%, 8%);
    --color-black-200: hsl(214, 21%, 6%);
    --color-black-300: hsl(210, 21%, 6%);
    --color-black-400: hsl(216, 22%, 4%);
    --color-black-500: hsl(220, 18%, 3%);
    --color-pink-100: hsl(326, 85%, 90%);
    --color-pink-200: hsl(327, 87%, 80%);
    --color-pink-300: hsl(329, 86%, 70%);
    --color-pink-400: hsl(330, 81%, 60%);
    --color-pink-500: hsl(333, 71%, 50%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --primary: #598ea1;
    --secondary: #a60ec1;
    --glass-bg: rgba(255, 255, 255, 0.18);
    --glass-border: rgba(255, 255, 255, 0.35);
    --dark-text: #1f2a33;
    --light-text: #ffffff;
}

.menu {
    margin: 0;
    padding: 0;
}

.menu-item li:nth-child(1) {
    margin-left: 0;
}

.menu-item a {
    text-decoration: none;
}

.brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: var(--color-pink-500);
}

.header_menu {
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    background-color:#06a3da;
    color: #fff;
}

.wrapper_menu {
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: var(--shadow-medium);
        background-color: var(--color-white-100);
        transition: all 0.5s ease;
    }

    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.menu-link > i {
    font-size: 1.35rem;
    color: inherit;
    top:-2px;
    position:relative;
}

.menu-link:hover {
    outline: none;
    color: #5325c5;
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover > .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 992px) {
    .menu {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .menu-item {
        display: block;
        margin: 0 auto;
    }

    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 1.25rem;
    }

    .wrapper_menu {
        display: flex;
    }
}

.submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid #0864b0;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.3s ease-in-out;
    z-index: 99999;
}

.submenu-item {
    display: block;
    margin-top: 0.75rem;
}

.submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    transition: all 0.35s ease;
}

.submenu-link:hover {
    outline: none;
    color: #0864b0;
}

@media only screen and (max-width: 992px) {

    .submenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
        transition: max-height 0.4s ease;
    }

    .menu-dropdown.active > .submenu {
        max-height: 800px;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: #fff;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

@media only screen and (max-width: 992px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

/****************Navigation End****************/
/***********Slidder Start***********/
.carousel-frame {
    position: relative;
    height: min(calc(90vh - 10px), 350px);
    margin: 0px auto;
    overflow: hidden;
    box-shadow: inset 60px 0px 60px -60px rgb(0, 0, 0), inset -60px 0px 60px -60px rgb(0, 0, 0);
    background-image: radial-gradient( circle, transparent, transparent 75%, rgba(0, 0, 0, 0.3) );
    background-color: white;
    z-index: 1;
}

/* Ministers Overlay */
.ministers-overlay {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 10;
}

/* Glass Effect */
.glass-card {
    position: relative;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.35),
        rgba(255, 255, 255, 0.15));
    backdrop-filter: blur(6px) saturate(120%);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 16px;
    box-shadow:
        0 25px 45px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transform: perspective(1000px) translateZ(20px);
    transition: all 0.4s ease;
}

.glass-card:hover {
    transform: perspective(1000px) translateY(-8px) translateZ(35px) rotateX(2deg) rotateY(-2deg);
}

.glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(120deg,
        rgba(255, 255, 255, 0.35),
        transparent 60%);
    pointer-events: none;
}

/* Image */
.important-message-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

@media(max-width:768px) {
    .ministers-overlay {
        position: static;
        transform: none;
        margin-top: -60px;
        padding: 0 15px;
    }

    .glass-card {
        backdrop-filter: blur(4px);
    }
}

.carousel-slide {
    display: flex;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.carousel-slide img {
    min-width: 100%;
    object-fit: cover;
}

.carousel-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -15px;
    z-index: 10;
    font-size: 30px !important;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.carousel-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -15px;
    z-index: 10;
    font-size: 30px !important;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;   
}

.carousel-dots {
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom:10px;
    margin: 0 auto;
    width: max(100px, 15%);
    display: flex;
    justify-content: space-between;
    z-index:999999999999999;
}

.carousel-dots li {
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.carousel-dots .active-dot {
    background-color: rgba(255, 255, 255, 0.8);
}

/***********Slidder End**************/
/*************On Slidder Start**************/
.top_divarea {
    margin: -120px 0 50px 0;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 99999;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.bg_clrdrk {
    position: relative;
    border:1px solid #ddd;
}

.main_headabout {
    display: block;
    text-align: center;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 18px;
    color: #1f2a33;
    text-transform: uppercase;
    letter-spacing: 1px;    
    position: relative;
    background: linear-gradient(135deg, #ffffff, #f4f7fa);
    border-radius: 30px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
    cursor: default;
}
    
/* Gradient underline */
.main_headabout::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    width: 18%;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(135deg, #598ea1, #a60ec1);
    transition: width 0.4s ease;
}
    
/* Hover animation */
.main_headabout:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
    
/* Underline expand on hover */
.main_headabout:hover::after {
    width: calc(100% - 36px);
}
    
/* Responsive */
@media (max-width: 768px) {
    .main_headabout {
        font-size: 16px;
        padding: 10px 14px;
    }
}

.main_headabout i {
    color: #06a3da;
}

.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;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-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);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

/*************On Slidder End**************/
/**************Important Links Start**************/

.main_head {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}

.links_area {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 300px;
    margin: 30px 0;
}

#news-slider {
    margin: 20px 0;
}

.post-slide {
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    height: 100%;
    display: flex;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1,1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 40%;
    left:-60px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 2px 3px 16px -10px #f45a2b;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 40%;
    right: -60px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: 2px 3px 16px -10px #f45a2b;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {   
    color: #333;
    font-size: 30px;height: 20px;
    width: 20px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 11px;
}

.owl-prev:after {
    background-image: url('../images/svgs/arrowprev.svg');
}

.owl-controls .owl-buttons .owl-next:after {
    background-image: url('../images/svgs/arrownext.svg');
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.categories__item .icon {
    width: 110px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c9c9dd;
    border-radius: 150px;
    background: #fff;
    font-size: 35px;
    color:#06a3da;
    transition: all .3s ease-out 0s;
    position: relative;
    margin: 10px 10px;
    padding: 0px 0 0 0;
    line-height: 110px;
}

.categories__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 220px;
}

.categories__item .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.categories__item .courses {
    line-height: 1.3;
    color: #000;
    width: 100%;
    display: inline-block;
}

.categories__item:hover .icon {
    background: #00ced1;
    box-shadow: 6px 5px 0 0 rgba(255 177 177 / 25%);
    color: #fff;
}

.implinks_area {
    position: relative;
    z-index: 9999999;
}


.main_headrani {
    width: 100%;
    margin: 0;
    padding:30px 0;
    text-align: center;
    font-size: 40px;
}

.main_headrani span {
    position: relative;
    z-index: 1;
    color: #b23a8a;
}

.main_headrani span svg {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 90px;
}

/**************Important Links End**************/
/*************Contact Us Start**************/
.contactinner_area {
    position: relative;
    height: 190px;
    padding:10px;
    border-radius: 16px;
    border:2px solid #7c7c7c;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    min-height: 190px;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
    cursor: pointer;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* Diagonal two-color background */
.contactinner_area .card-bg::before,
.contactinner_area .card-bg::after {
    content: "";
    position: absolute;
    inset: 0;
}

.contactinner_area .card-bg::before {
    background: linear-gradient(135deg, #598ea1 0%, #3e6f85 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.contactinner_area .card-bg::after {
    background: linear-gradient(135deg, #a60ec1 0%, #7e0d93 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.95;
}

.contactinner_area:hover .card-bg::before {
    background: linear-gradient(135deg, #9a66cd 0%, #6a10c3 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.contactinner_area:hover .card-bg::after {
    background: linear-gradient(135deg, #1e2867 0%, #0bbcd6 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.95;
}

/* Card Content */
.card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contactinner_area:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    cursor:pointer;
}

.contactinner_area:hover .card-bg::after {
    filter: brightness(1.1);
}
    
.icon_contact {
    font-size:50px;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

/* Icon Styling */
.icon_contact img {
    width: 44px;
    transition: transform 0.4s ease;
}

.contactinner_area:hover .icon_contact img {
    transform: scale(1.15) rotate(-3deg);
}

.icon_contact i {
    color:#00ced1;
}

/* Headings */
.headinner_contact {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    color: #ffe500;
}

.headinnersml_contact {
    font-size:14px;
    font-weight:600;
    color: rgba(255,255,255,0.95);
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* Responsive */
@media (max-width: 767px) {
    .contactinner_area {
        margin-bottom: 20px;
        height: 175px;
    }

    .headinner_contact {
        font-size: 18px;
    }

    .headinnersml_contact {
        font-size: 13px;
        word-break: normal;
        overflow-wrap: normal;
        white-space: normal;
    }
}

/************Contact Us End***********/
/***************Footer Start*************/
.footer_haederavanti {
    background-color:#06a3da;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align:center;
    font-size:14px;
    font-weight:600;
}

.footer_haederavanti {
    background-color: #03394c;
}

/* ==============================
   MODERN FOOTER – UNIVERSITY
============================== */

.footer-modern {
    position: relative;
    background: url("../images/Ranione.jpg") center/cover no-repeat fixed;
    color: #fff;
}

/* Dark Glass Overlay */
.footer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(3,57,76,0.92),
        rgba(6,163,218,0.75)
    );
    backdrop-filter: blur(6px);
}

/* ==============================
   TOP FOOTER
============================== */

.footer-top {
    position: relative;
    z-index: 2;
    padding: 60px 20px 40px;
}

.footer-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

/* Column */
.footer-col h4 {
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    color: #FFEB3B;
    display: inline-block;
    cursor: pointer;
}

.footer-col h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #ffc107;
    transform: scaleX(0.5);
    transform-origin: left;
    margin-top: 6px;
    border-radius: 3px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover → stretch underline */
.footer-col h4:hover::after {
    transform: scaleX(1);
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-col ul li a {
    color: #e0f4ff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffc107;
    padding-left: 6px;
}

/* Count style */
.footer-count span {
    color: #ffc107;
    font-weight: 600;
}

/* ==============================
   SOCIAL ICONS
============================== */

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
    backdrop-filter: blur(5px);
}

.footer-social a:hover {
    transform: translateY(-5px) scale(1.1);
    background: #ffc107;
    color: #000;
}

/* ==============================
   DIVIDER
============================== */

.footer-divider {
    position: relative;
    height: 2px;
    margin: 30px 20px;
    background: linear-gradient(
        to right,
        transparent,
        #ffc107,
        transparent
    );
}

/* Center Dot */
.footer-divider::before {
    content: "✦";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #03394c;
    color: #ffc107;
    padding: 0 12px;
    font-size: 14px;
}

/* Content */
.footer-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 30px 15px;
    color: #fff;
    animation: fadeUpFooter 1s ease both;
}

/* Powered By text */
.footer-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 8px;
    opacity: 0.9;
}

/* Logo inline */
.footer-logo {
    max-width: 140px;
    display: inline-block;
    margin: 0 0 6px;
    vertical-align: middle;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.4));
}

/* Hover effect on logo */
.footer-logo:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.6));
}

/* ==============================
   FOOTER INLINE CONTENT
============================== */

.footer-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    text-align: center;
}

/* Copyright */
.footer-copy {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 8px;
}

/* Animation */
@keyframes fadeUpFooter {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fb img {
    height: 30px;
}

.ig img {
    height: 30px;
}

.tw img {
    height: 36px;
}

/* ==============================
   FOOTER UNIVERSITY HEADER
============================== */

.footer-university {
    grid-column: 1 / -1; /* full width inside grid */
    text-align: center;
    margin-bottom: 35px;
    animation: fadeUpFooter 1s ease both;
}

.footer-university h2 {
    font-family: Georgia;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
}

.footer-university h3 {
    font-family: Georgia;
    font-size: 34px;
    font-weight: 800;
    margin-top: 8px;
    color: #ffc107;
    letter-spacing: 3px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 768px) {
    .footer-university h2 {
        font-size: 18px;
        line-height: 1.4;
    }

    .footer-university h3 {
        font-size: 26px;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    .footer-university {
        margin-bottom: 25px;
    }

    .footer-university h2 {
        font-size: 16px;
    }

    .footer-university h3 {
        font-size: 22px;
    }
}

/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 1100px) {
    .footer-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-modern {
        min-height: 140px;
        background-attachment: scroll;
    }

    .footer-logo {
        max-width: 120px;
    }

    .footer-inline {
        gap: 8px;
    }

    .footer-text,
    .footer-copy {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-content {
        padding: 25px 10px;
    }

    .footer-logo {
        max-width: 135px;
    }

    .footer-col h4 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-col h4::after {
        margin-left: auto;
        margin-right: auto; /* underline center */
    }
}
/***************Footer End*************/

/***************About Us Start*****************/
.abt_uspic {
    width:90%;
    margin:0 auto;
    text-align:center;
}

.abt_uspic img {
    width:100%;
    height:300px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}
    
.abt_uspic:hover img {
    transform: scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.icon_abt {
    width: 40px;
    height: 40px;
    background-color: #b23a8a;
    text-align: center;
    margin-bottom: 5px;
    color:#fff;
    line-height:35px;
}

.inner_abttxt {
    margin-bottom: 20px;
    padding: 15px 15px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.35);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: all 0.45s cubic-bezier(.25, .8, .25, 1);
    transform-style: preserve-3d;
}

.inner_abttxt:hover {
    transform: translateY(-10px) rotateX(3deg) rotateY(-3deg);
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.paragraph_abt {
    font-size:13px;
    line-height: 1.6;
    transition: transform 0.3s ease;
}
    
.inner_abttxt:hover .paragraph_abt {
    transform: translateY(-2px);
}

.subhead_abt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}
    
.inner_abttxt:hover .subhead_abt {
    color: #b23a8a;
}

.abt_area {
    padding:30px 0 0 0;
}

.inner_abttxt {
    margin-bottom:15px;
    border: 6px solid #cdcccc7d;
    border-radius: 20px;
    padding: 10px 10px;
}
    
@media (max-width: 767px) {
    .inner_abttxt {
        text-align: center;
        transform: none !important;
    }
    
    .icon_abt {
        margin: 0 auto 10px;
    }
    
    .abt_uspic img {
        height: auto;
        margin: 20px 0;
    }
    
    .subhead_abt {
        font-size: 18px;
    }
    
    .paragraph_abt {
        font-size: 14px;
    }
}

.panel {
    height: 100vh;
}

.line {
    width: 100%;
    max-width: 800px;
    height: 8px;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    background-color: rgba(255,255,255,1);
}

/*****************Keyframes Start animated **********************/

/* Animations */
:root {
	--animate-duration: 1.5s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animated {
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	animation-fill-mode: both;
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}

	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.heartBeat {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

.img-responsive {
	width: 100% !important;
	height: 200px !important;
}


.vc_image {
	width: 100% !important;
	height: 180px !important;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*****************Keyframes Animated End **********************/

/********************Media Queries********************/
@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .dept_logo img {
        max-width:100%;
    }
    .abt_uspic {
        margin:10px;
    }
    .main_headrani {
        padding:10px 0;
    }
    .owl-controls .owl-buttons .owl-prev {
        left:-18px;
    }
    .owl-controls .owl-buttons .owl-next {
        right:-18px;
    }
    .owl-carousel .owl-item {
        width: 273px !important;
    }
    .main_headrani span svg {
        width:50px;
    }
    .main_headrani {
        font-size:30px;
    }
    .menu-link {
        color:#000;
    }
    .navbar {
        position: absolute !important;
        min-height:100%;
        align-items: baseline !important;
        top:16%;
    }
    .contactinner_area{
        margin:10px 0;
    }
    .abt_sections {   
        margin:10px 0;
    }
    .menu-item {
        border-bottom: 1px dotted #06a3da;
    }
    .submenu-item {
        border-bottom: 1px dotted #06a3da;
    }
    .submenu li:last-child {
        border-bottom:none;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 999px) {
    .owl-controls .owl-buttons .owl-prev {
        left:-20px;
    }
    .owl-controls .owl-buttons .owl-next {
        right:-20px;
    }
    .navbar {
        position: absolute !important;
        min-height:100%;
        align-items: baseline !important;
        top:16%;
        width:40%;
    }
    .menu-link {
        color:#000;
    }
    .menu-item {
        border-bottom: 1px dotted #06a3da;
    }
    .submenu-item {
        border-bottom: 1px dotted #06a3da;
        padding-left: 40px;
    }
    .submenu li:last-child {
        border-bottom:none;
    }
}

/* New Design Changes 14.11.2024 */
.dept_logo img {
    height: 100px;
}
.header_avantibai {
    height: auto;
}

body {
    font-family: "Ubuntu", sans-serif !important;
}

.menu-link {  
    font-size: 1rem;
    font-weight: 400;
    position:relative;
}
  
.submenu {
    position: absolute;
    top: 2rem;
}

/* Scroll */
.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);
}

.inner_section {
    height: 230px;
    overflow: auto;
}

.main_headrani {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 33px;
    font-weight: 600;
    color: #7c1bb6;
}

.heading {
    color: #ffe500;
}

.navbar {
    padding:0 !important;
}

.wrapper_menu {
    height:auto !important;
}

.menu-link {
    padding: .5rem 1rem !important
}

.menu-item {
    margin:0 !important;
}
 
.menu-link:hover{
    color: #fff;
    background-color: #057ea8;
}

.submenu {
    position: absolute;
    top: 2.56rem !important;
}

html {
    scroll-behavior: smooth;
}

.menu-dropdown:after {
    content: "";
    background-image: url('../images/svgs/arrow-down-svgrepo-com.svg');
    height: 10px;
    width: 10px;
    background-position: center;
    display: inline-block;
    top: 15px;
    position: absolute;
    right:3px;
}

/* New Inner pages */
.wrapper-codes {
    min-height: 70vh;
}

.page-title {
    background-color:#fafafa;
    padding:5px 0;
    margin-bottom:20px;
}

.page-title h2 {
    font-size:22px;
}

/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.our-team .team-wrap {
    padding: 0 40px;
}

.our-team .container-fluid {
    padding: 0 50px;
}

.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.team-member {
    margin-bottom:30px;
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;
}

.team-title {
    margin: 10px 0 7px;
}

.overlayimage {
    background-color: rgba(20,20,20,.7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details p {
    color: #fff;
}

.team-details strong {
    color: #fff;
    font-size:20px;
}

.team-details ul li {
    color:#fff;font-size:14px;
}

.team-img:hover .team-details {
    opacity: 1;
    margin-top: -80px;
}

.team-img:hover .overlayimage {
    opacity: 1;
}

.socials a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: transparent;
}

.socials i {
    line-height: 37px;
    color: #616161;
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
    color: #fff;
    background-color: #355c7d;
}

.categories__item .name {
    font-size: 16px;
}
.categories__item .courses {
    font-size: 14px;
}

.upper_selection li {
    margin: 0;
    padding: 5px 0;
    line-height: 1.6;
}

.upper_selection.inner_section img {
    margin-right:10px;
}

.icon_abt img {
    height:30px;
}

/* Important links */
.importantLink-section {
    padding:40px 10px;
    position: relative;
    min-height: 75%; 
    background: -webkit-linear-gradient(to right, #402759, #660606, #1a2a6c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #402759, #660606, #1a2a6c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-attachment:fixed;
    z-index: 1;
}

/* Carousel owl */
.owl-controls .owl-buttons .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.owl-controls .owl-buttons .owl-next{
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/* Faculty lists */
.faultylists ol {
    padding:0 30px;
}

@media screen and (max-width: 992px) {
    .abt_sections {
        margin-bottom: 30px;
    }
    .contactinner_area {
        margin-bottom:30px;
        margin-top: 15px;
    }
    .abt_uspic img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .icon_abt {
        margin: 0 auto;
        width: 40px;
        height: 40px;
        background-color: #06a3da;
        text-align: center;
        margin-bottom: 8px;
        color: #fff;
        line-height: 40px;
        border-radius: 10px;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    .inner_abttxt:hover .icon_abt {
        transform: rotate(8deg) scale(1.15);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    }
    .inner_abttxt {
        text-align:center;
    }
    .wrapper_menu  {
        padding:10px;
    }
    .navbar {
        position: fixed !important;
        min-height: 100vh;
        align-items: baseline !important;
        top: 0;
    }
    .menu-link {
        color: #000;  
    }
    .submenu {
        background-color: #f5f5f5;
    }
    .submenu-link {
        padding: 0 14px !important;
        font-size: 14px !important;
    }
    .submenu-item {
        margin-top: 0 !important;
    }
    .submenu {
        position: relative !important;
        top: 0rem !important;
    }
    .owl-buttons {
        display:none;
    }
    .main_headrani span svg {
        display: none;
    }
    .dept_logo img {
        height: auto;
        width: 100%;
    }
}

/* New changes 08.01.2025 */
.viewLink {
    color: #000 !important;
    display: block;
    background-color: #f4f4f4;
    position: absolute;
    width: 100%;
    height: 37px;
    left: 0;
    padding: 7px 0 0 0;
    text-align: center;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}

.viewLink:hover {
    background: linear-gradient(135deg, #598ea1, #a60ec1);
    color: #FFF !important;
    font-weight: 600;
}

.clickhere-lnk {
    font-size: 13px;
    padding:3px;
    border-radius: 5px;
    background-color: #0d6efd;
}
     
.clickhere-lnk:hover {
    background-color:#0864b0 !important;
    color:#000 !important;
}

.upper_selection li {
    padding-left:39px;
    text-indent: -39px;
}

.rablutable td {
    padding:5px !important;
}

.rablutable td:nth-child(1) {
    width:5%;
}

.rablutable td:nth-child(3) {
    width:15%;
}

.rablutable td:nth-child(4) {
    width: 5%;
    text-align: center;
}

/* Breadcrum new 17122024 */
.breadcrumbs {
    border: 1px solid #cbd2d9;
    border-radius: 0.3rem;
    display: inline-flex;
    overflow: hidden;
}
  
.breadcrumbs__item {
    background: #fff;
    color: #333;
    outline: none;
    padding: 0.75em 0.75em 0.75em 1.25em;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
}
  
.breadcrumbs__item:hover:after,
.breadcrumbs__item:hover {
    background: #edf1f5;
}
  
.breadcrumbs__item:focus:after,
.breadcrumbs__item:focus,
.breadcrumbs__item.is-active:focus {
    background: #323f4a;
    color: #fff;
}
  
.breadcrumbs__item:after,
.breadcrumbs__item:before {
    background: white;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}
  
.breadcrumbs__item:before {
    background: #cbd2d9;
    margin-left: 1px;
}
  
.breadcrumbs__item:last-child {
    border-right: none;
}
  
.breadcrumbs__item.is-active {
    background: #edf1f5;
}
/* Courses Offered */
.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: 0.5em 1em;
    font-size: 14px;
    font-weight: 500;color:#000;
    text-decoration: none !important;
}

.tabs ul li a:hover, .tabs ul li a.active {
    background: #06a3da;
    color: #fff;
}
  
.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;
}

.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;
    }
}

/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.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: 20%;
        float: left;
    }
    .tabbed-content.tabs-side .tabs li {
        display: block;float:none;
    }
    .tabbed-content.tabs-side .item {
        margin-left:20%;
    }
}

.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;
}
  
.contact-space {
    border-radius:20px;
    background-color:rgb(30, 66, 107);
    display:inline-block;
    padding:10px 20px;
    color:#fff;
    margin:20px 0 30px;
}
  
.contactlist ul li {
    list-style-type:none;
    margin: 0;
    padding:5px 0;
}
  
.contactlist ul li:after, .contactlist ul li:before {
    display:none;
    content:'';
}

.contactlist strong {
    color: #ffa500;
    font-size:15px;
    margin-right:10px;
}

/* Marquee New Tag css */
.containers {
    font-family: sans-serif;
}

.text-style {
    color: #fff;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2px 5px;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
}

/* 27/01/2025  */
.carousel-frame {
    position: relative;
    height: 350px;
    margin: 0px;
}

.paragraph_abt a {
    color:#000 !important;
}
.important-message-content strong {
    color: aliceblue;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    padding: 5px 0 5px;
}

.important-message-content span {
    color: aliceblue;
    display: block;
    font-size: 14px;
    line-height: 1.2;
}
.messages.card {
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    border: 0;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.messages.card .card-header {
    position: absolute;
    background-color: #f48123;
    border-radius: 0 30px 30px 0;
    width: 90%;
    left: -3px;
    top: 0px;
    border: 0;
}

.messages.card .card-body {
    position: relative;
}

.slidercolumn {
    background-image: linear-gradient(#FFF, #D9EFFF);
}
.messages.card {
    margin: 0 0 10px;
}

.messages.card img {
    height: 150px;
    display: block;
    margin: 0 auto;
    width: 128px;
}

.messages.card .card-body {
    display:flex;
}

.important-message-content {
    padding: 0 20px;
}

.pen {
    position: absolute;
    right: -10px;
    top: 0px;
    width: 150px;
    height: 150px !important;
    z-index: 0;
    opacity: .05;
}
 
.banner-background h1 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 999;
    padding: 0px;
    text-align: center;
    font-family: "Hind", serif !important;
    color: #fff;
    text-shadow: 4px 4px 4px #23364b;
    font-size: 40px;
    font-weight: 900;
}

.deptlogo {
    text-align:center;
    height:100px;
}

.banner-background {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    overflow: hidden;
    background-image: url('../images/ministers/background-1.jpg');
    position: relative;
}

.banner-background:after {
    content:'';
    position:absolute;
    left:0;top:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #003f5b, #2b4b7d, #5f5195, #98509d, #cc4c91, #f25375, #ff6f4e, #ff9913);
    opacity: .97;
}

.imp-person-container {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    position: relative;
    z-index: 1; 
    margin-top:185px;
}

.imp-card {
    background-color: rgba(255, 255, 255, 0.6); 
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    text-align: center;
    padding: 20px;
    width: 250px;
    position: relative;
    backdrop-filter: blur(8px); 
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.imp-card:hover {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    cursor: pointer;
    transition: .5s ease;
}

.flipping-container {
    perspective: 1000px;
    position: relative;
    width: 100%;
}

.image-container {
    perspective: 1000px;
}

.cover-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.imp-card:hover .cover-image {
    transform: rotateY(180deg);
}

.card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 245, 245, 0.7); 
    border-radius: 10px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.1s ease-in-out;
}

.imp-card:hover .card-back {
    visibility: visible;
}

.imp-title {
    margin-top: 10px;
    margin-bottom: 0 !important;
    color: #333;
    font-size: 25px;
    padding: 5px 0 0;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: "Hind", serif !important;
}

.imp-name {
    margin-top: 0;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    font-family: "Hind", serif !important;
    line-height: 1.2;
    padding: 0px 0;
    letter-spacing: 1px;
}

canvas {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 992px) {
    .banner-background {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0;
        overflow: hidden;
        background-image: url('../images/ministers/background-1.jpg');
        position: relative;
    }
}

.header_avantibai {
    height: auto;
    padding: 2px 0;
}

li.drop-down::before {
    top: 22px !important;
}

.goButton-row {
    width:500px;
    margin:0 auto;
    text-align:center;
    padding:10px 0;  position: relative;
    z-index: 999;
    font-size: 20px;
}

.Go_in {
    background-color: #ddd;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 9;
}

.Go_in:after {
    content:'';
    position:absolute;
    left:0;
    width:50px;
    height:50px;
    background:rgba(22, 71, 109,.5);
    display:none;
    top:0;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: 10px;
    transition: .5s ease;
    line-height: 50px;
    z-index: -3;
}

.Go_in:hover:after {
    display:block;
}

.goIn_image {
    height:50px;
    transition:.5s ease;
    z-index: -2;
}

.Go_in:hover .goIn_image {
    margin-right: -30px;
    width: 50px;
    height: 50px;
}

.marquee {
    position: relative;
    width: 100%;
    height: 38px;
    padding-left: 120px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}
    
.track {
    position: absolute;
    white-space: nowrap;
    padding: 7px 0 !important;
    animation: marquee 28s linear infinite;
    will-change: transform;
    transform: translateX(0);
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    
    to {
        transform: translateX(-100%);
    }
}
    
.content-marquee ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
    
.content-marquee li {
    display: inline-flex;
    align-items: center;
    line-height: 10px;
    color: #140707;
    font-size: 14px;
    font-weight: 500;
}
.content-marquee span {
    color: #140707;
}

.marquee .content {
    background-color: transparent !important;
    z-index: 999999;
}

.track {
    padding: 14px 0;
    background-color: #fcfcfc;
}

.marquee:hover .track {
    animation-play-state: paused;
    cursor: pointer;
}

.marquee .content p {
    display:inline-block;
    margin:0;padding:0;
}
.marquee-head {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #b23a8a;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 0 20px 20px 0;
    z-index: 5;
}
    
.marquee-head img {
    width: 22px;
    animation: pulseIcon 1.4s infinite;
}
    
@keyframes pulseIcon {
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(1.35);
    }
    
    100% {
        transform: scale(1);
    }
}
    
.text-style {
    background: #ffe000;
    color: #000;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 600;
}
    
.blink-soft {
    animation: blinkSoft 1.4s infinite;
}
    
@keyframes blinkSoft {
    0%,
    100% {
        opacity: 1;
    }
    
    50% {
        opacity: 0.4;
    }
}
    
.separator {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}
    
@media (max-width: 768px) {
    .marquee {
        padding-left: 85px;
    }
    
    .marquee-head {
        width: 95px;
        font-size: 13px;
        padding: 0 10px;
    }
    
    .marquee-head img {
        width: 18px;
    }
    
    .content-marquee li {
        font-size: 13px;
    }
    
    .track {
        padding: 22px 0;
        animation-duration: 22s;
    }
}
    
/* Mobile keyframes */
@keyframes marqueeMobile {
    from {
        transform: translateX(100%);
    }
    
    to {
        transform: translateX(-100%);
    }
}

/* Marquee Click here btn */
/* Marquee Button */
.marquee-btn {
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff6a00, #ee0979);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Shine Effect */
.marquee-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    transform: skewX(-25deg);
    transition: 0.5s;
}

/* Hover Effects */
.marquee-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.marquee-btn:hover::before {
    left: 130%;
}

/* Pulse Animation (attention grab) */
@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 rgba(255,106,0,0.6); }
    50% { box-shadow: 0 0 10px rgba(255,106,0,0.9); }
    100% { box-shadow: 0 0 0 rgba(255,106,0,0.6); }
}

.marquee-btn {
    animation: pulseGlow 2s infinite;
}

/* ================= Responsive ================= */
@media (max-width: 576px) {
    .marquee-btn {
        font-size: 12px;
        padding: 5px 12px;
    }
}
    
/* Important Content */ 
.container-fluid {
    position: relative;
    z-index: 2;
}
    
.importantContent {
    background: rgba(25, 8, 10, 0.3);
    border-radius: 16px;
    margin-top: -71px;
    padding: 0px 20px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 5;
    transform-style: preserve-3d;
    transition: all 0.45s cubic-bezier(.25, .8, .25, 1);
}
    
.importantContent:hover {
    background: rgba(255, 255, 255, 0.65);
    border-color: #b2b3b4;
    transform: translateY(-10px) rotateX(3deg) rotateY(-3deg);
    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
    
.importantcard {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
    
.at-a-glance {
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0.9px;
    font-weight: 500;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}
    
.importantcard h6 {
    position: relative;
    font-size: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    color: #fff;
    transition: color 0.3s ease;
}

/* Underline */
.importantcard h6:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
    width: 50%;
    height: 4px;
    background: linear-gradient(135deg, #ffe000, #beb35b);
    z-index: -1;
    border-radius: 50px;
    transition: .3s all;
}

/* Hover effect */
.importantcard:hover h6 {
    color: #ad1457;
}
    
.importantcard:hover h6:after {
    width: 100% !important;
    background: linear-gradient(135deg, #314470, #2085a8);
}
    
.image-person img {
    height: 200px;
    width: 150px;
    display: block;
    margin: 0 auto;
    border: 5px solid #0000003b;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
    
.importantContent:hover .image-person img {
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}
    
.messager-msg {
    display: flex;
    align-items: center;
    gap: 15px;
}
    
.image-person {
    flex: 0 0 130px;
    text-align: center;
}
    
.personName-post {
    flex: 1;
}
    
.personName-post strong {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    color: #702ce9;
}
    
.personName-post span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
}
    
.personName-post strong,
.personName-post span {
    transition: transform 0.4s ease, color 0.4s ease;
}
    
.importantContent:hover .personName-post strong {
    transform: translateY(-2px);
    color: #E91E63;
}
    
.importantContent:hover .personName-post span {
    transform: translateY(-2px);
    color: #6612f7;
}

.discription span {
    color: #F44336;
}
    
@media (max-width: 767px) {
    .importantContent {
        margin-top: 20px;
        transform: none !important;
    }
    
    .messager-msg {
        flex-direction: column;
        text-align: center;
    }
    
    .image-person {
        flex: unset;
    }
    
    .image-person img {
        width: 120px;
        height: 120px;
    }
    
    .importantcard h6 {
        font-size: 18px;
    }
}
    
/* Updates Card */
.update-card {
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(240, 180, 192, 0.55),
        rgba(192, 151, 237, 0.55)
    );
    border-radius: 20px;
    min-height: 320px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18),
        inset 0 1px 1px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
    
/* Lift effect */
.update-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}
    
/* Student Title */
.update-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 95px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #22a1cf, #a60ec1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
    
/* Decorative underline */
.update-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(135deg, #598ea1, #a60ec1);
    box-shadow: 0 4px 12px rgba(166, 14, 193, 0.35);
}
    
/* Hide Student on hover */
.update-card:hover .update-title {
    opacity: 0;
    transform: scale(0.9);
}
    
/* Hover Overlay */
.update-links {
    position: absolute;
    inset: 0;
    padding: 30px;
    list-style: none;
    background: linear-gradient(
        135deg,
        rgba(89, 142, 161, 0.75),
        rgba(166, 14, 193, 0.75)
    );  
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    transform: translateY(100%);
    transition: transform 0.45s cubic-bezier(.4, 0, .2, 1);
}

/* List animation Text style */
.update-links li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
    
/* Hover animation */
.update-card:hover .update-links {
    transform: translateY(0);
}
    
.update-card:hover .update-links li {
    opacity: 1;
    transform: translateY(0);
}
    
/* Stagger animation effect */
.update-links li:nth-child(1) {
    transition-delay: .1s;
}
    
.update-links li:nth-child(2) {
    transition-delay: .2s;
}
    
.update-links li:nth-child(3) {
    transition-delay: .3s;
}
    
.update-links li:nth-child(4) {
    transition-delay: .4s;
}
    
/* Read More Button */
.read-more-btn {
    margin-top: 10px;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff !important;
    background: linear-gradient(135deg, #598ea1, #a60ec1);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}
    
/* Small hover pulse (only button) */
.update-card:hover .read-more-btn {
    opacity: 0;
    transform: translateY(-10px) scale(0.9);
}
    
/* Optional button hover (without affecting card) */
.read-more-btn:hover {
    background: linear-gradient(135deg, #a60ec1, #598ea1);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.read-more-btn::after {
    content: " →";
    margin-left: 8px;
    transition: transform 0.3s ease;
}
    
/* Responsive */
@media (max-width: 768px) {
    .update-card {
        min-height: 320px;
        padding: 22px;
    }
    
    .update-title {
        font-size: 22px;
    }
    
    .update-links li {
        font-size: 15px;
    }
}

/* Notification Pop Up */
/* Overlay */
.notify-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;

    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/* Show popup */
.notify-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Card */
.notify-popup {
    position: relative;
    width: 90%;
    max-width: 650px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(18px);
    border-radius: 20px;
    padding: 30px 26px;
    text-align: center;

    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);

    transform: scale(0.8) translateY(40px);
    transition: all 0.45s ease;
}

/* Animate popup */
.notify-overlay.active .notify-popup {
    transform: scale(1) translateY(0);
}

/* Close Button */
.notify-close {
    position: absolute;
    top: 12px;
    right: 16px;

    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;

    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;

    cursor: pointer;
    z-index: 10;                 
    pointer-events: auto;        

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.notify-close:hover {
    background: rgba(0, 0, 0, 0.25);
    transform: rotate(90deg);
}

/* Header wrapper */
.notify-header {
    display: flex;
    align-items: center;  
    justify-content: center; 
    gap: 10px; 
    flex-wrap: wrap; 
    text-align: center;
}

/* Icon */
.notify-icon {
    font-size: 40px;
    margin-bottom: 12px;
    animation: pulse 1.8s infinite;
}

/* Title */
.notify-title {
    font-size: 24px !important;
    font-weight: 700;
    font-size: 48px;
    margin: 0; 
    color: #fff;
}

.notify-text a {
    color: inherit !important;
    text-decoration: none;
}

/* Text Paragraph dotted divider */
.notify-text {
    position: relative;
    padding-bottom: 14px;
    font-size: 15px;
    color: #f0aafc !important;
    line-height: 1.6;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    display: block;
    width: 100%;
}

/* dotted line after each paragraph */
.notify-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;

    width: 70%;
    height: 1px;

    background-image: repeating-linear-gradient(
        to right,
        #f0aafc 0,
        #f0aafc 4px,
        transparent 4px,
        transparent 10px
    );  
    background-size: 10px 1px;
    background-repeat: repeat-x;

    transform: translateX(-50%);
    transition: all 0.35s ease;
}

/* Hover glow */
.notify-text:hover::after {
    background-image: radial-gradient(
        circle,
        #f0aafc 1.5px,
        transparent 1.5px
    );
    filter: drop-shadow(0 0 6px #f0aafc);
}

/* Text glow on hover */
.notify-text:hover a {
    color: #0022ff !important;
}

/* Last paragraph me line nahi chahiye */
.notify-text:last-of-type::after {
    display: none;
}

/* Scrollable content area */
.notify-content {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 6px;
}

/* Custom scrollbar */
.notify-content::-webkit-scrollbar {
    width: 6px;
}

.notify-content::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
}

.notify-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #864ae6, #f0aafc);
    border-radius: 10px;
}

/* Button */
.notify-btn {
    flex: 0 0 auto;
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 12px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #fff!important;
    text-decoration: none;
    background: linear-gradient(135deg, #598ea1, #a60ec1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.notify-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
    background: linear-gradient(135deg, #a60ec1, #598ea1);
    border: 2px solid #e4c4ef !important;
}

/* Icon animation */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

/* Mobile */
@media (max-width: 480px) {
    .notify-title {
        font-size: 20px;
    }
}

.notify-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.notify-btn {
    margin-right: auto; 
}

.btn-dismiss {
    margin-left: auto; 
}

/* Dismiss Button (Right) */
.btn-dismiss {
    flex: 0 0 auto;
    width: auto;
    padding: 10px 16px;
    background: transparent;
    color: #FFF;
    border: 2px solid #ff3b3b;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-dismiss:hover {
    background: #ff3b3b;
    color: #fff;
    border: 2px solid #942eba !important;
    transform: translateY(-2px);
}

.notification-popup.hide {
    animation: popupOut 0.3s ease forwards;
}

@keyframes popupOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .notify-header {
        flex-direction: row; 
        gap: 8px;
    }

    .notify-icon {
        font-size: 28px; 
    }

    .notify-title {
        font-size: 18px; 
    }
}

@media (max-width: 576px) {
    .notify-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .notify-btn,
    .btn-dismiss {
        width: 100%;          
        margin: 0;            
        text-align: center;
    }
}

/* Picture Gallery Section */

/* ===============================
   SECTION – PARALLAX EFFECT
================================ */
.photoSection {
    position: relative;
    padding: 70px 20px;
    background: linear-gradient(
        135deg,
        rgba(89, 142, 161, 0.15),
        rgba(166, 14, 193, 0.15)
    );
    background-attachment: fixed; /* Parallax */
    overflow: hidden;
}

.photoSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top left,
        rgba(255,255,255,0.25),
        transparent 60%
    );
    z-index: 0;
}

/* ===============================
   SECTION HEADER
================================ */
.section-header {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.section-header::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
}

/* ===============================
   SLIDER WRAPPER
================================ */
.slider-photo-gallery-wrapper {
    position: relative;
    max-width: 1400px;
    margin: auto;
    z-index: 2;
}

/* ===============================
   SLIDER BUTTONS
================================ */
.slider-btn-photo-gallery {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    font-size: 22px;
    pointer-events: auto;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.slider-btn-photo-gallery.prev { left: -10px; }
.slider-btn-photo-gallery.next { right: -10px; }

.slider-btn-photo-gallery:hover {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

/* ===============================
   PRODUCT CARD – GLASSMORPHISM
================================ */
.ProductBlock {
    padding: 15px;
}

.Content {
    position: relative;
    border-radius: 18px;
    background: var(--glass-bg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}

/* Glow border on hover */
.Content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}

.Content:hover::before {
    opacity: 1;
    filter: blur(25px);
}

/* ===============================
   IMAGE STYLE
================================ */
.img-fill {
    height: 230px;
    overflow: hidden;
}

.img-fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.Content:hover .img-fill img {
    transform: scale(1.15) rotate(1deg);
}

.set-gallery:hover {
    color: #ffc107;
}

/* ===============================
   TITLE OVERLAY
================================ */
.Content h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 14px;
    text-align: center;
    font-size: 18px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        transparent
    );
}

.Content h3 a {
    color: var(--light-text);
    text-decoration: none;
    font-weight: 600;
    transition: letter-spacing 0.3s ease;
}

.Content:hover h3 a {
    letter-spacing: 1px;
}

/* ===============================
   SCROLL REVEAL FEEL
================================ */
.ProductBlock {
    animation: fadeUp 0.8s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Force slick track in one row */
.SlickCarouselPhoto {
    display: flex !important;
}

.SlickCarouselPhoto .slick-track {
    display: flex !important;
}

.SlickCarouselPhoto .slick-slide {
    height: auto !important;
    display: flex !important;
}

.ProductBlock {
    flex: 0 0 auto;
}

/* ===============================
   RESPONSIVE DESIGN
================================ */
@media (max-width: 1024px) {
    .img-fill { height: 210px; }
}

@media (max-width: 768px) {
    .section-header {
        font-size: 26px;
    }

    .slider-btn-photo-gallery {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .img-fill {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .photoSection {
        padding: 50px 10px;
    }

    .img-fill {
        height: 180px;
    }

    .Content h3 {
        font-size: 16px;
    }
}

/* Video Gallery */

/* ===============================
   VIDEO SPECIFIC STYLE
================================ */
.video-fill {
    position: relative;
    overflow: hidden;
}

.video-fill video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover zoom same as image */
.Content:hover .video-fill video {
    transform: scale(1.15);
}

/* Play icon overlay */
.video-fill::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 70px;
    height: 70px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
    color: #fff;

    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);

    box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
    animation: pulsePlay 1.8s infinite;

    transition: all 0.4s ease;
    z-index: 3;
}

@keyframes pulsePlay {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(255,255,255,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

.Content:hover .video-fill::after {
    content: "⏸";
    font-size: 24px;
    background: rgba(0, 0, 0, 0.7);

    animation: none; /* pulse band */
    transform: translate(-50%, -50%) scale(1.05);
}

/* ===============================
   SLIDER WRAPPER VIDEO
================================ */
.slider-video-gallery-wrapper {
    position: relative;
    max-width: 1400px;
    margin: auto;
    z-index: 2;
}

/* ===============================
   SLIDER BUTTONS
================================ */
.slider-btn-video-gallery {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    font-size: 22px;
    pointer-events: auto;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.slider-btn-video-gallery.prev { left: -10px; }
.slider-btn-video-gallery.next { right: -10px; }

.slider-btn-video-gallery:hover {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

/* Bottom to Top Down Button */
#back-to-up {
    margin-bottom: 30px;
    z-index: 9999;
}

#back-to-up img {
    height: 40px;
}

/* =========================
   STICKY NAVBAR
========================= */

.sticky-nav {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: all 0.35s ease;
}

/* Scroll hone ke baad */
.sticky-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 6px 25px rgba(0,0,0,0.25);
    animation: slideDownNav 0.4s ease forwards;
}

/* Slide animation */
@keyframes slideDownNav {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* NOTIFICATION & NEWS */

/* ==============================
   NOTIFICATION CARD (RIGHT SIDE)
============================== */

.notification-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.18),
        rgba(255,255,255,0.08)
    );
    border-radius: 16px;
    padding: 20px 18px 25px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Hover lift */
.notification-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

/* ==============================
   FILTER ROW (DATE + SELECT)
============================== */

.notification-card input[type="date"],
.notification-card select {
    background: rgba(255,255,255,0.85);
    border-radius: 8px;
    border: none;
    padding: 8px 10px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    transition: 0.3s;
}

.notification-card input[type="date"]:focus,
.notification-card select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(6,163,218,0.5);
}

/* ==============================
   NOTIFICATION LIST (FIXED)
============================== */

.notification-list {
    margin-top: 18px;
    padding: 0;
    list-style: none;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Scrollbar */
.notification-list::-webkit-scrollbar {
    width: 6px;
}
.notification-list::-webkit-scrollbar-thumb {
    background: #06a3da;
    border-radius: 10px;
}

/* Item */
.notification-item {
    display: flex;
    gap: 14px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 14px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
    transition: all 0.35s ease;
}

/* Hover */
.notification-item:hover {
    transform: translateX(6px);
    background: #eaf8ff;
}

.notification-item:hover p {
    color: #000 !important;
}

/* Icon */
.notification-icon img {
    width: 22px;
    margin-top: 4px;
    animation: pulseIcon 2s infinite;
}

/* Content */
.notification-content {
    flex: 1;
}

/* Text */
.notification-text {
    font-size: 14px;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.5;
}

.notification-content .notification-text:hover {
    color: #000 !important;
}

/* Click here */
.notification-content .clickhere-lnk {
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 2px;
    transition: 0.3s;
}

.notification-content .clickhere-lnk:hover {
    color: #000;
}

/* ==============================
   READ MORE LINK
============================== */

.notification-card .viewLink {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(135deg, #06a3da, #03394c);
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.4s ease;
}

/* ==============================
   READ MORE BUTTON
============================== */

.notification-btn-center {
    text-align: center;
}

.read-more-btn-notification-and-news {
    margin-top: 8px;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff !important;
    background: linear-gradient(135deg, #598ea1, #a60ec1);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}
    
/* Optional button hover (without affecting card) */
.read-more-btn-notification-and-news:hover {
    background: linear-gradient(135deg, #a60ec1, #598ea1);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.read-more-btn-notification-and-news::after {
    content: " →";
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.read-more-btn-notification-and-news:hover::after {
    transform: translateX(5px);
}

.notification-card .viewLink:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    color: #f8357a !important;
}

/* ==============================
   ICON ANIMATION
============================== */

@keyframes pulseIcon {
    0% { transform: scale(1); }
    50% { transform: scale(1.12); }
    100% { transform: scale(1); }
}

/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 768px) {
    .notification-card {
        padding: 16px 14px 18px;
    }

    .notification-list {
        max-height: 260px;
    }

    .notification-item {
        padding: 12px 14px;
    }

    .notification-card ul li {
        font-size: 13px;
    }
}

.mp_online_logo {
    height: 35px;
}