h2{
    font-weight: bold;
}

.navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav-item a {
    color: white;
}

.nav-item a:hover {
    color: white !important;
}

.dropdown-menu a:hover {
    color: #000 !important;
    background-color: gray;
}

.navbar .navbar-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-top img {
    width: 200px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.navbar .navbar-bottom {
    width: 100%;
    display: flex;
    justify-content: right;
    background: #000066;
}

.navbar .navbar-bottom .nav-item a {
    color: white;
}

.social-media {
    display: flex;
}

.social-media a {
    margin-left: 10px;
}

.social-media .fab {
    font-size: 24px;
    color: #000066;
    /* Adjust color as needed */
    margin-right: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown #dropdown {
    top: 0;
    left: 100%;
}

.nav-item:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu .nav-link {
    color: #343a40;
}

#carousel {
    background: #9BC7F5;
    padding: .2rem 0;
    font-size: 18px;
}

.caro-scroll {
    overflow: hidden;
    width: 100%;
}

.carousel-bg {
    display: flex;
    animation: scroll 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.paused {
    animation-play-state: paused !important;
}

.carousel-content {
    gap: 40px;
    flex-wrap: nowrap;
}

.news-updates {
    letter-spacing: 15px;
    color: #000;
}

.carousel-text {
    white-space: nowrap;
}




.carousel-bg span {
    color: #FFFFFF;
    font-weight: bold;
}

.banner {
    max-width: 100%;
    overflow-x: hidden;
}

.active-tab {
    font-weight: 600;
    color: #000 !important;
    border-bottom: 2px solid #0E2079 !important;
}

.tab-btn {
    background: none;
    border: none;
    color: #6c757d;
    padding: 5px 10px;
}

.tab-btn:focus,
.tab-btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.tab-btn:hover {
    color: #0d6efd;
}

.content-section {
    transition: all 0.4s ease;
}

.right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.expertise .row .expertise-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: 250px;
}

.expertise .box-side {
    background: #E7EBF4;
    border-radius: 5px;
}


