  .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;
   }

   .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 {
   }

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

   .blog-content p {
       font-size: 16px;
       line-height: 1.4;
       font-weight: 500;
       color:#2C55A8 ;
   }

   

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

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

   }

.blog-detail-section{
    margin-top: -210px;
}
   .blog-image{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 50px;
   }
   .blog-description p span{
    font-size: 20px;
    font-weight: 700;
   }



   /* recent blog section css start  */


  .blogs-slider-section {
      padding: 60px 0px;
      overflow: hidden;
    }

    .blogs-slider-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 24px;
    }

    .blogs-slider-header h2 {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
    }

    .blogs-slider-header a {
      color: #2C55A8;
      text-decoration: none;
      font-size: 20px;
      font-weight: 700;
    }

    /* Slider container */
    .blogs-slider-wrapper {
      position: relative;
      padding: 0 20px;
      
    }
    .blogs-inner-container{
      overflow: hidden;
    }

    .blogs-slider-track {
      display: flex;
      transition: transform 0.6s ease;
      gap: 18px;
    }

    .blogs-slider-item {
      flex: 0 0 calc((100% - (18px * 2)) / 3);
      /* max-width: 360px; */
      /* margin-right: 30px; */
      /* margin-left: 15px; */
      display: flex;
    }


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

    .blogs-slider-thumb {
      width: 100%;
      height: 280px;
      object-fit: cover;
      padding: 15px 15px 0 15px;
    }

    .blogs-slider-body {
      padding: 15px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

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

    .blogs-slider-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;
    }

    .blogs-slider-read-wrap {
      margin-top: auto; /* ✅ keeps it at the bottom */
      padding-top: 12px;
    }

    .blogs-slider-read-more {
      color: #2C55A8;
      font-weight: 700;
      font-size: 13px;
      text-decoration: none;
    }
    .blogs-slider-read-more:hover{
      color: #000;
      text-decoration: underline;
    }

    /* Navigation arrows */
    .blogs-slider-prev,
    .blogs-slider-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;
    }

.blogs-slider-prev .carousel-control-prev-icon,
.blogs-slider-next .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;
}


    .blogs-slider-prev { left: -0.5px; }
    .blogs-slider-next { right: -0.5px; }

    @media (max-width: 576px) {
      .blogs-slider-prev,
      .blogs-slider-next {
        display: none;
      }
    }



   /* recent blog section css end  */


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

   .blog-detail-section  .container-fluid{
    max-width:1600px;
    width:100%;
    margin:0 auto;
   }
   .blogs-slider-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: 20px;
    }
    .blog-detail-section{
      margin-top: 0px;
      padding-top: 30px;
    }
    .blog-image{
      height: auto;
      margin-bottom: 25px;
    }
    .blogs-slider-header a{
      font-size: 18px;
    }
    .blogs-slider-item{
      flex: 0 0 100%;
    }
    .blogs-slider-wrapper{
      padding: 0px;
    }
    .blogs-slider-title{
      font-size: 16px;
      line-height: normal;
    }
    .blogs-slider-header h2{
font-size:22px;
}


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

.breadcrumb-item+.breadcrumb-item::before{
padding:0 10px !important;
}
   }

   @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;
    }
    .blog-detail-section{
      margin-top: 0px;
      padding-top: 30px;
    }
    .blog-image{
      height: auto;
      margin-bottom: 25px;
    }
    .blogs-slider-header a{
      font-size: 18px;
    }
    .blogs-slider-item{
      flex: 0 0 calc((100% - (18px)) / 2) ;
    }
    .blogs-slider-wrapper{
      padding: 0px;
    }
    .blogs-slider-title{
      font-size: 18px;
      line-height: normal;
    }
    .blog-content h2{
      font-size: 24px;
    }
   }

   /* Ensure the card allows the stretched link to work */
.blogs-slider-card {
    position: relative; /* Essential */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for the whole card */
.blogs-slider-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* Make the span look like a link */
.blogs-slider-read-more {
    color: #2C55A8;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    position: relative; /* Keeps it visible above stretched link if needed */
    z-index: 2;
}

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


@media (min-width:1700px) {
  .hero-section .container-fluid{
    padding: 0 40px !important;
  }
  .blog-detail-section .container-fluid{
    padding: 0 40px !important;
  }
  .blogs-slider-section .container-fluid{
    padding: 0 40px !important;
  }
}

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