a.button.button-green {
	background: #53B639 !important;
	color: white !important;
}

a.button.button-orange {
	background: #EF6928 !important;
	color: white !important;
}

.cta-hero {
	width: 240px;
	text-align: center;
}

a.button.micro {
	font-size: 15px;
	padding: 12px 0;
}

.button.micro span {
	display: inline-block;
	padding: 0 20px;
}

.button.micro i {
	padding: 0 12px;
}

.hero-section {
	display: flex;
	align-items: center;
	height: 70vh;
}

.tabs-container {
	padding: 10px 0;
	display: flex;
	justify-content: center;
}

.nav-pills {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.nav-pills .pill {
	margin: 0 1px;
	width: 344px;
	text-align: center;
}

.nav-pills .pill:first-child {
	margin-right: 1px;
}

.nav-pills .pill a {
	display: block;
	padding: 10px 20px;
	background-color: transparent;
	color: black;
	border-radius: 16px;
	font-family: "Poppins", "Arial" !important;
	font-weight: bold !important;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.nav-pills .pill a:hover {
	background-color: #DF713B;
	color: white;
}

.nav-pills {
	background-color: #ECE2CC;
	border-radius: 16px;

}

.nav-pills .pill.active a {
	background-color: #DF713B;
	color: white;
	border: 2px solid #DF713B;
}

.tab-content {
	display: none;
}

.active-content {
	display: block;
}

#tab2.active-content {
	display: flex !important;
}

.food-title {
	color: black;
	border-radius: 24px;
	font-family: "Poppins", "Arial" !important;
	font-weight: bold !important;
}

.catering p {
	font-family: "Poppins", "Arial" !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #535353 !important;
}

.food-price {
	color: #AB302D;
	font-size: 36px;
	font-family: "Poppins", "Arial" !important;
	font-weight: bold !important;
}

.disesh-desc.catering ul {
	padding-left: 15px !important;
}

.disesh-desc.catering li {
	list-style: disc;
	font-family: "Poppins", "Arial" !important;
	font-size: 16px;
	font-weight: 300;
	color: #535353 !important;
}

.disesh-desc.catering p {
	margin-bottom: 0 !important;
}



.group-section {
	display: flex;
	justify-content: center;
	align-items: center;
}

.catering .section-title {
	font-size: 48px;
	color: #DF713B;
	text-align: center;
	line-height: 52px;
}

.info-title {
	font-size: 20px;
	font-weight: bold;
	font-family: "Poppins", "Arial" !important;
	margin-bottom: 0px;

}

.info-fact {
	font-size: 35px;
	color: #AB302D;
	font-weight: bold;

	font-family: "Poppins", "Arial" !important;

}

.info-desc {
	font-size: 16px;
	font-family: "Poppins", "Arial" !important;

}

.catering-fact {}

.info-card {
	background-color: white;
	padding: 12px !important;
	border-radius: 16px !important;
}


.info-step {
	background: white;
	display: flex;
	border-radius: 16px;
	padding: 12px;
	min-height: 253px !important;
	align-items: center;
	width: 100%;
}

.info-icon img {
	height: 84px !important;
}

.disesh-desc.catering {
	padding-top: 30px;
}

.icon-text-container {
	display: inline-flex !important;
	gap: 15px;
}

.icon-text-container img {
	height: 84px;
	width: 84px;
}

.usp .container,
.services .container {
	max-width: 1400px !important;
}

.usp .title {
	padding-bottom: 64px;
}

.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 25px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	z-index: 100;
}

.whatsapp-link {
	display: block;
	width: 100%;
	height: 100%;
	color: white;
}

.whatsapp-icon {
	transition: transform 0.3s ease-in-out;
}

.whatsapp-float:hover .whatsapp-icon {
	transform: rotate(360deg);
}

#scrollUp {
	bottom: 97px;
}

