/**
 * Showcase Section
 *
 * Generated by Dreamz Page Builder on 2026-08-10.
 */

.showcase_section .container {
	max-width: 1280px;
}

.showcase_section .showcase_wrapper {
	margin: 0 -16px;
}

.showcase_section .showcase_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.showcase_section .showcase_column {
	width: 50%;
	padding: 0 16px;
}

.showcase_section .showcase_main_heading h2 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 30px;
}

.showcase_section .showcase_para p {
	font-family: 'Liberation Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

.showcase_section .showcase_para p:last-child {
	margin-bottom: 0;
}

.showcase_section .showcase_images_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.showcase_section .showcase_image {
	height: 100%;
}

.showcase_section .showcase_image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1199px) {
	.showcase_section .showcase_wrapper {
		margin: 0 -10px;
	}

	.showcase_section .showcase_column {
		padding: 0 10px;
	}

	.showcase_section .showcase_main_heading h2 {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 25px;
	}

	.showcase_section .showcase_para p {
		line-height: 24px;
		margin-bottom: 18px;
	}

	.showcase_section .showcase_images_grid {
		gap: 15px;
	}
}

@media (max-width: 991px) {
	.showcase_section .showcase_wrapper {
		margin: 0;
	}

	.showcase_section .showcase_column {
		width: 100%;
		padding: 0;
	}

	.showcase_section .showcase_text_column {
		margin-bottom: 30px;
	}

	.showcase_section .showcase_main_heading h2 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.showcase_section .showcase_para p {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.showcase_section .showcase_text_column {
		margin-bottom: 20px;
	}

	.showcase_section .showcase_main_heading h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 15px;
	}

	.showcase_section .showcase_para p {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.showcase_section .showcase_images_grid {
		gap: 10px;
	}

	.showcase_section .showcase_image img {
		border-radius: 10px;
	}
}