/* Font Face Declarations */
@font-face {
    font-family: 'Basis Grotesque Arabic Pro';
    src: url('font/BasisGrotesqueArabicPro-Light.eot'); /* IE9 Compat Modes */
    src: url('font/BasisGrotesqueArabicPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BasisGrotesqueArabicPro-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Light.woff') format('woff'), /* Pretty Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Light.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Arabic Pro';
    src: url('font/BasisGrotesqueArabicPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('font/BasisGrotesqueArabicPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BasisGrotesqueArabicPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Arabic Pro';
    src: url('font/BasisGrotesqueArabicPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('font/BasisGrotesqueArabicPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BasisGrotesqueArabicPro-Medium.woff2') format('woff2'), /* Super Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Medium.woff') format('woff'), /* Pretty Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Arabic Pro';
    src: url('font/BasisGrotesqueArabicPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('font/BasisGrotesqueArabicPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BasisGrotesqueArabicPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Arabic Pro';
    src: url('font/BasisGrotesqueArabicPro-Black.eot'); /* IE9 Compat Modes */
    src: url('font/BasisGrotesqueArabicPro-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BasisGrotesqueArabicPro-Black.woff2') format('woff2'), /* Super Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Black.woff') format('woff'), /* Pretty Modern Browsers */
         url('font/BasisGrotesqueArabicPro-Black.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/**
 * CSS CUSTOM PROPERTIES (VARIABLES)
 **/

:root {
  --font-family: 'Basis Grotesque Arabic Pro', Arial, sans-serif;
  --secondary-font-family: 'Playfair Display', serif;
  --font-size: 15px;
  --font-weight: 300;
  --font-color: #ffffff;
  --line-height: 1.4;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background-color: black;
  color: #333;
  font-family: Basis Grotesque Arabic Pro, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
  width: 100%;
}

/* Container */
.container {
  max-width: 120rem;
  margin: 0 auto;
}

/* Header */
.site-header {
  padding: 1rem 0;
}

.site-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.site-title:hover {
  color: #0073aa;
}

/* Navigation styles are handled in header.css */

/* Main content */
.site-main {
  padding: 2rem 0;
  min-height: 60vh;
}

/* Footer */
.site-footer {
  color: #616161;
  padding: 2rem 0;
}

.site-footer p {
  text-align: center;
}



/* Mobile styles moved to mobile.css */

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #005a87;
  transform: translateY(-2px);
}

/* Search form */
.search-form {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-field {
  flex: 1;
  padding: 1rem;
  border: 0.1rem solid #ddd;
  border-radius: 0.4rem;
  font-size: 1.6rem;
}

.search-submit {
  padding: 1rem 1.5rem;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-submit:hover {
  background: #005a87;
}

/* Focus styles */
.focus-visible {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

/* Loading state */
body.loading {
  cursor: wait;
}

/* Screen reader text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Widget styles */
.widget {
  margin-bottom: 2rem;
}

.widget-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}

.widget ul {
  list-style: none;
  padding: 0;
}

.widget ul li {
  padding: 0.5rem 0;
  border-bottom: 0.1rem solid #eee;
}

.widget ul li:last-child {
  border-bottom: none;
}

.widget ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.widget ul li a:hover {
  color: #0073aa;
}

/* Footer styles */
.footer-widget-area {
  margin-bottom: 2rem;
}

.footer-navigation ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.footer-navigation a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-navigation a:hover {
  color: #0073aa;
}

.site-info{
  font-size: 1rem;
}
