html:not(.no-js) [data-aos^='fade'][data-aos^='fade']{
	 opacity: 1 !important;
    transform: none !important;
}
#clb-scroll-top{
    visibility: visible !important;
    opacity: 1 !important;
	display:none;
}
.clb-scroll-top-bar .scroll-track {
    
    width: 100% !important;
}
.leadership_registration_form_wrapper{
	max-width: 850px;
	margin: 35px auto 0;
	padding: 35px;
	background-color: rgba(23, 22, 26, 0.04);
	border-radius: 10px;
}
.leadership_registration_form_wrapper input[type=email],
.leadership_registration_form_wrapper input[type=text],
.leadership_registration_form_wrapper input[type=url],
.leadership_registration_form_wrapper select,
.leadership_registration_form_wrapper textarea{
    background: #fff;
    padding: 10px !important;
    border: 1px solid #ddd;
}

.leadership_registration_form_wrapper textarea{
	height: 130px !important;
	resize: none;
}

.leadership_profile_list_wrap .leadership_profile_lists{
       
	display: inline-block;
    width: 33%;
    padding: 15px;
}
.leadership_profile_list_wrap .leadership_profile_lists_inner{
	    background: #f2f2f2;
    padding: 20px;

}
.leadership_profile_list_wrap .leadership_profile_lists_inner p{
	font-size: .9em;
}
.leadership_profile_list_wrap .leadership_profile_lists h3{
	font-size: 20px;
    line-height: 26px;
}
.leadership_profile_list_wrap .leadership_profile_lists .bottom_actions{
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.leadership_profile_list_wrap .leadership_profile_lists .bottom_actions ul{
	    display: inline-flex;
    gap: 10px;
}
.leadership_profile_list_wrap .leadership_profile_lists .bottom_actions ul li{
	    padding: 0;
    list-style: none;
}
.leadership_profile_list_wrap .leadership_profile_lists .bottom_actions ul li a{
	color: #000000;
    border-color: #000000;
    background: transparent;
    border: 1px solid rgba(23, 22, 26, 0.5);
    line-height: 45px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
	font-size: 20px;
}
.leadership_profile_list_wrap .leadership_profile_lists .bottom_actions ul li a:hover{
	
}


.podcast-container {
    box-shadow: 7px -3px 25px 8px rgba(194,194,194,0.74);
    -webkit-box-shadow: 7px -3px 25px 8px rgba(194,194,194,0.74);
    -moz-box-shadow: 7px -3px 25px 8px rgba(194,194,194,0.74);
    border-radius: 10px;

}


/*topic single page css*/

.topic-single-header a p{
	text-align: left;
	font-weight: 600 !important;
	background-color: #19a2ea;
	color: white;
	padding: 0px 10px;
	border-radius: 4px;
}


.filter-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 23px;
}
.filter-header {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	margin-top: 20px;
}
.filter-header span {
	margin-right: 30px;
	font-weight: bold;
}
.filter-header a {
	margin-right: 10px;
	text-decoration: none;
	color: #000;
	
}
.filter-header a.active {
    color: #19a2ea;
    border-bottom: 2px solid #19a2ea;
    font-weight: 600;
}
.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    padding: 10px 0px;
}
.filter-options .form-check {
	width: 30%;
	margin-top: 0px;
	display: flex;
	gap: 12px;
	align-items: center;
    cursor: pointer;
}
.filter-content {
	display: none;
}
.filter-content.active {
	display: block;
}
/* Hide the default checkbox appearance */
.form-check-input {
  
  position: relative; /* Position it for custom styling */
  width: 20px; /* Set dimensions */
  height: 20px;
  margin: 0;
  cursor: pointer;
}

/* Create a custom checkbox look using :before */
.form-check-input:before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #19a2ea;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
    pointer-events: none;
}
.form-check-label{
	margin:0;
	padding:0;
	cursor:pointer;
}
/* Checked state styling */
.form-check-input:checked:before {
  background-color: #19a2ea; /* Filled background */
  border-color: #19a2ea; /* Border matches the background */
}

/* Add hover effect for better UX */
.form-check-input:hover:before {
  border-color: #19a2ea; /* Darker border on hover */
}

/* Focus styling for accessibility */
.form-check-input:focus:before {
  outline: none;
  box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}

.view-full-report{
	    background-color: #19a2ea;
    color: white;
    padding: 10px 20px;
    z-index: 9999999999999;
    position: fixed;
    rotate: 90deg;
    left: -71px;
    top: 50%;
}
.view-full-report:hover{
	    color: black;
}
.filter-container hr {
	margin: 28px auto;
	height: 3px;
}
.filter-container .custom_post_inner {
    padding: 12px;
    margin: 4px;
    background-color: #f1f1f1;
}
.filter-container .custom_post_inner img{
	width:100%;
}
.filter-container  .custom_post_wrapper_outer.style_3{
	margin-bottom: 2px;
}
  
