/*--------------------------------------------------*/
/*--------------------------------------------------
 * This file contains styles for the career section
 * of the Drupalet Bexco theme.
 * It includes styles for the main career block,
 * the accordion section, and responsive adjustments.
 *--------------------------------------------------*/
.section-career-block {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0px;
	text-align: left;
	font-size: 60px;
	color: #000;
	font-family: 'lyon-regular';
}

.career-block-title {
	width: 643px;
	position: relative;
	line-height: 100%;
	font-weight: 500;
	display: inline-block;
	flex-shrink: 0;
}

.career-block-content {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	width: 558px;
	position: relative;
	font-size: 16px;
	line-height: 122.4px;
	font-family: 'gt-america-regular';
	color: #000;
	display: inline-block;
	flex-shrink: 0;
	-webkit-text-stroke: 1px #000;
	paint-order: stroke fill;
}

/*--------------Accordion------------------------*/

.our-values-in-actions {
	width: 100%;
	position: relative;
	background-color: #eeff76;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 100px 30px;
	box-sizing: border-box;
	gap: 148px;
	text-align: left;
	font-size: 60px;
	color: #000;
	font-family: 'lyon-regular';
}

.frame-parent {
	width: 558px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 40px;
}

.about-aln-wrapper {
	align-self: stretch;
	height: 123px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.about-aln-career {
	align-self: stretch;
	position: relative;
	line-height: 100%;
	font-weight: 500;
	display: inline-block;
	height: 97px;
	flex-shrink: 0;
}

.our-values-in {
	margin: 0;
	font-family: "Lyon Arabic Display";
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
}

.driven-by-an {
	align-self: stretch;
	position: relative;
	font-size: 16px;
	line-height: 140%;
	font-family: 'gt-america-regular';
	display: inline-block;
	height: 83px;
	flex-shrink: 0;
}

.frame-group {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 28px;
	font-size: 30px;
	color: #171717;
}

.frame-container {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}

.subtitle-parent {
	align-self: stretch;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 0px;
}

.subtitle-career {
	position: relative;
	font-family: 'lyon-regular';
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.driven-by-an1 {
	width: 620px;
	position: relative;
	font-size: 16px;
	line-height: 140%;
	font-family: 'gt-america-regular';
	color: #000;
	display: inline-block;
}

@media (max-width: 1024px) {
	.our-values-in-actions {
		flex-direction: column;
		/* stack on tablet/mobile */
		gap: 60px;
		padding: 60px 30px;
	}

	.frame-parent,
	.frame-group {
		max-width: 100%;
		/* full width when stacked */
	}
}

@media (max-width: 600px) {
	.about-aln {
		font-size: 36px;
	}

	.driven-by-an,
	.driven-by-an1 {
		font-size: 14px;
		line-height: 150%;
	}

	.frame-group {
		font-size: 22px;
		gap: 20px;
	}
}

/* ---------------------END--------------------*/

/* -------------------image-with-content-------------------*/

body.page-node-127 .qcp-subtitle {
	font-size: 60px !important;

}

.content-wrapper {
	display: flex;
	flex-direction: row;
	gap: 60px;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	font-size: 16px;
	/*padding: 40px; outer padding for all sides */
}

@media (max-width: 768px) {
	.content-wrapper {
		flex-direction: column;
		margin-top: 29px;
	}

	.description {
		margin-top: 28px !important;
	}

	.qcp-container .col-12 {
		gap: 0px !important;
	}
}

.main-image {
	width: 100%;
	max-width: 675px !important;
	height: auto;
	object-fit: cover;

}

.side-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 600px;
}

.side-image {
	width: 100%;
	max-width: 557px;
	height: auto;
	object-fit: cover;

}

.description {
	margin-top: 45px;
	line-height: 1.6;
}

.row>* {
	padding-right: 30px;
	padding-left: 30px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
	.content-wrapper {
		gap: 40px;
	}
}


.main-image,
.side-image {
	max-width: 100%;
	height: auto;
}

.side-content {
	max-width: 100%;
}

#heading-subheading-id-439 .qcp-subtitle {
	padding-left: 30px;
}
/*---------------END-------------------*/
/*---------------Respomsive-------------------*/
@media (max-width: 768px) {
	image-w-content {
    padding-left: 20px;
    padding-right: 2%;
    padding-bottom: 48px;
}
}
/*---------------END-------------------*/