* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    font-size: 16px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Government Header */
.gov-header {
    background-color: #e5e2db;
    padding: 4px 0;
    border-bottom: 1px solid #bababa;
    height: 32px;
}

.gov-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.gov-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
    color: #000000;
    gap: 8px;
}

.gov-india, .gov-education {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    line-height: 1.2;
}

.gov-india {
    font-size: 13px;
}

.gov-india a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.gov-india a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.gov-india span:nth-child(1),
.gov-education span:nth-child(1) {
    font-size: 11px;
}

.gov-india span:nth-child(2),
.gov-education span:nth-child(2) {
    font-size: 11px;
}

.gov-education {
    font-size: 13px;
    border-left: 1px solid #bababa;
    padding-left: 15px;
    margin-left: 0px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gov-education a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.gov-education a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Main Header */
.main-header {
    background-color: #ffffff;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo-section {
    display: flex;
    align-items: center;
    flex: 1;
}

.ministry-logo {
    height: 110px;
    margin-right: 20px;
    margin-left: -25px;
}

.header-text {
    flex: 1;
    margin-left: -35px;
}

.hindi-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
}

.header-text h1 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3;
}

.ministry-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ministry-link:hover {
    text-decoration: none;
    color: inherit;
}

.mobile-break {
    display: none;
}

.desktop-break {
    display: inline;
}

