  .hero-section {
       margin-top: 125px;
       padding-bottom: 240px;
   }

   .breadcrumb-section {
       padding-bottom: 20px;

   }

   .breadcrumb a {
       text-decoration: none;
       color: #000;
       font-size: 16px;
       font-weight: 500;
   }

   .breadcrumb-item+.breadcrumb-item::before {
       color: #000;
       font-size: 16px;
       content: ">" !important;
       padding-right: 12px !important;
   }
   .category-card.active {
    border: 1px solid #2C55A8 !important;
    background-color: #f4f8ff; /* Optional: A very light blue tint to emphasize selection */
}

.category-card.active h5 {
    color: #2C55A8;
    font-weight: 700;
}

.category-card.active .arrow {
    color: #2C55A8;
}

   .breadcrumb-item.active {
       color: #000 !important;
       font-size: 16px;
       font-weight: 500;
   }

   .breadcrumb-item+.breadcrumb-item {
       padding-left: 12px !important;
   }

   .blog-section {

       display: flex;
       align-items: center;
       justify-content: space-between;
       padding-top: 40px;
   }

   .blog-content {
       max-width: 65%;
   }

   .blog-content h2 {
       font-size: 28px;
       font-weight: 700;
       margin-bottom: 15px;
   }

   .blog-content p {
       font-size: 16px;
       line-height: 1.4;
       font-weight: 400;
   }

   

   @media (max-width: 992px) {
       .blog-section {
           flex-direction: column;
           text-align: center;
           padding: 30px;
       }

       .blog-content {
           max-width: 100%;
       }

   }


   /* 2nd section css start  */

.sartorius-slider-section {
  border-radius: 20px;
  margin-top: -195px;
}

.sartorius-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.sartorius-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}

.sartorius-content h2 {
  font-size: 28px;
  line-height: 1.3;
}

.sartorius-content p {
  font-size: 16px;
}

.sartorius-content .badge {
  border-radius: 5px;
  font-size: 14px;
  background-color: #2C55A8;
  color: #fff;
  font-weight: 400;
}
.sartorius-content a{
    color: #2C55A8;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.sartorius-content a:hover{
    color: #000;
    text-decoration: underline;
}



.carousel-control-prev,
.carousel-control-next {
   position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 10;
   width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
   width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}
.carousel-control-prev{
left: -9px;
}

.carousel-control-next{
right: -9px;
}

#heroCarousel .carousel-inner{

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
    border-radius: 20px;
}




   /* 2nd section css end  */

   /* categories section css start  */

.blog-category-slider h2 {
  font-size: 28px;
  font-weight: 700;
}

.carousel-window {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 40px;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 16px;
}

.category-card {
  flex: 0 0 calc((100% - (17px * 4)) / 5 ); 
  /* margin-right: 20px; */
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
  padding: 6px 10px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease;
  /* width: calc((100% - (20px * 4)) / 5 ); */
  cursor: pointer;
}

.category-card:last-child {
  margin-right: 0;
}

.category-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.category-card img {
  width: 80px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
}

.category-card h5 {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin: 0;
}

.category-card .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 10;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.carousel-btn .carousel-control-prev-icon , .carousel-btn .carousel-control-next-icon{
   width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}

.carousel-btn .carousel-control-prev{
left: -9px;
}

.carousel-btn .carousel-control-next{
right: -9px;
}

.carousel-btn:hover {
  background: rgba(255,255,255,1);
}

.carousel-btn.prev {
  left: -10px;
}

.carousel-btn.next {
  right: -10px;
}



   /* categories section css end  */


   /* recent blogs section css start  */


.recent-blogs-section {
  background-color: #ffffff;
margin-bottom: 40px;
}

.recent-blogs-section h5 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}

.recent-blogs-section .card {
border: 1px solid #80808059;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.recent-blogs-section .card:hover {
  /* transform: translateY(-4px); */
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); */
}

.recent-blogs-section .card-img-top {
    width: 100%;
    height: 280px;
    object-fit: cover;
    padding: 15px 15px 0 15px;
}

.recent-blogs-section .card-body {
  padding: 20px;
}

.recent-blogs-section .badge {
background: #2C55A8;
    color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    width: fit-content;
}

