.row-insight{
	border: 0;
	box-shadow: none;
}

.swiper{
	width: 100%;
	
}

.col-insight {
    position: relative;
    width: 100%;
    height: 418px; /* adjust height as needed */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px; /* optional */
    overflow: hidden;
}

.col-insight .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
	    color: #fff;
    display: flex;
	flex-direction: column;
    justify-content: end;
    padding: 24px;
}
.title-link {
    color: #fff;
		pointer-events: none;

}
.slide-title {
	text-transform: capitalize;
}
.swiper-slide-active .title-link {
	pointer-events: visible;
}
/* hide all titles initially */
.swiper-slide .slide-excerpt {
    display: none;
    transition: opacity 0.3s ease;
}

/* show title only on active slide */
.swiper-slide-active .slide-excerpt {
    display: block;
	margin-bottom: 4px;
	color: var(--white);
}



.col-insight img{
	width: 100%;
	height: 356px;
	object-fit: cover;
	border-radius: 5px;
}
.col-insight:hover{
	color: var(--gray);
}
.col-insight h3, .col-insight h5{
    font-family: 'Roboto Condensed';

}


.btn-insight {
    font-weight: bold;
    display: flex;
    transition: 1s;
    align-items: center;
    color: #111;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}
.btn-insight::after{
	content: '';
	margin-left: 5px;
	width: 14px;
    height: 14px; 
    background: url('/wp-content/uploads/2025/02/arrow.svg') no-repeat center center;
    background-size: contain;
	transition: 0.4s;
}

.btn-insight:hover::after {
    transform: translateX(5px); 
}

.container-label-insight .insight-title{
	display: flex;
	gap: 11px;
	align-items: center;
}
.container-label-insight{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.insight-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.insight-navigation .swiper-button-next:after, .insight-navigation .swiper-button-prev:after {
	display: none;
}
#insight-prev-button,
#insight-next-button {
    position: relative !important;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    cursor: pointer;
}

#insight-prev-button {
    background-image: url(/wp-content/uploads/2026/02/arrow-left.svg) !important;
}


#insight-prev-button {
    background-image: url(/wp-content/uploads/2026/02/arrow-left.svg) !important;
}

#insight-next-button {
    right:0!important;
    bottom: 0px!important;
    background-image: url(/wp-content/uploads/2026/02/arrow-right.svg) !important;
}

