html,
body {
	overflow-x: hidden !important;
}

body.no-scroll,
html.no-scroll {
	overflow: hidden !important;
	touch-action: none !important;
}

#mobileMenu {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.menu-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1000;
}

#rotatingToggle {
	border: 1px solid #fff;
	border-radius: 0px 12px 0px 12px;
	padding: 16px;
	background: transparent;
}

.toggle-button {
	position: relative;
	width: 20px;
	height: 20px;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	transition: background-color 0.3s ease 0.3s;
}

.toggle-button.active {
	background: #FFFFFF !important;
	transition: background-color 0.3s ease 0.3s;
}

.toggle-button.inactive {
	background: transparent;
	transition: background-color 0.3s ease 0.3s;
}

.pattern-container {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	transform: rotate(0deg);
	opacity: 1;
}

.toggle-button.inactive .cross-container {
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	transform: rotate(45deg);
	opacity: 0;
}

.toggle-button.active .cross-container {
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	transform: rotate(0deg);
	opacity: 1;
}

.toggle-button.active .pattern-container {
	transform: rotate(-45deg);
	opacity: 0;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.cross-container {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.cross-line {
	transition: stroke 0.3s ease 0.3s;
}

.toggle-button.active .cross-line {
	stroke: #1e3a8a;
}

.toggle-button:not(.active) .cross-line {
	stroke: transparent;
	transition: stroke 0.3s ease 0.3s;
}

.mobile-menu {
	background: linear-gradient(135deg, #061748 0%, #0a2060 100%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #061748;
	z-index: 999;
	display: flex;
	height: 250px;
	flex-direction: column;
	padding: 14px 20px 20px;
	transform: translateY(-100%);
	visibility: hidden;
	transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1),
		visibility 0s linear 0.5s;
	border-bottom: 2px solid #0375FA;
}

.mobile-menu .menu-logo svg {
	width: 161px;
	height: auto;
}

.mobile-menu.open {
	transform: translateY(0);
	visibility: visible;
	transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1),
		visibility 0s linear 0s;
}

#rotatingToggle {
	z-index: 1001;
}

.mobile-menu .menu-logo {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	margin-bottom: 45px;
}

.mobile-menu .menu-items {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.mobile-menu .menu-item {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	padding: 0;
	font-family: "Roboto Mono", monospace;
	transition: color 0.2s ease;
}

.review-section {
	backdrop-filter: blur(4px);
}

.quote-img {
	position: relative;
	z-index: 999;
	top: -30px;
}

.main-slid .e-n-carousel {
	padding-top: 30px;
}


/* .top-head {
background: 
linear-gradient(179.43deg, #000E30 0.5%, rgba(0, 13, 44, 0.78) 20.3%, rgba(0, 0, 0, 0) 99.5%),
linear-gradient(180deg, rgba(0, 8, 117, 0.2) 75%, rgba(0, 8, 117, 0) 100%),
linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 69.58%);
} */


p {
	margin-bottom: 30px !important;
}

p:nth-last-child(1) {
	margin-bottom: 0px !important;
}


.team-section::before {
	content: '';
	position: absolute;
	inset: 0;
	padding: 2px;
	background: linear-gradient(147.42deg, rgba(3, 117, 250, 0.5) 14.19%, rgba(0, 51, 153, 0.175) 63.41%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}


.test-section::before {
	content: '';
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: 100px;
	background: linear-gradient(147.42deg, rgba(3, 117, 250, 0.5) 14.19%, rgba(0, 51, 153, 0.175) 63.41%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}


@media screen and (max-width: 767px) {
	p {
		margin-bottom: 16px !important;
	}

	.quote-img {
		top: -19px;
	}


}

.desktop-hdr .e-con-inner {
	transition: 0.4s ease-in-out;
}

.desktop-hdr.sticky .e-con-inner {
	padding: 53px 0px;
}

.desk_hdr_bg {
	display: none;
}

.desktop-hdr.sticky {
	display: block;
}

.ftr_desk_shap {
	height: 1320px !important;
	overflow: hidden;
}

.ftr_desk_shap_othr {
	height: 1501px !important;
	overflow: hidden;
}

/* Careers Tab */

button.career-filter {
	font-family: 'Roboto Mono';
	font-weight: 300;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -3px !important;
	color: #ffffff;
	border: none;
	background-color: #00000000;
	padding: 0px !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 28px;
	text-transform: uppercase;
}

button.career-filter.active {
	font-weight: 700;
}

#career-filters {
	display: flex;
	flex-direction: row;
	gap: 28px;
	flex-wrap: wrap;
}

button.career-filter:before {
	display: block;
	content: ' ';
	width: 29px;
	height: 25px;
	background-image: url(/wp-content/uploads/2025/10/star_shape.svg);
	background-position: center;
	background-size: contain;
}

button.career-filter:nth-child(1):before {
	display: none;
}

#career-results {
	padding-top: 132px;
	max-width: 1114px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 109px;
}

#career-results h2.career-category-title {
	font-family: 'Roboto Mono';
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -1px;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 9px;
	padding-bottom: 53px;
	margin: 0px;
}