.recent-blogs-section .card-title {
  font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blogs-slider-excerpt {
    font-size: 13px;
    line-height: 19px;
    color: #555;
    flex-grow: 1;
    margin-bottom: 12px;
}

.recent-blogs-section .read-more {
  color: #2C55A8;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
}

.recent-blogs-section .read-more:hover {
    color: #000;
  text-decoration: underline;
}

.load-more-btn {
    margin-top: 40px;
    background-color: #2C55A8;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 12px 26px;
    transition: 0.3s;
}

.load-more-btn:hover {
  background-color: #fff;
  color: #2C55A8;
  border: 1px solid #2C55A8;
}
.no-recent-blog-para{
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  display:none;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .recent-blogs-section .card-img-top {
    height: 200px;
  }
  .recent-blogs-section h5 {
    text-align: center;
  }
}



   /* recent blogs section css end  */


  .hero-section .container-fluid{
    max-width:1600px;
    width:100%;
    margin:0 auto;
   }

   .sartorius-slider-section .container-fluid{
    max-width:1600px;
    width:100%;
    margin:0 auto;
   }

   .blog-category-slider  .container-fluid{
    max-width:1600px;
    width:100%;
    margin:0 auto;
   }

   .recent-blogs-section  .container-fluid{
    max-width:1600px;
    width:100%;
    margin:0 auto;
   }



    @media (max-width:768px) {
    .hero-section{
        margin-top:95px;
        padding-bottom:20px;
    }
    .blog-section{
        padding:40px 0px 0px 0px;
        text-align:left;
        align-items:flex-start;
    }   .breadcrumb-section{      padding-bottom: 8px;    }
    .blog-content h2{
      font-size: 22px;      margin-bottom: 8px;
    }

    .sartorius-slider-section{
      margin-top: 0px;
      padding-top: 30px;
    }
    .sartorius-image img{
      height: 350px;
    }
    .sartorius-content{
      margin-top: 20px;
      padding-left: 0px !important;
    }
    .sartorius-content h2{
      font-size: 18px;
      line-height: normal;
    }
    .sartorius-content p{
      font-size: 14px;
    }
    .blog-category-slider h2{
      font-size: 22px;
    }
    .recent-blogs-section h5{
      text-align: left;
      font-size: 22px;
      /* margin-bottom: 30px !important; */
    }
    #blogContainer{
      margin-top: 20px;
    }
    .blog-card{
      margin-bottom: 20px;
    }
    .recent-blogs-section .card-title{
      font-size: 16px;
    }
    .carousel-control-prev, .carousel-control-next{
      width: 25px;
      height: 25px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
      width: 10px;
      height: 10px;
    }
    .carousel-window{
      padding: 0 25px;
    }
    .carousel-btn{
      width: 25px;
      height: 25px;
    }
    .carousel-btn .carousel-control-prev-icon, .carousel-btn .carousel-control-next-icon{
      width: 10px;
      height: 10px;
    }
    .category-card{
      flex: 0 0 100%;
    }

.sartorius-image{
width:100% !important;
}

.carousel-btn .carousel-control-prev-icon, .carousel-btn .carousel-control-next-icon{
margin-left:-5px;
}

  
   }

   @media (min-width:768px) and (max-width:992px) {
    .hero-section{
        margin-top:70px;
        padding-bottom:20px;
    }
    .blog-section{
        padding:30px 0px 0px 0px;
        text-align:left;
        align-items:flex-start;
    }

    .sartorius-slider-section{
      margin-top: 0px;
      padding-top: 30px;
    }
    .sartorius-image img{
      height: 350px;
    }
    .sartorius-content{
      margin-top: 20px;
      padding-left: 0px !important;
    }
    .sartorius-content h2{
      font-size: 20px;
      line-height: normal;
    }
    .sartorius-content p{
      font-size: 14px;
    }
    
    #blogContainer{
      margin-top: 20px;
    }
    .blog-card{
      margin-bottom: 20px;
    }
    .recent-blogs-section .card-title{
      font-size: 18px;
    }
    .sartorius-image , .sartorius-content{
      width: 100% !important;
    }
    .blog-card{
      padding: 0 5px !important;
    }
    .recent-blogs-section .card-body{
      padding: 10px;
    }
    .recent-blogs-section .card-img-top{
      padding: 10px 10px 0px 10px;
    }
   }
   .sartorius-content h2 a.custom-title-link {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-decoration: none !important;
    line-height: 1.3;
}
.sartorius-content h2 a.custom-title-link:hover {
    color: #2C55A8 !important;
}

/* Featured Image Pointer */
.sartorius-image a {
    display: block;
    cursor: pointer;
}

/* 2. Recent Blogs Fixes */
/* Essential for the whole card click */
.recent-blogs-section .card {
    position: relative;
    transition: transform 0.3s ease;
}
.recent-blogs-section .card:hover {
    transform: translateY(-5px);
}

/* Style the 'Read More' span to look like a link */
.recent-blogs-section .read-more-text {
    color: #2C55A8;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}
.recent-blogs-section .read-more-text:hover {
    text-decoration: underline;
    color: #000;
}

/* 3. Media Query Overrides (No Inherit) */

/* Tablet View (768px - 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .sartorius-content h2 a.custom-title-link {
        font-size: 20px !important; /* Matches your existing tablet H2 size */
    }
}

/* Mobile View (Below 768px) */
@media (max-width: 768px) {
    .sartorius-content h2 a.custom-title-link {
        font-size: 18px !important; /* Matches your existing mobile H2 size */
        line-height: normal;
    }
}


@media (min-width:1700px) {
  .hero-section .container-fluid{
    padding: 0 40px !important;
  }
  .sartorius-slider-section .container-fluid{
    padding: 0 40px !important;
  }
  .blog-category-slider .container-fluid{
    padding: 0 40px !important;
  }
  .recent-blogs-section .container-fluid{
    padding: 0 40px !important;
  }
  .carousel-btn{
    background-color: #2C55A8;
    color: #fff;
  }
  .carousel-btn .carousel-control-prev-icon, .carousel-btn .carousel-control-next-icon{
    filter: unset;
  }
.carousel-btn.next{
right:0px;
}
.carousel-btn.prev{
left:0px;
}


}


.hero-section .container-fluid{
    padding: 0 40px !important;
  }
  .sartorius-slider-section .container-fluid{
    padding: 0 40px !important;
  }
  .blog-category-slider .container-fluid{
    padding: 0 40px !important;
  }
  .recent-blogs-section .container-fluid{
    padding: 0 40px !important;
  }

