/* START GLOBAL STYLE */
/* LANG ICON */
.wpml-ls-statics-shortcode_actions {
    padding: 0;
}
.wpml-ls-statics-shortcode_actions li a {
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(153, 153, 153, 0.24);
}
/* MAIN BTN */
.main-btn a {
    display: flex;
    width: 140px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
@media(min-width: 767px) {
    .main-btn a {
        width: 160px;
    }
}
/* END GLOBAL STYLE */

/* START HEADER */
#menu-1-2102eca {
	gap: 15px 5px;
}
/* END HEADER */

/* START WHO WE ARE */
.about-items .about-item:hover .elementor-icon-box-icon .elementor-icon {
	transition: .25s all ease;
	background-color: #375344;
}
.about-items .about-item:hover .elementor-icon-box-icon .elementor-icon svg {
   transition: .25s all ease; 
   filter: brightness(0) invert(1) 
}
/* END WHO WE ARE */

/* START OUR PROJECTS */
/* IN HOME */
.projects-home .project-item {
	display: none;
}
.projects-home .project-item:nth-child(-n + 3) {
	display: flex;
}
/* END OUR PROJECTS */

/* START OUR CLIENTS */
.clients-items .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.clients-items .client-item {
	width: 140px;
	height: 135px;
}
/* END OUR CLIENTS */

/* START SERVICES */
.service-item .service-icon {
	height: 50px;
	width: 50px;
}
.service-button a {
	height: 50px;
 	width: 130px;
	display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    padding-inline-end: 20px !important;
}
.service-button a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: green;
    z-index: -1;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
:dir(ltr) .service-button a::after {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}
:dir(ltr) .service-button a .elementor-button-content-wrapper {
	flex-direction: row-reverse !important;
}
.service-button a svg {
    width: 18px;
    margin-top: -2px;
}
:dir(ltr) .service-button a svg {
    transform: scaleX(-1);
}
/* OTHERS SERVICES (EN) */
:dir(ltr) .others-services .elementor-swiper-button {
	right: unset !important;
	left: unset !important;
}
:dir(ltr) .others-services .elementor-swiper-button-prev {
	right: 60px !important;
}
:dir(ltr) .others-services .elementor-swiper-button-next {
	right: 50px !important;
}
/* END SERVICES */

/* START CONTACT FORM */
/* FORM */
.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="tel"] {
    padding-inline-start: 38px;
}
.contact-section .elementor-field-group:has(input) {
    position: relative;
}
.contact-section .elementor-field-group:has(input)::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 13px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
:dir(ltr) .contact-section .elementor-field-group:has(input)::before {
    right: unset;
    left: 20px;
}
.contact-section .elementor-field-group:has(input[type='text'])::before {
   background-image: url('https://wordpress.aait-sa.com/qasmat-alkhayr/wp-content/uploads/2025/07/user.svg');
}
.contact-section .elementor-field-group:has(input[type='email'])::before {
   background-image: url('https://wordpress.aait-sa.com/qasmat-alkhayr/wp-content/uploads/2025/07/mail-f.svg');
}
.contact-section .elementor-field-group:has(input[type='tel'])::before {
   background-image: url('https://wordpress.aait-sa.com/qasmat-alkhayr/wp-content/uploads/2025/07/tablet.svg');
}
/* MAP */
.contact-section .map, 
.contact-section .map .elementor-custom-embed,
.contact-section .map iframe {
    height: 100%;
}
/* FORM FILE UPLOAD */
.with-upload form input[type="file"] {
  padding-block: 10px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
}
.elementor-form-fields-wrapper #form-field-attachment::after {
  content: "إرفاق صورة ";
  width: 100%;
  height: 100%;
  background: #fff;
  padding-inline-start: 15px;
  padding-block-start: 15px;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  z-index: 2;
  transition: all 0.5s;
  border-radius: 12px;
  border: 0.6px dashed #080502;
  background: #F3EFEC;
  color: #959C9D;
  text-align: center;
  font-family: "custom font", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.elementor-form-fields-wrapper #form-field-attachment::before {
  content: url("https://wordpress.aait-sa.com/qasmat-alkhayr/wp-content/uploads/2025/07/upload.svg");
  position: absolute;
  inset-block-start: 60%;
  inset-inline-start: 50%;
 transform: translateX( 50%);
  z-index: 4;
  transition: all 0.5s;
  font-size: 18px;
  color: #F9B233;
}
.elementor-form-fields-wrapper input[type="file"].active {
  border: 1px solid #d9d9d9;
}
.elementor-form-fields-wrapper
  .elementor-field-type-upload:has(#form-field-attachment.active)
  #form-field-attachment::after {
  background: transparent;
  opacity: 0;
}
.elementor-form-fields-wrapper
  .elementor-field-type-upload:has(#form-field-attachment.active)
  [for="form-field-attachment"]::before {
  background: transparent;
  opacity: 0;
}
[dir="ltr"] .elementor-form-fields-wrapper input[type="file"]::before {
  content: "No File Selected";
}
.elementor-form-fields-wrapper input[type="file"].active::before {
  opacity: 0;
}
.elementor-file-field::-webkit-file-upload-button,
.elementor-upload-field::-webkit-file-upload-button {
  visibility: hidden;
  opacity: 0;
}
[lang="en-US"] .elementor-form-fields-wrapper #form-field-attachment::after {
  content: "Attach Files";
}
.cv .elementor-form-fields-wrapper #form-field-attachment::after {
	content: "إرفاق صورة CV";
}
:dir(ltr) .cv .elementor-form-fields-wrapper #form-field-attachment::after {
	content: "Attach a CV";
}
/* END CONTACT FORM */