.expertise .box-center {
    background: linear-gradient(to Right Bottom, #010A6A, #00CCB4);
    color: #fff;
    border-radius: 5px;
}


.news-heading {
    font-weight: 700;
    margin-bottom: 30px;
}

.news-image {
    position: relative;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-image:hover img {
    transform: scale(1.05);
}

.news-text {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.card-custom {
    border-radius: 10px;
    padding: 30px;
    background-color: #e9ecf1;
    height: 100%;
}

.card-custom h5 {
    color: #004080;
    font-weight: 700;
}

.card-gradient {
    background: linear-gradient(135deg, #000A6A, #00CCB4);
    color: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.card-custom .arrow {
    display: inline-block;
    margin-top: 20px;
    font-size: 3rem;
    transition: transform 0.3s;
}

.card-custom .arrow:hover {
    transform: translateX(5px);
}

.card-gradient .arrow {
    display: inline-block;
    margin-top: 20px;
    font-size: 3rem;
    transition: transform 0.3s;
}

.card-gradient .arrow:hover {
    transform: translateX(5px);
}

.home-about{
    background-image: url('/assets/img/home/home-about-bg.png');
    background-position: center;
    background-size: cover;
    height: 60vh;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-about button{
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 5px 20px;
}

.home-about a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.home-about span{
    font-size: 30px;
}

.impact{
    background: linear-gradient(to right, #DADAFE, #59DEED);
}

.home-member{
    background-image: url('/assets/img/home/home-member.png');
    background-size: cover;
    background-position: center;
}

.home-member button{
    background: #000066;
    border: none;
    padding: 5px 20px;
    border-radius: 3px;
    font-weight: bold;
}

.home-member a{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-member span{
    font-size: 30px;
}
/* .about {
    background-image: url('/assets/img/home/about-bg.png');
    background-position: center;
    background-size: cover;
    height: 100%;
}

.about-container {
    background: white;
    width: 60%;
    border-radius: 5px;
}

.info-box {
    background: #D9D9D9;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.info-box h6 {
    background: #000066;
    color: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;
} */


/* General Styles for the Footer */
.footer-wrap {
    background-color: #040449;
    /* Dark blue background color */
    color: white;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}

.footer-wrap .container {
    max-width: 1200px;
    margin: auto;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget a.footer-logo img {
    width: 100px;
    margin-bottom: 20px;
}

.footer-widget .comp-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-widget a {
    color: white;
    transition: color 0.3s ease;
}

.footer-widget a:hover {
    color: #383838;
    /* Gold color for hover effect */
}

.social-profile {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.social-profile li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #040449;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-profile li a:hover {
    background-color: #383838;
    /* Gold background on hover */
    color: #040449;
}



.copyright-text {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}

.copyright-text span {
    font-weight: 700;
}

.ri-copyright-line {
    margin: 0 1px;
}

.scroll-to-top {
    position: fixed;
    bottom: -60px;
    /* Start off-screen */
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #000066;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    /* Ensure it stays above other elements */
    font-size: 24px;
    /* Adjust as needed */
    transition: bottom 0.3s ease-in-out;
    /* Animation effect */
    animation: movetop 2s infinite;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:hover {
    background-color: #0056b3;
    color: white;
}

.scroll-to-top.show {
    bottom: 20px;
    /* Slide in */
}

@keyframes movetop {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

#conference_btn {
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    width: fit-content;
    padding: 0 .5rem;
}

#conference_btn a {
    color: #000066;
}

#conference_btn a:hover {
    color: #000066 !important;
}

/* Organization Profile Page style */
.organization_profile .right {
    .d-flex {
        background: #F2EEFD;
        border-radius: 15px;
    }

    a {
        color: #000066;
    }
}

.organization_profile .left button {
    background: #000066;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

/* State Coordinators page style */
.state-coordinators {
    .social-profile a {
        background: #DADAFE;
        box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
    }

    .coordinators {
        background: #F8F8F8;
    }

    .coordinators:hover {
        background: #F2EEFD;
        border: 2px solid #9FBAF5;
        box-shadow: 4px 4px 4px 2px rgba(162, 242, 249, 0.9);
    }

    .coordinators:hover .social-profile a {
        background: #FFFFFF;
    }
}

/* Organization chart page style */

/* ===== Custom Team Tabs ===== */

.team-tab-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    list-style: none;
}

.team-tab-btn {
    background: #f9f9f9;
    border: 2px solid transparent;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 25px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.team-tab-btn:hover {
    background: #eef6ff;
    color: #000066;
    border-color: #007bff33;
}

.team-tab-btn.active {
    background: #000066;
    color: #fff;
    border-color: #000066;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

/* ===== Tab Content ===== */
.team-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.team-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.core img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.core a {
    text-decoration: none;
    color: black;
}

.core-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #dbe5fa;
    border-radius: 10px;
    height: 280px;
}

.core-box:hover {
    border: 2px solid #9FBAF5;
    box-shadow: 4px 4px 4px 2px rgba(162, 242, 249, 0.9);
    background: #F9f9f9;
}

/* Membership page style */
.membership-section {
    padding: 60px 0;
}

.sidebar {
    border-right: 1px solid #eee;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar li {
    padding: 12px 15px;
    cursor: pointer;
    transition: all 0.3s;
    border-left: 4px solid transparent;
}

.sidebar li.active {
    border-left: 4px solid #6c63ff;
    background: #f8f7ff;
    font-weight: 600;
    color: #3b2ee4;
}

.sidebar li:hover {
    background: #f3f3f3;
}

.membership-content h4 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.membership-content ul {
    padding-left: 20px;
    line-height: 1.8;
}

.info-card {
    background: #F2EEFD;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.info-card .icon {
    font-size: 25px;
    color: #3b2ee4;
    border-radius: 50%;
    padding: 5px 10px;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
}

.pdf-card {
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}

.pdf-card i {
    color: red;
    font-size: 22px;
}

.pdf-card .bi-download {
    color: #000;
}

.pdf-card a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
}

.register-btn {
    background-color: #000066;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    transition: 0.3s;
}

.register-btn:hover {
    background-color: #000066;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.resource-section {
    padding: 60px 0;
}

.resource-section h6 {
    color: #000066;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.resource-section h3 {
    font-weight: 700;
    margin-bottom: 40px;
}

.college-card {
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    margin-bottom: 15px;
    transition: all 0.25s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.college-card:hover {
    background-color: #F2EEFD;
    transform: translateY(-4px);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}


.college-logo {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.college-details h6 {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
}

.college-details p {
    margin: 2px 0 0;
    font-size: 0.9rem;
    color: #555;
}

.mission-vision h6 {
    color: #000066;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.mission-vision h3 {
    font-weight: 700;
    margin-bottom: 40px;
}

.mission-box {
    background-color: #000066;
    color: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

.vision-box {
    background-color: #ebe7ff;
    border-radius: 20px;
    padding: 30px;
}

.mission-box h5 {
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}


.vision-box h5 {
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #000066;
}

.mission-box ul,
.vision-box ul {
    margin-top: 15px;
}

.mission-box ul li,
.vision-box ul li {
    margin-bottom: 5px;
}

.img-box img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.contact-membership-desk h3 {
    font-weight: bold;
    margin-bottom: 40px;
    color: #000066;
}

.contact-membership-desk {
    .desk-icon {
        padding: 20px;
    }

    .desk-icon img {
        width: 50px;
        height: 50px;
    }

    .desk-icon a {
        text-decoration: none;
        color: #000;
    }

}

.contact-membership-desk .map>.map-frame {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .info-card {
        flex-direction: column !important;
    }
}

@media (max-width: 991px) {
    .img-box {
        margin-bottom: 20px;
    }

    .coordinators {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
    }

    .coordinators .social-profile {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {

    @keyframes scroll {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-250%);
        }
    }

    .paused {
        animation-play-state: paused !important;
    }

    #carousel {
        padding: 0 !important;
        font-size: 16px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        height: 65px;
    }

    .carousel-item>div {
        padding: 0 !important;
    }

    #corner-caro>div {
        margin: 10px !important;
    }

    .carousel-content {
        gap: 20px;
    }

    .carousel-text {
        font-size: 14px;
        text-align: center;
    }

    .news-updates {
        font-size: 12px;
        letter-spacing: 10px;
    }

    .update {
        font-size: 13px;
    }

    .info-box {
        margin-bottom: 20px;
    }

    .footer-wrap>div {
        margin: 20px !important;
    }

    .footer-widget {
        text-align: left;
    }

    .footer-widget a.footer-logo img {
        margin-bottom: 20px;
    }

    .social-profile {
        justify-content: left;
    }

    .info-card {
        flex-direction: column !important;
    }

    .info-card>.d-flex {
        flex-direction: column !important;
    }

    .college-card {
        flex-direction: row;
        align-items: flex-start;
        padding: 15px;
    }

    .college-logo {
        width: 55px;
        height: 55px;
    }

    .coordinators {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
    }

    .coordinators .social-profile {
        justify-content: center;
        align-items: center;
    }
}



@media screen and (max-width: 500px) {
    .navbar-top {
        padding: 0 5px !important;
    }

    .navbar-top img {
        width: 110px;
    }

    .social-media .fab {
        font-size: 18px !important;
        margin-right: 2px !important;
    }

    .social-media .twitter {
        margin-left: 0 !important;
        width: 1.4rem !important;
    }

    .dropdown-menu {
        background-color: #000066 !important;
    }

    .dropdown-menu a {
        color: white !important;
    }

    #carousel {
        height: 40px !important;
    }

    .carousel-content {
        margin-top: -15px;
    }

    .about {
        padding: 25px !important;
    }

    .about-container {
        width: 100% !important;
        padding: 25px !important;
    }

    #impact {
        padding: 0 !important;
    }

    #imp-sec {
        padding: 0 !important;
        margin: 0 !important;
    }

}


@media screen and (max-width: 250px) {
    .navbar-top {
        padding: 0 !important;
    }

    .navbar-top img {
        width: 80px !important;
    }

    .social-media .fab {
        margin-right: 2px !important;
    }
}

.navbar .nav-link.blink-glow,
.blink-glow {
    color: #fff !important;
    font-weight: bold !important;
    background-color: #0099ff !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    animation: glowPulse 1.5s infinite !important;
}

@keyframes glowPulse {
    0% { box-shadow: 0 0 5px #c8ff00; }
    50% { box-shadow: 0 0 15px #00ffae; }
    100% { box-shadow: 0 0 5px #ff00f2; }
}

.custom-gallery img {
    object-fit: cover;
    border-radius: 10px;
}

.event-box {
    padding: 25px;
    background: #f5f5f5;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid transparent;
    min-height: 200px;
}

.event-box:hover {
    background: #e9ecef;
}

.event-box.active {
    background: #003366;
    color: #fff;
    border-color: #003366;
}

/* Button Style */
.event-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 18px;
    background-color: #007bff;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.event-btn:hover {
    background-color: #0056b3;
}

.header-banner {
    position: relative;
}

.header-banner img {
    width: 100%;
    height: auto;
}

.banner-text {
    position: absolute;
    top: 50%;                     /* Vertical center */
    left: 50%;                    /* Horizontal center */
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;                 /* Text color */
    text-shadow: 0px 3px 6px rgba(0,0,0,0.6);
    z-index: 10;        /* Important */
}

.banner-text h1 {
    font-size: 42px;
    font-weight: 700;
}

.banner-text p {
    font-size: 20px;
    margin-top: 10px;
}



.event-disabled {
    opacity: 0.4;
    pointer-events: none;    /* Disable clicks */
    cursor: not-allowed !important;
    filter: grayscale(100%);
}

.event-disabled .event-btn {
    background: #999 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.restricted-note {
    color: #fd7e14;      /* Orange */
    font-weight: 600;
}


.blink-smooth {
    animation: smoothBlink .5s 3;
}

@keyframes smoothBlink {
    0%   { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
}
