.section-case-studies {
	background: var(--color-bg-light);
	text-align: center;
	padding:24px 0px;
	overflow: hidden;
}

.section-case-studies h2 {
}

.section-case-studies h2 span {
	background: linear-gradient(90deg, #767A80 0%, #9A9FA7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.section-case-studies .section-desc {
	max-width: 492px;
	margin: 16px auto 88px;
	color: var(--color-l2grey);
}

.case-slider-wrapper { position: relative; overflow: hidden; }

.case-slider-track {
	display: flex;
	gap: 24px;
	transition: transform 0.5s ease;
}
.case-card {
    position:relative;
}
.case-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 32px;
	text-align: left;
	display: flex;
	align-items: center;
	align-items: flex-end;
	gap: 16px;
}

.case-card-arrow{flex:1;min-width: 64px;}

.case-card-content h3 {
	font-size: 34px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -1px;
}


div.case-slider-wrapper {
	overflow: visible;
}

div.case-slider-wrapper .swiper {
	/*overflow: visible;*/
}

div.slider-nav {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	justify-content: center;
	box-shadow: ;
	margin: 32px 0 0;  
}

div.slider-nav #casePrev,
div.slider-nav #caseNext {
	background: red;
	width: 54px;
	height: 54px;
	background: url(https://keenview.windsit.com/wp-content/uploads/2026/05/sld-nav-arw.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
div.slider-nav #casePrev,
div.slider-nav #caseNext {
    width: 54px;
    height: 54px;
    background: url("https://keenview.windsit.com/wp-content/uploads/2026/05/sld-nav-arw.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    /*box-shadow: 0 2px 16px rgba(27, 31, 46, 0.04);*/

    /* Remove mobile tap highlight */
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;

    /* Remove focus outline */
    outline: none;

    /* Prevent text/image selection */
    user-select: none;
    -webkit-user-select: none;

    /* Remove iOS button styling */
    -webkit-appearance: none;
    appearance: none;
}

div.slider-nav #casePrev:hover,
div.slider-nav #caseNext:hover{
	background: url(https://keenview.windsit.com/wp-content/uploads/2026/05/sld-nav-arw2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}

div.slider-nav #casePrev{transform: rotate(180deg);}

.case-card-img {
  border-radius: 20px;
  overflow: hidden;
}
/*
#casePrev:focus,
#caseNext:focus,
#casePrev:focus-visible,
#caseNext:focus-visible {
    outline: unset !important;
	box-shadow:unset !important;
}
*/

@media (max-width: 1200px) {
	.case-card-content h3 {
		font-size: 20px;
	}
}	


@media (max-width: 1024px) {
	.case-card-content h3 {
		font-size: 20px;
	}
	.case-card-content {
		padding: 32px 24px;
	}
}
@media (max-width: 991px) {
	.case-card-content h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	#caseStudies .stitle h2 {
		font-size: 40px;
		line-height: 105%;
		letter-spacing: -1px;
	}
	.section-case-studies .section-desc {
		margin: 16px auto 72px;
	}
	.case-card-content h3 {
		font-size: 21px;
	}
	.case-card-content {
		padding: 32px 24px;
		gap: 24px;
		align-items: flex-end;
	}
}


