.hero-banner {
	position: relative;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 100px 0 80px;
	background-color: #f7f2ec;
}
.hero-banner .page-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.hero-banner h3 {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #d85575;
}
.hero-banner .hero-title {
	font-size: 70px;
	font-family: "Playfair Display", serif;
	margin: 0;
	max-width: 500px;
	line-height: 110%;
}
.hero-banner p {
	margin: 0;
	max-width: 404px;
	font-size: 20px;
	line-height: 30px;
	color: #191919;
	font-weight: 400;
}
.top-features li {
	display: flex;
	gap: 10px;
	align-items: center;
}
.top-features {
	background-color: #f7f2ec;
	padding: 40px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.top-features img.left-image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	object-fit: cover;
}
.top-features img.right-image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	object-fit: cover;
}
.top-features ul {
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: space-around;
	position: relative;
}
.top-features strong {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}
.top-features p {
	font-size: 18px;
	margin: 0;
	line-height: 24px;
	font-weight: 400;
}
.promo-banner-2,
.promo-banner {
	background-color: #fefaf4;
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center right;
	position: relative;
	overflow: hidden;
}
.promo-banner-2 h4,
.promo-banner h4 {
	font-size: 18px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #d85575;
}
.promo-banner-2 .promo-content,
.promo-banner .promo-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}
.promo-banner h3,
.promo-banner-2 h3 {
    text-align: left;
    max-width: 297px;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #191919;
}
.promo-banner-2 p,
.promo-banner p {
	margin: 0;
	max-width: 450px;
	font-size: 16px;
	line-height: 26px;
	color: #191919;
	font-weight: 400;
}
.promo-banner::before {
	content: '';
	position: absolute;
	right: -70px;
	left: 0;
	top: 0;
	width: 39%;
	height: 100%;
	background: #fefaf4;
	transform: skewX(-15deg);
}
.section-title::after {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/new_tag_img.webp);
    display: block;
    width: 105px;
    height: 20px;
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 2px;
}
.values-section,
.process-section {
	padding: 60px 0;
}
.title-decoration {
	text-align: center;
}
.title-decoration img {
	display: block;
	margin: 5px auto 0;
}
.values-wrapper ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 1170px;
	margin: 40px auto 0;
	position: relative;
}
.values-wrapper li {
	width: calc(25% - 15px);
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.pink {
	background: #fdf1f3;
}
.green {
	background: #f4f5ec;
}
.beige {
	background: #faf3ea;
}
.blue {
	background: #f2f5fa;
}
.values-wrapper li h3,
.process-section ul li h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	margin: 0;
}
.values-wrapper li p,
.process-section ul li p {
	font-size: 16px;
	line-height: 26px;
	color: #191919;
	text-align: center;
	margin: 0;
}
.values-wrapper li svg {
	display: block;
	margin: 0 auto;
}
.process-section ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding-top: 40px;
	position: relative;
}
.process-section ul li {
	width: calc(20% - 16px);
}
.process-section ul li .number {
	color: #fff;
	background-color: #d85575;
	width: 40px;
	height: 40px;
	font-size: 18px;
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	justify-content: center;
	border-radius: 9999px;
	font-weight: 500;
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
}
.process-section ul .image {
	position: relative;
	padding-top: 80%;
	max-width: 80%;
	margin: 0 auto 26px;
}
.process-section ul .image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 100%;
	background-color: gray;
	position: absolute;
	inset: 0;
}
.process-section ul::before {
	content: '';
	position: absolute;
	top: 36%;
	width: 84%;
	height: 2px;
	border-bottom: 2px dashed #191919;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.process-section {
	background-color: #faebd9;
}
.values-section img.left-image {
	left: 0px;
}
.values-section img.left-image,
.values-section img.right-image {
	position: absolute;
	top: 40%;
}
.flower-image img {
	max-height: 156px;
	height: auto;
	width: auto;
}
.values-section img.right-image {
	right: 0px;
}
.values-section .page-wrapper {
	position: relative;
}
.process-section ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
.process-section ul::-webkit-scrollbar {
	height: 5px;
	background-color: #fff;
}
.process-section ul::-webkit-scrollbar-thumb {
	background-color: #191919;
	border-radius: 10px;
}
@media(max-width: 1200px) {
	.top-features>img {
		width: 50px;
	}
	.hero-banner h3 {
		font-size: 18px;
	}
	.hero-banner .hero-title {
		font-size: 54px;
	}
	.values-wrapper ul {
		max-width: 850px;
	}
	.flower-image img {
		max-height: 114px;
	}
	.values-wrapper li h3,
	.process-section ul li h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.process-section ul li .number {
		width: 34px;
		height: 34px;
		font-size: 16px;
	}
	.hero-banner {
		background-position: left;
	}
}
@media(max-width: 991px) {
	.hero-banner h3 {
		font-size: 14px;
	}
	.hero-banner .hero-title {
		font-size: 50px;
	}
	.top-features {
		font-size: 14px;
		line-height: 18px;
	}
	.top-features strong {
		font-size: 16px;
		line-height: 22px;
	}
	.top-features li svg {
		width: 45px;
		height: auto;
	}
	.hero-banner {
		min-height: 450px;
		padding: 60px 0 30px;
	}
	.top-features {
		padding: 30px 0px;
	}
	.hero-features li {
		padding: 0px 30px;
	}
	.hero-banner h3 {
		font-size: 14px;
	}
	.hero-banner .hero-title {
		font-size: 50px;
	}
	.hero-banner p {
		max-width: 337px;
		font-size: 16px;
		line-height: 26px;
	}
	.promo-banner-2 h4,
	.promo-banner h4 {
		font-size: 16px;
	}
	.promo-banner-2,
	.promo-banner {
		padding: 40px 0;
		background-size: 62%;
	}
	.top-features p {
		font-size: 14px;
		line-height: 18px;
	}
	.values-wrapper li {
		width: calc(50% - 10px);
	}
	.values-section img.left-image,
	.values-section img.right-image {
		position: absolute;
		top: 4%;
	}
	.process-section ul::before {
		display: none;
	}
	.process-section ul li {
		width: calc(33.33% - 14px);
	}
	.process-section ul {
		justify-content: center;
	}
	.promo-banner::before {
		width: 63%;
	}
}
@media(max-width: 767px) {
	.top-features ul {
		flex-wrap: wrap;
		gap: 20px;
	}
	.top-features li {
		align-items: start;
		width: calc(50% - 10px);
		flex-direction: column;
	}
	.top-features img.right-image {
		top: auto;
		bottom: 0;
	}
	.top-features>img {
		width: 30px;
	}
	.top-features img.left-image {
		display: none;
	}
	.hero-banner .hero-title {
		font-size: 40px;
	}
	.promo-banner p,
	.promo-banner h3,
	.promo-banner-2 p,
	.promo-banner-2 h3 {
        max-width: 100%;
    }
	.promo-banner,
	.promo-banner-2 {
		padding-bottom: 63%;
		background-size: 100%;
		background-position: bottom center;
	}
	.promo-banner::before {
		display: none;
	}
	.values-wrapper li h3,
	.process-section ul li h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.values-wrapper li p,
	.process-section ul li p {
		font-size: 14px;
		line-height: 20px;
	}
	.process-section ul {
		flex-wrap: unset;
		overflow: hidden;
		overflow-x: scroll;
		justify-content: start;
	}
	.process-section ul li {
		width: 200px;
		min-width: 200px;
		padding-bottom: 20px;
	}
	.hero-banner .page-wrapper {
		background-color: #ffffffd1;
		padding: 20px 16px;
		border-radius: 4px;
	}
	.hero-banner {
		padding: 50px 16px;
		min-height: 400px;
	}
}
@media(max-width: 500px) {
	.values-wrapper li {
		width: 100%;
	}
}