header.fixed-top .nav-menu > li > a{
  color: #ffffff !important;
}

header.fixed-top.header-scrolled .nav-menu > li > a{
  color: #425b62 !important;
}
.fixed-top.topnav_bg a{
  color: #ffffff !important;
}

.top_bavbar a:after{
  border: 1px solid #ffffff !important;
}

.header_area.fixed-top .img-fluid.logo-sticky{
display: none;
}

#header.header-scrolled img.img_show{
display: none !important;
}
#header.header-scrolled .nav-header {
display: flex;
    align-items: center;
}
.header_area.fixed-top.header-scrolled .logo-sticky{
display: block !important;
}


.hero-wrapper {
      position: relative;
      color: #fff;
      /* 👇 use your banner image here */
      background:linear-gradient(180deg, #ecf7e6 0%, #d7edcb 10%, #f5faf1 40%, #ffffff 50%, #ffffff 100%);
      
      background-image: url("/assets/img/author-page-hero.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .blog-page {
    background: none;
    
}
/*author--details-section*/
.author-bio-card{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 0;
}
.author-bio-card .author-bio-top {
    display: flex;
    gap: 30px;
  font-family: "MilligramText-Regular", sans-serif;
 
}
.author-bio-card .author-bio-top .author-bio-name{
  font-weight: 700 !important;
  font-size: 30px !important;
}
.author-bio-top .author-bio-role{

  font-size: 20px !important;
}
.author-bio-card .author-bio-desc{
      font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.2;
}
.author-bio-img{
    width: 130px;
    height: 130px;
}






  .recentBlogsSwiper {
    flex: 1;
    min-width: 0;
    padding-bottom: 40px !important; /* room for pagination dots */
  }

  /* Pagination dot color */
  .recent-pagination .swiper-pagination-bullet-active {
    background: #71BF44 !important;
  }

  /* Full height slides */
  .recentBlogsSwiper .swiper-slide {
    height: auto;
  }
  .recentBlogsSwiper .blog-link-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .recentBlogsSwiper .blog-card-exact {
    flex: 1;
  }

.blog-recent {
  padding: 72px 0;
}

.recent-blogs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  flex-direction: column;
}

.recent-title {
  font-size: 28px;
  font-weight: 700 !important;
  color: #35332F;
}

.recent-nav {
  display: flex;
  gap: 20px;
  justify-content: space-between;
    width: stretch;
}

.recent-nav-btn {
  background: transparent;
  border: none;
  font-weight: 500;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  /* font-size: 16px; */
}

.recent-nav-btn:hover {
  color: #71bf44;
}


/* Swiper */
.recentBlogsSwiper .swiper-slide {
  height: auto;
  display: flex;
}

/* remove default swiper arrows */
.recentBlogsSwiper .swiper-button-prev,
.recentBlogsSwiper .swiper-button-next {
  display: none;
}