/*
Theme Name: Qpoint Theme
Theme URI: https://qpoint.com.sa/
Author: Ahmed
Author URI: http://qpoint.com.sa
Description: Custom theme for Qpoint.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qpoint
*/

  body {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'IBM Plex Sans', 'IBM Plex Sans Arabic', sans-serif;
    position: relative;
    overflow-x: hidden;
  }

/* =========================================================
   Shared page backdrop (cloud image) for the Contact,
   Privacy Policy and Terms page templates.
   Consolidated here from three identical per-template blocks.
   URLs are relative to this stylesheet (theme root).
========================================================= */
body.page-template-contact-page,
body.page-template-privacy-policy,
body.page-template-terms {
  background: linear-gradient(135deg, rgba(43,47,47,0.8), rgba(51,55,55,0.8)),
              url("assets/images/archieve/cloud.webp");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

body.page-template-contact-page::before,
body.page-template-privacy-policy::before,
body.page-template-terms::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(43,47,47,0.8), rgba(51,55,55,0.8)),
              url("assets/images/archieve/cloud.webp") center center no-repeat;
  background-size: cover;
  filter: grayscale(90%) brightness(0.3);
  z-index: -1;
}