#career-results h3.career-title {
	font-family: Poppins;
	font-weight: 900;
	font-size: 43.94px;
	line-height: 48px;
	letter-spacing: -1px;
	color: #ffffff;
	width: fit-content;
	margin: 0px !important;
	padding-bottom: 6px;
}

#career-results p.career-meta {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	margin-top: 5px !important;
	margin: 0px !important;
}

#career-results .career-category-list {
	display: flex;
	flex-direction: column;
	gap: 37px;
	padding-left: 40px;
}

#career-results .career-item {
	border-bottom: 1px solid;
	border-color: rgb(255 255 255 / 50%);
	padding-bottom: 29px;
	display: flex;
	padding-right: 32px;
	flex-direction: row;
	justify-content: space-between;
}

.career-listings p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	margin: 0px !important;
}

a.career-link {
	display: block;
	padding: 5px 8px 0px;
	border: 3px solid #ffffff;
	border-radius: 0px 23px;
}

img.dt-pg-lnk-cr {
	width: 27px;
	height: 32px;
	object-fit: contain;
	object-position: center;
}

/* Careers Detail Page */

.pst-dt-con ul {
	padding-left: 34px;
	margin: 0px !important;
}

.pst-dt-cont h2,
.pst-dt-cont h3,
.pst-dt-cont h4,
.pst-dt-cont h5,
.pst-dt-cont h6 {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Poppins';
	margin: 50px 0px 0px;
}

.pst-dt-cont h2:nth-child(1),
.pst-dt-cont h3:nth-child(1),
.pst-dt-cont h4:nth-child(1),
.pst-dt-cont h5:nth-child(1),
.pst-dt-cont h6:nth-child(1) {
	margin: 0px !important;
}

h6.career-label {
	margin: 0px;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 25.67px;
	line-height: 28px;
	color: #ffffff;
	text-transform: uppercase;
}

