
        .prod-btn{
    border: none;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
    margin: 0 auto;

}

.blog-detail-content .blog-detail-img1 img{
     background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e1e7ef;
    cursor: pointer;
    object-fit:cover;
}
.blog-detail-img1{
    padding-bottom: 10px;
}
  
  
           /* Related Products Styles */
        .related-products-section {
            margin-top: 20px;
            padding: 20px 0;
        }

        .related-products-section .section-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
            text-align: center;
        }

        .related-products-section .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 3px;
            background-color: #0d6efd;
            border-radius: 3px;
        }

        /* Product Card Styles */
        .related-products-section .product-card {
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            border: 1px solid #e1e7ef;
            height: 100%;
            position: relative;
            cursor: pointer;
        }

        .related-products-section .product-image {
            overflow: hidden;
            position: relative;
        }

        .related-products-section .product-image img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

        .related-products-section .product-tag {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #0d6efd;
            color: white;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 500;
            z-index: 2;
        }

        .related-products-section .product-info {
            padding: 15px;
            border-top: 1px solid #e1e7ef;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .related-products-section .product-info h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0;
            color: #333;
            width: 100%;
            text-align: center;
        }

        /* Slick Slider Customization */
        .related-products-section .slick-slider {
            position: relative;
            display: block;
            box-sizing: border-box;
            user-select: none;
            touch-action: pan-y;
            margin-bottom: 40px;
        }

        /* Custom arrow styles */
        .slick-arrow1 {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 10;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slick-arrow1:before {
            color: #0d6efd;
            font-size: 20px;
            line-height: 1;
        }

        .slick-prev1 {
            left: -20px;
        }

        .slick-prev1:before {
            content: "←";
        }

        .slick-next1 {
            right: -5px;
            left:auto;
        }

        .slick-next1:before {
            content: "→";
        }

        .related-products-section .slick-dots {
            bottom: -30px;
        }

        .related-products-section .slick-dots li button:before {
            font-size: 10px;
            color: #0d6efd;
        }

        .related-products-section .slick-dots li.slick-active button:before {
            color: #0d6efd;
            opacity: 1;
        }

        .related-products-section .slick-track {
            display: flex;
            margin-left: 0;
            margin-right: 0;
        }

        /* Responsive Adjustments */
        @media (max-width: 767.98px) {
            .related-products-section .section-title {
                font-size: 1.3rem;
            }

            .related-products-section button.slick-arrow {
                width: 35px;
                height: 35px;
            }
        }
        
        h5 {
    font-size: 18px;
}
   