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

}


body {
  /* background-color: #efefef; */
  background: #e0dedf;
  color: #333;
font-family: arial, helvetica, sans-serif;

  
}

.page-wrapper {
max-width: 1100px;
width: 100%;
margin: 30px auto;
background: #fff;
border: 1px solid #ccc;
}


.site-title {
  font-family: 'Playfair Display', serif;
  font-size: 50px;   
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 0.9em 20px 20px 10px;
  margin-top: 0;
}


.main-content h2 {
  color: #095197;
  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 {
       
  position: relative;
 height: 200px;
  color: #ffffff;
   background: linear-gradient(
    to right,
    #06294a 0%,     
    #0a4a7a 50%,    
    #0b6fbc 100% );
      overflow: hidden;
}

.header-banner::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100% 100% 0 0;
}




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

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

/* aside ul li {
  margin-bottom: 8px;
} */

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 {
  /* background: #ffffff; */
  /* border: 1px solid #ddd; */
 width: 100%;
/* margin-right: 20px; */
}
.sidebar h3 {
font-size: 1.2em;
margin-bottom: 10px;
font-family: 'Titillium Maps', Arial;
color: #555;
font-weight: bold;
}

/* .sidebar ul {
border-top: 1px solid #ddd;
list-style: none;
} */



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


.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;   /* same spacing as text */
  padding: 0;
}

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

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


.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;
  /* margin-left: 18px; */
}


/* .sidebar-menu li::marker {

  font-size: 1rem;       
  margin: 1.5rem;  
  padding-right: 20px;  
} */

/* @media (max-width: 767px) {
  .header-banner {
    height: 140px;
  }

  .site-title {
    font-size: 30px;
    padding: 20px;
  }

  .sidebar-menu li a {
    padding: 12px 15px 12px 40px;
    font-size: 15px;
  } */

  /* Responsive */
@media (max-width: 768px) {
.page-wrapper {
width: 100%;
}

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

.sidebar {
width: 100%;
margin-bottom: 20px;
background: #fff;
}
  .site-title {
    font-size: 34px; 
  }
/* Bootstrap compatibility */
.content-wrapper {
display: flex;
}

.sidebar {
background: #fff;
}



@media (max-width: 768px) {
.content-wrapper {
flex-direction: column;
}
}

}

