/* Careers Page Styles */

#careers_page {
	font-family: inherit;
}

#careers_page strong {
	margin-top: 15px;
	display: block;
}
#careers_page h3 {
	font-family: var(--font-family-regular);
}

/* Big Container - Full viewport sections */
.fw_big_container {
	height: 100vh;
	min-height: 600px;
	position: relative;
	box-sizing: border-box;
	text-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.fw_small_container {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px;
}

/* Clearfix */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* Hero Section */
#careers_hero {
	height: calc(100vh - 99px);
	min-height: 500px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('https://www.suiteexperiencegroup.com/wp-content/themes/responsive/images/saints_bg.jpg');
	background-position: center 0px;
	background-size: cover;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#careers_hero .fw_small_container {
	text-align: center;
}

.fw_hero_container_1,
.fw_hero_container_2 {
	text-align: center;
}

.fw_hero_container_1 h2 {
	font-size: 48px;
	line-height: 58px;
	color: #fff;
	font-weight: 400;
	max-width: 800px;
	margin: 0 auto 40px;
}

.fw_hero_content {
	opacity: 0;
	transition: opacity 0.6s ease;
}

.fw_hero_content.visible {
	opacity: 1;
}

/* Blue Button */
.blue.button {
	background: #1874cd;
	color: #fff;
	padding: 15px 40px;
	font-size: 18px;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	transition: background 0.3s ease;
}

.blue.button:hover {
	background: #1565b8;
	color: #fff;
}

/* Who We Are Section */
#fw_big_container_who_we_are {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url('/assets/images/seg_az_hike.jpg');
	background-position: center;
	background-size: cover;
	padding-top: 10vh;
	align-items: center;
}

#fw_big_container_who_we_are h1 {
	font-size: 42px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#fw_big_container_who_we_are h3 {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	max-width: 900px;
	margin: 0 auto 40px;
}

/* Stat Graphics */
.graphic_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.col-stat {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	border: 6px solid #1874cd;
	border-radius: 90px;
	padding: 30px 40px;
	min-width: 180px;
	text-align: center;
	vertical-align: top;
}

.stat_big_content {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

.stat_small_content {
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}

.col-stat-connector {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}

.col-stat-connector .stat_big_content {
	font-size: 36px;
	color: #fff;
}

/* Company Overview Section */
#fw_big_container_company_overview {
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/assets/images/msg_suite_interior1.jpg');
	background-position: center;
	background-size: cover;
	height: auto;
	min-height: 100vh;
}

#fw_big_container_company_overview .fw_small_container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.industry_container,
.product_container {
	margin-bottom: 60px;
}

.industry_container h1,
.product_container h1 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.industry_container h3,
.product_container h3 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	max-width: 800px;
	margin: 0 auto 40px;
}

/* Product Lines */
.col-half {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	box-sizing: border-box;
}

.product_line {
	background: linear-gradient(45deg, rgb(34, 34, 34) 0%, rgb(76, 76, 76) 99%);
	border-radius: 10px;
	padding: 40px 30px;
	text-align: center;
	min-height: 190px;
}

.product_line_logo {
	margin-bottom: 20px;
}

.product_line_logo img.seg_logos {
	max-height: 105px;
	max-width: 300px;
}

.product_line_heading {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.product_line_content {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}

/* Video Section */
#fw_big_container_video {
	background: linear-gradient(rgb(0, 0, 0) 0%, rgb(55, 55, 55) 99%);
	min-height: 800px;
	height: auto;
	display: flex;
	align-items: center;
}

#fw_big_container_video h1 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

#careers_video_container {
	max-width: 800px;
	margin: 0 auto;
}

#careers_video {
	width: 100%;
	border-radius: 8px;
}

/* Open Roles Section */
#fw_big_container_open_roles {
	background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('/assets/images/seg_nyc.jpg') no-repeat center;
	height: auto;
	min-height: 100vh;
	transition: background 0.3s ease;
}

#fw_big_container_open_roles.open {
	background: #1a1a1a;
}

#fw_big_container_open_roles h1 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.open_roles_list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 800px;
	margin: 0 auto;
}

.open_roles_list > li {
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.9);
	border-radius: 8px;
	padding: 30px 60px 30px 30px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: background 0.3s ease;
	position: relative;
}

.open_roles_list > li:hover {
	background: rgba(0, 0, 0, 1);
}

.open_roles_list > li h2 {
	font-size: 24px;
	color: #fff;
	margin: 0 0 10px 0;
	text-align: left;
}

.open_roles_list > li > div {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
}

.open_roles_list > li::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 30px;
	width: 18px;
	height: 18px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.open_roles_list > li.open::after {
	transform: rotate(-135deg);
	top: 40px;
}

/* Role Details */
.role_details {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-shadow: none;
}

.role_details h4 {
	font-size: 20px;
	color: #1874cd;
	margin: 30px 0 15px 0;
}

.role_details h4:first-child {
	margin-top: 0;
}

.role_details p {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 15px;
}

.role_details ul {
	margin: 0 0 20px 20px;
	padding: 0;
}

.role_details ul li {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 5px;
	cursor: default;
}

.role_details ul li:hover {
	background: transparent;
}

.role_details a {
	color: #1874cd;
	text-decoration: none;
}

.role_details a:hover {
	text-decoration: underline;
}

/* What We Believe Section */
#fw_big_container_what_we_believe {
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('/assets/images/big-bg-citifield.jpg');
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	text-align: center;
	border: 50px solid #0874cd;
}

#fw_big_container_what_we_believe h2 {
	font-size: 42px;
	line-height: 52px;
	color: #fff;
	margin-bottom: 30px;
}

#fw_big_container_what_we_believe h3 {
	font-size: 22px;
	line-height: 34px;
	color: #fff;
	font-weight: 400;
	max-width: 800px;
	margin: 0 auto 20px;
}

#fw_big_container_what_we_believe a {
	color: #1874cd;
	text-decoration: none;
}

#fw_big_container_what_we_believe a:hover {
	text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 992px) {
	.fw_hero_container_1 h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.col-half {
		display: block;
		width: 100%;
		padding: 0 !important;
		margin-bottom: 20px;
	}

	.col-stat {
		min-width: 140px;
		padding: 20px 25px;
	}

	.stat_big_content {
		font-size: 32px;
	}

	#fw_big_container_what_we_believe h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (max-width: 768px) {
	.fw_small_container {
		padding: 40px 20px;
	}

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

	#fw_big_container_who_we_are h1,
	.industry_container h1,
	.product_container h1,
	#fw_big_container_video h1,
	#fw_big_container_open_roles h1 {
		font-size: 28px;
	}

	#fw_big_container_who_we_are h3,
	.industry_container h3,
	.product_container h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.graphic_container {
		flex-direction: column;
		align-items: center;
	}

	.col-stat-connector {
		display: none;
	}

	.col-stat {
		width: 100%;
		max-width: 300px;
	}

	#fw_big_container_what_we_believe h2 {
		font-size: 26px;
		line-height: 36px;
	}

	#fw_big_container_what_we_believe h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.open_roles_list .arrow {
		right: 20px;
		top: 25px;
	}
}

@media (max-width: 480px) {
	.fw_big_container {
		min-height: 500px;
	}

	#careers_hero {
		height: auto;
		min-height: 400px;
		padding: 60px 0;
	}

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

	.blue.button {
		padding: 12px 30px;
		font-size: 16px;
	}
}
