.banner-container{
	
}


.leader-card:hover img{
    height: 436px!important;
    object-fit: cover;
    transition: ease all 0.5s;
}
.leader-card:hover .lead-title{
display: none;
}
.loop-blogs .swiper-pagination-bullet {
    background: var(--dots-normal-color, #000);
    height: 3px!important;
    width: 32px!important;
    border-radius: 15px;
}
.home-more-video-section .elementor-swiper-button{
	border-radius: 50px;
    padding: 5px;
    color: black;
    border:1px solid;
	width: auto;
	
}
.home-more-video-section .elementor-swiper-button:hover{
	background-color:black;
	fill: white!important;
	
}
.home-more-video-section .elementor-swiper-button:hover svg{
	fill: white!important;
	
}
.home-more-video-section .swiper .elementor-swiper-button-prev {
    left: 169px;
    top: -36px;

}
.home-more-video-section .swiper .elementor-swiper-button-next {
    right: 650px;
    top: -36px;
}
.wpc-filters-main-wrap ul.children{
	margin-left: 0 !important;
}
/* Layout wrapper */

.hl-wrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.hl-wrap .swiper-slide {
	width: 100% !important;
}

/* Left panel like "HIGHLIGHTS" */
.hl-left {
	padding: 18px 10px;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.hl-title {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 3.5px;
    margin-bottom: 14px;

}

/* 3 small bars */
.hl-progress {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}

.hl-bar {
	height: 5px;
    width: 36px;
    background: #D9D9D9;
    padding: 2px;
    border-radius: 999px;
	border-color:#D9D9D9!important;
}

.hl-bar.is-active {
  background: #111;
	border-color:black!important;
}

/* Round arrows bottom-left */
.hl-controls {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

button.hl-nav:hover,
button.hl-nav:focus,
button.hl-bar:focus,
button.hl-bar:hover{
	background-color:black;
	border-color:black!important;
}
.hl-nav {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid #000000;
    background: #fff;
    cursor: pointer;
    font-size: 29px;
    line-height: 0;
    display: grid;
    padding-bottom: 17px;
    place-items: center;
    color: black;
    align-items: center;
    justify-content: center;
}

button.hl-bar:hover {
  border-color: #000;
	
	color:white!important;
	background-color: #000!important;
}


/* Right banner area */
.hl-right {
  width: 100%;
}

.hl-swiper {
border: 2px solid #1e73ff00;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

/* Make slide image behave like a banner */
.hl-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional Swiper dots inside banner */
.hl-pagination {
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: auto !important;
}

/*blog single page*/
.title-comments {
    font-size: 0;
}

.title-comments::after {
    content: "Leave a Comment";
    font-size: 28px; /* adjust */
    font-weight: 600;
}

.site-description::before {
    content: none !important;
}
/*blog archive filter css*/
/* VARIABLES */
.archives-filter {
    --f-black: #0a0a0a;
    --f-dark: #1a1a1a;
    --f-mid: #444444;
    --f-muted: #888888;
    --f-light: #cccccc;
    --f-line: #e2e2e2;
    --f-bg: #f5f5f5;
    --f-white: #ffffff;
    --f-radius: 10px;
    --f-shadow: 0 4px 28px rgba(0,0,0,0.08);
}

/* OUTER WRAPPER */
.archives-filter .wpc-filters-widget-containers-wrapper {
    background: var(--f-white);
    border-radius: var(--f-radius);
    box-shadow: var(--f-shadow);
    border: 1px solid var(--f-line);
    overflow: hidden;
    width: 100%;
}

/* TOP CONTAINER */
.archives-filter .wpc-filters-widget-top-container {
    background: var(--f-black);
    padding: 20px 22px 16px;
    position: relative;
    overflow: hidden;
}

.archives-filter .wpc-filters-widget-top-container::before {
    content: '';
    position: absolute;
    top: -28px; right: -28px;
    width: 96px; height: 96px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    pointer-events: none;
}

.archives-filter .wpc-widget-top-inside::before {
    content: 'Filter Articles';
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--f-light);
    margin-bottom: 4px;
}

/* CHIP LIST */
.archives-filter .wpc-filter-chips-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.archives-filter .wpc-filter-chip a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 30px;
    padding: 4px 10px 4px 12px;
    font-size: 11.5px;
    font-weight: 500;
    color: var(--f-white);
    text-decoration: none;
    transition: background .2s, border-color .2s;
    line-height: 1.4;
}

.archives-filter .wpc-filter-chip a:hover {
    background: rgba(255,255,255,.22);
    border-color: rgba(255,255,255,.4);
}

.archives-filter .wpc-chip-reset-all a {
    background: transparent;
    border-color: transparent;
    color: var(--f-light);
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 4px 6px;
}

.archives-filter .wpc-chip-reset-all a:hover {
    color: var(--f-white);
}

.archives-filter .wpc-chip-remove-icon {
    font-size: 13px;
    opacity: .55;
    line-height: 1;
}

/* POSTS FOUND */
.archives-filter .wpc-posts-found[data-found="0"] {
    display: none !important;
}

.archives-filter .wpc-posts-found {
    margin: 0 22px;
    padding: 12px 0 0;
}

.archives-filter .wpc-posts-found p {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--f-bg);
    border: 1px solid var(--f-line);
    border-radius: 30px;
    padding: 5px 13px;
    font-size: 11.5px;
    color: var(--f-mid);
    margin: 0;
}

.archives-filter .wpc-posts-found-number {
    font-weight: 600;
    color: var(--f-black);
}

/* SCROLL / MAIN FILTER AREA */
.archives-filter .wpc-filters-scroll-container {
    background: var(--f-white);
}

.archives-filter .wpc-filters-widget-wrapper {
    padding: 18px 22px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* SECTION TITLES */
.archives-filter .wpc-filter-title {
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: var(--f-muted) !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.archives-filter .wpc-filter-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--f-line);
    margin-left: 10px !important;
}

/* SEARCH FIELD */
.archives-filter .wpc-search-field-wrapper {
    position: relative;
}

.archives-filter .wpc-search-field-wrapper::before {
    content: '';
    position: absolute;
    left: 12px; top: 50%;
    transform: translateY(-50%);
    width: 14px; height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20' stroke='%23888888' stroke-width='2'%3E%3Ccircle cx='8.5' cy='8.5' r='5.5'/%3E%3Cpath stroke-linecap='round' d='M14 14l3.5 3.5'/%3E%3C/svg%3E") center/contain no-repeat;
    pointer-events: none;
    z-index: 2;
}

.archives-filter .wpc-search-icon {
    display: none !important;
    visibility: hidden !important;
}

.archives-filter .wpc-search-field {
    width: 100%;
    background: var(--f-bg) !important;
    border: 1.5px solid var(--f-line) !important;
    border-radius: 8px !important;
    padding: 10px 34px 10px 34px !important;
    font-size: 13px !important;
    color: var(--f-black) !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color .2s, box-shadow .2s !important;
    display: block;
}

.archives-filter .wpc-search-field::placeholder {
    color: var(--f-muted) !important;
}

.archives-filter .wpc-search-field:focus {
    border-color: var(--f-black) !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,.07) !important;
}

