/**
 * Benefit Section
 *
 * Generated by Dreamz Page Builder on 2026-07-30.
 */

.benefit_section {
	background: #123F42;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}

.benefit_section::after {
	content: "";
	width: 536px;
	height: 536px;
	border: 64px solid rgba(235, 94, 130, 0.15);
	border-radius: 255px;
	position: absolute;
	top: -268px;
	right: -268px;
	z-index: 1;
}

.benefit_section .benefit_top_part {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.benefit_section .benefit_sub_heading {
	margin-bottom: 10px;
}

.benefit_section .benefit_sub_heading h3 {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	color: #E4738A;
	background: #FFF;
	border-radius: 100px;
	padding: 7px 10px;
	text-transform: uppercase;
}

.benefit_section .benefit_main_heading h2 {
	font-family: "Fraunces", serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 48px;
	color: #FFF;
}

.benefit_section .benefit_bottom_part {
	position: relative;
	z-index: 2;
}

.benefit_section .benefit_wrapper {
	width: 100%;
}

.benefit_section .benefit_row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.benefit_section .benefit_item {
	display: flex;
	height: 100%;
}

.benefit_section .benefit_box {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.30);
	border-radius: 30px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
	padding: 24px 20px;
	height: 100%;
}

.benefit_section .benefit_title h3 {
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	color: #FFF;
	margin-bottom: 15px;
}

.benefit_section .benefit_description p {
	font-size: 18px;
	line-height: 30px;
	color: #D9D9D9;
}

@media (max-width: 1199px) {

	.benefit_section {
		padding: 35px 0;
	}

	.benefit_section .benefit_top_part {
		margin-bottom: 35px;
	}

	.benefit_section .benefit_main_heading h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.benefit_section .benefit_row {
		gap: 15px;
	}

	.benefit_section .benefit_box {
		padding: 20px 15px;
	}

	.benefit_section .benefit_title h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.benefit_section .benefit_description p {
		font-size: 16px;
		line-height: 24px;
	}

	.benefit_section::after {
		border: 50px solid rgba(235, 94, 130, 0.15);
		width: 450px;
		height: 450px;
		top: -225px;
		right: -225px;
	}

}

@media (max-width: 991px) {

	.benefit_section {
		padding: 30px 0;
	}

	.benefit_section .benefit_top_part {
		margin-bottom: 30px;
	}

	.benefit_section .benefit_sub_heading h3 {
		padding: 5px 10px;
	}

	.benefit_section .benefit_main_heading h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.benefit_section .benefit_row {
		grid-template-columns: repeat(2, 1fr);
	}

	.benefit_section::after {
		border: 40px solid rgba(235, 94, 130, 0.15);
		width: 400px;
		height: 400px;
		top: -200px;
		right: -200px;
	}

}

@media (max-width: 767px) {

	.benefit_section {
		padding: 25px 0;
	}

	.benefit_section .benefit_top_part {
		margin-bottom: 25px;
	}

	.benefit_section .benefit_sub_heading h3 {
		font-size: 13px;
	}

	.benefit_section .benefit_main_heading h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.benefit_section .benefit_row {
		grid-template-columns: 1fr;
	}

	.benefit_section .benefit_box {
		padding: 15px;
		border-radius: 20px;
	}

	.benefit_section .benefit_title h3 {
		margin-bottom: 10px;
	}

	.benefit_section .benefit_description p {
		font-size: 15px;
		line-height: 22px;
	}

	.benefit_section::after {
		border: 30px solid rgba(235, 94, 130, 0.15);
		width: 350px;
		height: 350px;
		top: -175px;
		right: -175px;
	}

}