.exam-info {
    position: absolute;
    left: 52%;
    top: 42%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.exam-images {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

@media (min-width: 769px) {
    .exam-images {
        gap: 0px;
    }
}

.neet-title-image {
    max-width: 200%;
    height: 100px;
}

.hindi-exam-title {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
}

.exam-info h2 {
    color: #000000;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 3px;
    text-transform: uppercase;
    line-height: 1.2;
}

.exam-info p {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.accessibility-section {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0 6px;
    font-size: 11px;
    font-weight: normal;
    height: 24px;
}

.accessibility-icons {
    display: flex;
    gap: 6px;
    align-items: center;
}

.accessibility-icons span {
    font-size: 24px;
    cursor: pointer;
    color: #000000;
    padding: 0 4px;
    border-right: 1px solid #ccc;
    height: 24px;
    display: flex;
    align-items: center;
}

.accessibility-icons span a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.accessibility-icons span:last-child {
    border-right: 1px solid #ccc;
}

.skip-link {
    color: #000000;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 24px;
    display: flex;
    align-items: center;
}

.header-right img {
    height: 60px;
    margin-bottom: 5px;
}

.header-right p {
    font-size: 12px;
    color: #666;
}

/* News Banner */
.news-banner {
    background-color: #052963;
    color: white;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.news-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.news-left-section {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 15px;
}

.news-label {
    color: white;
    padding: 0;
    font-weight: bold;
    font-size: 22px;
    margin-right: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

/* Add vertical partition line for desktop only */
@media (min-width: 769px) {
    .news-label::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 70px;
        background-color: white;
    }
}

.news-text {
    flex: 1;
    font-size: 13px;
    color: white;
    font-weight: normal;
    margin-top: 15px;
}

/* Increase font size for desktop screens */
@media (min-width: 769px) {
    .news-text {
        font-size: 15px;
    }
}

.news-link {
    color: inherit;
    text-decoration: none;
}

.news-right-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-controls {
    display: flex;
    gap: 10px;
}

.news-btn {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 2px;
}

/* Remove border from news button on desktop only */
@media (min-width: 769px) {
    .news-btn {
        border: none;
        padding: 8px 12px;
        font-size: 18px;
    }
}

.news-new-badge {
    background-color: #ff4444;
    color: white;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    margin-left: 10px;
    display: inline;
}

/* Brighter red for desktop screens only */
@media (min-width: 769px) {
    .news-new-badge {
        background-color: #ff0000;
    }
}

/* Navigation */
.main-nav {
    background-color: #f6f3ee;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 0;
    margin-top: -5px;
}

.nav-menu {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin: 0;
}

.nav-menu a {
    display: block;
    padding: 8px 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.nav-menu a:hover {
    background-color: #fbac1b;
    color: black;
}

.nav-menu a.active {
    background-color: #fbac1b;
    color: black;
}

/* Add down arrows for expandable items on desktop */
@media (min-width: 769px) {
    .nav-menu a[data-expandable="true"]::after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-left: 8px;
        font-size: 10px;
        display: inline !important;
    }
}

/* Main Content */
.main-content {
    padding: 5px 0;
    background-color: #ffffff;
}

/* Add gap between news and public notice section for desktop only */
@media (min-width: 769px) {
    .main-content {
        margin-top: 30px;
    }
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
    grid-template-areas: 
        "sidebar main-content"
        "activity activity"
        "datetime datetime";
}

/* Left Sidebar */
.sidebar {
    background-color: white;
    grid-area: sidebar;
}

.sidebar-section {
    margin-bottom: 20px;
    border: none;
    background-color: white;
    border-radius: 10px;
}

.notice-tabs {
    display: flex;
    border-bottom: none;
    background-color: #f8f9fa;
    width: fit-content;
}

.tab-btn {
    flex: none;
    padding: 12px 20px;
    border: 1px solid #ddd;
    background-color: #d3d3d3;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    margin-right: 2px;
}

.tab-btn:first-child {
    border-top-left-radius: 10px;
}

.tab-btn:last-child {
    border-top-right-radius: 10px;
    margin-right: 0;
}

.tab-btn:last-child {
    margin-right: 0;
}

.tab-btn.active {
    background-color: #f8f8f8;
    color: #666;
    font-weight: 500;
    border-bottom: none;
}

.tab-btn:hover {
    background-color: #e9ecef;
}

.tab-content {
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.notice-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notice-list li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    border-bottom: none;
}

.notice-list li:last-child {
    border-bottom: none;
}

.notice-list li a {
    color: #000;
    text-decoration: none;
}

.notice-list li a:hover {
    color: #000;
    text-decoration: underline;
}

.underlined-link {
    color: #000;
    text-decoration: underline;
}

.underlined-link:hover {
    color: #000;
}

.view-more-btn {
    background-color: #ffa500;
    color: #000;
    padding: 8px 16px;
    border: none;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background-color: #e69500;
    color: white;
}

.sidebar-header {
    background-color: #f0f0f0;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.sidebar-content {
    padding: 15px;
}

.sidebar-content ul {
    list-style: none;
}

.sidebar-content li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
}

.sidebar-content li:last-child {
    border-bottom: none;
}

.sidebar-content a {
    color: #0066cc;
    text-decoration: none;
}

.sidebar-content a:hover {
    text-decoration: underline;
}

/* Main Content Area */
.main-content-area {
    background-color: white;
    grid-area: main-content;
}

.content-header {
    background-color: white;
    padding: 15px 20px 0px 20px;
}

.content-header h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 0;
}

.content-body {
    padding: 10px 20px 20px 20px;
    background-color: white;
}

.intro-text {
        font-size: 12px;
        line-height: 1.6;
        color: #333;
        margin-bottom: 20px;
        text-align: justify;
    }

/* Increase font size for desktop screens only */
@media (min-width: 769px) {
    .intro-text {
        font-size: 14px;
    }
}

.read-more {
    background-color: #ff8800;
    color: black;
    padding: 8px 15px;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.read-more:hover {
    background-color: #e67700;
    color: black;
}

/* Candidate Activity Section */
.activity-section {
    margin-top: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    grid-area: activity;
}

.activity-header {
    background-color: transparent;
    padding: 20px 20px 10px 20px;
    border-bottom: none;
    font-weight: normal;
    font-size: 25px;
    color: #333;
}

.activity-content {
    padding: 0 20px 20px 20px;
}

.activity-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.activity-content li {
    padding: 8px 0;
    font-size: 17.47px;
    line-height: 1.4;
}

.activity-content li::before {
    content: "•";
    color: #333;
    font-weight: bold;
    margin-right: 8px;
}

.activity-content a {
    color: #333;
    text-decoration: none;
}

.activity-content a:hover {
    text-decoration: underline;
}

/* Real-time Date and Time Section */
.datetime-section {
    margin-top: 20px;
    background-color: #fbac1b;
    border-radius: 0;
    padding: 15px;
    text-align: center;
    grid-area: datetime;
    width: 100%;
}

#real-time-datetime {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .datetime-section {
        order: 4;
        margin-top: 15px;
        padding: 12px;
    }
    
    #real-time-datetime {
        font-size: 20px;
    }
}

