/* BeIT Services custom overrides */

/* The theme reserves 61px above #Top_bar for an "action bar" we don't use
   (normally zeroed by a .header-transparent rule, but our pages use a solid
   header instead). Drop that offset and reserve just the bar's own height. */
#Top_bar {
	top: 0;
}
body:not(.template-slider) #Header {
	min-height: 97px;
}

/* Homepage hero (replaces the single-slide Revolution Slider - one static
   slide never needed a slider plugin, and it loaded unreliably). */
.mfn-static-hero {
	display: flex;
	flex-wrap: wrap;
	min-height: 650px;
}
.mfn-static-hero-text {
	flex: 1 1 480px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 130px 60px 60px;
	box-sizing: border-box;
}
.mfn-static-hero-text .eyebrow {
	color: #1268fb;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.mfn-static-hero-text h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 56px;
	line-height: 1.15;
	margin-bottom: 25px;
}
.mfn-static-hero-text .lead {
	max-width: 390px;
	margin-bottom: 35px;
}
.mfn-static-hero-photo {
	flex: 1 1 480px;
	position: relative;
	min-height: 400px;
	background-size: cover;
	background-position: center;
}
.mfn-static-hero-photo:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}
.mfn-static-hero-callout {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1268fb;
	color: #fff;
	padding: 20px 30px;
	min-width: 260px;
	text-decoration: none;
}
.mfn-static-hero-callout .phone {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 500;
}
.mfn-static-hero-callout .label {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	opacity: .85;
}
@media only screen and (max-width: 767px) {
	.mfn-static-hero-text h1 {
		font-size: 38px;
	}
}

/* Interior page hero - two-tone title/panel layout matching the theme's own
   itservice6 demo (about/services/faq/contact.html use this same pattern). */
.mfn-hero-title-col .mcb-wrap_inner {
	padding: 70px 60px;
	min-height: 260px;
	justify-content: center;
}
.mfn-hero-title-col h1.title {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.mfn-hero-sep {
	width: 100px;
	height: 4px;
	background-color: #1268fb;
}
.mfn-hero-panel.mcb-wrap_inner {
	min-height: 260px;
	background-color: #1268fb;
	background-image: url("/images/itservice6-wrap-bg4.webp");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	align-items: center;
	padding: 60px;
	box-sizing: border-box;
}
.mfn-hero-panel p {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	max-width: 340px;
	margin: 0 0 8px;
}
.mfn-hero-panel a {
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.mfn-hero-title-col .mcb-wrap_inner {
		padding: 50px 5%;
	}
	.mfn-hero-panel.mcb-wrap_inner {
		padding: 40px 5%;
	}
}

/* Team page: no individual staff photography is available in the theme's
   asset pack, so use a simple initials avatar instead of a wrong/stock photo. */
.mfn-avatar-circle {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #1268fb;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

/* Milestone year badges (about page company timeline). */
.mfn-milestone-circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #1268fb;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

/* Value cards (about page Misi/Visi/Nilai). */
.mfn-value-card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	padding: 40px 30px;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
}
.mfn-value-card .icon_wrapper {
	margin-left: auto;
	margin-right: auto;
}

/* Parallax banner (fixed background photo between sections). */
.mfn-parallax-banner {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 380px;
}
@media only screen and (max-width: 767px) {
	.mfn-parallax-banner {
		background-attachment: scroll;
		min-height: 240px;
	}
}

/* Numbered step badges (homepage "how we work" process). */
.mfn-num-circle {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
