body[lang="ar"] p {
  font-family: 'Tajawal', sans-serif;
  font-size: 28px;
  line-height: 1.2}

body[lang="ar"] h1, 
body[lang="ar"] h2, 
body[lang="ar"] h3, 
body[lang="ar"] h4, 
body[lang="ar"] h5, 
body[lang="ar"] h6 {
  font-family: 'Cairo', sans-serif;
  color: #123456;
}
add_filter('show_admin_bar', '__return_false');
#wpadminbar { display: none; }
/* ========== GLOBAL HEADING SPACING ========== */

/* H1 - main page titles */
h1, .entry-content h1 {
  margin-top: 1.6em;      /* space above */
  margin-bottom: 0.8em;   /* space below */
  padding-top: 0.2em;     /* internal breathing room */
  padding-bottom: 0.2em;
  line-height: 1.25;
  font-weight: 700;
}

/* H2 - section titles */
h2, .entry-content h2 {
  margin-top: 1.4em;
  margin-bottom: 0.7em;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  line-height: 1.35;
  font-weight: 700;
}

/* H3 - subsection titles */
h3, .entry-content h3 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  padding-top: 0.5em;
  padding-bottom: 0.1em;
  line-height: 1.45;
  font-weight: 600;
}

/* Body paragraphs for consistent spacing */
p {
  margin-top: 0.6em;
  margin-bottom: 1em;
}

/* ===== Responsive adjustments ===== */
@media (max-width: 992px) {   /* Tablet */
  h1, .entry-content h1 {
    margin-top: 1.3em;
    margin-bottom: 0.7em;
  }
  h2, .entry-content h2 {
    margin-top: 1.1em;
    margin-bottom: 0.6em;
  }
  h3, .entry-content h3 {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 768px) {   /* Mobile */
  h1, .entry-content h1 {
    margin-top: 1.1em;
    margin-bottom: 0.6em;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
  }
  h2, .entry-content h2 {
    margin-top: 0.9em;
    margin-bottom: 0.5em;
  }
  h3, .entry-content h3 {
    margin-top: 0.8em;
    margin-bottom: 0.45em;
  }
  p {
    margin-top: 0.5em;
    margin-bottom: 0.9em;
  }
}

/* RTL Arabic layout: preserve symmetric spacing */
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  padding-left: 0.2em;
  padding-right: 0.1em;
}
/* ===== Global Call-to-Action Section ===== */
.cta-section {
  background-color: #0056b3;
  color: #ffffff;
  text-align: center;
  padding-block: 10px;
}
@media (max-width: 992px) {
  .cta-section { padding-block: 10px; }
}
@media (max-width: 768px) {
  .cta-section { padding-block: 5px; }
}

/* Heading style */
.cta-section h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media (max-width: 992px) { .cta-section h2 { font-size: 28px; } }
@media (max-width: 768px) { .cta-section h2 { font-size: 18px; } }

/* Supporting text */
.cta-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #e0e6f0;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 1.6em;
}
@media (max-width: 768px) {
  .cta-section p { font-size: 12px; line-height: 1.4; }
}

/* Button base */
.cta-section .kt-btn {
  background-color: #ffcc00;
  color: #000000;
  padding: 14px 36px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.cta-section .kt-btn:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* RTL adjustment */
html[dir="rtl"] .cta-section {
  text-align: center;
}
/* Hide footer globally */
*.site-footer {
  display: none !important;
}


