/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: قالب طفل لـ Hello Elementor
Author: اسمك أو اسم شركتك
Author URI: https://palgoals.com
Template: hello-elementor
Version: 1.0
*/

@font-face {
  font-family: 'SFProARDisplay';
  src: url('assets/fonts/SFProARDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body, p, a, h1, h2, h3, h4, h5, h6 {
  font-family: 'SFProARDisplay', sans-serif !important;
}

.custom-subcategories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
}
.subcat-box {
  background-color: #005ca9;
  color: white;
  padding: 20px;
  border-radius: 10px;
  width: calc(25% - 20px);
  min-width: 200px;
  text-align: center;
  position: relative;
  text-decoration: none;
  transition: background 0.3s ease;
}
.subcat-box:hover {
  background-color: #003d7a;
}
.subcat-count {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  color: #005ca9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.subcat-name {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.pg-search-wrapper * {
  all: unset;
  /* ثم إعادة تهيئة العناصر المهمة فقط يدويًا بـ Tailwind */
}