.year-range-filter{
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 31px;
	margin-top: 20px;
}
.filter-container .select-holder,.select-holder,#all-year { 
    width:auto;
}
.filter-container .search-filter,.year-range-filter{
	    width: auto;
}
.top-filter-header{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
}
#start-year,
#end-year{
	padding-right: 46px
}

.filter-container .filter-toggle{
	background-color: #f6f6f6;
    padding: 11px 15px;
    border-radius: 3px;
}
.filter-container .posts-wrapper{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.filter-container #load-more{
	margin: auto;
    display: flex;
}
.filter-container .date-range-filter{
	display: flex;
	gap: 10px;
}
.filter-container .date-range-filter select{
    padding-right: 31px;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 11px;
}
.vw-topic-terms.industry-research-report-term p{
	text-transform: uppercase !important;
    margin: 0;
}

.vwhs-slider {
    display: flex;
    align-items: center;
}

.vwhs-slide {
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.vwhs-slide img {
    width: 100%;
    max-width: 200px;
    transition: transform 0.3s ease-in-out;
}

.vwhs-large-slide img {
    max-width: 400px;
}

.vwhs-large-slide {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.vwhs-category-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}

.vwhs-text-content {
    max-width: 300px;
    text-align: left;
}



/*custom slider in home page */


    .custom-slider-row {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        gap: 30px;
    }
    .slider-thumbs-col {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
		max-width:100%;
		margin-bottom: 25px;
    }
	.slider-thumbnail.active-thumb{
		display: none;
	}
    .slider-thumbnail {
        width: 140px;
        cursor: pointer;
        opacity: 0.8;
        transition: all 0.25s ease;
        position: relative;
    }
    .slider-thumbnail:hover {
        opacity: 1;
    }
    .slider-thumbnail.active-thumb {
        opacity: 1;
    }
    .slider-thumbnail img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }
    .slider-thumb-caption {
        display: block;
        font-size: 0.8rem;
        font-weight: 600;
        margin-top: 8px;
        text-align: center;
        text-transform: uppercase;
    }
    .slider-main-content {
        flex: 1;
        position: relative;
        min-height: 320px;
    }
    .slider-slide {
        display: none;
        position: relative;
        flex-direction: row;
        background: #fff;
        box-shadow: 0 1px 12px rgba(0,0,0,0.05);
        border-radius: 14px;
        overflow: hidden;
        min-height: 280px;
    }
    .slider-slide.active {
        display: flex;
        animation: fadeSlideIn 0.5s;
    }
    @keyframes fadeSlideIn {
        from {opacity: 0; transform: translateX(40px);}
        to {opacity: 1; transform: translateX(0);}
    }
    .slider-img-col {
        flex: 0 0 48%;
    }
    .slider-img-col img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .slider-text-col {
        flex: 1;
         padding: 30px 22px;
        display: flex;
        flex-direction: column;
    }  
    .slider-text-col h2 {
        font-size: 2rem;
        color: #332;
        margin-top: 0;
        margin-bottom: 20px;
    }
	.slider-text-col p {
		font-size: 1rem;
		line-height: 1.5;
		color: #444;
		margin-bottom: 20px;
		margin-top: 0;
    }
    .slider-btn {
        display: inline-block;
        background: #111;
        color: #fff;
        padding: 12px 22px;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 600;
        margin-top: auto;
        align-self: flex-start;
    }
    .slider-btn:hover {
        background: #333;
    }
    .slider-nav {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        margin-top: 7px;
    }
    .slider-arrow {
        border: 2px solid #2255FF;
        background: #fff;
        color: #2255FF;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s;
    }
    .slider-arrow:hover {
        background: #2255FF;
        color: #fff;
		border-color: #2255FF;
    }
	button.slider-arrow:focus{
		background-color: #2255FF;
		border-color: #2255FF;
		opacity: 1;
	}
    
    /* Responsive */
    @media (max-width: 1000px) {
        .custom-slider-row {
            flex-direction: column;
        }
        .slider-thumbs-col {
            max-width: 100%;
            justify-content: center;
            margin-bottom: 20px;
        }
    }
    @media (max-width: 768px) {
        .slider-slide.active {
            flex-direction: column;
        }
        .slider-img-col {
            flex: 0 0 auto;
        }
        .slider-img-col img {
            height: 220px;
        }
        .slider-text-col {
            padding: 20px;
        }
        .slider-text-col h2 {
            font-size: 1.8rem;
            margin-bottom: 12px;
        }
    }
    @media (max-width: 480px) {
        .slider-thumbnail {
            width: 80px;
        }
        .slider-thumbnail img {
            height: 80px;
        }
        .slider-thumb-caption {
            font-size: 0.75rem;
        }
    }