/* Footer */
.main-footer {
    background-color: #052963;
    color: white;
    padding: 40px 0;
    margin-top: 30px;
    font-size: 16px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-section h3::before {
    content: "\f15c";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 22px;
}

.footer-section h3.additional-links::before {
    content: "\f15c";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.footer-section h3.important-links::before {
    content: "\f2c2";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
}

.footer-section li::before {
    content: "•";
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

.footer-section a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}

.footer-section a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-section {
        text-align: left;
    }
}

/* Government Services Section */
.government-services {
    background-color: #f8f9fa;
    padding: 10px 0;
    border-top: 1px solid #dee2e6;
    margin-top: -40px;
    position: relative;
}

.services-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}

.services-image {
    max-width: 200%;
    height: auto;
    display: block;
    width: 180%;
    transform: translateY(9px);
}

@media (max-width: 768px) {
    .government-services {
        padding: 20px 0;
    }
    
    .services-image {
        display: none;
    }
    
    /* Mobile footer image */
    .services-grid::after {
        content: "";
        display: block;
        width: 150%;
        height: 70px;
        background-image: url('assets/images/mobile-footer-image.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -1px;
    }
}

/* Mobile Navigation Toggle */
.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    padding: 5px;
}

.mobile-nav-toggle i {
    font-size: 28px;
    color: #333;
    transition: transform 0.3s ease;
}

.mobile-nav-toggle.active i {
    transform: rotate(90deg);
}

.mobile-nav-toggle i::before {
    transition: all 0.3s ease;
}

.mobile-nav-toggle.active i::before {
    content: "\f00d";
    transform: scale(1.1);
}

/* Mobile Only Header */
.mobile-only-header {
    display: none;
    width: 100%;
    background-color: #e5e2db;
}