/* Custom Navigation Arrows using Font Awesome */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	/* Adjust the position to align vertically */
	transform: translateY(-50%);
	background-color: orange;
	/* Orange background */
	border-radius: 50%;
	/* Rounded edges */
	width: 35px;
	/* Width of the buttons */
	height: 35px;
	/* Height of the buttons */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	/* Font size of the Font Awesome Icons */
	color: white;
	/* Color of the Font Awesome Icons */
}

.owl-carousel .owl-nav .owl-prev {
	left: -50px;
}

.owl-carousel .owl-nav .owl-next {
	right: -50px;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
	margin: 0;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background-color: #ffa500;
	/* Darker shade of orange on hover */
}

.owl-carousel .owl-nav button {
	transition: background-color 0.3s ease;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background: orange;

}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 18px 7px;
}

.owl-theme .owl-dots .owl-dot.active span {
	width: 33px;
	height: 7px;
	background-color: #AA312D;
	margin: 18px 7px;
}

.funfact {
	justify-content: center;
	/* Center horizontally */
	align-items: center;
}

.funfact-item {
	text-align: center;
}

.funfact img {
	object-fit: contain !important;
}

.red-bg {
	background-color: #AB312D;
}

.button-netral {
	background: #F1EBE0 !important;
	color: #AB312D !important;
}

.button-red {
	background: #AB312D !important;
	color: #fff !important;
}

.button-netral.long {
	width: 600px !important;
}

.button-red.long {
	width: 600px !important;
}

.cta-red {
	min-height: 300px !important;
	display: grid;
	align-items: center;
}

.rounded {
	border-radius: 16px !important;
}

.section-title.v2 {
	font-size: 48px;
}

.custom-center-vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 70vh;
	/* Adjust based on your needs */
}

.catering .welcome-about h1.title_1 {
	font-size: 54px !important;
	width: 500px !important;
	text-transform: unset;
	line-height: 61px;
}

.catering .welcome-about h2.title_2 {
	font-size: 22px !important;
	width: 267px !important;
	padding-bottom: 36px;
}

.tabs-container .nav-pills {
	width: 925px;
}

/* Catering B2B Section  */
.catering-b2b .usp,
.catering-b2b .partner {
	background-color: #F2EBDF;
	padding-top: 64px !important;
	padding-bottom: 64px !important;
}

.catering-b2b .usp .title {
	padding-bottom: 0px !important;
}

.catering-b2b .usp .usp-card {
	min-height: 112px !important;
	border-radius: 8px;
	background-color: #FFFBEF;
	padding: 20px 32px;
}

.catering-b2b .usp .icon-text-container img {
	width: 56px;
	height: 56px;
}

.catering-b2b .usp .info-title {
	font-size: 26px;
	line-height: 36px;
	text-align: center;
}

.catering-b2b .usp .text-area {
	width: 100%;
	padding: 0px 54px;
}

.catering-b2b .services {
	background-color: #EEE2C9;
	min-height: 452px;
	padding-top: 64px !important;
	padding-bottom: 64px !important;

}

.catering-b2b .partner .list {
	display: flex;
	gap: 28px 64px;
	text-align: center;
	width: 100%;
	justify-content: center;

}

.catering-b2b .partner .card-icon {
	height: 90px;
}

.catering-b2b .partner {
	min-height: 322px;
	padding: 64px 72px;
}

.catering-b2b .services .card-icon {
	width: 40px;
	height: 40px;
	margin-bottom: 16px;
}

.catering-b2b .services .info-title {
	font-size: 26px;
	line-height: 36px;
	padding-bottom: 8px;
}

.catering-b2b .services .info-desc {
	font-size: 16px;
}

.catering-b2b .menu {
	background-color: #EEE2C9;
}

.catering-b2b .nav-pills {
	background-color: #F2EBDF;
	border-radius: 16px;
}

.catering-b2b .single-disesh {
	background-color: #F9F0E0;
	border-radius: 16px;
	margin-top: 20px;
	display: grid;
	gap: 24px;
	margin-bottom: 0px !important;
}


