
/*
Theme Name: zarmad
Theme URI: https://example.com/zarmad
Author: Vira Asr Eurasia
Author URI: https://example.com
Description: Lightweight Elementor-ready RTL theme for Zarmad landing and gold calculator.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zarmad
Tags: rtl-language-support, elementor, landing-page
*/

/* Import custom font faces */
@import url('assets/css/fonts.css');

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  direction: rtl;
  unicode-bidi: embed;
  font-family: 'ZarmadFont', system-ui, -apple-system, Segoe UI, Roboto, Arial, 'Noto Naskh Arabic', Tahoma, sans-serif;
  line-height: 1.7;
  background: #ffffff;
  color: #111827;
}

:root {
  --zr-gold: #F5C739;
  --zr-gold-soft: #F7E2A6;
  --zr-gold-strong: #D8AB1A;
  --zr-gray-50: #fafafa;
  --zr-gray-100: #f3f4f6;
  --zr-gray-200: #e5e7eb;
  --zr-gray-500: #6b7280;
  --zr-gray-700: #374151;
  --zr-gray-900: #111827;
}
/* Generic container */
.zr-container {
  width: min(1120px, 92vw);
  margin-inline: auto;
  padding-block: 1.5rem;
}

/* Header */
.zr-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid var(--zr-gray-200);
}

.zr-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.zr-brand {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--zr-gray-900);
  text-decoration: none;
}

.zr-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 1.35rem;
  border-radius: 999px;
  background: var(--zr-gold);
  color: #111111;
  font-weight: 700;
  text-decoration: none;
}

/* Hero section helpers */
.zr-hero {
  padding: 3rem 0 1rem;
  text-align: center;
}

.zr-hero-title {
  font-size: clamp(1.75rem, 3.4vw, 2.4rem);
  margin: .25rem 0 .5rem;
}

.zr-hero-subtitle {
  color: var(--zr-gray-500);
  margin: 0;
}

/* Card helper */
.zr-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--zr-gray-200);
  padding: 1.25rem 1.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

/* Footer */
.zr-footer {
  border-top: 1px solid var(--zr-gray-200);
  background: #ffffff;
  padding: 2.5rem 0 1.5rem;
  color: var(--zr-gray-500);
  font-size: .85rem;
}
.zr-blog-search-placeholder, .zr-blog-search-overlay-inner input, .zr-blog-search-overlay-inner button{
	font-family:ZarmadFont !important;
}