p.career-value {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.career-meta-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-bottom: 27px;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.career-meta-item:nth-last-child(1) {
	padding-bottom: 0px;
	border-bottom: 0px solid rgb(255 255 255 / 50%);
}

.career-meta-lst {
	display: flex;
	flex-direction: column;
	gap: 27px;
}

p.career-value:before {
	content: ' ';
	background-image: url(/wp-content/uploads/2025/10/Subtract-1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 17px;
	height: 15px;
	display: block;
}

a.apply-now-btn {
	width: 100% !important;
	text-align: center;
	display: flex;
	flex-direction: row;
	gap: 7px;
	justify-content: center;
	padding: 16px;
	color: #070F25;
	font-family: Roboto Mono;
	font-weight: 700;
	font-size: 21.25px;
	line-height: 31px;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}

a.apply-now-btn:after {
	content: ' ';
	width: 25px;
	height: 30px;
	display: block;
	background-image: url('/wp-content/uploads/2025/10/btn-arr.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.career-meta-box {
	display: flex;
	flex-direction: column;
	gap: 76px;
}


/* Gravity Form Style Start */

.gf-cont legend,
.gf-cont label {
	font-family: 'Roboto Mono' !important;
	font-weight: 700 !important;
	font-size: 22.57px !important;
	line-height: 33px !important;
	color: #ffffff !important;
	margin-bottom: 16px !important;
	text-transform: capitalize !important;
}

.gform_heading {
	display: none;
}

.gform-body.gform_body .form_sublabel_below {
	row-gap: 45px !important;
	column-gap: 27px !important;
}

.gf-cont input,
.gf-cont textarea,
.gf-cont select {
	padding: 25px 41px !important;
	font-family: 'Roboto Mono' !important;
	font-weight: 700 !important;
	font-size: 22.57px !important;
	line-height: 33px !important;
	background-color: #00000000 !important;
	border-radius: 0px 30px !important;
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
}

.gf-cont select option {
	color: #000000 !important;
}

.gfield--type-select .ginput_container.ginput_container_select {
	position: relative;
}

.gfield--type-select .ginput_container.ginput_container_select:after {
	content: ' ';
	width: 25px;
	height: 25px;
	background-image: url('/wp-content/uploads/2025/11/dd.svg');
	display: block;
	position: absolute;
	right: 11px;
	top: 37%;
	z-index: 999;
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	border-radius: 11px;
}

.gf-cont input:focus,
.gf-cont textarea:focus,
.gf-cont button:focus,
select {
	outline: none !important;
}

.gf-cont input::placeholder,
.gf-cont textarea::placeholder {
	color: #ffffff !important;
	opacity: 0.3 !important;
}

.gf-cont input,
select {
	height: 84px !important;
}

span.gfield_required {
	display: none;
}

.gform-footer.gform_footer.top_label {
	justify-content: center;
	margin-top: 45px;
}

.gform_button.button {
	font-family: 'Roboto Mono';
	font-weight: 700;
	font-size: 22.57px !important;
	line-height: 33px;
	color: #070F25 !important;
	background-color: #ffffff !important;
	text-transform: uppercase !important;
	padding: 25px 100px !important;
}

.role-app-usr {
	pointer-events: none;
}

.gfield_description.gform_fileupload_rules {
	font-size: 16px;
	font-family: 'Roboto Mono';
	color: #ffffff;
}

.gform_drop_area.gform-theme-field-control {
	padding: 41px !important;
	font-family: 'Roboto Mono' !important;
	font-weight: 700 !important;
	font-size: 22.57px !important;
	line-height: 33px !important;
	background-color: #00000000 !important;
	border-radius: 0px 30px !important;
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
	text-transform: capitalize;
}

.gform_drop_area button {
	border-radius: 0px 15px !important;
	background-color: #ffffff !important;
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	padding: 20px 30px !important;
}


.gf-cont .gform_confirmation_message {
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto Mono';
}

.gchoice input.gfield-choice-input::before {
	color: #ffffff;
}

/* Gravity Form Style End */

/* Responsive */
@media screen and (max-width: 767px) {

	.desktop-hdr.sticky .e-con-inner {
		padding: 0px;
	}

}

@media screen and (min-device-width: 768px) and (max-device-width: 1365px) {
	#career-results {
		padding-top: 100px;
		gap: 100px;
	}

	#career-results h2.career-category-title {
		padding-bottom: 40px;
	}

	.pst-dt-cont h2,
	.pst-dt-cont h3,
	.pst-dt-cont h4,
	.pst-dt-cont h5,
	.pst-dt-cont h6 {
		font-size: 18px;
		margin-top: 40px;
	}

	p.career-value {
		font-size: 16px;
		line-height: 18px;
	}

	h6.career-label {
		font-size: 22px;
		line-height: 26px;
	}

	.career-meta-lst {
		gap: 20px;
	}

	.career-meta-box {
		gap: 50px;
	}

	/* 	Gravity Responsive */

	.gf-cont legend,
	.gf-cont label {
		font-size: 18px !important;
		line-height: 25px !important;
		margin-bottom: 11px !important;
	}

	.gform-body.gform_body .form_sublabel_below {
		row-gap: 30px !important;
		column-gap: 20px !important;
	}

	.gf-cont input,
	.gf-cont textarea,
	.gf-cont select {
		padding: 20px 30px !important;
		font-size: 18px !important;
		line-height: 27px !important;
		border-radius: 0px 22px !important;
	}

	.gf-cont input,
	.gf-cont select {
		height: 68px !important;
	}

	.gform-footer.gform_footer.top_label {
		justify-content: center;
		margin-top: 30px;
	}

	.gform_button.button {
		font-size: 18px !important;
		line-height: 27px;
		padding: 22px 80px !important;
	}

	.gfield_description.gform_fileupload_rules {
		font-size: 14px;
	}

	.gf-cont .gform_confirmation_message {
		font-size: 14px;
	}

}


@media screen and (max-width: 767px) {


	#career-results {
		padding-top: 49px;
		gap: 60px;
	}

	.career-filters {
		flex-direction: column;
		gap: 20px;
	}

	#career-results h2.career-category-title {
		padding-bottom: 13px;
		font-size: 12px;
		line-height: 13px;
		padding-left: 0px !important;
	}

	#career-results h3.career-title {
		font-size: 22px;
		line-height: 24px;
		padding-bottom: 0px;
		max-width: 250px;
		margin-bottom: 5px !important;
	}

	#career-results p.career-meta {
		font-size: 10px;
		line-height: 15px;
		max-width: 300px;
	}

	#career-results .career-item {
		padding-bottom: 14px;
		padding-right: 14px;
	}

	img.dt-pg-lnk-cr {
		width: 12px;
		height: 14px;
		margin-bottom: 4px;
	}

	a.career-link {
		padding: 2px 3px 0px;
		border: 2px solid #ffffff;
		border-radius: 0px 10px;
		height: 22px;
	}

	button.career-filter {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: -1px !important;
		gap: 10px;
	}

	button.career-filter:before {
		width: 10px;
		height: 9px;
	}

	#career-filters {
		gap: 10px;
	}

	.career-listings p {
		font-size: 10px;
		line-height: 15px;
	}

	.pst-dt-cont h2,
	.pst-dt-cont h3,
	.pst-dt-cont h4,
	.pst-dt-cont h5,
	.pst-dt-cont h6 {
		margin-top: 30px;
		font-size: 10px;
	}

	h6.career-label {
		font-size: 18px;
		line-height: 20px;
	}

	p.career-value {
		font-size: 12px;
		line-height: 14px;
	}

	.career-meta-item {
		gap: 8px;
		padding-bottom: 19px;
	}

	.career-meta-lst {
		gap: 19px;
	}

	.career-meta-box {
		gap: 55px;
	}

	a.apply-now-btn {
		font-size: 15px;
		line-height: 23px;
	}

	a.apply-now-btn:after {
		width: 18px;
		height: 22px;
		background-size: 14px;
	}

	p.career-value:before {
		width: 12px;
		height: 11px;
	}

	.bck_btn-pd svg {
		width: 19px !important;
	}

	p.career-value {
		gap: 7px;
	}

	/* 	Gravity Responsive */

	.gf-cont legend,
	.gf-cont label {
		font-size: 15px !important;
		line-height: 23px !important;
		margin-bottom: 10px !important;
	}

	.gform-body.gform_body .form_sublabel_below {
		row-gap: 33px !important;
	}

	.gf-cont input,
	.gf-cont textarea,
	.gf-cont select {
		padding: 17px 28px !important;
		font-size: 15px !important;
		line-height: 23px !important;
		border-radius: 0px 21px !important;
	}

	.gf-cont input,
	.gf-cont select {
		height: 56px !important;
	}

	.gform-footer.gform_footer.top_label {
		margin-top: 33px !important;
	}

	.gform_button.button {
		font-size: 12px !important;
		line-height: 19px !important;
		padding: 14px 56px !important;
	}

	.gfield--type-select .ginput_container.ginput_container_select:after {
		width: 20px;
		height: 20px;
		right: 11px;
		top: 35%;
		background-size: 11px;
	}

	.pst-dt-cont ul {
		padding-left: 22px;
	}

	#career-results .career-category-list {
		gap: 22px !important;
		padding-left: 0px;
	}

	.gfield_description.gform_fileupload_rules {
		font-size: 10px;
	}

	.gf-cont .gform_confirmation_message {
		font-size: 10px;
	}

}

