:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2054f1e *//* ===== Stats Counter Section ===== */

.em-stats {
  padding: 70px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  direction: rtl;
  font-family: 'Cairo', sans-serif;
}

.em-stats .jo-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-inline: 20px;
}

.em-stats .jo-section-head {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.em-stats .jo-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #0b5ed7;
  font-size: 15px;
  font-weight: 800;
}

.em-stats .jo-section-head h2 {
  margin: 0 0 14px;
  color: #08204a;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.35;
  font-weight: 900;
}

.em-stats .jo-section-head p {
  margin: 0;
  color: #46566f;
  font-size: 17px;
  line-height: 1.9;
}

.em-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.em-stat-card {
  padding: 30px 22px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e4ebf7;
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(8, 32, 74, 0.08);
  transition: all 0.25s ease;
}

.em-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(8, 32, 74, 0.13);
  border-color: #b8cef5;
}

.em-stat-number-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}

.em-stat-number {
  color: #0b5ed7;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.em-stat-plus {
  color: #08204a;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.em-stat-label {
  margin: 0;
  color: #08204a;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .em-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .em-stats {
    padding: 50px 0;
  }

  .em-stats .jo-container {
    padding-inline: 16px;
  }

  .em-stats .jo-section-head {
    text-align: right;
    margin-bottom: 28px;
  }

  .em-stats .jo-section-head h2 {
    font-size: 28px;
  }

  .em-stats .jo-section-head p {
    font-size: 15.5px;
    line-height: 1.85;
  }

  .em-stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .em-stat-card {
    padding: 24px 18px;
  }

  .em-stat-label {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ===== Homepage Global Style ===== */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900;1000&display=swap');
body.elementor-page-29644 {
  --jo-primary: #0b5ed7;
  --jo-primary-dark: #083f91;
  --jo-dark: #08204a;
  --jo-text: #46566f;
  --jo-muted: #6b7890;
  --jo-light: #f4f8ff;
  --jo-border: #e4ebf7;
  --jo-white: #ffffff;
  --jo-radius: 22px;
  --jo-shadow: 0 14px 38px rgba(8, 32, 74, 0.08);
  --jo-shadow-hover: 0 20px 45px rgba(8, 32, 74, 0.13);
font-family: 'Cairo', sans-serif;  direction: rtl;
}

body.elementor-page-29644 * {
  box-sizing: border-box;
}

body.elementor-page-29644 a {
  text-decoration: none;
}

body.elementor-page-29644 .jo-section {
  width: 100%;
  direction: rtl;
  font-family: inherit;
}

body.elementor-page-29644 .jo-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-inline: 20px;
}

body.elementor-page-29644 .jo-section-head {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

body.elementor-page-29644 .jo-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--jo-primary);
  font-size: 15px;
  font-weight: 800;
}

body.elementor-page-29644 .jo-section-head h2 {
  margin: 0 0 14px;
  color: var(--jo-dark);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.35;
  font-weight: 900;
}

body.elementor-page-29644 .jo-section-head p {
  margin: 0;
  color: var(--jo-text);
  font-size: 17px;
  line-height: 1.9;
}

body.elementor-page-29644 .jo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 32px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.25s ease;
}

body.elementor-page-29644 .jo-btn-primary {
  color: #fff;
  background: var(--jo-primary);
  box-shadow: 0 12px 26px rgba(11, 94, 215, 0.24);
}

body.elementor-page-29644 .jo-btn-primary:hover {
  color: #fff;
  background: var(--jo-primary-dark);
  transform: translateY(-2px);
}

body.elementor-page-29644 .jo-btn-light {
  color: var(--jo-dark);
  background: #fff;
  border: 1px solid var(--jo-border);
}

body.elementor-page-29644 .jo-btn-light:hover {
  color: var(--jo-primary);
  transform: translateY(-2px);
}

body.elementor-page-29644 .jo-card {
  background: #fff;
  border: 1px solid var(--jo-border);
  border-radius: var(--jo-radius);
  box-shadow: var(--jo-shadow);
  transition: all 0.25s ease;
}

