/**
 * Common Component Styles
 * Converted from SCSS to CSS for WordPress
 */

/* Arrow Icon Button */
.arrow_icon_btn {
	width: 58px;
	height: auto;
	aspect-ratio: 1/1;
	border: 1px solid hsla(0, 0%, 100%, 0.3);
	position: relative;
	border-radius: 50%;
}

.arrow_icon_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/btn-arrow.svg");
}

.arrow_icon_btn.width_46 {
	width: 46px;
}

.arrow_icon_btn.reverse_icon {
	transform: scaleX(-1);
}

.arrow_icon_btn:hover {
	background-color: var(--darkBlue, #002C5F);
}

.arrow_icon_btn.bg_blue {
	background-color: var(--darkBlue, #002C5F);
}

.arrow_icon_btn.bg_blue:hover {
	background-color: var(--lightBlue, #A3DBE8);
}

.arrow_icon_btn.color_blue {
	border-color: var(--darkBlue, #002C5F);
}

.arrow_icon_btn.color_blue::after {
	background-image: url("../images/btn-arrow-blue.svg");
}

.arrow_icon_btn.color_blue:hover {
	background-color: var(--darkBlue, #002C5F);
}

.arrow_icon_btn.color_blue:hover::after {
	background-image: url("../images/btn-arrow.svg");
}

.arrow_icon_btn.arrow_icon_btn_next {
	transform: rotate(180deg);
}

/* Form Input Field */
.common_search_input {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.common_search_input input {
	height: 100%;
	width: 100%;
	padding: 0 30px;
	font-family: var(--font-regular, 'Raleway-Regular', sans-serif);
	font-size: 16px;
	font-weight: 400;
}

.common_search_input input::placeholder {
	font-family: var(--font-regular, 'Raleway-Regular', sans-serif);
	color: black;
}
.project_info_description ul li{ color: #444444;}
@media (max-width: 768px) {
	.common_search_input input {
		padding: 0 25px;
	}
	.project_info_description ul li{ font-size: 15px !important;}
}

@media (max-width: 700px) {
	.common_search_input input {
		padding: 0 20px;
	}
	.saudi-council-upload-wrapper{ padding-top: 0 !important;}
}

.common_search_input::after {
	position: absolute;
	content: "";
	right: 30px;
	height: auto;
	width: 15px;
	aspect-ratio: 1/1;
	background-image: url("../images/search-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 700px) {
	.common_search_input::after {
		right: 20px;
	}
}

/* Common File Input Wrapper */
.common_file_input_wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.common_file_input_wrapper .file_input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	height: 100%;
}

.common_file_input_wrapper .file_label_selected {
	padding-left: 20px;
	display: flex;
	height: 100%;
	font-weight: 300;
	background: transparent;
	color: #808080;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.3s ease;
	width: 100%;
	align-items: center;
}

.common_file_input_wrapper .file_label {
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	height: calc(100% - 6px);
	font-size: 16px;
	font-family: var(--font-regular, 'Raleway-Regular', sans-serif);
	font-weight: 400;
	line-height: 150%;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 33px;
	border-radius: 50px;
	background-color: #475e76;
	color: white;
	pointer-events: none;
}

.common_file_input_wrapper:hover .file_label {
	background-color: var(--darkBlue, #002C5F);
}

/* Page 404 Section */
.page_404_section {
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: var(--darkBlue, #002C5F);
	border-bottom: 1px solid rgba(255, 255, 255, 0.288);
}

.page_404_section h1 {
	font-size: 46px;
	color: #ffffff;
}

.page_404_section p {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
}


.education-checkbox-label{ display: inline-flex !important;}
.tasheel-reset-password-form .career-form-list-ul li .form-icon img{margin-bottom: -6px;}
 
body.rtl .vendor_registration_container .career-form-list-ul .vendor_input_with_button .wpcf7-not-valid-tip{ bottom: -5px !important;}
 
.SumoSelect>.optWrapper>.MultiControls{ display: block !important;}

.rtl .SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{ border-left: 1px solid #DBDBDB;}

.wpcf7-not-valid-tip{ font-size: 11px !important;}


body.rtl .vendor_registration_container .career-form-list-ul .wpcf7-not-valid-tip {
    bottom: -34px !important;
}

#company-profile-01-input{   pointer-events: none !important;}

body.rtl .service_item_content .btn_style.btn_transparent span, body.rtl .expertise_content_wrapper .btn_style.btn_transparent span{     transform: rotate(90deg) !important;}



.hr_apply_already{ 
	background: #fdecea;
    color: #e74c3c;
    padding: 15px;
	display: inline-flex !important;
	font-weight: 400;
}

.job_status_badge--under_review{
	background: #e7e7e7;
}



/* .wpcf7-form-control-wrap{ position: unset !important;} */


.tasheel-reset-password-form .career-form-list-ul li{ margin-bottom: 30px !important;}


.SumoSelect>.optWrapper>.options{    max-height: 150px;}

/* .fancybox__html5video, .fancybox__iframe{ width: 100% !important; width: 600px !important; height: 100% !important; object-fit: cover !important;} */

@media (min-width: 1366px) {
.about_section{
	min-height: 100vh !important;
	height: auto !important;
}
.our_journey_item_image{ height: auto !important;}
}

.pin-spacer:has(.our_journey_section) {
	background-color: #f5f9ee;
}

.project_gallery_slide{ aspect-ratio: 3126/444 !important;}


@media (max-width: 1440px) {
	.page_404_section p {
		font-size: 19px;
	}
}


@media (max-width: 1366px) {

.career-form-list-ul li .input, .career-form-list-ul li .SelectBox{ height: 39px;}
.vendor_input_with_button {
	max-height: 40px;
}
}



@media (max-width: 1280px) {
	.page_404_section p {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.page_404_section p {
		font-size: 16px;
	}

	.vendor_input_with_button .btn_style{        height: 40px !important;}
	.wpcf7-not-valid-tip{ width: 100% !important; left: 0;}

	body.rtl .vendor_registration_container .career-form-list-ul .wpcf7-not-valid-tip{ bottom: -31px !important;}

	.vendor_input_with_button .input{ font-size: 10px !important;}
	.SumoSelect>.CaptionCont>span{      padding-top: 8px;
	}

	.career-form-list-ul li .input, .career-form-list-ul li .SelectBox{ padding: 0 10px; }
	.application_received_section { min-height: 530px;}

	.project_info_description ul li{ font-size: 16px;}

	.our_journey_section{ height: auto !important;}
}

.project_info_description h3{ font-size:22px; margin-bottom: 0;}
 

@media (max-width: 820px) {

.news_detail_image video{ height: auto !important; min-height:  unset!important;}

.project_info_description h3{ font-size:20px; margin-bottom: 0;}
 

}




@media (max-width: 768px) {


	.vendor_input_with_button{
		flex-direction: row;
	}
	.vendor_input_with_button{ 
		margin-bottom: 50px;
	}

}









@media (max-width: 700px) {
	.page_404_section p {
		font-size: 15px;
	}

	
	.SumoSelect>.optWrapper.isFloating{ max-height: 50%;}



	body.rtl .vendor_registration_container .career-form-list-ul .vendor_input_with_button .wpcf7-not-valid-tip{ bottom: -5px !important;}


	.wpcf7-not-valid-tip{ font-size: 9px;}


	body.rtl .vendor_registration_container .career-form-list-ul .wpcf7-not-valid-tip{  

		bottom: -30px !important;
	}
	.project_info_description ul li{ font-size: 14px;}

	.project_info_description h3{ font-size:15px; margin-bottom: 0;}

	body.rtl  .vendor_registration_container  .select-wrapper .wpcf7-not-valid-tip{ bottom: -17px !important;}

}



@media (max-width: 350px) {


.vendor_input_with_button .input{ font-size: 8px !important;}


}



/* Common Title H2 */
.common_title_h2 {
	color: #ffffff;
	text-align: center;
	font-family: var(--font-extra-bold, 'Raleway-ExtraBold', sans-serif);
	font-size: calc(72 / 16 * 1rem);
	line-height: 100%;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
}

.overflow_hide {
	overflow: hidden;
}

.main_title {
	color: var(--darkBlue, #002c5f);
	font-family: var(--font-bold, 'Raleway-Bold', sans-serif);
	font-size: 55px;
	font-weight: 700;
	line-height: 1.2;
}

/* ========================================
   Subsidiaries Explore Section
   ======================================== */

/* Section Container */
.subsidiaries-explore-section {
	padding: 100px 0;
	background: #E4EDF1;
	position: relative;
}

/* Header Section */
.subsidiaries-explore-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 80px;
	gap: 60px;
}

.subsidiaries-explore-header h2 {
	margin-bottom: 0;
}

.subsidiaries-explore-description {
	color: #454545;
	font-family: var(--font-medium, 'Raleway-Medium', sans-serif);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	flex: 1;
	max-width: 570px;
}
/* 

@media (min-width: 1000px) and (max-width: 1480px) {

.our_journey_thumb_swiper .swiper-slide{     font-size: 3rem; width:25% !important;  }



} */




/* Responsive Styles for Section Header */
@media (max-width: 1400px) {
	.subsidiaries-explore-title {
		font-size: 48px;
	}

	.arrow_icon_btn {
		width: 55px;
	}
}

@media (max-width: 1280px) {
	.arrow_icon_btn {
		width: 50px;
	}
}

@media (max-width: 1200px) {
	.arrow_icon_btn {
		width: 45px;
	}

	.subsidiaries-explore-section {
		padding: 80px 0;
	}

	.subsidiaries-explore-header {
		margin-bottom: 60px;
		gap: 40px;
	}

	.subsidiaries-explore-title {
		font-size: 42px;
		max-width: 400px;
	}

	.subsidiaries-explore-description {
		max-width: 400px;
	}
}

@media (max-width: 768px) {
	.subsidiaries-explore-section {
		padding: 60px 0;
	}

	.subsidiaries-explore-header {
		flex-direction: column;
		margin-bottom: 50px;
		gap: 30px;
	}

	.subsidiaries-explore-title {
		font-size: 36px;
		max-width: 100%;
	}

	.subsidiaries-explore-description {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.subsidiaries-explore-section {
		padding: 40px 0;
	}

	.subsidiaries-explore-title {
		font-size: 28px;
	}

	.subsidiaries-explore-description {
		font-size: 14px;
	}
}