.gfield_checkbox input {
	padding: 20px !important;
	height: 0 !important;
	border-radius: 7px !important;
	color: #ffffff !important;
}


/* Overlapping */
@media screen and (min-device-width: 1357px) and (max-device-width: 1600px) {
	.dfrnc-res-sc {
		width: 540px;
	}
}

@media(max-width: 1440px) {
	.ftr_desk_shap {
		height: 1243px !important;
		overflow: hidden;
	}
}

@media(max-width: 1024px) {
	.ftr_desk_shap {
		height: 1090px !important;
	}
}

.mob_shp_ftr_cta {
	height: 580px !important;
	overflow: hidden;
}

.abt-shp {
	height: 551px !important;
	overflow: hidden;
}

.abt_ftr_desk_shap {
	height: 1500px !important;
	overflow: hidden;
}

/* Laptop screens between 1025px and 1366px */
@media (min-width: 1025px) and (max-width: 1366px) {
	.abt_ftr_desk_shap {
		height: 1243px !important;
	}
}

/* Tablets and below */
@media (max-width: 1024px) {
	.abt_ftr_desk_shap {
		height: 1050px !important;
	}

	.gform_drop_area button {
		border-radius: 0px 12px !important;
		font-size: 16px !important;
		padding: 16px 25px !important;
	}

	.gform_drop_instructions {
		font-size: 20px !important;
	}
}