.mobile-header-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mobile-only-header {
        display: block;
    }
    .gov-header {
        display: none;
    }

    .gov-header-content {
        flex-direction: column;
        gap: 8px;
    }

    .gov-text {
        justify-content: center;
        gap: 15px;
    }

    .accessibility-section {
        justify-content: center;
    }

    .main-header {
        padding: 10px 0;
        display: block;
        position: relative;
        z-index: 1;
    }

    .header-content {
        flex-direction: column;
        text-align: left;
        gap: 15px;
        align-items: flex-start;
    }

    .logo-section {
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        text-align: left;
        width: 100%;
    }

    .ministry-logo {
        height: 80px;
        margin-right: 15px;
        margin-left: -10px;
        margin-bottom: 0;
        align-self: flex-start;
    }

    .header-text h1 {
        font-size: 16px;
        text-align: left;
    }

    .mobile-break {
        display: block;
    }

    .desktop-break {
        display: none;
    }

    .hindi-title {
        text-align: left;
        font-size: 14px;
        margin-bottom: 2px;
    }

    .exam-info {
        background-color: #f5a623;
        color: black;
        padding: 20px 15px;
        margin: 60px -15px 0 -15px;
        width: calc(100% + 30px);
        text-align: center;
        position: relative;
    }

    .exam-images {
        display: none;
    }

    .neet-title-image {
        display: none;
    }

    .nmc-logo {
        display: none;
    }

    .nmc-logo-section {
        display: none;
    }

    .exam-info h2 {
        display: none;
    }

    .exam-info::before {
        content: "राष्ट्रीय पात्रता सह प्रवेश परीक्षा (यूजी)";
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: black;
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .exam-info::after {
        content: "NATIONAL ELIGIBILITY CUM ENTRANCE TEST (UG)";
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: black;
        text-transform: uppercase;
        line-height: 1.3;
    }

    /* Mobile Latest News Section */
    .mobile-latest-news {
        background-color: #052963;
        color: white;
        padding: 15px;
        margin: -76px 0 0 0;
        width: 100vw;
        max-width: none;
        position: relative;
        left: calc(-50vw + 50%);
        display: block;
    }

    .mobile-news-header {
        margin-bottom: 15px;
    }

    .mobile-news-header h3 {
        color: white;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 8px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .news-underline {
        width: 100%;
        height: 1px;
        background-color: white;
        margin: 0;
    }

    .mobile-news-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-news-item {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1;
    }

    .news-text {
        color: white;
        font-size: 14px;
        font-weight: normal;
    }

    .news-badge {
        background-color: #ff4444;
        color: white;
        padding: 2px 6px;
        font-size: 10px;
        font-weight: bold;
        border-radius: 2px;
        text-transform: uppercase;
    }

    .mobile-news-controls {
        display: flex;
        align-items: center;
    }

    .news-play-pause {
        background: none;
        border: 1px solid white;
        color: white;
        padding: 4px 8px;
        cursor: pointer;
        font-size: 12px;
        border-radius: 2px;
    }

    .header-right {
        display: none;
    }

    /* Mobile Navigation */
    .main-nav {
        position: relative;
        margin-top: -10px;
    }

    .mobile-nav-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 35px;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #f8f9fa;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu a {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding: 15px 20px;
        color: #333;
        background-color: transparent;
    }

    .nav-menu a:hover {
        background-color: #f8f9fa;
        color: black !important;
    }

    .nav-menu a.active {
        background-color: #ffa500 !important;
        color: black !important;
        font-weight: bold;
    }

    /* Plus icons for expandable items on mobile only */
    .nav-menu a[data-expandable="true"]::after {
        content: "+";
        float: right;
        font-size: 18px;
        font-weight: bold;
        color: white;
        background-color: #333;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .content-wrapper {
        display: flex;
        flex-direction: column;
        grid-template-areas: none;
    }

    .sidebar {
        order: 1;
    }

    .main-content-area {
        order: 2;
        margin-top: 40px;
    }

    .activity-section {
        order: 3;
        margin-top: 15px;
    }

    .activity-header {
        padding: 15px 15px 8px 15px;
        font-size: 22px;
    }

    .activity-content {
        padding: 0 15px 15px 15px;
    }

    .activity-content li {
        padding: 6px 0;
        font-size: 16px;
    }

    .news-banner {
        display: none;
    }

    .news-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .news-label {
        margin-right: 0;
        margin-bottom: 5px;
    }

    /* Mobile Public Notices Section Styling */
    .sidebar-section {
        margin-top: 40px;
        margin-bottom: -20px;
        border: none;
        background-color: transparent;
        border-radius: 0;
    }

    .notice-tabs {
        display: none;
    }

    .tab-content {
        padding: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    .tab-pane {
        display: none !important;
    }

    .tab-pane.active {
        display: block !important;
        margin-bottom: 20px;
        border-radius: 10px;
        background-color: white;
        border: 1px solid #ddd;
    }

    .tab-pane h3 {
        background-color: #f0f0f0;
        color: #333;
        padding: 15px 20px;
        margin: 0;
        font-size: 18px;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
        cursor: pointer;
        user-select: none;
    }

    .tab-pane h3::after {
        content: "⊖";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #666;
        transition: all 0.3s ease;
    }

    .tab-pane h3:hover {
        background-color: #e8e8e8;
    }

    .notice-list {
        padding: 20px;
        background-color: white;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .notice-list li {
        padding: 12px 0;
        font-size: 14px;
        line-height: 1.4;
        color: #333;
        border-bottom: none;
    }

    .notice-list li::before {
        content: "•";
        color: #333;
        font-weight: bold;
        margin-right: 8px;
    }

    .view-more-btn {
        background-color: #ffa500;
        color: #000;
        padding: 10px 20px;
        border: none;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 15px 20px 20px 20px;
        border-radius: 0;
    }

    /* News & Events Section for Mobile - Separate Box */
    #news-events {
        margin-top: -15px;
        margin-bottom: 20px;
        border-radius: 10px;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        display: block !important;
    }

    #news-events h3 {
        background-color: #f0f0f0;
        color: #333;
        padding: 15px 20px;
        margin: 0;
        font-size: 18px;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
        cursor: pointer;
        user-select: none;
    }

    #news-events h3::after {
        content: "⊞";
        position: absolute;
        right: 20px;
        top: 50%;
transform: translateY(-50%);
        font-size: 20px;
        color: #666;
        transition: all 0.3s ease;
    }

    #news-events h3:hover {
        background-color: #e8e8e8;
    }

    /* When collapsed, make all corners rounded */
    #news-events.collapsed h3 {
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    #news-events .notice-list {
        display: none;
        padding: 20px;
        background-color: white;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #news-events .view-more-btn {
        display: none !important;
    }
}

