/* IMAGE SCROLL SEC */

.img-scroll-sec {
	position: relative;
	overflow: hidden;
	height: auto;
	padding: 0 40px 80px 40px;
}
/* 
.bg-layer {
position: absolute;
inset: 0;
background: url(http://lawftdev.kinsta.cloud/wp-content/uploads/2025/08/image-scaled.webp) no-repeat;
transition: clip-path 0.2s ease-out;
z-index: 0;
background-size: 65%;
background-position: 50% 122%;
} */

.content {
	position: relative;
	z-index: 1;
}

.img-scroll-title-row {
	text-align: center;
	/*   height: 1000px; */
	display: flex;
	justify-content: center;
}

.img-scroll-title-col {
	align-self: center;
}

.img-scroll-cards-row {
	justify-content: center;
	display: flex;
	width: 90%;
	margin: auto;
}

.img-scroll-cards-col {
	text-align: center;
	background: #f7f5f2;
	margin: 5px;
	padding: 32px 24px;
	border-radius: 5px;
}

.img-scroll-cards-col img {
	background: #fff;
	padding: 8px;
	border-radius: 3px;
}

.img-scroll-cards-col h4 {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 20px;
	color: #1a1a1a;
}

.img-scroll-cards-col p {
	font-size: 14px;
	color: #736f6c;
}

.img-scroll-img-col {
	text-align: center;
}

.img-scroll-title-col h1 {
	font-size: 88px;
	background-color: #fff;
	;
}

.img-scroll-img-col img {
	width: 20%;
}

@media (prefers-reduced-motion: reduce) {
	.slides {
		transition: none !important;
	}
}

.spacer-small {
	height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
}

.icon-list {
	list-style: none;
}


@media only screen and (max-width: 1680px) {

	.bg-layer {
		background-position: 50% 130%;
	}
}

@media only screen and (max-width: 1600px) {
	.bg-layer {
		background-size: 70%;
		background-position: 50% 128%;
	}
}

@media only screen and (max-width: 1536px) {
	.bg-layer {
		background-size: 65%;
		background-position: 50% 136%;
	}
}

@media only screen and (max-width: 1440px) {
	.bg-layer {
		background-size: 70%;
		background-position: 50% 134%;
	}
}

@media only screen and (max-width: 1366px) {
	.bg-layer {
		background-size: 65%;
		background-position: 50% 156%;
	}
}

@media only screen and (max-width: 1280px) {
	.bg-layer {
		background-size: 65%;
		background-position: 50% 168%;
	}
}

@media only screen and (max-width: 1024px) {

	.bg-layer {
		background-size: 80%;
		background-position: 50% 155%;
	}

	.img-scroll-title-col h1 {
		font-size: 58px;
	}

	.img-scroll-title-row {
		height: 800px;
	}

	.img-scroll-cards-row {
		width: 100%;
	}

	.img-scroll-sec {
		padding: 0 20px 60px 20px;
	}

	.img-scroll-cards-col {
		padding: 15px 15px;
	}

	.img-scroll-cards-col h4 {
		font-size: 20px;
	}

	.img-scroll-img-col img {
		width: 50%;
	}
}

@media only screen and (max-width: 820px) {
	.bg-layer {
		background-position: 50% 300%;
	}
}

@media only screen and (max-width: 768px) {

	.bg-layer {
		background-size: 85%;
		background-position: 50% 255%;
	}

}

@media only screen and (max-width: 767px) {

	.img-scroll-title-col h1 {
		font-size: 28px;
	}

	.img-scroll-cards-row {
		display: flex;
		flex-direction: column;
	}

	.img-scroll-sec {
		padding: 0 10px 40px 10px;
	}

	.img-scroll-img-col img {
		width: 70%;
	}

	.bg-layer {

		background-size: 95%;
		background-position: 50% 6%;
	}

	.slides {
		margin-top: 200px;
	}
	.mobile-lawft-section {
		padding: 50px 10px;
	}

}

@media only screen and (max-width: 390px) {

	.bg-layer {
		background-size: 95%;
		background-position: 50% 10%;
	}

}

@media only screen and (max-width: 375px) {

	.bg-layer {
		background-position: 50% 12%;
	}

}