/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l9vozyft0b] {
  min-height: 100vh;
  background: #ffffff;
  color: #111827;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
.site-header[b-l9vozyft0b] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(71, 85, 105, 0.15);
  padding: 24px 0;
  transition: all 0.3s ease;
}
.header-inner[b-l9vozyft0b] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand[b-l9vozyft0b] {
  color: #111827;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.main-nav[b-l9vozyft0b] {
  display: flex;
  align-items: center;
  gap: 32px;
}
.main-nav[b-l9vozyft0b]  a {
  position: relative;
  color: #475569;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.main-nav[b-l9vozyft0b]  a:hover,
.main-nav[b-l9vozyft0b]  a.active {
  color: #111827;
}
.main-nav[b-l9vozyft0b]  a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #c9a227;
  transition: width 0.3s ease;
}
.main-nav[b-l9vozyft0b]  a:hover::after,
.main-nav[b-l9vozyft0b]  a.active::after {
  width: 100%;
}
main[b-l9vozyft0b] {
  min-height: 70vh;
}
.content[b-l9vozyft0b] {
  width: 100%;
}
.site-footer[b-l9vozyft0b] {
  background: #ffffff;
  border-top: 1px solid rgba(71, 85, 105, 0.15);
  padding: 64px 0 32px;
}
.footer-inner[b-l9vozyft0b] {
  max-width: 1280px;
  margin: 0 auto 48px;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
}
.footer-inner h2[b-l9vozyft0b] {
  margin: 0 0 16px;
  color: #111827;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.footer-inner p[b-l9vozyft0b] {
  max-width: 400px;
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}
.footer-inner h3[b-l9vozyft0b] {
  margin: 0 0 20px;
  color: #111827;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
}
.footer-inner[b-l9vozyft0b]  a {
  display: block;
  color: #475569;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.footer-inner[b-l9vozyft0b]  a:hover {
  color: #111827;
}
.footer-bottom[b-l9vozyft0b] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 48px 0;
  border-top: 1px solid rgba(71, 85, 105, 0.1);
  color: #475569;
  font-size: 12px;
  text-align: center;
}
.footer-bottom p[b-l9vozyft0b] {
  margin: 0;
}
@media (max-width: 768px) {
  .site-header[b-l9vozyft0b] {
    padding: 18px 0;
  }
  .header-inner[b-l9vozyft0b] {
    padding: 0 24px;
    flex-direction: column;
    gap: 20px;
  }
  .brand[b-l9vozyft0b] {
    font-size: 18px;
  }
  .main-nav[b-l9vozyft0b] {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 22px;
  }
  .main-nav[b-l9vozyft0b]  a {
    font-size: 13px;
  }
  .footer-inner[b-l9vozyft0b] {
    padding: 0 24px;
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-bottom[b-l9vozyft0b] {
    padding: 24px 24px 0;
  }
}
/* /Pages/BusinessPhilosophy.razor.rz.scp.css */
.standard-page[b-7jcc0gfpxt] {
  width: min(52%, 936px);
  margin: 0 auto;
  padding: 150px 0 0;
  direction: rtl;
}
.standard-page article[b-7jcc0gfpxt] {
  width: 100%;
}
.page-hero[b-7jcc0gfpxt] {
  max-width: 640px;
  margin-right: auto;
  text-align: right;
  padding-bottom: 42px;
}
.eyebrow-text[b-7jcc0gfpxt] {
  display: block;
  margin-bottom: 14px;
  color: #c7922b;
  font-size: 14.4px;
  font-weight: 400;
}
h1[b-7jcc0gfpxt] {
  margin: 0;
  color: #0f172a;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
h1 span[b-7jcc0gfpxt] {
  color: #475569;
  font-weight: 300;
}
.meta-box[b-7jcc0gfpxt] {
  border-top: 1px solid #d8dee8;
  border-bottom: 1px solid #d8dee8;
  padding: 28px 0;
  margin-bottom: 72px;
}
.meta-box p[b-7jcc0gfpxt] {
  margin: 0;
  color: #64748b;
  font-size: 15.6px;
  line-height: 2;
}
.content-section[b-7jcc0gfpxt] {
  border-bottom: 1px solid #d8dee8;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.content-section h2[b-7jcc0gfpxt] {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 15.6px;
  font-weight: 500;
  text-align: right;
}
.content-section p[b-7jcc0gfpxt] {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 16.8px;
  line-height: 2;
}
.content-section p:last-child[b-7jcc0gfpxt] {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .standard-page[b-7jcc0gfpxt] {
    width: min(68%, 936px);
    padding-top: 130px;
  }
}
/* /Pages/FintechInnovation.razor.rz.scp.css */
.standard-page[b-hwpenyab0m] {
  width: min(52%, 936px);
  margin: 0 auto;
  padding: 150px 0 0;
  direction: rtl;
}
.standard-page article[b-hwpenyab0m] {
  width: 100%;
}
.page-hero[b-hwpenyab0m] {
  max-width: 640px;
  margin-right: auto;
  text-align: right;
  padding-bottom: 42px;
}
.eyebrow-text[b-hwpenyab0m] {
  display: block;
  margin-bottom: 14px;
  color: #c7922b;
  font-size: 14.4px;
  font-weight: 400;
}
h1[b-hwpenyab0m] {
  margin: 0;
  color: #0f172a;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
h1 span[b-hwpenyab0m] {
  color: #475569;
  font-weight: 300;
}
.meta-box[b-hwpenyab0m] {
  border-top: 1px solid #d8dee8;
  border-bottom: 1px solid #d8dee8;
  padding: 28px 0;
  margin-bottom: 72px;
}
.meta-box p[b-hwpenyab0m] {
  margin: 0;
  color: #64748b;
  font-size: 15.6px;
  line-height: 2;
}
.content-section[b-hwpenyab0m] {
  border-bottom: 1px solid #d8dee8;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.content-section h2[b-hwpenyab0m] {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 15.6px;
  font-weight: 500;
  text-align: right;
}
.content-section p[b-hwpenyab0m] {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 16.8px;
  line-height: 2;
}
.content-section p:last-child[b-hwpenyab0m] {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .standard-page[b-hwpenyab0m] {
    width: min(68%, 936px);
    padding-top: 130px;
  }
}
/* /Pages/Home.razor.rz.scp.css */
.home-page[b-ef31vvkypb] {
  width: 100%;
  direction: rtl;
  background: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-page article[b-ef31vvkypb] {
  width: 100%;
}
.hero-section[b-ef31vvkypb] {
  width: min(52%, 1180px);
  margin: 0 auto;
  padding: 90px 0 92px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 70px;
  align-items: center;
  text-align: right;
}
.hero-section .eyebrow[b-ef31vvkypb] {
  display: block;
  margin-bottom: 18px;
  color: #c7922b;
  font-size: 12px;
  font-weight: 500;
}
.hero-section h1[b-ef31vvkypb] {
  margin: 0;
  color: #0f172a;
  font-size: clamp(44px, 6vw, 60px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.05em;
}
.hero-section h1 span[b-ef31vvkypb] {
  color: #475569;
  font-weight: 300;
}
.hero-section p[b-ef31vvkypb] {
  max-width: 560px;
  margin: 26px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 2;
}
.hero-content[b-ef31vvkypb] {
  max-width: 720px;
}
.hero-image img[b-ef31vvkypb] {
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
  border-radius: 28px;
}
.hero-actions[b-ef31vvkypb] {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 34px;
}
.hero-actions a[b-ef31vvkypb] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 42px;
  padding: 0 22px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.25s ease;
}
.hero-actions .primary-btn[b-ef31vvkypb] {
  background: #0f172a;
  color: #ffffff;
}
.hero-actions .primary-btn:hover[b-ef31vvkypb] {
  background: #1e293b;
}
.hero-actions .secondary-btn[b-ef31vvkypb] {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}
.hero-actions .secondary-btn:hover[b-ef31vvkypb] {
  border-color: #0f172a;
}
.stats-section[b-ef31vvkypb] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 34px max(24px, calc((100% - 936px) / 2));
  border-top: 1px solid #d8dee8;
  border-bottom: 1px solid #d8dee8;
  background: #f8fafc;
}
.stats-section div[b-ef31vvkypb] {
  text-align: center;
}
.stats-section strong[b-ef31vvkypb] {
  display: block;
  color: #0f172a;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
.stats-section span[b-ef31vvkypb] {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
}
.philosophy-section[b-ef31vvkypb] {
  width: min(52%, 936px);
  margin: 0 auto;
  padding: 88px 0;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.philosophy-list div[b-ef31vvkypb] {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #d8dee8;
  color: #0f172a;
  font-size: 14px;
}
.philosophy-list span[b-ef31vvkypb] {
  color: #94a3b8;
  font-size: 12px;
}
.philosophy-content[b-ef31vvkypb] {
  padding-top: 8px;
}
.philosophy-content .section-label[b-ef31vvkypb] {
  display: block;
  margin-bottom: 18px;
  color: #c7922b;
  font-size: 12px;
  font-weight: 500;
}
.philosophy-content h2[b-ef31vvkypb] {
  max-width: 480px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(27px, 4vw, 33px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.dark-cta[b-ef31vvkypb] {
  margin-top: 0;
  margin-bottom: 0;
  padding: 90px max(24px, calc((100% - 936px) / 2));
  background: #0f172a;
  color: #ffffff;
  text-align: center;
}
.dark-cta span[b-ef31vvkypb] {
  display: block;
  margin-bottom: 22px;
  color: #c7922b;
  font-size: 12px;
  font-weight: 500;
}
.dark-cta h2[b-ef31vvkypb] {
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.dark-cta p[b-ef31vvkypb] {
  max-width: 620px;
  margin: 24px auto 0;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 2;
}
.dark-cta a[b-ef31vvkypb] {
  display: inline-block;
  margin-top: 34px;
  color: #c7922b;
  font-size: 14px;
  text-decoration: none;
}
.dark-cta a:hover[b-ef31vvkypb] {
  color: #ffffff;
}
@media (max-width: 900px) {
  .hero-section[b-ef31vvkypb] {
    width: min(68%, 936px);
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 54px 0 70px;
    text-align: center;
  }
  .hero-content[b-ef31vvkypb] {
    max-width: 100%;
  }
  .hero-section p[b-ef31vvkypb] {
    margin: 26px auto 0;
  }
  .hero-actions[b-ef31vvkypb] {
    justify-content: center;
  }
  .hero-image[b-ef31vvkypb] {
    max-width: 420px;
    margin: 0 auto;
  }
  .hero-image img[b-ef31vvkypb] {
    height: 340px;
  }
  .stats-section[b-ef31vvkypb] {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
  .philosophy-section[b-ef31vvkypb] {
    width: min(68%, 936px);
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 70px 0;
  }
}
/* /Pages/ProfessionalDevelopments.razor.rz.scp.css */
.standard-page[b-bumai9miud] {
  width: min(52%, 936px);
  margin: 0 auto;
  padding: 150px 0 0;
  direction: rtl;
}
.standard-page article[b-bumai9miud] {
  width: 100%;
}
.page-hero[b-bumai9miud] {
  max-width: 640px;
  margin-right: auto;
  text-align: right;
  padding-bottom: 42px;
}
.eyebrow-text[b-bumai9miud] {
  display: block;
  margin-bottom: 14px;
  color: #c7922b;
  font-size: 14.4px;
  font-weight: 400;
}
h1[b-bumai9miud] {
  margin: 0;
  color: #0f172a;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
h1 span[b-bumai9miud] {
  color: #475569;
  font-weight: 300;
}
.meta-box[b-bumai9miud] {
  border-top: 1px solid #d8dee8;
  border-bottom: 1px solid #d8dee8;
  padding: 28px 0;
  margin-bottom: 72px;
}
.meta-box p[b-bumai9miud] {
  margin: 0;
  color: #64748b;
  font-size: 15.6px;
  line-height: 2;
}
.content-section[b-bumai9miud] {
  border-bottom: 1px solid #d8dee8;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.content-section h2[b-bumai9miud] {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 15.6px;
  font-weight: 500;
  text-align: right;
}
.content-section p[b-bumai9miud] {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 16.8px;
  line-height: 2;
}
.content-section p:last-child[b-bumai9miud] {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .standard-page[b-bumai9miud] {
    width: min(68%, 936px);
    padding-top: 130px;
  }
}
/* /Pages/RegionalMarketsBusiness.razor.rz.scp.css */
.standard-page[b-k4prbmd5ib] {
  width: min(52%, 936px);
  margin: 0 auto;
  padding: 150px 0 0;
  direction: rtl;
}
.standard-page article[b-k4prbmd5ib] {
  width: 100%;
}
.page-hero[b-k4prbmd5ib] {
  max-width: 640px;
  margin-right: auto;
  text-align: right;
  padding-bottom: 42px;
}
.eyebrow-text[b-k4prbmd5ib] {
  display: block;
  margin-bottom: 14px;
  color: #c7922b;
  font-size: 14.4px;
  font-weight: 400;
}
h1[b-k4prbmd5ib] {
  margin: 0;
  color: #0f172a;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
h1 span[b-k4prbmd5ib] {
  color: #475569;
  font-weight: 300;
}
.meta-box[b-k4prbmd5ib] {
  border-top: 1px solid #d8dee8;
  border-bottom: 1px solid #d8dee8;
  padding: 28px 0;
  margin-bottom: 72px;
}
.meta-box p[b-k4prbmd5ib] {
  margin: 0;
  color: #64748b;
  font-size: 15.6px;
  line-height: 2;
}
.content-section[b-k4prbmd5ib] {
  border-bottom: 1px solid #d8dee8;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.content-section h2[b-k4prbmd5ib] {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 15.6px;
  font-weight: 500;
  text-align: right;
}
.content-section p[b-k4prbmd5ib] {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 16.8px;
  line-height: 2;
}
.content-section p:last-child[b-k4prbmd5ib] {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .standard-page[b-k4prbmd5ib] {
    width: min(68%, 936px);
    padding-top: 130px;
  }
}