/* Hide plus icons on desktop */
    @media (min-width: 769px) {
        .nav-menu a::after {
            display: none !important;
        }

        .mobile-latest-news {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .container {
            padding: 0 10px;
        }
    }

.nmc-logo {
    height: 60px;
    width: auto;
    margin-left: 15px;
    margin-top: 20px;
}

.nmc-logo-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.nmc-main-logo {
    height: 80px;
    width: auto;
}

.header-nmc-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.header-nmc-logo {
    height: 65px;
    width: auto;
    position: absolute;
    right: 460px;
    top: 32px;
}

.header-nta-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.header-nta-logo {
    height: 60px;
    width: auto;
    position: absolute;
    right: 310px;
    top: 35px;
}

@media (max-width: 768px) {
    .header-nmc-section {
        display: none;
    }

    .header-nmc-logo {
        display: none;
    }

    .header-nta-section {
        display: none;
    }

    .header-nta-logo {
        display: none;
    }
}

/* Bottom Footer Section */
.bottom-footer {
    background-color: #333333;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 11px;
}

.footer-links {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    padding: 0 8px;
    border-right: 1px solid #666;
}

.footer-links a:last-child {
    border-right: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-info {
    margin-bottom: 15px;
    line-height: 1.3;
}

.footer-info p {
    margin: 2px 0;
    font-size: 10px;
}

.footer-info .highlight {
    color: #4CAF50;
}

.footer-info .last-updated {
    margin-top: 8px;
    font-weight: normal;
    font-size: 10px;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.footer-logo {
    height: 28px;
    width: auto;
    filter: brightness(1.1);
}

/* Bottom Footer Section */
.bottom-footer {
    background-color: #333333;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 11px;
}

.footer-links {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    padding: 0 8px;
    border-right: 1px solid #666;
}

.footer-links a:last-child {
    border-right: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-info {
    margin-bottom: 15px;
    line-height: 1.3;
}

.footer-info p {
    margin: 2px 0;
    font-size: 10px;
}

.footer-info .highlight {
    color: #4CAF50;
}

.footer-info .last-updated {
    margin-top: 8px;
    font-weight: normal;
    font-size: 10px;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.footer-logo {
    height: 28px;
    width: auto;
    filter: brightness(1.1);
}

@media (max-width: 768px) {
    .footer-links {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-links a {
        border-right: none;
        padding: 4px 0;
    }
    
    .footer-logos {
        gap: 12px;
    }
    
    .footer-logo {
        height: 24px;
    }
    
    .bottom-footer {
        padding: 12px 0;
    }
    
    /* Hide bottom footer image on mobile */
    img[alt="Bottom Footer"] {
        display: none !important;
    }
    
    /* Show mobile bottom footer image only on mobile */
    .mobile-bottom-footer-image {
        display: block !important;
        width: 100%;
        height: auto;
    }
}

/* Hide mobile bottom footer image on desktop */
@media (min-width: 769px) {
    .mobile-bottom-footer-image {
        display: none !important;
    }
}

