@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.team-container {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 20px;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    background-color: #030e68a6;
}

    .team-container h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

.myteamcardcontainer {
    width: 1200px;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
}

.myteamcard {
    position: relative;
    width: calc(50% - 20px);
    min-height: 300px;
    background: #fff;
    margin: 10px;
    box-sizing: border-box;
}

    .myteamcard .imgBx {
        position: absolute;
        width: 50%;
        height: 100%;
    }

        .myteamcard .imgBx img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .myteamcard .myteamcarddetails {
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .myteamcard .myteamcarddetails .myteamcardcontent {
            padding: 20px;
            box-sizing: border-box;
        }

            .myteamcard .myteamcarddetails .myteamcardcontent h2 {
                margin: 0;
                padding: 0;
                font-size: 24px;
                line-height: 0.85em;
                font-weight: 600;
            }

                .myteamcard .myteamcarddetails .myteamcardcontent h2 span {
                    font-size: 14px;
                    color: #777;
                }

            .myteamcard .myteamcarddetails .myteamcardcontent ul {
                margin: 0;
                padding: 0;
                display: flex;
            }

                .myteamcard .myteamcarddetails .myteamcardcontent ul li {
                    list-style: none;
                    margin-left: 2px;
                }

                    .myteamcard .myteamcarddetails .myteamcardcontent ul li a {
                        color: #fff;
                        border: none;
                    }

                    .myteamcard .myteamcarddetails .myteamcardcontent ul li:nth-child(1) a {
                        background-color: #3b5995;
                    }

                    .myteamcard .myteamcarddetails .myteamcardcontent ul li:nth-child(2) a {
                        background-color: #3b5995;
                    }

            .myteamcard .myteamcarddetails .myteamcardcontent a {
                display: inline-block;
                text-decoration: none;
                padding: 5px 10px;
                margin-top: 10px;
                border: 2px solid #262626;
                color: #262626;
                font-weight: 500;
            }

                .myteamcard .myteamcarddetails .myteamcardcontent a:hover {
                    background-color: #262626;
                    color: #fff;
                }

@media (max-width: 1200px) {
    .myteamcardcontainer {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .myteamcard {
        width: calc(70% - 20px);
        margin: 10px auto;
    }
}

@media (max-width: 768px) {
    .myteamcard {
        width: calc(70% - 20px);
        margin: 10px auto;
    }

        .myteamcard .imgBx {
            position: relative;
            width: 100%;
            height: 200px;
        }

        .myteamcard .myteamcarddetails {
            position: relative;
            width: 100%;
            height: 200px;
        }
}

@media (max-width: 480px) {
    .myteamcard {
        width: calc(100% - 40px);
        margin: 10px auto;
    }
}

/* Slider Styles */
.slider-container {
    font-family: 'Poppins', sans-serif;
    background-color: #000;
    color: #eee;
    margin: 0;
    font-size: 12px;
}

.carousel {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

    .carousel .list .item {
        position: absolute;
        inset: 0;
    }

        .carousel .list .item .image-overlay {
            position: absolute;
            width: 100%; /* Full width (cover the whole item) */
            height: 100%; /* Full height (cover the whole item) */
            top: 0;
            left: 0;
            border-image: fill 0 linear-gradient(#0003,#2C52AC);
            /*background-color: rgba(44, 82, 172, 0.45);*/ /* Black background with opacity */
        }
        .carousel .list .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
           
        }

        .carousel .list .item .content {
            position: absolute;
            top: 10%;
            width: 100%;
            max-width: 85%;
            left: 50%;
            transform: translateX(-50%);
            padding-right: 30%;
            box-sizing: border-box;
            color: #fff;
            text-shadow: 0 5px 10px #0004;
        }

            .carousel .list .item .content .author {
                font-size: 20px;
                font-weight: 500;
                /*letter-spacing: 10px;*/
            }

            

            .carousel .list .item .content .title,
            .carousel .list .item .content .topic {
                font-size: 30px;
                font-weight: bold;
                /*letter-spacing: 0.1em;*/
                line-height: 1.3em;
                text-transform: uppercase;
            }

            .carousel .list .item .content .topic {
                color: #8BFF00;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 35px;
                text-shadow: 0px 5px 10px #2c52ac;
            }

            .carousel .list .item .content .des {
                font-size: 14px;
            }

            .carousel .list .item .content .buttons {
                display: grid;
                grid-template-columns: repeat(2, 130px);
                grid-template-rows: 40px;
                gap: 5px;
                margin-top: 20px;
            }

            .carousel .list .item .content button {
                border: none;
                background-color: #2c52ac;
                letter-spacing: 3px;
                font-family: Roboto;
                color: white;
            }

                .carousel .list .item .content button:nth-child(2) {
                    background-color: transparent;
                    color: #8CFF00;
                    border: 1px solid #8CFF00;
                }

/* Thumbnail Styles */
.thumbnail {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}

    .thumbnail .item {
        width: 150px;
        height: 220px;
        flex-shrink: 0;
        position: relative;
    }

        .thumbnail .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

        .thumbnail .item .content {
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
        }

            .thumbnail .item .content .title {
                font-weight: bold;
            }

/* Arrows Styles */
.arrows {
    position: absolute;
    top: 80%;
    right: 52%;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .arrows button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #2c52ac5c;
        border: none;
        font-family: monospace;
        color: #8CFF00;
        font-weight: bold;
        font-size: large;
        transition: 0.5s;
        z-index: 100;
    }

        .arrows button:hover {
            background-color: #8CFF00;
            color: #262626;
        }

.carousel .list .item:nth-child(1) {
    z-index: 1;
}

    .carousel .list .item:nth-child(1) .author,
    .carousel .list .item:nth-child(1) .title,
    .carousel .list .item:nth-child(1) .topic,
    .carousel .list .item:nth-child(1) .des,
    .carousel .list .item:nth-child(1) .buttons {
        transform: translateY(50px);
        filter: blur(20px);
        opacity: 0;
        animation: showcontent 0.5s 1s linear 1 forwards;
    }

@keyframes showcontent {
    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

.carousel .list .item:nth-child(1) .title {
    animation-delay: 1.2s;
}

.carousel .list .item:nth-child(1) .topic {
    animation-delay: 1.4s;
}

.carousel .list .item:nth-child(1) .des {
    animation-delay: 1.6s;
}

.carousel .list .item:nth-child(1) .buttons {
    animation-delay: 1.8s;
}

/* Effect Next */
.carousel.next .list .item:nth-child(1) img {
    width: 150px;
    height: 220px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    border-radius: 20px;
    animation: showImage 0.5s linear 1 forwards;
}

@keyframes showImage {
    to {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
}

.carousel.next .thumbnail .item:nth-last-child(1) {
    width: 0;
    overflow: hidden;
    animation: showThumbnail 0.5s linear 1 forwards;
}

@keyframes showThumbnail {
    to {
        width: 150px;
    }
}

.carousel.next .thumbnail {
    transform: translateX(150px);
    animation: transformThumbnail 0.5s linear 1 forwards;
}

@keyframes transformThumbnail {
    to {
        transform: translateX(0);
    }
}

/* Effect Prev */
.carousel.prev .list .item:nth-child(2) {
    z-index: 2;
}

    .carousel.prev .list .item:nth-child(2) img {
        position: absolute;
        bottom: 0;
        left: 0;
        animation: outImage 0.5s linear 1 forwards;
    }

@keyframes outImage {
    to {
        width: 150px;
        height: 220px;
        border-radius: 20px;
        left: 50%;
        bottom: 50px;
    }
}

.carousel.prev .thumbnail .item:nth-child(1) {
    width: 0px;
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail 0.5s 1 forwards;
}

.carousel.prev .list .item:nth-child(2) .author,
.carousel.prev .list .item:nth-child(2) .title,
.carousel.prev .list .item:nth-child(2) .topic,
.carousel.prev .list .item:nth-child(2) .des,
.carousel.prev .list .item:nth-child(2) .buttons {
    animation: contentOut 0.5s 1 forwards;
}

@keyframes contentOut {
    to {
        transform: translateX(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

.carousel.next .arrows button,
.carousel.prev .arrows button {
    pointer-events: none;
}

/* Time */
.time {
    width: 0%;
    height: 5px;
    background-color: #3c75c6;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

.carousel.next .time,
.carousel.prev .time {
    width: 100%;
    animation: timeRunning 2s linear 1 forwards;
}

@keyframes timeRunning {
    to {
        width: 0%;
    }
}

@media screen and (max-width: 678px) {
    .carousel .list .item .content {
        padding-right: 0;
    }

        .carousel .list .item .content .title {
            font-size: 30px;
        }
}

/*--------------------------introduction
    Introduction Container */
.introduction-container {
    padding: 40px;
    background-color: #2c52ac;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .introduction-container h1 {
        position: relative;
        color: #8BFF00;
        -webkit-text-stroke: #0B3B6E 1px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 35px;
        text-shadow: 0px 5px 10px #2c52ac;
    }

        .introduction-container h1::before,
        .introduction-container h1::after {
            content: "";
            position: absolute;
            width: 40px;
            height: 4px;
            background-color: #4f0;
            top: 50%;
            transform: translateY(-50%);
        }

        .introduction-container h1::before {
            left: -40px;
        }

        .introduction-container h1::after {
            right: -40px;
        }

    .introduction-container h2 {
        position: relative;
        color: #8BFF00;
        -webkit-text-stroke: #0B3B6E 1px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 25px;
        text-shadow: 0px 5px 10px #2c52ac;
    }

    .introduction-container h3 {
        position: relative;
        color: #8BFF00;
        -webkit-text-stroke: #0B3B6E 1px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        text-shadow: 0px 5px 10px #2c52ac;
    }

.introduction-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introduction-avatar {
    width: 300px;
    height: 300px;
    border-radius: 5%;
    margin: 5px;
    object-fit: fill;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    float: left;
}

.introduction-text {
    max-width: 100%;
    
}
    .introduction-text p {
        text-align: justify;
        font-size: 22px;
        color: #fff;
    }

@media (min-width: 768px) {
    .introduction-message {
        flex-direction: row;
        text-align: left;
    }

    .introduction-avatar {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .introduction-text {
        text-align: left;
    }
}

/*------Principal Message-------*/
.principal-container {
    padding: 40px;
    background-color: #26488a;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .principal-container h1 {
        position: relative;
        color: #8BFF00;
        -webkit-text-stroke: #0B3B6E 1px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 35px;
        text-shadow: 0px 5px 10px #2c52ac;
    }

        .principal-container h1::before,
        .principal-container h1::after {
            content: "";
            position: absolute;
            width: 40px;
            height: 4px;
            background-color: #4f0;
            top: 50%;
            transform: translateY(-50%);
        }

        .principal-container h1::before {
            left: -40px;
        }

        .principal-container h1::after {
            right: -40px;
        }

.principal-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.principal-avatar {
    width: 300px;
    height: 300px;
    border-radius: 5%;
    margin: 5px;
    object-fit: fill;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    float: left;
}

.principal-text {
    max-width: 100%;
}

    .principal-text p {
        text-align: justify;
        font-size: 22px;
        color: #fff;
    }

@media (min-width: 768px) {
    .principal-message {
        flex-direction: row;
        text-align: left;
    }

    .principal-avatar {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .principal-text {
        text-align: left;
    }
}
/*------Upcoming events Latest news notice board-------*/
/* General container styling */
.events-news-notice-container {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

    /* Row styling */
    .events-news-notice-container .row {
        display: flex;
        justify-content: space-between;
        margin: 0 -10px;
    }

    /* Column styling */
    .events-news-notice-container .col-lg-4 {
        flex: 1;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: 10px;
        transition: transform 0.3s, box-shadow 0.3s;
    }

/* Heading styling */
.head-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
    color: #007bff;
    text-align: center;
}

/* List styling */
.latest-news-ul, .event-list-ul, .notice-board-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .latest-news-ul li, .event-list-ul li, .notice-board-ul li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

/* Date styling */
.latest-news-date, .event-list-date, .notice-board-date {
    display: block;
    width: 60px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    margin-right: 10px;
    padding: 5px;
}

.latest-news-date {
    background-color: #28a745;
}

.event-list-date {
    background-color: #17a2b8;
}

.notice-board-date {
    background-color: #ffc107;
}

/* Marquee styling */
.latest-news-marquee {
    height: 300px;
    overflow: hidden; /* Ensure content doesn't overflow */
}

/* Link styling */
.latest-news-ul a, .event-list-ul a, .notice-board-ul a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

    .latest-news-ul a:hover, .event-list-ul a:hover, .notice-board-ul a:hover {
        color: #0056b3;
    }
.latest-news-ul li hr {
    width: 100%;
    height: 3px;
    border: 0.5px solid #ccc;
    margin: 10px 0;
}

/* Hover effects */
.events-news-notice-container .col-lg-4:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .events-news-notice-container .row {
        flex-direction: column;
        margin: 0;
    }

    .events-news-notice-container .col-lg-4 {
        margin: 10px 0;
    }
}

/* Horizontal Rule Styling */
hr.custom-hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, #007bff, #28a745, #17a2b8);
    margin: 40px 0;
    position: relative;
}

    hr.custom-hr:before {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        background: linear-gradient(to right, #007bff, #28a745, #17a2b8);
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        filter: blur(4px);
        opacity: 0.6;
    }

/*badges for "New" notices, and make them blinking*/
.latest-news-scroll {
    height: 300px; /* Adjust height as needed */
    overflow: hidden;
    position: relative;
}

.latest-news-ul {
    position: absolute;
    top: 0;
    animation: scroll 10s linear infinite; /* Adjust animation duration as needed */
    width: 100%; /* Ensure full width */
    list-style-type: none; /* Remove default list styles */
    padding: 0; /* Remove default padding */
}

    .latest-news-ul:hover {
        animation-play-state: paused; /* Pause animation on hover */
    }

    .latest-news-ul li {
        padding: 10px 0; /* Adjust spacing between items */
        border-bottom: 1px solid #ccc; /* Add separation between items */
    }

        .latest-news-ul li:last-child {
            border-bottom: none; /* Remove border from last item */
        }

@keyframes scroll {
    from {
        top: 0;
    }

    to {
        top: -100%;
    }
    /* Adjust based on list item height */
}

.blink {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Main container styling */
.download-container {
    padding: 20px;
    background-color: #0093ffc2; /* Light gray background */
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    /* Heading styling */
    .download-container h1 {
        font-family: 'Roboto';
        font-size: 36px;
        color: #333;
        margin-bottom: 20px;
        position: relative;
        text-transform: uppercase;
    }

        .download-container h1::before,
        .download-container h1::after {
            content: "";
            position: absolute;
            width: 40px;
            height: 4px;
            background-color: #a00606;
            top: 50%;
            transform: translateY(-50%);
        }

        .download-container h1::before {
            left: -15px;
        }

        .download-container h1::after {
            right: -15px;
        }
    .download-container .download-card {
        padding: 15px;
        background-color: #fdfdfdf0;
        border-radius: 8px 0 0 8px;
    }
    /* Image styling */
    .date-image {
        width: 100%;
        height: 200px;
        border-radius: 8px 0 0 8px; /* Rounded corners on the left */
    }

/* Sidebar container styling */
.download-sidebar-container {
    background-color: #0454bc; /* White background */
    padding: 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .download-container {
        padding: 15px;
    }

    .col-md-8 {
        margin-bottom: 15px;
    }

    .download-sidebar-container {
        margin-top: 15px;
    }
}

