#mcf-hero {
	height: 660px;
	background-image: url('https://escabee.com/assets/micro/malaysia-campfest-2026/hero-bg.jpg');
	background-position: center center;
	object-fit: cover;
}

#mcf-about {
	background-image: url('https://escabee.com/assets/micro/malaysia-campfest-2026/about-mcf-bg.jpg');
	background-position: center center;
	object-fit: cover;
}

#mcf-outdoor {
	height: 500px;
	background-image: url('https://escabee.com/assets/micro/malaysia-campfest-2026/brand-outdoor-bg.jpg');
	background-position: center center;
	object-fit: cover;
}

#mcf-cta {
	background-image: url('https://escabee.com/assets/micro/malaysia-campfest-2026/cta-bg.jpg');
	background-position: center center;
	object-fit: cover;
}

#mcf-camping-pass {
	background-image: url('https://escabee.com/assets/micro/malaysia-campfest-2026/cyp-icon-camping-pass.png');
	background-position: top right;
	background-size: 75% 75%;
}

#mcf-day-pass {
	background-image: url('https://escabee.com/assets/micro/malaysia-campfest-2026/cyp-icon-day-pass.png');
	background-position: top right;
	background-size: 75% 75%;
}

.mcf-section-green {
	background-color: #00c2b6;
}
.mcf-section-orange {
	background-color: #ff6f00;
}
.mcf-section-beige {
	background-color: #fffadd;
}
.mcf-text-green {
	color: #00c2b6;
}
.mcf-text-dark-green {
	color: #1a4536;
}
.mcf-text-orange {
	color: #ff6f00;
}
.mcf-button-orange {
	background-color: #ff6f00;
	color: white;
	font-family: "Road Rage", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}
.mcf-heading {
  font-family: "Road Rage", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

@media (min-width: 768px) {
	#mcf-outdoor .mcf-button-orange {
		width: auto !important;
		min-width: 320px;
	}
}

@media (max-width: 575.98px) {
	.mcf-heading.display-1 {
		font-size: 3rem;
	}

	.mcf-heading.display-2 {
		font-size: 2.5rem;
	}

	.mcf-heading.display-3 {
		font-size: 2.25rem;
	}

	.mcf-heading.display-4 {
		font-size: 2rem;
	}

	#mcf-hero {
		height: 450px;
	}

	#mcf-choose-your-pass .rounded-5 {
		border-radius: 1.5rem !important;
	}

	#mcf-cta .mcf-button-orange,
	#mcf-outdoor .mcf-button-orange {
		width: 100%;
		font-size: 1.25rem !important;
	}
}