/* --- Custom RTL Stylesheet for Partners Consultancy Arabic Version --- */

/* 1. Global Font and Direction */
body, h1, h2, h3, h4, h5, p, a, div, label, input, textarea, select, .button {
  font-family: 'Cairo', sans-serif;
  letter-spacing: 0; /* Arabic fonts don't need letter-spacing */
}

/* Ensure direction is consistently RTL */
.page {
  direction: rtl;
}

/* 2. Navigation Bar Adjustments */
.navbar-menu {
  margin-right: auto;
  margin-left: 0;
}

.wrap-brand {
    margin-left: 20px;
    margin-right: 0;
}






.wrap-logos {
    direction: ltr !important; /* Force this section to LTR */
}

.container-marquee-left {
    direction: ltr !important; /* Force this specific container to behave LTR */
}

.container-marquee-right {
    direction: ltr !important; /* Force this specific container to behave LTR */
}
/* 4. Services Section */
.col-5._0-5-left {
  margin-left: 0;
  margin-right: 0.5rem; /* Adjust spacing for RTL */
}

.servicestext, .servicestext1 {
    text-align: right;
}

/* 5. Team Section */
.grid-team {
  direction: rtl;
}

/* 6. Form Adjustments */
.text-form {
  text-align: right;
  width: 100%;
}

.field-form.w-input, .field-form.w-select {
  text-align: right;
  padding-right: 15px; /* Add padding for text inside the input */
  padding-left: 10px;
}

/* Placeholder text alignment for older browsers */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: right;
}
::-moz-placeholder { /* Firefox 19+ */
  text-align: right;
}
:-ms-input-placeholder { /* IE 10+ */
  text-align: right;
}
:-moz-placeholder { /* Firefox 18- */
  text-align: right;
}


/* 7. Footer Adjustments */
.grid-footer-01 {
  text-align: right;
}

.row-1-flex .link-footer {
    margin-left: 20px;
    margin-right: 0;
}

.whatsapp-float {
  right: auto;
  left: 15px;
}
