/*!
Theme Name: Al Sobh
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Al Sobh</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Al Sobh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Al Sobh is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.rtl {
  direction: rtl;
}

section.home-sec-6::after {
  background: left bottom / contain no-repeat url(https://alsobh.com/wp-content/uploads/2025/08/Asset-1-r.svg);
  right: unset;
  left: 0;
}

h2.contactus-liner {
  line-height: 1.1;
}

.mason-3 {
  transform: translate(-50px, 50px);
}

.single-sol-sec-1 img {
  right: unset;
  left: 0;
}

.feat-card figure {
  transform: translateX(-50px) rotate(-15deg) scale(1.2);
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl;
}

.single-doc-sec-1 {
  background: 71% 100% / 35% no-repeat url("/wp-content/uploads/2025/09/alsobh-semi.svg"),
    linear-gradient(to left, #94c4c1 0% 54%, #c1cacf 54% 100%);
}

.mob-language-switcher {
  margin-left: 20px;
  margin-right: auto;
}

.rtl .wpcf7-response-output {
  text-align: right !important;
  font-family: var(--font-main);
}

.rtl .wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem 60px 1rem 2rem;
}

.rtl .wpcf7 form.sent .wpcf7-response-output::before {
  left: auto !important;
  right: 20px !important;
}

@media screen and (max-width: 991.9px) {
  .single-doc-sec-1 {
    background: 71% 100% / 70% no-repeat url("/wp-content/uploads/2025/09/alsobh-semi.svg"),
      linear-gradient(to left, #94c4c1 0% 100%, #c1cacf 54% 100%);
  }
}