.elementor-kit-102{--e-global-color-text:#E6F0FA;--e-global-color-accent:#6DA023;--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#C8DEF5;--e-global-color-82ab52c:#5C8E1C;--e-global-typography-primary-font-family:"Tajawal";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;}.elementor-kit-102 e-page-transition{background-color:#FFBC7D;}.elementor-kit-102 button,.elementor-kit-102 input[type="button"],.elementor-kit-102 input[type="submit"],.elementor-kit-102 .elementor-button{border-radius:10px 10px 10px 10px;padding:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html{
  direction: rtl;
}

/* ===== Base ===== */
body {
  background-color: #0B2B44;
  direction: rtl;
  text-align: right;
  font-family: "Cairo","Tajawal",Arial,sans-serif;
  font-size: 22px;
  color: #e6f0fa;
}

/* ===== Typography ===== */
p {
  font-size: 24px;
  line-height: 1.8;
}

li {
  font-size: 22px;
  line-height: 1.8;
}

h1, h2, h3 {
  color: #ffffff;
}

h1 {
  font-size: 34px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h3 {
  font-size: 27px;
  font-weight: 600;
}

/* ===== Links ===== */
a {
  color: #9fd3ff;
  text-decoration: none;
  transition: 0.2s ease;
}

a:hover {
  color: #ffffff;
}

/* ===== Tables ===== */
table {
  width: 100%;
  border-collapse: collapse;
}

table td {
  font-size: 20px;
}

/* ===== Images ===== */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== Elementor Container Fix ===== */
.e-con {
  padding-right: 10px;
  padding-left: 10px;
}

/* ===== Tablet ===== */
@media (max-width: 1024px) {

  body {
    font-size: 17px;
  }

  p,
  li {
    font-size: 17px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

}

/* ===== Mobile ===== */
@media (max-width: 767px) {

  body {
    font-size: 16px;
  }

  p,
  li {
    font-size: 16px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

}/* End custom CSS */