@charset "UTF-8";
/*----===================== Variables =====================----*/
/*----===================== Mixin =====================----*/
/*----===================== moheet Global Typography =====================----*/
.moheet-typography-text {
  font-family: "inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; }

.moheet-typography-small-text {
  font-family: "inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; }

.moheet-typography-large-text {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; }

.moheet-typography-meta {
  font-family: "inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; }

.moheet-typography-menu {
  font-family: "inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.10px; }

.moheet-typography-section-title {
  font-family: "inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.64px; }

.moheet-typography-post-title {
  font-family: "inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; }

.moheet-typography-post-title-large {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; }

/* إعداد الخط الأساسي للموقع */
body {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  /* لون النص الأساسي */
  background-color: var(--e-global-color-background);
  /* لون الخلفية الأساسية */
  margin: 0;
  padding: 0; }

/* إعداد العناوين */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Naskh Arabic', sans-serif;
  color: #222;
  /* لون النص الداكن للعناوين */
  margin: 1em 0 0.5em;
  line-height: 1.3; }

h1 {
  font-size: 2.5em;
  font-weight: 700; }

h2 {
  font-size: 2em;
  font-weight: 600; }

h3 {
  font-size: 1.75em;
  font-weight: 500; }

h4 {
  font-size: 1.5em;
  font-weight: 500; }

h5 {
  font-size: 1.25em;
  font-weight: 400; }

h6 {
  font-size: 1em;
  font-weight: 400; }

/* إعداد النصوص العادية */
p {
  margin: 0 0 1.5em;
  color: #444;
  /* درجة أخف من الأسود للنصوص */
  font-size: 1em; }

/* إعداد الروابط */
a {
  color: #222;
  /* لون النص الداكن للرابط */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s; }
  a:hover {
    color: #000;
    /* يصبح النص أسود عند التمرير */
    text-decoration: underline; }

/* إعداد الأزرار */
button,
.button {
  font-family: 'Noto Naskh Arabic', sans-serif;
  background-color: var(--e-global-color-primary);
  /* لون خلفية الزر الأساسي */
  color: #fff;
  /* لون النص الأبيض للزر */
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s; }
  button:hover,
  .button:hover {
    background-color: var(--e-global-color-secondary);
    /* لون الخلفية عند التمرير */
    transform: translateY(-2px); }

/* تحسين قراءة القوائم */
ul,
ol {
  padding-left: 20px;
  margin: 0 0 1.5em; }

li {
  margin-bottom: 0.5em; }

/* تحسين الاقتباسات */
blockquote {
  font-style: italic;
  background-color: #f0f0f0;
  /* خلفية فاتحة لتمييز الاقتباس */
  padding: 10px 20px;
  border-left: 5px solid var(--e-global-color-primary);
  /* لون خط الاقتباس */
  margin: 0 0 1.5em;
  color: #333;
  /* لون النص داخل الاقتباس */ }

/* إعداد الجداول */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5em; }

th,
td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 1em; }

th {
  background-color: #f5f5f5;
  /* خلفية خفيفة لرؤوس الجدول */
  font-weight: 600;
  color: #222;
  /* لون داكن للنص */ }

/* إعداد خاص للملاحظات والتنبيهات */
.notice {
  background-color: var(--e-global-color-accent);
  /* لون الخلفية للتنبيهات */
  padding: 15px;
  border: 1px solid var(--e-global-color-secondary);
  /* لون الحدود */
  color: #fff;
  /* لون النص الأبيض */
  font-weight: 500;
  border-radius: 5px;
  margin: 0 0 1.5em; }

/* 01 - search-widget */
.custom-search-widget {
  display: flex;
  align-items: center;
  gap: 0px;
  font-family: 'Droid Arabic Kufi', sans-serif; }
  .custom-search-widget form {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #f5f5f5;
    overflow: hidden; }
    .custom-search-widget form select {
      background-color: #ddd;
      padding: 10px;
      border: 0;
      border-radius: 0px;
      font-size: 14px;
      color: #333;
      outline: none;
      cursor: pointer;
      appearance: none; }
  .custom-search-widget input[type="text"] {
    padding: 10px;
    margin-left: 10px;
    border: 0;
    outline: none;
    font-size: 14px;
    width: 200px;
    background-color: #f5f5f5; }
  .custom-search-widget button {
    padding: 10px 15px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold; }
    .custom-search-widget button:hover {
      background-color: var(--e-global-color-primary); }

body {
  font-family: "Inter", Sans-serif; }

.container {
  max-width: 1140px;
  margin: auto; }

.wpcf7 {
  color: #fff; }
  .wpcf7 label {
    color: #fff;
    width: 100%; }
  .wpcf7 button,
  .wpcf7 input,
  .wpcf7 optgroup,
  .wpcf7 select,
  .wpcf7 textarea {
    color: #fff;
    background: none;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0; }
  .wpcf7 [type="submit"] {
    background-color: #c00;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px; }
  .wpcf7 select {
    appearance: none;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #444;
    border-color: #555; }
    .wpcf7 select:focus {
      outline: none;
      border-color: #666;
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.3); }

.faq-widget .faq-item {
  border: 1px solid #444;
  padding: 0 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #fff; }
  .faq-widget .faq-item .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .faq-widget .faq-item .faq-question h3 {
      font-size: 18px;
      font-weight: 700;
      margin: 0;
      flex: 1;
      color: #fff; }
    .faq-widget .faq-item .faq-question .toggle-faq {
      background: none;
      border: none;
      color: #fff;
      font-size: 24px;
      cursor: pointer; }
      .faq-widget .faq-item .faq-question .toggle-faq:focus {
        outline: none; }
  .faq-widget .faq-item .faq-answer {
    display: none;
    margin: 10px 0 20px 0;
    font-size: 16px; }
    .faq-widget .faq-item .faq-answer p {
      margin: 0;
      color: #ccc;
      font-size: 14px; }
  .faq-widget .faq-item.active .faq-answer {
    display: block; }
  .faq-widget .faq-item.active .toggle-faq {
    transform: rotate(0deg);
    /* From "+" to "-" */ }

.portfolio-archive {
  padding: 200px 0 100px 0; }

.portfolio-archive,
.portfolio-widget {
  color: #eee; }
  .portfolio-archive .our-work-title,
  .portfolio-widget .our-work-title {
    display: flex;
    align-items: center;
    font-size: 35px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px; }
    .portfolio-archive .our-work-title .title-text,
    .portfolio-widget .our-work-title .title-text {
      margin-right: 10px; }
    .portfolio-archive .our-work-title .count-badge,
    .portfolio-widget .our-work-title .count-badge {
      background-color: red;
      color: white;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      margin-left: -15px;
      margin-top: -20px; }
  .portfolio-archive .filter-up,
  .portfolio-widget .filter-up {
    margin-bottom: 20px; }
    .portfolio-archive .filter-up .custom-dropdown,
    .portfolio-widget .filter-up .custom-dropdown {
      position: relative;
      margin-bottom: 15px; }
      .portfolio-archive .filter-up .custom-dropdown select,
      .portfolio-widget .filter-up .custom-dropdown select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: black;
        color: white;
        border: 1px solid white;
        border-radius: 5px;
        width: 100%;
        height: 40px;
        padding: 0 40px 0 10px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        outline: none; }
        .portfolio-archive .filter-up .custom-dropdown select:hover,
        .portfolio-widget .filter-up .custom-dropdown select:hover {
          border-color: #ddd; }
      .portfolio-archive .filter-up .custom-dropdown .fa-chevron-down,
      .portfolio-widget .filter-up .custom-dropdown .fa-chevron-down {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: white;
        pointer-events: none;
        font-size: 14px; }
  .portfolio-archive .item-portfolio,
  .portfolio-widget .item-portfolio {
    color: #fff;
    margin-bottom: 20px; }
    .portfolio-archive .item-portfolio h4,
    .portfolio-widget .item-portfolio h4 {
      font-size: 14.5px;
      color: #fff; }
    .portfolio-archive .item-portfolio .title-cat,
    .portfolio-archive .item-portfolio .title-cat a,
    .portfolio-widget .item-portfolio .title-cat,
    .portfolio-widget .item-portfolio .title-cat a {
      font-size: 20px;
      color: #fff; }

/*# sourceMappingURL=main.css.map */
