/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 19 2026 | 12:44:15 */
/* slider */
/* إجبار العمود وكل طبقاته على RTL ومحاذاة يمين */
.home-hero-rtl,
.home-hero-rtl.rs-layer,
.home-hero-rtl .rs-layer,
.home-hero-rtl .rs-parallax-wrap,
.home-hero-rtl .rs-mask-wrap {
    direction: rtl !important;
    unicode-bidi: plaintext !important;
    text-align: right !important;
}

/* قلب أي text-align: left مكتوب inline داخل هذا العمود */
.home-hero-rtl *[style*="text-align: left"] {
    text-align: right !important;
}

/* الفقرة التي عندها المشكلة فعلاً */
#slider-4-slide-7-layer-12 {
    direction: rtl !important;
    unicode-bidi: plaintext !important;
    text-align: right !important;
}

/* لو لسه عنيدة، استخدم bidi-override للفقرة فقط */
#slider-4-slide-7-layer-12 {
    unicode-bidi: bidi-override !important;
}

/* تصغير اللوجو في الفوتر */
.footer__logo img[src*="cropped-cropped-WhatsApp-Image-2026-05-06-at-4.27.00-AM-e1778162418626-removebg-preview.png"] {
    width: 50% !important;
    height: auto;
}

.header__logo img {
	 width: 40% !important;
    height: auto;
}
/* footer copyright */
.footer-style-three .footer-copyright::before, .footer-style-three .footer-copyright::after ,
.ul_li_center,
.about-feature .tx-item--video,
.tur-portfolio-item .portfolio-img p{
	display:none;
}

.pt-120,.pt-110{
	padding-top: 1px !important;
}
/* slider */
.header-style-three .header__main {
	padding-right: 5px;
}

/* رؤية 2030 */
.about-feature .tx-item--list li i {
	margin-left: 10px;
}

/* مشاريعنا */
.tur-portfolio-item .portfolio-text h3 {
	text-align: right;
}

/* mobile menu */
.header-mobile-search {
	display: none;
}

/* contact us page */
/* معلومات التواصل */
.elementor-42 .elementor-element.elementor-element-0b69d70 .elementor-heading-title {
	margin-bottom: 30px;
}

.contact__content-list li .content {
	padding-right: 20px;
}

/* جعل الفورم بالكامل RTL */
.te-contact-form .wpcf7,
.te-contact-form .wpcf7 form,
.te-contact-form .wpcf7-form {
    direction: rtl;
    text-align: right;
}

/* محاذاة النص داخل الحقول */
.te-contact-form .wpcf7 input:not([type="email"]):not([type="tel"]):not([type="url"]),
.te-contact-form .wpcf7 textarea {
    direction: rtl;
    text-align: right;
}

/* لو أردت حتى الإيميل يظهر من اليمين */
.te-contact-form .wpcf7 input[type="email"] {
    direction: rtl;
    text-align: right;
}

.contact-form__button {
	 direction: rtl;
    text-align: center;
}

/* مكان النص placeholder */
.te-contact-form .wpcf7 input::placeholder,
.te-contact-form .wpcf7 textarea::placeholder {
    text-align: right;
}

.about-feature .tx-item--number .number {
	background: none;
	-webkit-text-fill-color: transparent;
}
