/*
Theme Name: AQUATREAT
Theme URI: http://127.0.0.1/aquatreat/
Author: ahmed wesam
Author URI: mailto:ahmedwesam349@gmail.com
Description: Custom WordPress theme for AQUATREAT built from the approved static HTML5/CSS3/Bootstrap4/jQuery/Swiper coding.
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.2
Version: 1.0.6
License: GNU General Public License v2 or later
Text Domain: aquatreat
Tags: custom-menu, featured-images, rtl-language-support, translation-ready
*/

body.admin-bar .site-header {
  top: 32px;
}

body.rtl {
  direction: rtl;
  text-align: right;
}

body.rtl .aq-menu,
body.rtl .nav-actions,
body.rtl .about-point,
body.rtl .footer-contact a,
body.rtl .fig-project-card h2,
body.rtl .fig-solution-card a,
body.rtl .career-card a {
  direction: rtl;
}

body.rtl .fig-project-card h2 img,
body.rtl .fig-solution-card a img,
body.rtl .career-card a img,
body.rtl .primary-btn img {
  transform: scaleX(-1);
}

.wp-editor-content h2,
.fig-article h2 {
  color: #2b92e5;
}

.wpcf7 form .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0;
}

.contact-form-grid .wpcf7,
.contact-form-grid .wpcf7-form {
  display: contents;
}

.contact-form-grid .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-form-grid .wpcf7-submit {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: min(520px, 100%);
  height: 58px;
  border: 0;
  border-radius: 6px;
  background: #2b92e5;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(43, 146, 229, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-form-grid .wpcf7-submit:hover {
  transform: translateY(-3px);
  background: #0b6fca;
  box-shadow: 0 20px 38px rgba(43, 146, 229, 0.34);
}

.contact-form-grid .wpcf7-spinner {
  display: none;
}

.fig-crumb-title a,
.fig-crumb-title span {
  color: inherit;
  text-decoration: none;
}

.fig-crumb-title a:hover {
  color: #2b92e5;
}