@media (max-width: 767px) {
	.gform_drop_area button {
		border-radius: 0px 9px !important;
		font-size: 14px !important;
		padding: 12px 20px !important;
	}

	.gform_drop_instructions {
		font-size: 18px !important;
	}

	.gchoice input.gfield-choice-input {
		padding: 13px !important;
	}

	.gfield_checkbox label {
		font-size: 12px !important;
		line-height: 16px !important;
	}
}


.gform_drop_area.gform-theme-field-control::before {
	color: #ffffff !important;
}

/* Effects */

.btns-styl .elementor-button.elementor-button-link {
	position: relative;
}

.btns-styl .elementor-button.elementor-button-link:before {
	content: ' ';
	display: block;
	width: 0%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0px 30px;
	/* 		opacity: 0; */
	transition: 0.3s ease-in-out;
}

.btns-styl .elementor-button.elementor-button-link:hover:before {
	width: 100%;
	height: 100%;
	/* 		opacity: 1; */
	transition: 0.3s ease-in-out;
}

span.elementor-button-content-wrapper {
	position: relative;
	z-index: 3;
}

@media (max-width: 767px) {
	.btns-styl .elementor-button.elementor-button-link:before {
		border-radius: 0px 14px !important;
	}
}

.career-dt-lnk {
	display: flex;
	align-items: center;
}

.career-dt-lnk span.arrs-cont {
	display: block;
	position: relative;
	overflow: hidden;
}

.career-dt-lnk img.dt-pg-lnk-cr.sec {
	position: absolute;
	left: -50px;
	top: 0;
	transition: 0.6s ease-in-out;
}

