
.background-blur-widget-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  
    background-size: cover;
}

.single-cat-widget {
    width: 200px;
    height: 200px;
    background-color: transparent;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
}

div.overlay {


    /* width: 100%;
    height: 100%; */
}

.top-category-widget-area .single-cat-widget .overlay-bg {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: var(--main-color-org);
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-category-widget-area .single-cat-widget:hover {
    border-color: var(--main-color-text-hover);
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 1);
}

.top-category-widget-area .single-cat-widget:hover .overlay-bg {
    /* background: rgba(18, 19, 89, 1); */
    background: var(--main-color-text-hover) !important;
    margin: 0;

}

.top-category-widget-area .single-cat-widget:hover .content-details>* {
    color: white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-category-widget-area .single-cat-widget:hover .content-details>* {
    color: black;

}


.post-content-area.news-section .col-lg-8.posts-list {
    /* box-shadow: 4px -1px 19px 0px rgba(18, 19, 89, 0.5);
    border-top-right-radius: 24px; */
}

.post-content-area .single-post {
    padding-bottom: 24px;
    border-radius: 12px;
    margin-right: 12px;
    margin-left: 4px;
    margin-bottom: 50px;
    border: 1px solid #cecece;
    box-shadow: 0px 1px 12px 8px rgba(0, 0, 0, 0.1);
}

.h2-shadow {
    text-shadow: -4px 2px 11px rgba(0, 0, 0, 0.3);
}

.post-content-area .single-post .feature-img img {
    border-radius: 24px;
    display: flex;
}

.widget-wrap .single-sidebar-widget {
    margin: 20px 15px;
}

.widget-wrap>.single-sidebar-widget:not(.search-widget):not(.post-category-widget) {
    border: 1px solid #14045c36;
    box-shadow: 0px 2px 20px 0px rgba(22, 2, 133, 0.3);
}

.widget-wrap .post-category-widget .category-title,
.widget-wrap .popular-post-widget .popular-title,
.widget-wrap .search-widget form.search-form button,
.widget-wrap .search-widget form.search-form input[type=text] {
    background-color: var(--main-color-org);
}