/* ====== MATERIAL ICONS SIDEBAR STYLE ====== */
.sidebar {
    background-color: #ffffff;
    padding: 20px;
    border-left: 1px solid #ddd;
    font-size: 15px;
}

.sidebar .block {
    margin-bottom: 30px;
}

.sidebar .block h2 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.sidebar .block ul {
    list-style: none;
    padding-left: 0;
}

.sidebar .block ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.sidebar .block ul li i.material-icons {
    font-size: 18px;
    margin-right: 8px;
    color: #1565c0;
}

.sidebar .block ul li a {
    color: #1565c0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.sidebar .block ul li a:hover {
    color: #0d47a1;
    text-decoration: underline;
}

.navbar a {
  background: linear-gradient(to right, #007cf0, #00dfd8);  /* Teal-Blue */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.navbar a:hover {
  text-decoration: underline;
}

/* ----- Center and Enlarge Banner ----- */
.pkp_site_name {
  text-align: center !important;
  margin: 20px auto !important;
}

.pkp_site_name img {
  display: block;
  margin: 0 auto;
  max-height: 120px !important;  /* Adjust for desired banner height */
  width: auto !important;
}

/* ----- Blue Menu Bar Background ----- */
.navbar {
  background-color: #003366 !important;  /* Navy Blue */
  border: none;
  padding: 10px 0;
}

/* ----- Menu Text Style ----- */
.navbar a {
  color: #ffffff !important;     /* White text */
  font-weight: 600;
  padding: 10px 15px !important;
}

.navbar a:hover,
.navbar a:focus {
  color: #ADD8E6 !important;     /* Light blue hover */
  text-decoration: underline;
}

/* ----- Active Menu Highlight (Optional) ----- */
.navbar .nav-item.active a,
.navbar .nav-item.current a {
  color: #FFD700 !important;     /* Gold for active item */
  border-bottom: 2px solid #FFD700;
}
.pkp_structure_main,
.page_content,
.obj_article_details .item,
.article-summary,
.article-details,
.article-content,
.pkp_block_content,
.pkp_page_index .description {
  text-align: justify !important;
}


body {
  font-family: 'Roboto', sans-serif;
}
.pkp_head_wrapper {
  background-color: #004080;
}
a {
  color: #d12c2c;
}
