.home-section {
    height: 350px;
    position: relative;
}
h1.wvqp-main-header{
    font-size: 1.5rem; 
}

.detail-content {
    z-index: 9;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}
.blurTypeCss{
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
    top: 0;
    bottom: 0;
    background-repeat: repeat;
}

.home-section.empty-colors {
    background: #3b3d36e3;
}
.carousel-item img{
    width: 100%;
    height: 350px;
    object-fit: contain;
  }

.detail-headings {
    z-index: 9;
    text-align: start;
    position: absolute;
    top: 55%;
    left: 0;
    color: #ffffff;
    padding: 18px;
    bottom: 0;
    width: 100%;   
    background: linear-gradient(190deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4552) 1%, rgba(0, 0, 0, 0.5) 100%);
}

.home-section .trends_sp {
    background: #109d10;
}.share-actions{
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: end;
}.share-actions button{
    background: transparent;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}.ct_listDiv a{
    text-decoration: none;
    color: #808080;
    font-weight: 500;
}.rwng-list-posts{
    margin: 50px 0px;
}.detail-headings .dropdown-menu.show{
    border-radius: 0px;
}.detail-headings p{
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-transform: capitalize;
}.detail-headings:hover h4 .title{
    text-decoration: underline;
}.detail-headings h4 .title{
    margin-right: 10px;
}.detail-headings h4{
    align-items: center;
}.detail-headings h4 .title{
    overflow-wrap: anywhere;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}.home-section .carousel-item{
    transition: none !important;
}

/**responsiveCss**/
@media (max-width: 480px) {
    .detail-headings{
        padding: 15px;
    }.detail-headings p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }.detail-headings .share-actions{
        display: none !important;
    }.carousel-indicators{
        margin-bottom: 0rem;
    }
}

@media (max-width: 767px) {
    .detail-headings div.share-actions{
        display: none !important;
    }
}