.site-content .ast-container {
  display: block;
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  display: none !important;
}

.ast-container {
  max-width: 100% !important;
  padding: 0px !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-family: "Assistant", sans-serif;
  color: #2a2c32;
  background-color: #fff !important;
  text-decoration: none;
}

.site-banner1 {
  background-image: url('/wp-content/uploads/2025/01/Header-About-Page.png');
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blog-photo1{
border-radius: 5px !important;
padding: 0px !important;
}


.banner-title2 {
  color: white;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Assistant", sans-serif;
}
.blog-image{
 height: 100% !important;
}

.blog-container {
  padding-bottom: 80px;
}
.blog-title{
  font-family: Assistant;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
  margin-bottom: 30px !important;
}

.bcard-title{
  font-family: Assistant;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f;
  text-decoration: none;
  margin-bottom: 12px;
}

.categories-list a {
  color: #000; /* Default color for category links */
  text-decoration: none;
}

.categories-list a.active {
  color: #007bff; 
  font-weight: bold; 
  text-decoration: underline; 
}


.blog-content{
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 5px;
}

.blogread-more{
  font-family: Assistant;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0099a7;
  text-decoration: none;
  margin-bottom: 20px;
}

.blog-name{
  font-family: Assistant;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0099a7;
}
.blog-name a:hover {
color: #0099a7;
}
.blogread-more1 a:hover {
color: #0099a7;
}

.blog-author{
  font-family: Assistant;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  margin-top: 10px;
}
.blog-badge{
  margin-bottom: 12px;
}

.blog-tag{
  border: solid 1px #d9d9d9 !important;
  background-color: #f5f5f5 !important;
  border-radius: 13px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222 !important;
  padding: 4px 10px !important;
}
.blog-author {
  display: flex;
  align-items: center;
}
.blog-author img.author-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px !important;
}

.blogs-img{
  display: flex;
  justify-content: flex-end;
}
.blog-meta{
  display: flex;
  row-gap: 10px;
  column-gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.categories h3{
  font-family: Assistant !important;
  font-size: 24px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #0b304f !important;
}

.categories-list li a {
  font-family: Assistant;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61 !important;
  letter-spacing: normal;
  text-align: left !important;
  color: #0099a7 !important;
  margin-bottom: 15px !important;
}

.blog-content-row {
  display: flex; 
  align-items: stretch;
}

.blog-posts {
  padding-right: 20px; 
  margin-bottom: 70px;
}

.categories-section {
  padding-left: 20px !important; 
}
.b-title{
margin-bottom: 12px;
line-height: 1;
}
.b-title a:hover{
color: #0b304f !important;
}
.blog-photo1{
align-content: center;
}


@media (max-width: 992px) {
  .blog-posts {
    border-right: none;
    padding-right: 20px;
    margin-bottom: 30px;
    padding-left: 20px;
    
  }

  .categories-section {
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .blog-photo1{
  height: 150px !important;
  margin-bottom: 20px !important;
  }
}

@media (max-width:767px){
.site-banner1{
height: 90px !important;
}
.banner-title2{
font-size: 22px !important
}
.blog-title{
margin: 0px 20px;
font-size: 22px;
}
.bcard-title {
font-size: 16px !important;
}
.blogread-more{
font-size: 13px !important;
}
.blog-name{
font-size: 14px !important;
}
.blog-author{
font-size: 12px !important;
}
.blog-body{
margin-bottom: 20px !important;
padding: 0px !important;
}
}
@media (min-width:1023px) and (max-width:1100px){
.blog-posts{
width: 100% !important;
margin-bottom: 50px;
}
}

@media (min-width:768px) and (max-width:1022px){
.site-banner1{
height: 110px !important;
}
.banner-title2{
font-size: 26px !important;
}
.blog-photo1{
width: 100% !important;
}
.blog-body{
width: 100% !important;
}
.blog-photo1{
margin-bottom: 20px !important;
}
}

/* Styling for the pagination container */
.pagination-container {
    text-align: left; 
    border: 1px solid #d1d5dc;
    width: fit-content;
}
 
 
.pagination-container .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    background-color: #fff;
    text-decoration: none;
    color: #0b304f;;
    margin:0px !important;
    margin-top:0px !important;
}
 
.pagination-container .page-numbers.current {
    background-color: #E3F2F4; 
    color: #0099a7;
}
 
.pagination-container .page-numbers:hover {
    background-color: #E3F2F4; 
    color: #0099a7;
}
 
.pagination-container .page-numbers:focus {
    outline: none;
}
.pagination-container .prev-link{
display:none;
}
 
.pagination-container .next-link{
display:none;
}

.pagination-text{
margin-left: 10px;
}

.pagination-text1{
margin-right: 10px;
}

 
prev page-numbers{
border-right: 1px solid #d1d5dc;
}
 
.pagination-container .page-numbers{
margin-top:0px !important ;
border-right: 1px solid #d1d5dc;
}
 
.News-link{
display: flex;
    gap: 30px;
}
.total {
    align-items: end;
    align-content: end;
    justify-content: end;
    display: flex;
}


 
 
@media (min-width: 0px)and (max-width: 912px){
.News-container a{
    flex-wrap: wrap;
    gap:10px !important;
}
.News-header{
padding: 0px 25px;
    margin-bottom: 10px;
 
}
.Main_dlCategorie{
margin-bottom: 10px !important;
}
.News-container{
padding: 0px 25px;
}
.pagination-container{
margin: 0px 25px;
}
.Published_details{
margin-bottom: 10px;
}
.news-description{
margin-bottom: 10px;
 
}
}

.blog-body{
padding-left: 30px;
}


.blog-content-row {
  position: relative; /* Establish a containing block for the pseudo-element */
  display: flex;
  flex-wrap: wrap; /* Ensure responsive behavior */
}

.blog-posts {
  position: relative;
}

.blog-posts::after {
  content: '';
  position: absolute;
  top: 0%; /* Start the line halfway down the blog-posts container */
  right: 0px; /* Position the line between blog and categories */
  height: 50%; /* Adjust the height to cover only half the section */
  width: 1px; /* Width of the divider */
  background-color: #e6e6e6; /* Divider color */
}

.categories-section {
  padding-left: 20px; /* Add padding for spacing */
}

@media (max-width: 1025px) {
  .blog-posts::after {
    display: none; 
  }
}

.categories .categories-list a:hover{
color: #0099a7 !important;
}