
* {
margin: 0;
padding: 0;
box-sizing: border-box;

}


body {
    background: #e0dedf;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  
}

.page-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}


.site-title {
  font-family: 'Merriweather', serif;
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
}


.main-content h2 {
  color: #5a1f5f;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;

}
p{
  font-size: 0.955rem;
line-height: 1.7;
margin-bottom: 15px;
 
}

h3{
  font-size: 16px;
  font-weight: bold;
}

.header-banner {
    height: 175px;
  background: linear-gradient(to right, #4a154b, #7b2d6f);
  display: flex;
  align-items: center;
}

.header-banner::before {
 content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 200px;
  height: 100%;
  background: rgba(255,255,255,0.08);
  transform: skewX(-18deg);
}






.breadcrumb-wrapper {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.breadcrumb {
 padding: 8px 0;
  font-size: 13px;
  margin: 0;
}


aside ul li a {
  color: #333;
}


.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
}


.sidebar-menu li {
border-bottom: 1px solid #ddd;
}
.sidebar-menu li:last-child {
  border-bottom: none;
}

.sidebar {
 width: 100%;

}
.sidebar h3 {
font-size: 1.2em;
margin-bottom: 10px;
font-family: 'Titillium Maps', Arial;
color: #555;
font-weight: bold;
}


.sidebar-menu li a {
    display: block;
    position: relative; 
  padding: 8px 15px 8px 35px;   
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  
}


.sidebar-menu li a:hover {
  background-color: #f5f5f5;
  color: #0b4f7c;
}

.sidebar-menu li a::before {
  content: "▪";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #333;
}

.content-list {
 margin: 0 0 15px 20px;  
  padding: 0;
}

.content-list li {
 font-size: 0.955rem;    
  line-height: 1.7;       
  margin-bottom: 6px;
 
}

.content-list li::before {
  content: "▪";
  position: absolute;
  left: 0;
  top: 2px;
  color: #333;
  
}


.main-content {
  background: transparent;
}

.testimonial {
  margin-bottom: 25px;
}

.testimonial p {
  font-size: 0.955rem;  
  line-height: 1.7;
  margin-bottom: 6px;
}

.t-author {
  font-style: italic;
  font-weight: bold;
  
}


.site-footer {
 background: #2b2b2b;
  color: #eeeeee;
  padding: 30px 0;
  border-top: 4px solid #7b2d6f;
}

.article-meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 12px;
}

.article-meta span {
  display: block;
  margin-bottom: 3px;
}

.article-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 12px 0 18px;
}



  /* Responsive */

  /* @media (max-width: 768px) {
  .header-banner {
    height: 130px;
    width: 100%;
  }

 
} */

@media (max-width: 678px) {
.page-wrapper {
width: 100%;
}

.content-wrapper {
  display: flex;
flex-direction: column;
}

.sidebar {
width: 100%;
margin-bottom: 20px;
background: #fff;
}

 .site-title {
    font-size: 32px;
    padding-left: 10px;
  }
  /* .site-title {
    font-size: 34px; 
  } */
/* Bootstrap compatibility */
.content-wrapper {
display: flex;
}

.sidebar {
background: #fff;
}
 .page-wrapper {
    width: 100%;
  }

  .sidebar {
    margin-bottom: 20px;
  }

.site-footer .container {
    text-align: center;
  }

}