.catering-b2b .services .icon-text-container {
	display: inline-block !important;
	padding: 24px 20px !important;
	text-align: center;
}

.catering-b2b .section-title {
	padding-bottom: 52px !important;
}

.catering-b2b .nutrition-icon {
	height: 16px;
	width: 18px !important;
	object-fit: contain;
}

.catering-b2b .nutrition .name {
	display: inline-flex;
}

.catering-b2b .nutrition {
	display: grid;
	gap: 12px;
}

.catering-b2b .button-cta {
	text-align: center;
}

.catering-b2b .button-cta a {
	padding: 8px;
	border-radius: 8px !important;
}

.catering-b2b .button-cta a {
	width: 100%;
}

.catering-b2b .nutrition-icon {
	padding-right: 5px;
}

.catering-b2b .nutrition .item {
	display: inline-flex;
	justify-content: space-between;
}

.catering-b2b .disesh-desc h3 {
	color: #000000;
	font-size: 24px;
}

.catering-b2b .disesh-desc.catering {
	padding-top: 0px;
}

.catering-b2b .disesh-img img {
	height: 252px;
	object-fit: contain;
}

.catering-b2b #sambal .disesh-img img {
	height: 178px;
	object-fit: contain;
}

.catering-b2b #sambal .disesh-img {
	height: 234px;
}

.catering-b2b .total-nutrition {
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	margin: 0 auto;
}

.catering-b2b .nutrition-header {
	display: flex;
	justify-content: space-around;
	background-color: #ff8303;
	padding: 10px;
	border-radius: 8px;
	color: white;
	font-weight: bold;
	text-align: center;
	min-height: 116px;
	align-items: center;
}

.catering-b2b .nutrition-value .value {
	font-size: 36px;
}

.catering-b2b .nutrition-value .label {
	font-size: 16px;
}

.catering-b2b .nutrition-items {
	margin-top: 20px;
}

.catering-b2b .nutrition-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F2EBDF;
	padding: 24px 24px;
	border-radius: 8px;
	margin-bottom: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.catering-b2b .item-image img {
	width: 50px;
	border-radius: 50%;
}

.catering-b2b .item-info {
	flex-grow: 1;
	margin-left: 24px;
}

.catering-b2b .item-name {
	font-size: 18px;
	margin: 0;
	font-weight: bold;
}

.catering-b2b .item-kcal {
	font-size: 14px;
	color: gray;
}

.catering-b2b .item-remove .remove-btn {
	background-color: #F42121;
	color: white;
	border: none;
	border-radius: 8px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.catering-b2b .remove-all {
	text-align: right;
	margin-top: 20px;
}

.catering-b2b .remove-all-btn {
	background-color: unset;
	color: #F42121;
	border: none;
	cursor: pointer;
	font-weight: bold;
}


.catering-b2b .onboarding-section {
	padding: 40px 20px;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
}

.catering-b2b .howto div {
	max-width: 900px;
	margin: auto;
}

.catering-b2b .howto .step-content {
	padding-top: 48px;
}

.catering-b2b .section-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

.catering-b2b .process-step {
	margin-bottom: 40px;
}

.catering-b2b .step-header {
	background-color: #ff8303;
	color: white;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 8px;
	margin-bottom: 20px;
	text-align: center;
}

.catering-b2b .step-content {
	padding-left: 20px;
	text-align: left;
}

.catering-b2b .section-title {
	font-size: 48px;
	margin-bottom: 0px !important;
	color: #DF713B;
}

.catering-b2b .jangkauan {
	padding: 64px 72px;
}

.catering-b2b .step-item {
	display: flex;
	align-items: flex-start;
	/* margin-bottom: 20px; */
}

.catering-b2b .step-icon {
	font-size: 20px;
	color: #ff8303;
	margin-right: 10px;
}

.catering-b2b .step-description {
	flex-grow: 1;
	padding-bottom: 22px;
}

.catering-b2b .step-description h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.catering-b2b .step-description ul {
	list-style-type: disc;
	margin-left: 20px;
}

.catering-b2b .step-description ul li {
	list-style: disc;
}

.catering-b2b .step-description p {
	font-size: 16px;
	color: #555;
}

.catering-b2b .additional-info {
	margin-top: 40px;
}

.catering-b2b .additional-info ol {
	list-style-type: decimal;
	margin-left: 40px;
	text-align: left;
}

.catering-b2b .additional-info ol li {
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
}

.catering-b2b .step-item {
	position: relative;
	padding-left: 30px;
	/* margin-bottom: 30px; */
}

.catering-b2b .step-item::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: repeating-linear-gradient(to bottom,
			#000,
			#000 5px,
			transparent 5px,
			transparent 10px);
}

