/* body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: #f4f4f4;
    }

    .container {
        max-width: 1200px;
        margin-top: 20px;
    } */

.header-section-notice {
    background-color: #e0f2e0;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section-notice span {
    font-weight: bold;
    color: #2e8b57;
}

.left-content,
.right-content {
    /* padding: 15px; */
}

.left-content .notice-board {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.notice-board h4 {
    font-weight: bold;
    color: #2e8b57;
    border-bottom: 2px solid #2e8b57;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.notice-board ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-board li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    display: flex;
    align-items: center;
}

.notice-board li:last-child {
    border-bottom: none;
}

.notice-board #noticeTabsContent li::before {
    content: '►';
    color: #2e8b57;
    margin-right: 10px;
    font-size: 1.2em;
}

.notice-link {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.notice-link:hover {
    color: #2e8b57;
}

.notice-board .text-end {
    margin-top: 20px;
}

.notice-board .btn-success {
    background-color: #2e8b57;
    border-color: #2e8b57;
}

.right-content .card {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.card-header {
    background-color: #2e8b57;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    padding: 10px 15px;
}

.card-body img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.links-card .list-group-item {
    border: none;
    padding: 10px 15px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.links-card .list-group-item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.links-card .list-group-item::before {
    content: '✓';
    color: #2e8b57;
    margin-right: 10px;
    font-weight: bold;
}

.sub-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sub-section h5 {
    color: #2e8b57;
    font-weight: bold;
    margin-bottom: 15px;
}

.sub-section ul {
    list-style: none;
    padding: 0;
}

.sub-section li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    color: #555;
}

.sub-section li::before {
    content: '►';
    color: #2e8b57;
    margin-right: 10px;
}

.header-section-notice li::before {
    content: '►';
    color: #2e8b57;
    margin-right: 10px;
}

.image-icon {
    width: 80px;
    height: auto;
    margin-right: 15px;
}

.footer-section {
    background-color: #2e8b57;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
}




/* .slider-area {
                width: 100%;
            }
            .slider-active {
                width: 100%;
            } */

.single-slider {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Tablet */
@media (max-width: 992px) {
    .single-slider {
        height: 400px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .single-slider {
        height: 350px;
    }
}





/* teacher  */
/* .img-container {
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 10px;
}

.hover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

.hover-card:hover .hover-img {
    transform: scale(1.2);
}

.teacher-card {
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
}

.teacher-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.card-title a {
    text-decoration: none;
    color: #198754;
    font-weight: 600;
}

.card-title a:hover {
    color: #145c32;
} */

/* </style> */


/* <style> */
/* countdown  stastics */
.stat-card {
    background: #fff;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.icon-container {
    font-size: 2rem;
    color: #198754;
    /* Bootstrap success color */
}

.count {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 5px 0;
    color: #333;
}


.mySwiper2 {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.mySwiper2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #198754;
}

.mySwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