.career-dt-lnk:hover img.dt-pg-lnk-cr.sec {
	position: absolute;
	left: 0px;
	top: 0;
	transition: 0.6s ease-in-out;
}

.career-dt-lnk img.dt-pg-lnk-cr.frs {
	opacity: 1;
	transition: 0.5s ease-in-out;
}

.career-dt-lnk:hover img.dt-pg-lnk-cr.frs {
	opacity: 0;
}

/* .menu-item a{
text-shadow: #0375FA 0px 0px 0px;
transition: 0.3s ease-in-out;
}

.menu-item:hover a{
text-shadow: #0375FA 0px 5px 6px;
} */

.ginput_address_country {
	width: 100% !important;
}

/* 
.ginput_address_country {
position: relative !important;
}

.ginput_address_country:after {
content: ' ';
width: 25px;
height: 25px;
background-image: url('/wp-content/uploads/2025/11/dd.svg');
display: block;
position: absolute;
right: 18px;
top: 37%;
z-index: 999;
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
background-color: #000000;
border-radius: 11px;
} */

/* --- */

.career-apply-btn {
	position: relative;
	border: 2px solid #ffffff;
	border-radius: 0px 23px;
	/* 	overflow: hidden; */
	background-color: #ffffff;
}

.career-apply-btn:hover a {
	color: #ffffff;
}

.career-apply-btn:before {
	content: ' ';
	display: block;
	width: 0%;
	height: 100%;
	background-color: #07184A;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	border-radius: 0px 23px;
	/* opacity: 0; */
	transition: 0.3s ease-in-out;
}

.career-apply-btn:hover:before {
	width: 100%;
	/* opacity: 1; */
	transition: 0.3s ease-in-out;
}

a.apply-now-btn:hover:after {
	background-image: url('/wp-content/uploads/2025/10/link-arrow.svg') !important;
}

/* .gform_button.button:hover {
background-color: #000000 !important;
color: #ffffff !important;
} */

.frm-cstm-btn {
	position: relative;
	border: 2px solid #ffffff;
	border-radius: 0px 23px;
	/* 	overflow: hidden; */
	background-color: #ffffff;
}

.frm-cstm-btn:hover input {
	color: #ffffff !important;
}

.frm-cstm-btn input.gform_button.button {
	position: relative;
	z-index: 3 !important;
	background-color: #00000000 !important;
	border-radius: 0px !important;
	border: none !important;
}

.frm-cstm-btn:before {
	content: ' ';
	display: block;
	width: 0%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	border-radius: 0px 23px;
	/* opacity: 0; */
	transition: 0.3s ease-in-out;
}

.frm-cstm-btn:hover:before {
	width: 100%;
	/* opacity: 1; */
	transition: 0.3s ease-in-out;
}


/*  */

/* Main select box styling */
.select2-container--default .select2-selection--single {
	height: 84px !important;
	align-items: center !important;
	display: flex;
	padding: 25px 41px !important;
	font-family: 'Roboto Mono' !important;
	font-weight: 700 !important;
	font-size: 22.57px !important;
	line-height: 33px !important;
	background-color: #00000000 !important;
	border-radius: 0px 30px !important;
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
}

/* Text alignment */
.select2-selection__rendered {
	padding-left: 12px !important;
	line-height: 45px !important;
	/* fixes vertical center */
}

/* Arrow icon vertical alignment */
.select2-selection__arrow {
	height: 84px !important;
	right: 30px !important;
}

/* Search input inside dropdown */
.select2-search--dropdown .select2-search__field {
	padding: 8px 10px !important;
	border-radius: 4px !important;
	border: 1px solid #ccc !important;
}

.select2-search--dropdown {
	display: block;
	padding: 11px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ffffff transparent transparent transparent;
	border-style: solid;
	border-width: 11px 11px 0px 11px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
	border-radius: 7px;
}


