/*
Theme Name: SAC Consulting
Theme URI: https://sac-sa.com
Author: Antigravity AI
Author URI: https://deepmind.google/
Description: Professional WordPress theme for SAC Engineering Consulting. Supporting Polylang, Redux Framework, and ACF.
Version: 1.0.0
Text Domain: sac-theme
Domain Path: /languages
Tags: engineering, rtl, consulting, business, translation-ready

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Note: Theme styles are located in assets/css/main.css
 * This file is required by WordPress and used for RTL support info.
 */

.fill-white {
  filter: brightness(0) invert(1);
}

.wpcf7-submit {
  background-color: #75b72a;
  color: #fff;
  padding: 13px 60px;
}
.contact_us .btn_submit {
  text-align: left;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}
.pagination {
  justify-content: center;
  margin-top: 40px;
}

.pagination .page-link {
  color: #017afc;
}

.pagination .active > .page-link,
.pagination .page-link.active {
  background: #017afc;
  border-color: #017afc;
  color: #fff;
}

.single-project .custome_navbar_position,
.single-post .custome_navbar_position {
  position: relative;
}
