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

.home-section.empty-colors {
    background: #3b3d36e3;
}

.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, 4.5) 100%);
}
html[data-bs-theme="dark"] .carousel-indicators [data-bs-target]{
  background-color: #ffffff !important;
}
.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 h1 .title{
    text-decoration: underline;
}.detail-headings h1 .title{
    margin-right: 10px;
}.detail-headings h1{
    align-items: center;
    font-size: 1.4rem;
    color: #FFFFFF;
}.detail-headings h1 .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: 10px;
    }.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;
    }.carousel-item img, .home-section{
        height: 320px;
    }.detail-headings h1 .title{
        font-size: 20px;
    }.detail-headings p{
        font-size: 14px;
    }.bgte-sub-head{
        font-size: 18px ;
    }
}