/*Careers Filters New*/
.career-filters {
	max-width: 411px;
	display: flex;
	gap: 50px;
	width: 100%;
	max-width: 1114px;
}

.career-filters select {
	max-width: 411px;
	height: 58px !important;
	padding: 0px 25px 0px;
	font-family: 'Roboto Mono' !important;
	font-weight: 700;
	font-size: 17.32px;
	line-height: 29px;
	background-color: #00000000;
	border-radius: 0px 21px;
	border: 2px solid #ffffff;
	color: #ffffff;
	background-image: url(/wp-content/uploads/2025/10/star_shape.svg);
	background-position: 97% 17px;
	background-size: 24px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	appearance: none;
}

.career-filter-select option {
	border-radius: 0px 30px !important;
	background-color: rgba(0, 0, 0, 1);
}

div#no-results-message {
	position: absolute;
	top: 200px;
	color: #FFF;
	font-family: 'Roboto Mono';
}

.career-location-filters button {
	border: 0 !important;
	padding: 0 !important;
	font-family: Roboto Mono;
	font-weight: 400;
	font-size: 25.07px;
	color: #FFF;
	background: none !important;
}

.career-filter-btn.active {
	font-weight: 700;
}

.career-location-filters {
	display: flex;
	align-items: center;
	gap: 20px;
}

/*Careers Filters New*/

@media(max-width: 1365px) {
	.select2-container--default .select2-selection--single {
		padding: 20px 30px !important;
		font-size: 18px !important;
		line-height: 27px !important;
		border-radius: 0px 22px !important;
		height: 68px !important;
	}

	.select2-selection__arrow {
		height: 68px !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-width: 7px 7px 0px 7px !important;
	}

	.select2-selection__arrow {
		right: 20px !important;
	}
}

@media(max-width: 767px) {
	.select2-container--default .select2-selection--single {
		padding: 17px 28px !important;
		font-size: 15px !important;
		line-height: 23px !important;
		border-radius: 0px 21px !important;
		height: 56px !important;
	}

	.select2-selection__arrow {
		height: 56px !important;
	}

	.career-filters {
		gap: 30px;
	}

	.career-location-filters button {
		font-size: 16.07px;
	}

	.career-location-filters svg {
		min-width: 10px;
	}
}


