.pkp_head_wrapper{
	padding-top:15.286rem;
}
.pkp_site_name{
display:none;
}
.pkp_footer_content{
padding: 0;
}
.pkp_structure_footer_wrapper {
    width: 100%; /* Changed from 100vw to 100% */
    max-width: 100%; /* Ensure it doesn't exceed container */
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    color: #0f172a;
    text-align: center;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    border-top: 2px solid #38bdf8;
    background-image: none !important;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
    overflow-x: hidden; /* Prevent horizontal overflow */
}
.pkp_structure_footer_wrapper img{
display: none;
}
.pkp_structure_footer_wrapper a {
    color: #0369a1;
    text-decoration: none;
    font-weight: 500;
}
.pkp_structure_footer_wrapper a:hover {
    color: #0ea5e9;
    text-decoration: underline;
}
.pkp_block {
width: 200px;
max-width: 100%; /* Make responsive */
padding: 2.143rem 0;
}
   
.pkp_structure_sidebar {
 float: right;
 width: 250px;
 max-width: 100%; /* Make responsive */
}

/* Make sidebar responsive on mobile */
@media (max-width: 768px) {
  .pkp_structure_sidebar {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  
  .pkp_block {
    width: 100%;
  }
}

.cmp_breadcrumbs ol{
display: none;
}
/* --- Custom Sidebar Navigation Styling --- */
.custom-sidebar-nav {
  background: linear-gradient(180deg, #e6f2ff 0%, #ffffff 100%);
  border: 1px solid #c8dfff;
  border-radius: 10px;
  padding: 15px 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.custom-sidebar-nav .nav-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #004a99;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
}
.custom-sidebar-nav .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-sidebar-nav .nav-list li {
  margin: 6px 0;
}
.custom-sidebar-nav .nav-list a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: #004080;
  font-size: 0.95rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.custom-sidebar-nav .nav-list a:hover {
  background: linear-gradient(90deg, #007bff 0%, #66b2ff 100%);
  color: white;
  padding-left: 14px;
}