/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2025 | 12:40:22 */
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');	
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

p {
  margin-bottom: 0 !important;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
    margin-bottom: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}
	.redBox {  border-radius: 0 0 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* Blue clip with top-left inward round cut */
.leftClip {
  width: 40px;
  height: 40px;
  background: blue;
  position: absolute;
  top: 0;
  left: -40px;transform: rotate(180deg);
   clip-path: path("M0 0 Q0,40 40,40 L 0 40 Z");
  z-index: 2;
}
.eael-grid-post-excerpt p{
	margin-bottom: 20px !important;
}

/* Green clip with bottom-right inward round cut */
.rightClip {
  width: 40px;
  height: 40px;
  background: lime;
  position: absolute;
  bottom: -40px;
  right: 0;
  transform: rotate(180deg);
   clip-path: path("M0 0 Q0,40 40,40 L 0 40 Z");
  z-index: 2;
}
	body{
  margin:0 auto;
  background : #333;
}
.cornerWrap{
width : 100%;
  background: #ccc;
  border-radius : 20px;
}
.clipping{
  width: auto;
  height: auto;
  position: absolute;
  background: #fff;
  padding: 0px 20px 0 0;
  display : flex;
  align-items : center;
  color: white;
  bottom: 0px;
  left: -1px;
  border-radius : 0 20px 0 0;
}
.PhotoRightClip{
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  bottom: -1px;
  right: -19px;
  clip-path: path("M0 0 Q0,20 20,20 L 0 20 Z");
}

.PhotoLeftClip{
  width: 40px;
  height: 40px;
  position: absolute;
  background: #fff;
  top: -19px;
  left: 0px;
  clip-path: path("M0 0 Q0,20 20,20 L 0 20 Z");
}
.glass-card {
background: rgba(255, 255, 255, 0.15);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10.5px);
-webkit-backdrop-filter: blur(10.5px);
border: 1px solid rgba(255, 255, 255, 0.58);
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}
.messageBox{
	box-shadow: -1px 83px 88px -90px rgba(0,0,0,0.74);
-webkit-box-shadow: -1px 83px 88px -90px rgba(0,0,0,0.74);
-moz-box-shadow: -1px 83px 88px -90px rgba(0,0,0,0.74);
	/* From https://css.glass */
background: rgba(255, 255, 255, 0.15);
border-radius: 20px;
backdrop-filter: blur(10.5px);
-webkit-backdrop-filter: blur(10.5px);
border: 1px solid rgba(255, 255, 255, 0.58);
}
#HIjasMsg{
	  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#HIjasMsg.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#HishamMsg{
	  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#HishamMsg.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;

}
#HemildaMsg{
	  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#HemildaMsg.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Completely hide the black background ring */
.mf-cursor .mf-cursor-bg {
	background-color: white !important;
}

/* Style the custom cursor text */
.mf-cursor-text {
    color: #fff !important;
  border-radius: 20px !important;
  font-family: sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}
.historySlider{
	overflow-x: hidden !important;
}
.eael-post-grid [data-id="818"] {
    display: none !important;
}
.post-navigation, #respond{
	display: none !important;
}
.forminator-input, .forminator-textarea{
	padding: 0 0 12px 0 !important;
}
.forminator-input::placeholder, .forminator-textarea::placeholder{
	color: #fff;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	
}
.forminator-custom-form-1311 .forminator-input::placeholder, .forminator-field-select::placeholder{
    background: none !important;
    border: none !important;
    color: #191E2A !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.select2-selection__rendered{
	background: none !important;
    border: none !important;
    color: #191E2A !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.select2-selection--single{
    background: none !important;
    border: none !important;
    color: #191E2A !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
	padding-left: 0px !important;
}
.select2-selection__rendered{
	padding-left: 0px !important;
}

.forminator-custom-form-1311 .forminator-input, .forminator-textarea, .select2-selection--single {
    border-bottom: 1px solid #F0F0F0 !important;
}



.forminator-input, .forminator-textarea{
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #006EA5 !important;
	color: #fff !important;
	font-size: 18px !important;
	
}
.careerForm .forminator-input, .forminator-textarea{
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #F0F0F0 !important;
	color: #191E2A !important;
	font-size: 18px !important;
	
}
.careerForm button:hover{
	box-shadow: none !important;
}
.forminator-label{
	display: none !important;
}
.forminator-checkbox-label{
	color: #fff;
	font-family: "DM Sans", Sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
}
.forminator-error-message{
	color: #FF6767 !important;
	font-family: "DM Sans", Sans-serif !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	background: none !important;
	padding: 0 !important;
}
.forminator-checkbox-box{
	outline : : none !important;
	background: none !important;
	border: 1px solid white !important;
}
.forminator-button-submit{
	border-radius: 100px !important;
	background : #EDF2FF !important;
	color : #29399F !important;
	font-size : 18px !important;
	font-family: "DM Sans", Sans-serif !important;
	position: absolute !important;
	bottom: -50px !important;
	transform: translateY(20px) !important;
	   display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
	padding-right: 20px !important;
	cursor : pointer !important;
}
.forminator-button-submit::before{
	content: "" !important;
	width: 33px !important;
    height: 33px !important;
    background: url("http://westerngoc.com/wp-content/uploads/2025/07/Arrow.svg")no-repeat center center !important;
    background-size: cover !important;
	margin-right: 10px !important;
	display : inline-block !important;
	transition : all .3s ease-in-out !important;
}
.forminator-button-submit:hover::before{
	transform: rotate(45deg) !important;
}
.forminator-field-checkbox{
	margin-top: -10px !important;
}
.forminator-field-checkbox label.forminator-checkbox {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important; /* Top align */
    gap: 8px; /* Space between checkbox and text */
}
label.forminator-checkbox {
	padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important; /* Top align */
    gap: 8px; /* Space between checkbox and text */
}
.gmLink{
	font-size: 16px;
	color: white;
}
/* Make single job template full width */
.single-job .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.job-title{
	font-size: 80px;
	line-height: 70px;
	text-transform: uppercase;
	color: white;
	font-family: "Goldman", sans-serif;
}
.jobexcerpt{
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	color: white;
}
.jobDescription h4{
	font-size: 35px;
	margin-bottom: 15px;
	margin-top: 40px;
	color : #29399F;
	font-family : "Outfit", sans-serif;
}
.elementor-1247, .elementor-template-job{
	background: white;
}
.careerFormWrap{
	box-shadow: 0 87px 160px -130px rgba(0,0,0,.25);
}

#fullMenu, #fullMenuMob{
	display: none;
}
#openMenu, #closeMenu{
	cursor: pointer;
}
.GM{
	color: #0EA5F0;
	letter-spacing: 0px;
	transition: all .3s ease;
}
.GM:hover{
	color: #0EA5F0;
	letter-spacing: 1px;
}
sup{
	font-size: 8px !important;
}
.job-title{
	  font-family: "Goldman", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
#depicter-19-element-24{
	text-align: center;
	font-family: "Poppins", sans-serif;
}
.depicter-text-layer p{
	font-family: "DM Sans", Sans-serif !important;
}