.relatedSwiper .swiper-slide {
    width: 300px;
}
.relatedSwiper .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: 25rem;
}
.relatedSwiper .card-title {
    font-size: 20px;
    font-weight: bold;
}
.relatedSwiper .card-text {
    font-size: 13px;
    color: #555;
}
  .sections {
    position: relative;
    top: 115px;
    margin-bottom: 100px;
  }
  .category-box, .blog-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .carousel img {
    height: 300px;
    object-fit: cover;
  }
  .list-group-items {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 3px;
}
.rounded {
    border-radius: 8px !important;
    width: 100%;
    height: 200px;
}
.scrollable-blogs {
        max-height: 650px;
        overflow-y: auto;
        padding-right: 10px;
        scrollbar-width: thin;
    }

    .scrollable-blogs::-webkit-scrollbar {
        width: 6px;
    }

    .scrollable-blogs::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

    .scrollable-blogs::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }
    
.blog-btn{
    border: 2px solid blue;
    position: relative;
        top: 40px;
    margin-bottom: 50px;
}
.blog-detail{
    height: 350px;
    width: 100%;
}
@media (max-width: 768px) {
.carousel img{
        height: 185px !important;
    object-fit: cover;
}
.relatedSwiper .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: 27.5rem;
    margin-bottom: 25px;
}
.blog-detail{
    height: 185px;
    width: 100%;
    margin-top: -45px;
}
}