/* START GLOBAL STYLE */
.circle-number.elementor-element {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
}
/* END GLOBAL STYLE */

/* START HEADER */
.main-header .header-buttons {
    width: fit-content;
    min-width: fit-content;
}
.main-header .wpml-ls-statics-shortcode_actions {
    padding: 0;
}
.wpml-ls-statics-shortcode_actions a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}
/* END HEADER */

/* START ABOUT COMPANY */
.about-company .about-company__image::before ,
.about-company .about-company__image::after {
    content: '';
    position: absolute;
    opacity: 0.2;
    border-radius: 16px;
}
.about-company .about-company__image::before {
    height: 96px;
    width: 96px;
    inset-inline-end: -24px;
    inset-block-start: -24px;
    background: #005035;
}
.about-company .about-company__image::after {
    height: 128px;
    width: 128px;
    inset-inline-start: -24px;
    inset-block-end: -24px;
    background: #A98C4E;
}
/* END ABOUT COMPANY */

/* START FAQ */
.faq-acc details {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 0 4px 0 #A98C4E;
}
.faq-acc svg * {
    fill: #00000000;
}
/* END FAQ */

/* START CONTACT FORM */
/* [SELECT] */
.contact-form select {
	background-color: #EFEFEF !important;
}

/* [FILE UPLOAD] */
.contact-form .elementor-field-group-fileUpload {
    width: calc(100% - 20px) !important;
    margin: 25px auto 0;
    position: relative;
    border: 1px solid #d4dce3;
    border-radius: 10px; 
    display: flex;
    flex-direction: row-reverse; 
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    cursor: pointer;
    transition: border-color 0.3s ease;
    min-height: 50px;
}
.contact-form .elementor-field-group-fileUpload label {
    position: absolute;
    inset: unset;
    inset-inline-start: 0;
    inset-block-start: -30px;
}
.contact-form .elementor-upload-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.contact-form .elementor-field-group-fileUpload::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231b5e4a' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.contact-form .elementor-field-group-fileUpload::after {
    content: '(PDF, JPG, PNG) اختر ملف';
    color: #8d97a5;
    font-size: 15px;
    font-family: sans-serif;
}
:dir(ltr) .contact-form .elementor-field-group-fileUpload::after {
	content: '(PDF, JPG, PNG) Choose File';
}
.contact-form .elementor-field-group-fileUpload:hover {
    border-color: #1b5e4a;
}
/* END CONTACT FORM */