/**
 * About Custom Rock Works Section
 *
 * Generated by Dreamz Page Builder on 2026-07-16.
 */

.about-custom-rock-works-section .wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.about-custom-rock-works-section .wrapper .left-col {
	width: 47%;
	padding: 0 20px;
}

.about-custom-rock-works-section .wrapper .right-col {
	width: 53%;
	padding: 0 20px;
}

.about-image-wrapper .image-wrapper {
	position: relative;
	border-radius: 34px;
	overflow: hidden;
	height: 100%;
}

.about-image-wrapper .image-wrapper img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-image-wrapper {
	position: relative;
	height: 100%;
}

.floating-card {
	position: absolute;
	right: -16px;
	bottom: 28px;
	background: var(--charcoal);
	color: #fff;
	border-radius: 22px;
	padding: 22px;
	max-width: 250px;
	box-shadow: 0 24px 70px rgba(18, 15, 12, .18);
}

.floating-card h3 {
	display: block;
	font-size: 22px;
	color: #f3d8a9;
	line-height: normal;
	margin-bottom: 5px;
}

.floating-card p {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .78);
}

.about-custom-rock-works-section .wrapper .right-col .content-block h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 500;
}

.about-custom-rock-works-section .wrapper .right-col .content-block ul li {
	padding: 12px 10px 12px 48px;
	border: 1px solid rgba(23, 21, 20, .08);
	border-radius: 10px;
	background: #fff;
	position: relative;
	font-weight: 600;
	color: #000;
}

.about-custom-rock-works-section .wrapper .right-col .content-block ul {
	list-style-type: none;
	margin-top: 20px;
}

.about-custom-rock-works-section .wrapper .right-col .content-block ul li:not(Last-child) {
	margin-bottom: 10px;
}

.about-custom-rock-works-section .wrapper .right-col .content-block h2 {
	margin-bottom: 10px;
}

.about-custom-rock-works-section .wrapper .right-col .content-block ul li:before {
	content: '✓';
	position: absolute;
	left: 10px;
	top: 8px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(159, 86, 57, .12);
	color: var(--rust);
	font-weight: 900;
}

.about-custom-rock-works-section .wrapper .right-col .content-block a.btn {
	margin-top: 10px;
}

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

	.about-custom-rock-works-section .wrapper .left-col,
	.about-custom-rock-works-section .wrapper .right-col {
		padding: 0 10px;
		width: 50%;
	}

	.about-custom-rock-works-section .wrapper {
		margin: 0 -10px;
	}

	.floating-card {
		right: 15px;
		bottom: 15px;
	}
}

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

	.about-custom-rock-works-section .wrapper .left-col,
	.about-custom-rock-works-section .wrapper .right-col {
		width: 100%;
	}

	.about-image-wrapper .image-wrapper {
		aspect-ratio: 1/1;
	}

	.about-custom-rock-works-section .wrapper .right-col {
		margin-top: 30px;
	}
}