/* START GLOBAL */
/* MAIN BTN */
.main-btn a {
    height: 40px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ICON BTN */
.icon-btn a svg {
    width: 16px;
    margin-top: -1px;
}
/* BTN EN */
:dir(ltr) .main-btn a .elementor-button-content-wrapper {
	flex-direction: row-reverse !important;
}
:dir(ltr) .icon-btn a svg {
    transform: scaleX(-1);
}
/* NUMBER ICON */
.num-icon {
    height: 35px;
    width: 35px;
    text-align: center;
    align-content: center !important;
    border-radius: 8px;
}
/* END GLOBAL */

/* START HEADER */
/* MAIN-MENU */
.main-navbar .menu-item.menu-item-has-children ul.sub-menu {
	padding: 5px;
}
.main-navbar .menu-item.menu-item-has-children ul.sub-menu li a {
    position: relative;
    padding-inline-start: 30px;
	 border-bottom: 1px solid #E6E6E6;
}
.main-navbar .menu-item.menu-item-has-children ul li a::before {
    content: '';
    position: absolute;
    inset-inline-start: 7px;
    height: 15px;
    width: 15px;
    background-image: url('https://dev.itqan-association.com/wp-content/uploads/2025/08/checkmark-circle-03.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.main-navbar .menu-item.menu-item-has-children a.has-submenu span.sub-arrow svg path {
	fill: #29DCA2;
}
/* SIDEBAR */
.sidebar-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sidebar-menu ul li {
    margin-bottom: 25px;
}
.sidebar-menu ul a {
    width: fit-content;
}
/* END HEADER */
/* START COUNTER SECTION */
.counters-items .counter-item {
    width: 180px;
    height: 170px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counters-items .counter-item::before,
.counters-items .counter-item::after {
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    background-image: url('https://dev.itqan-association.com/wp-content/uploads/2025/07/logo-g_webp.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.counters-items .counter-item::before {
    inset: 0;
}
.counters-items .counter-item::after {
    inset-block-end: 0;
    inset-inline-end: 0;
}
/* END COUNTER SECTION */

/* 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 #7AC6BF;
  background: #EFF8FA;
  color: #959C9D;
  text-align: center;
  font-size: 13px;
  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 */

/* START FOOTER */
.main-footer ul a {
    width: fit-content;
}
/* END FOOTER */