.menus-section{
    background: #ced4da;
}


.logo-box{
    margin-top: 10px;
}

.logo-text-box h2{
    color: #04415f;
    margin-bottom: 0;
}

.logo-text-box p{
    color: #000000;
    margin-bottom: 0;
}

.logo-text-box .red{
    color: #8c0d4f;
}
.logo-text-box .blue{
    color: #023b6d;
}
.logo-text-box .green{
    color: #005751;
}

.ParentStudentLogin {
   text-align: end;
    margin-top: 10px;
    margin-right: 5px;
}

.header .header-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header{
    padding: 0px 0px 0px 0px;
}

.header1{
    background-color: #ffffff;
}


/*side nav*/
.side_nav {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
}

.side_nav h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
}

.side_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side_nav ul li {
    margin-bottom: 12px;
}

.side_nav ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    color: #34495e;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: #f7f9fc;
}

.side_nav ul li a:hover {
    background-color: #3498db;
    color: white;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.2);
}


/* Hero Slider / Banner Carousel */
.hero-slider {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.hero-slider .carousel {
    border-radius: 0;
}

.hero-slider .carousel-inner {
    border-radius: 0;
}

.hero-slider .carousel-item {
    background: transparent;
}

.hero-slider .carousel-item img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
    background: transparent;
}

/* Tablets and smaller */
@media (max-width: 992px) {
    .hero-slider .carousel-item img {
        min-height: 250px;
        max-height: 350px;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .hero-slider .carousel-item img {
        min-height: 200px;
        max-height: 300px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .hero-slider .carousel-item img {
        min-height: 180px;
        max-height: 250px;
    }
}

/* Carousel controls styling */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.hero-slider .carousel-control-prev {
    left: 10px;
}

.hero-slider .carousel-control-next {
    right: 10px;
}

.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

.hero-slider .carousel-indicators {
    bottom: 10px;
}

.hero-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.hero-slider .carousel-indicators button.active {
    background-color: #fff;
}

/* Notice Board */
.notice-board {
    background: transparent;
    border-radius: 0;
    padding: 1.5rem;
    box-shadow: none;
    min-height: 450px;
    max-height: 600px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.notice-board h4{
    text-align: left;
    margin-left: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    color: var(--heading-color);
    font-size: 1.25rem;
}

.notice-board .notice-list {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 1rem;
}

.notice-board ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-board ul li {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 1.6;
    font-size: 0.9rem;
}

.notice-board ul li:last-child {
    border-bottom: none;
}

.notice-board ul li:nth-child(odd), .notice-board ul li a {
    color: #860657;
}

.notice-board ul li:nth-child(even) {
    color: #168fe0;
}

.notice-board .btn {
    width: auto;
    margin-top: auto;
    margin-left: auto;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

/* NEW Badge */
.badge-new {
    display: inline-block;
    background: #007bff;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    margin-right: 6px;
    text-transform: uppercase;
}

/* Notice Date */
.notice-date {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
}

/* Feature Cards - Notice Lists */
.feature-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.feature-card ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    font-size: 0.9rem;
}

.feature-card ul li:last-child {
    border-bottom: none;
}

.feature-card ul li a {
    color: inherit;
    text-decoration: none;
}

.feature-card ul li a:hover {
    text-decoration: underline;
}

/* Stats Information Bar */
.stats-info-bar {
    background: linear-gradient(135deg, #003d5c 0%, #005f7f 100%);
    padding: 18px 0;
    margin-top: 15px;
    margin-bottom: -35px;
    position: relative;
    z-index: 5;
}

.stats-info-bar .stats-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: white;
}

.stats-info-bar .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 8px;
    min-width: 80px;
}

.stats-info-bar .stat-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.stats-info-bar .stat-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}

.stats-info-bar .stat-divider {
    width: 2px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
}

.stats-info-bar .stat-text {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.95rem;
    font-weight: 500;
}

.stats-info-bar .stat-text .divider {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
    .stats-info-bar .stats-content {
        flex-direction: column;
        gap: 15px;
    }

    .stats-info-bar .stat-divider {
        width: 100%;
        height: 2px;
    }

    .stats-info-bar .stat-text {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .stats-info-bar .stat-text .divider {
        display: none;
    }
}

/* Feature Cards - Additional styles for notice tabs */
.hero .feature-cards-wrapper .feature-card {
    min-height: 600px;
}

.hero .feature-cards-wrapper .feature-card .feature-content {
    max-height: 550px;
    overflow-y: auto;
}

.hero .feature-cards-wrapper .feature-card .feature-content::-webkit-scrollbar {
    width: 4px;
}

.hero .feature-cards-wrapper .feature-card .feature-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.hero .feature-cards-wrapper .feature-card .feature-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.hero .feature-cards-wrapper .feature-card .feature-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

/* Legacy support for main-slide class */
.main-slide .carousel-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Tablets and smaller */
@media (max-width: 992px) {
    .main-slide .carousel-item img {
        height: 280px;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .main-slide .carousel-item img {
        height: 220px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .main-slide .carousel-item img {
        height: 180px;
    }
}