.catering-b2b .step-item .step-icon {
	width: 20px;
	height: 20px;
	background-color: #ff8303;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

.catering-b2b .step-item:last-child::before {
	height: 50%;
}

.catering-b2b .step-item .step-icon::before {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #ff8303;
	border-radius: 50%;
}

.catering-b2b .step-item:last-child::before {
	content: none;
}

.catering-b2b .additional-info li {
	list-style: number;
}

.catering-b2b .process-step {
	margin-bottom: 0px;
}

.catering-b2b .text-paragraph {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

}

.catering-b2b .penghargaan .card-icon {
	height: 48px;
	width: auto !important;
	margin-bottom: 16px;
}

.catering-b2b .penghargaan .card-icon.extra {
	height: 70px;
}

.catering-b2b .penghargaan .info-title {
	color: #BA2125;
	font-size: 28px;
}

.catering-b2b .penghargaan .content .row {
	margin-bottom: 48px;
}

.catering-b2b .cta-bottom .section-title {
	padding-bottom: 12px !important;
	font-size: 48px;
	font-weight: 500;
}

.catering-b2b .jangkauan .icon-item {
	height: 72px;
	width: 72px;
}

.catering-b2b .jangkauan .item .title {
	font-size: 32px;
	font-weight: bold;
}

.catering-b2b .jangkauan .item .desc {
	font-size: 16px;
}

.catering-b2b .jangkauan .item {
	display: inline-flex;
	gap: 32px
}

.catering-b2b .jangkauan {
	display: flex;
	gap: 48px
}

.catering-b2b .content-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 32px
}

.catering-b2b .usp .row {
	row-gap: 41px;
}

.catering-b2b .cta-bottom {
	background-color: #F2EBDF;
}

.catering-b2b .cta-bottom .section-title {
	font-size: 40px;
}

.catering-b2b .cta-bottom .custom-center-vertical {
	height: unset;
}

.catering-b2b .hero-banner {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.catering-b2b .hero-banner .item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.catering-b2b .owl-item .item {
	padding: unset !important;
}

.catering-b2b #nasi .owl-stage-outer {
	justify-items: center;
}

.catering-b2b .image.map img {
	width: 530px;
}

.catering-b2b .hero-banner.owl-carousel .owl-nav .owl-next {
	right: -5px;
}

.catering-b2b .hero-banner.owl-carousel .owl-nav .owl-prev {
	left: -5px;
}

.catering-b2b .hero-banner.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: white;
	border-radius: 20px 0px 0px 20px;
	width: 68px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	color: black;
}

.catering-b2b .hero-banner.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: white;
	border-radius: 0px 20px 20px 0px;
	width: 68px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	color: black;
}