.archives-filter .wpc-search-clear-icon-wrapper {
    position: absolute;
    right: 10px; top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.archives-filter .wpc-search-clear-icon {
    font-size: 16px;
    color: var(--f-muted);
    text-decoration: none;
    line-height: 1;
    transition: color .2s;
}

.archives-filter .wpc-search-clear-icon:hover {
    color: var(--f-black);
}

/* DROPDOWNS */
.archives-filter .wpc-filter-content {
    position: relative;
}

/* .archives-filter .wpc-filter-content::after {
    content: '';
    position: absolute;
    right: 13px; top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px; height: 7px;
    border-right: 2px solid var(--f-mid);
    border-bottom: 2px solid var(--f-mid);
    pointer-events: none;
} */

.archives-filter .wpc-filters-widget-select {
    width: 100%;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: var(--f-bg) !important;
    border: 1.5px solid var(--f-line) !important;
    border-radius: 8px !important;
    padding: 10px 36px 10px 14px !important;
    font-size: 13px !important;
    color: var(--f-black) !important;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color .2s, box-shadow .2s !important;
}

.archives-filter .wpc-filters-widget-select:focus {
    border-color: var(--f-black) !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,.07) !important;
}

/* CONTROLS BAR */
.archives-filter .wpc-filters-widget-controls-container {
    padding: 16px 22px 20px;
    border-top: 1px solid var(--f-line);
    margin-top: 20px;
}

.archives-filter .wpc-filters-widget-controls-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.archives-filter .wpc-filters-widget-controls-item {
    display: contents;
}

.archives-filter .wpc-filters-apply-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: var(--f-black);
    color: var(--f-white) !important;
    text-decoration: none;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: background .2s, transform .2s, box-shadow .2s;
    white-space: nowrap;
}

.archives-filter .wpc-filters-apply-button:hover {
    background: var(--f-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.archives-filter .wpc-filters-found-posts-wrapper {
    font-weight: 600;
    opacity: .75;
}

.archives-filter .wpc-filters-close-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--f-white);
    color: var(--f-mid) !important;
    text-decoration: none;
    border-radius: 8px;
    border: 1.5px solid var(--f-line);
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: background .2s, color .2s, border-color .2s;
    white-space: nowrap;
}

.archives-filter .wpc-filters-close-button:hover {
    background: var(--f-bg);
    color: var(--f-black) !important;
    border-color: var(--f-light);
}

/* EDIT LINK */
.archives-filter .wpc-edit-filter-set {
    background: var(--f-bg);
    border-top: 1px solid var(--f-line);
    padding: 9px 22px;
    text-align: right;
}

.archives-filter .wpc-edit-filter-set a {
    font-size: 11px;
    color: var(--f-muted);
    text-decoration: none;
    letter-spacing: .04em;
    transition: color .2s;
}

.archives-filter .wpc-edit-filter-set a::before {
    content: '✦ ';
    font-size: 9px;
}

.archives-filter .wpc-edit-filter-set a:hover {
    color: var(--f-black);
}

/* SCREEN-READER UTILITY */
.archives-filter .screen-reader-text {
    position: absolute;
    width: 1px; height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}

/* OTHER UTILITY FIXES */
.archives-filter a {
    color: #000;
}

.archives-filter i.wpc-toggle-children-list {
    width: 90px!important;
}

.archives-filter i.wpc-toggle-children-list:before {
    background-color: #000000;
}

.archives-filter .wpc-term-count-value {
    display: none;
}

.archives-filter .wpc-filters-main-wrap ul.children {
    margin-left: 0px;
}

.archives-filter body .wpc-filters-main-wrap li.wpc-term-item {
    margin-bottom: 10px;
}

.archives-filter .wpc-term-item-content-wrapper {
    padding-right: 5px!important;
}

.archives-filter .wpc-filter-header {
    margin-bottom: 10px!important;
}

.archives-filter .wpc-filters-ul-list.wpc-filters-list-3511 {
    max-height: 300px!important;
}
.archives-filter .wpc-search-field-wrapper a.wpc-search-clear-icon {

	top: 100%!important;
}




