.industry-main-section,
.industry-gallery-section,
.industry-testimonials-section,
.industry-case-studies-section,
.industry-secondary-section {
	padding: 0 0 70px;
}

.industry-case-studies-section.customers-section {
	padding-left: 0;
	padding-right: 0;
}

.industry-case-studies-grid {
	position: relative;
	z-index: 1;
}

.industry-section-title {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.12;
	margin-top: 0;
	margin-bottom: 32px;
}

.industry-gallery-block .industry-section-title,
.industry-testimonials-block .industry-section-title,
.industry-case-studies-section .industry-section-title {
	margin-bottom: 32px;
}

.industry-gallery {
	width: 100%;
}

.industry-gallery__main {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 8px;
	aspect-ratio: 16 / 9;
	background-color: #111;
	cursor: pointer;
}

.industry-gallery__main:after {
	content: "\f00e";
	font-family: "Font Awesome 6 Pro";
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background-color: rgba(0, 0, 0, .65);
	transition: background-color .25s ease;
}

.industry-gallery__main:hover:after,
.industry-gallery__main:focus-visible:after {
	background-color: rgba(0, 0, 0, .85);
}

.industry-gallery__main-image,
.industry-gallery__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.industry-gallery__main-image {
	transition: transform .35s ease;
}

.industry-gallery__main:hover .industry-gallery__main-image {
	transform: scale(1.02);
}

.industry-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.industry-gallery__thumb {
	display: block;
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	aspect-ratio: 4 / 3;
	background-color: #111;
	cursor: pointer;
	opacity: .72;
	transition: border-color .25s ease, opacity .25s ease, transform .25s ease;
}

.industry-gallery__thumb:hover,
.industry-gallery__thumb:focus-visible,
.industry-gallery__thumb.is-active {
	border-color: #222;
	opacity: 1;
}

.industry-gallery__thumb:hover {
	transform: translateY(-2px);
}

.industry-gallery__lightbox {
	display: none;
}

.industry-testimonials-block {
	position: relative;
}

.industry-secondary-content {
	max-width: 100%;
}

@media (max-width: 991px) {
	.industry-main-section,
	.industry-gallery-section,
	.industry-testimonials-section,
	.industry-case-studies-section,
	.industry-secondary-section {
		padding: 0 0 54px;
	}

	.industry-section-title,
	.industry-gallery-block .industry-section-title,
	.industry-testimonials-block .industry-section-title,
	.industry-case-studies-section .industry-section-title {
		margin-bottom: 26px;
	}
}

@media (max-width: 640px) {
	.industry-main-section,
	.industry-gallery-section,
	.industry-testimonials-section,
	.industry-case-studies-section,
	.industry-secondary-section {
		padding: 0 0 42px;
	}

	.industry-section-title {
		font-size: 34px;
		line-height: 1.16;
		margin-bottom: 30px;
	}

	.industry-case-studies-section .industry-section-title {
		margin-bottom: 38px;
	}

	.industry-case-studies-grid {
		--bs-gutter-y: 1.5rem;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 8px;
		padding-right: 8px;
	}

	.industry-gallery__main {
		aspect-ratio: 4 / 3;
	}

	.industry-gallery__main:after {
		right: 12px;
		bottom: 12px;
		width: 42px;
		height: 42px;
		font-size: 20px;
	}

	.industry-gallery__thumbs {
		display: flex;
		overflow-x: auto;
		padding-bottom: 4px;
		scroll-snap-type: x proximity;
	}

	.industry-gallery__thumb {
		flex: 0 0 42%;
		min-width: 132px;
		scroll-snap-align: start;
	}
}

@media (max-width: 460px) {
	.industry-section-title {
		font-size: 32px;
		margin-bottom: 28px;
	}

	.industry-case-studies-section .industry-section-title {
		margin-bottom: 36px;
	}
}