.tabs-container .pill a {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.count.value {
	padding: 1px 8px;
	background-color: #F39A73;
	border-radius: 50%;
	margin-left: 9px;

}

.active .count.value {
	background-color: #8C431F;
}

/* EOF Catering B2B Section  */

.info-step .info-title {
	font-family: 'CeraProBold' !important;
	font-size: 32px !important;
	line-height: 36px !important;
}

.info-step .info-title {
	font-family: 'CeraProBold' !important;
	font-size: 32px !important;
	line-height: 36px !important;
}

.catering-b2b .owl-nav button.owl-prev:hover,
.catering-b2b .owl-nav button.owl-next:hover {
	background: white !important;

}

.catering-b2b .catering.menu .owl-nav button.owl-prev:hover,
.catering-b2b .catering.menu .owl-nav button.owl-next:hover {
	background: #FFA500 !important;
	color: black;

}

.catering-b2b .menu ul li a {
	text-transform: capitalize !important;
	font-weight: 500 !important;
}

.catering.cta-bottom {
	padding-bottom: 64px;
	padding-top: 64px;
}

.menu hr {
	border-top: solid 1px #EEE2CA !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.item-name {
	padding-bottom: 8px !important;
}

.catering-b2b .jangkauan .icon-item.sizing {
	height: 72px;
	width: 79px;
}


@media (max-width: 768px) {

	.catering-b2b #nasi .owl-stage-outer {
		justify-items: unset;
	}

	.catering .welcome-about h1.title_1 {
		font-size: 30px !important;
		width: 100% !important;
		text-transform: unset;
		line-height: 40px;
	}

	.catering .welcome-about h2.title_2 {
		font-size: 16px !important;
		width: 100% !important;
		padding-bottom: 36px;
	}

	.btn-group,
	.btn-group-vertical {
		display: flex;
	}

	a.button.micro {
		font-size: 12px;
		padding: 13px 0;
	}

	.button.micro span {
		display: inline-block;
		padding: 0 14px;
	}

	.button.micro i {
		padding: 0 4px;
	}

	#tab2.active-content {
		display: block !important;
	}

	.catering .hero-section {
		display: block;
		align-items: center;
		height: 350px;
	}

	.catering .welcome-about {
		margin-top: 56px;
	}

	.tabs-container {
		padding: 11px 11px;
	}

	.disesh-desc ul {
		padding-left: 16px;
	}

	.nav-pills {
		align-items: center;
	}

	.nav-pills .pill {
		width: 100%;
		margin: 0px 0;
	}

	.nav-pills .pill a {
		padding: 15px;
		text-align: center;
		font-size: 13px;
	}

	.catering .single-disesh {
		background-color: #F7F0E2;
		padding: 15px 30px;
		border-radius: 16px;
	}

	.single-disesh {
		margin-bottom: 0px !important;
	}

	.catering .group-section {
		display: block;
	}

	.catering .food-title {
		font-size: 14px;
	}

	.info-step {
		display: block;
	}

	.catering .section-title {
		font-size: 34px;
		color: #DF713B;
		text-align: center;
		line-height: 36px;
	}

	.containers {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
	}

	.disesh-desc.catering {
		padding-top: 0px;
	}

	.usp .info-step {
		margin-bottom: 20px;
	}

	.usp .title {
		padding-bottom: 34px;
	}

	.button-netral.long {
		width: unset !important;
	}

	.button-red.long {
		width: unset !important;
	}

	.cta-bottom {
		padding: 10px 24px;
	}

	.cta-bottom img {
		max-width: 70%;
	}

	.cta-bottom .image {
		text-align: center;
	}

	.owl-carousel .owl-dots {
		display: none;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: 5px;
	}

	.owl-carousel .owl-nav .owl-next {
		right: 5px;
	}

	.pb-mobile {
		padding-bottom: 0px !important;
	}

	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		top: 40%;
	}

	.owl-item .item {
		padding: 19px !important;
	}

	.dises-show .row {
		gap: 17px !important;
		;
	}

	.custom-center-vertical {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 390px;
	}

	.catering.map .image {
		margin-top: 0px;
	}

	.catering-b2b .partner .list {
		flex-wrap: wrap;
	}

	.catering-b2b .partner .card-icon {
		flex: 0 0 48%;
		max-width: 33%;
		height: auto;
		margin-bottom: 16px;
	}

	.catering-b2b .nav-pills {
		overflow-x: auto;
	}

	.catering-b2b .usp .text-area {
		width: 97%;
		padding: 0px 0px;
	}

	.catering-b2b .usp .row {
		row-gap: 0px;
	}

	.catering-b2b .jangkauan {
		display: inline-grid;
	}

	.catering-b2b .jangkauan {
		padding: 64px 20px;
	}

	.catering-b2b .usp .info-title {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 20px;
	}

	.catering-b2b .icon-text-container {
		display: inline-block !important;
	}

	.catering-b2b .usp .usp-card {
		text-align: center;
	}

	.catering-b2b .usp .usp-card img {
		margin-bottom: 10px;
	}

	.catering-b2b .partner {
		min-height: 322px;
		padding: 64px 20px;
	}

	.catering-b2b .services .info-desc {
		font-size: 14px;
	}

	.catering-b2b .services .info-title {
		font-size: 20px;
	}

	.catering-b2b .info-step {
		min-height: 230px !important;
	}

	.catering-b2b .services .row {
		row-gap: 30px;
	}

	.catering-b2b .services.penghargaan .row {
		row-gap: 0px;
	}

	.catering-b2b .jangkauan .item .title {
		font-size: 24px;
		font-weight: bold;
	}

	.catering-b2b .jangkauan .item .desc {
		font-size: 14px;
	}

	.catering-b2b .jangkauan .icon-item,
	.catering-b2b .jangkauan .icon-item.sizing {
		height: 60px;
		width: 60px;
	}

	.catering-b2b .jangkauan .item .icon {
		width: 20%;
	}

	.catering-b2b .jangkauan .item .content {
		width: 80%;
	}

	.catering-b2b .jangkauan .item {
		gap: 0px;
	}

	.catering-b2b .section-title {
		font-size: 34px;
		margin-bottom: 0px !important;
		color: #DF713B;
	}

	.catering-b2b .nutrition-value .value {
		font-size: 18px;
	}

	.catering-b2b .nutrition-value .label {
		font-size: 12px;
	}

	.catering-b2b .nutrition-calculator .owl-item .item {
		padding: 0px !important;
	}

	.catering-b2b .nutrition-value {
		background-color: #ff8303;
		padding: 21px;
		border-radius: 8px;
	}

	.catering-b2b .nutrition-header {
		background-color: unset;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-content: normal;
		gap: 15px;
		padding: 0px;
	}

	.catering-b2b .text-paragraph {
		position: inherit;
		top: unset;
		transform: unset;
		font-size: 14px;
	}

	.catering-b2b .catering p {
		font-size: 14px !important;
	}

	.catering-b2b .cta-bottom {
		padding: 60px 25px;
	}

	.catering-b2b .sertifikat .image {
		gap: 30px;
	}

	.catering-b2b .penghargaan .card-icon {
		height: 28px;
	}

	.catering-b2b .penghargaan .card-icon.extra {
		height: 68px;
	}

	.catering-b2b .penghargaan.services .info-title {
		font-size: 16px;
	}

	.catering-b2b .cta-bottom .section-title {
		font-size: 26px;
		margin-top: 16px;
		margin-bottom: 39px;
	}

	.catering-b2b .hero-banner.owl-carousel .owl-nav .owl-prev {
		width: 38px;
		height: 58px;
		font-size: 33px;
	}

	.catering-b2b .hero-banner.owl-carousel .owl-nav .owl-next {
		width: 38px;
		height: 58px;
		font-size: 33px;
	}

	.image-block {
		text-align: center !important;
	}

	.info-step .info-title {
		font-family: 'CeraProBold' !important;
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.info-food {
		font-size: 9px;
	}

	.catering-b2b .services .info-title {
		padding-bottom: 0px;
	}

	.catering-b2b .services .info-desc {
		line-height: 18px;
	}
}