/* RTL Styles */

/* Search form button position for Arabic */
.search-form button {
  right: auto;
  left: 0;
}

/* Subscribe form button position for Arabic */
.subscribe-form button {
  right: auto;
  left: 0;
}

/* Footer widget heading underline position for Arabic */
.footer-widget-heading h3::before {
  left: auto;
  right: 0;
}

/* Footer widget list items float for Arabic */
.footer-widget ul li {
  float: right;
}

/* Contact info text alignment for Arabic */
.contact-information-box-3 .contact-info {
  text-align: right;
}




/* Alert close button position for Arabic */
.alert .close {
  position: absolute;
  left: 10px;
  top: 10px;
  float: left;
}