body{
    background: inherit;
}

.banner--details__wrapper{
    background-image: url(../images/blogs-page/Banner.png);
    background-size: cover;
}

.image-container {
    position: relative;
    display: inline-block;
}

.social-options {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background-color: #ffffffd6;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.social-icon {
    display: block;
    margin-bottom: 5px;
    color: #333;
    text-decoration: none;
}

.image-container:hover .social-options {
    opacity: 1;
    visibility: visible;
}

.social-options .share-artical{
    padding: 10px;
}

.social-options .share-artical img{
    height: 45px;
}
.audio-play{
    width: 48px;
    height: 48px;
}
.audio-pause {
    background-color: #293450;
    width: 48px;
    height: 48px;
    padding: 15px;
    border-radius: 15px;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .blog-details_box {
        padding-top: 100px !important;
    }
}

.article-helpfull svg.active path{
    fill: #2dbdca;
}

#scrollAccordion h2 {
    font-size: min(max(16px, 1.25vw), 20px) !important;
}