.pkp_site_nav_menu {
    border-top: 5px solid #20518B; /* Thick blue line */           
}

.pkp_site_name_wrapper {
    margin-bottom: 15px;
}

.pkp_site_nav_menu .dropdown-menu a,
.pkp_site_nav_menu .pkp_navigation_primary_row a {
    color: #000000 !important;
    font-weight: bold !important;    
}

.pkp_navigation_primary_wrapper {
    margin-left: 10px;    
}

.pkp_site_name .is_img img {
    max-height: 100px !important;
    width: auto !important;
    margin-left: 10px;    
}

.news_slider_wrapper {
    overflow: hidden;
    height: 200px;
    width: 100%;
    background: #f0f0f0;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    position: relative;
}

.news_slider {
    list-style: none;
    margin: 0;
    padding: 0;
    animation: scrollUp 60s linear infinite;
}

.news_slider li {
    padding: 10px 0;
    line-height: 22px;
}

.news_slider li a {
    text-decoration: none;
    color: #333;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

ul.nav.menu.mod-list {
    padding: 0;
    margin: 0;
}

/* Main link style */
ul.nav.menu.mod-list li a {
    display: block;
    padding: 1px;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
    color: #0B78AA;
    font-size: 14px;
    transition: all 0.25s ease;
    position: relative;
}

/* Hover effect (slide + highlight) */
ul.nav.menu.mod-list li a:hover {
    background: #f5f7ff;
    color: #1a73e8;
    padding-left: 18px;
}

/* Active page styling */
ul.nav.menu.mod-list li.current.active > a {
    background: #eef3ff;
    color: #1a73e8;
    font-weight: 600;
    border-left: 3px solid #1a73e8;
}

.pkp_structure_footer_wrapper {
    background-color: #20518B !important;
    color: #ffffff !important;
}

.pkp_structure_footer_wrapper a {
    color: #ffffff !important;
}

.pkp_structure_footer_wrapper a:hover {
    color: #dbe9ff !important;
}