/* Arrows Buttons Animations */
/* Pre */
.elementor-swiper-button.elementor-swiper-button-prev:before {
	content: ' ';
	position: absolute;
	width: 36px;
	height: 36px;
	background-image: url(/wp-content/uploads/2025/11/→-1.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	top: 12.5px;
	left: 70px;
	transition: 0.3s ease-in-out;
}

.elementor-swiper-button.elementor-swiper-button-prev {
	position: relative;
	overflow: hidden;
}

.elementor-swiper-button-prev svg {
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.elementor-swiper-button.elementor-swiper-button-prev:hover:before {
	left: 12.5px;
	transition: 0.5s ease-in-out;
}

.elementor-swiper-button-prev:hover svg {
	opacity: 0;
	transition: 0.4s ease-in-out;
}

/* next */

.elementor-swiper-button.elementor-swiper-button-next:before {
	content: ' ';
	position: absolute;
	width: 36px;
	height: 36px;
	background-image: url(/wp-content/uploads/2025/11/→.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	top: 12.5px;
	left: -70px;
	transition: 0.3s ease-in-out;
}

.elementor-swiper-button.elementor-swiper-button-next {
	position: relative;
	overflow: hidden;
}

.elementor-swiper-button-next svg {
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.elementor-swiper-button.elementor-swiper-button-next:hover:before {
	left: 12.5px;
	transition: 0.5s ease-in-out;
}

.elementor-swiper-button-next:hover svg {
	opacity: 0;
	transition: 0.4s ease-in-out;
}

@media(max-width: 1024px) {
	.elementor-swiper-button.elementor-swiper-button-prev:before {
		width: 22px;
		height: 22px;
		left: 55px;
	}

	.elementor-swiper-button.elementor-swiper-button-next:before {
		width: 22px;
		height: 22px;
		left: -55px;
	}
}

@media(max-width: 767px) {
	.elementor-swiper-button.elementor-swiper-button-prev:before {
		width: 14px;
		height: 14px;
		top: 6.5px;
		left: 35px;
	}

	.elementor-swiper-button.elementor-swiper-button-next:before {
		top: 6.5px !important;
		width: 14px;
		height: 14px;
		left: -35px;
	}

	.elementor-swiper-button.elementor-swiper-button-next:hover:before {
		left: 6.5px;
	}

	.elementor-swiper-button.elementor-swiper-button-prev:hover:before {
		left: 6.5px;
	}
}

@media(max-width: 420px) {
	#career-results h3.career-title {
		max-width: 250px;
	}
}

span.gfield_fileupload_filename,
.gfield_fileupload_filesize {
	color: #ffffff !important;
	font-size: 12px;
	font-family: 'Roboto Mono';
}

li.gfield_description.gfield_validation_message {
	font-family: 'Roboto Mono';
}

span.gfield_fileupload_percent {
	color: #ffffff !important;
}


/* Menu Hover Animations */

.animated-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.animated-link .layer {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: nowrap;
}

.animated-link .char {
	display: inline-block;
	transform: translateY(0) scale(1);
	opacity: 1;
	transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1),
		opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
	/* letter stagger: 0.02s per char + extra 0.08s after space */
	transition-delay: calc(var(--i) * 0.02s + var(--space-gap, 0s));
}

.animated-link .layer.bottom .char {
	transform: translateY(100%) scale(0.95);
	opacity: 0.5;
}

.animated-link:hover .layer.top .char {
	transform: translateY(-100%) scale(0.95);
	opacity: 0.5;
}

.animated-link:hover .layer.bottom .char {
	transform: translateY(0) scale(1);
	opacity: 1;
}

/* Mobile Menu Animation Hover */


/* Mobile menu letters animation */
.mobile-animated-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

.mobile-animated-link .layer {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: nowrap;
	pointer-events: none;
	/* allow clicks */
}

.mobile-animated-link .char {
	display: inline-block;
	transform: translateY(0) scale(1);
	opacity: 1;
	transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1),
		opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: calc(var(--i) * 0.02s + var(--space-gap, 0s));
}

.mobile-animated-link .layer.bottom .char {
	transform: translateY(100%) scale(0.95);
	opacity: 0.5;
}

/* Hover trigger (desktop / mobile hover) */
.mobile-animated-link:hover .layer.top .char {
	transform: translateY(-100%) scale(0.95);
	opacity: 0.5;
}

.mobile-animated-link:hover .layer.bottom .char {
	transform: translateY(0) scale(1);
	opacity: 1;
}

/* Active trigger (click / tap) */
.mobile-animated-link.active .layer.top .char {
	transform: translateY(-100%) scale(0.95);
	opacity: 0.5;
}

.mobile-animated-link.active .layer.bottom .char {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.mobile-menu .menu-items {
	align-items: center;
	text-align: center;
}

/* Footer Menu */

/* Footer Hover Animations (Isolated) */
.footer-animated-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.footer-animated-link .footer-layer {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: nowrap;
}

.footer-animated-link .footer-char {
	display: inline-block;
	transform: translateY(0) scale(1);
	opacity: 1;
	transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1),
		opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: calc(var(--i) * 0.02s + var(--space-gap, 0s));
}

.footer-animated-link .footer-layer.footer-bottom .footer-char {
	transform: translateY(100%) scale(0.95);
	opacity: 0.5;
}

.footer-animated-link:hover .footer-layer.footer-top .footer-char {
	transform: translateY(-100%) scale(0.95);
	opacity: 0.5;
}

.footer-animated-link:hover .footer-layer.footer-bottom .footer-char {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.swiper-slide {
	cursor: grab;
}