body.elementor-page-29644 .jo-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--jo-shadow-hover);
  border-color: #b8cef5;
}

/* Mobile */
@media (max-width: 767px) {
  body.elementor-page-29644 .jo-container {
    padding-inline: 16px;
  }

  body.elementor-page-29644 .jo-section-head {
    text-align: right;
    margin-bottom: 28px;
  }

  body.elementor-page-29644 .jo-section-head h2 {
    font-size: 28px;
  }

  body.elementor-page-29644 .jo-section-head p {
    font-size: 15.5px;
    line-height: 1.85;
  }

  body.elementor-page-29644 .jo-btn {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
  }
}
/* ===== Hero Section ===== */

body.elementor-page-29644 .em-hero {
  position: relative;
  padding: 92px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(11, 94, 215, 0.16), transparent 32%),
    linear-gradient(135deg, #f4f8ff 0%, #ffffff 48%, #eef5ff 100%);
}

body.elementor-page-29644 .em-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 32, 74, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 32, 74, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

body.elementor-page-29644 .em-hero-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 46px;
}

body.elementor-page-29644 .em-hero-content {
  max-width: 680px;
}

body.elementor-page-29644 .em-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 16px;
  color: var(--jo-primary);
  background: #ffffff;
  border: 1px solid var(--jo-border);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(8, 32, 74, 0.07);
}

body.elementor-page-29644 .em-hero h1 {
  margin: 0 0 18px;
  color: var(--jo-dark);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.5px;
}

body.elementor-page-29644 .em-hero h1 span {
  color: var(--jo-primary);
}

body.elementor-page-29644 .em-hero-lead {
  margin: 0 0 26px;
  color: var(--jo-text);
  font-size: 19px;
  line-height: 2;
}

body.elementor-page-29644 .em-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

body.elementor-page-29644 .em-hero-phone {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.elementor-page-29644 .em-phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  color: var(--jo-dark);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--jo-border);
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(8, 32, 74, 0.06);
}

body.elementor-page-29644 .em-phone-link:hover {
  color: var(--jo-primary);
}

body.elementor-page-29644 .em-hero-visual {
  position: relative;
}

body.elementor-page-29644 .em-visual-card {
  position: relative;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--jo-border);
  border-radius: 30px;
  box-shadow: 0 26px 70px rgba(8, 32, 74, 0.13);
}

body.elementor-page-29644 .em-visual-inner {
  min-height: 420px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(11, 94, 215, 0.92), rgba(8, 32, 74, 0.96)),
    url("https://images.unsplash.com/photo-1581090464777-f3220bbe1b8b?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
}

body.elementor-page-29644 .em-visual-inner h2 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 900;
}

body.elementor-page-29644 .em-visual-inner p {
  max-width: 360px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.9;
}

body.elementor-page-29644 .em-trust-list {
  display: grid;
  gap: 12px;
}

body.elementor-page-29644 .em-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  font-size: 15px;
  font-weight: 800;
}

body.elementor-page-29644 .em-trust-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 12px;
}

@media (max-width: 1024px) {
  body.elementor-page-29644 .em-hero-wrap {
    grid-template-columns: 1fr;
  }

  body.elementor-page-29644 .em-hero-content {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body.elementor-page-29644 .em-hero {
    padding: 58px 0 48px;
  }

  body.elementor-page-29644 .em-hero h1 {
    font-size: 34px;
  }

  body.elementor-page-29644 .em-hero-lead {
    font-size: 16.5px;
    line-height: 1.9;
  }

  body.elementor-page-29644 .em-hero-actions,
  body.elementor-page-29644 .em-hero-phone {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.elementor-page-29644 .em-phone-link {
    width: 100%;
  }

  body.elementor-page-29644 .em-visual-card {
    padding: 14px;
    border-radius: 24px;
  }

  body.elementor-page-29644 .em-visual-inner {
    min-height: 360px;
    padding: 24px;
    border-radius: 20px;
  }

  body.elementor-page-29644 .em-visual-inner h2 {
    font-size: 24px;
  }/* End custom CSS */