/*#region  **** General Var  ****/
:root {
  --brand-gold: #e6b328;
  --bs-btn-bg: #e6b328 !important;
  --pill-dark: rgba(255, 255, 255, 0.09);
  --surface: rgba(0, 0, 0, 0.04);
  --surface-2: #f2f2f2;
  --text-primary: #0e0f14;
  --text-secondary: #6b7280;
  --hero-overlay: rgba(0, 0, 0, 0.45);
  --card-radius: 24px;
  --shadow-1: 0 10px 30px rgba(0, 0, 0, 0.12);
  --shadow-2: 0 8px 24px rgba(0, 0, 0, 0.18);
  --bs-body-font-family: 'Ping AR + LT' !important;
  --custom1-color: #fff9ea;
  --custom2-color: #ffc72c;
  --stander-color: #ffffff;
  --bs-body-bg: #121212;
  --section-box-color: #ffffff;
  --platformCard-font1: rgba(0, 0, 0, 0.6);
  --platformCard-font2: #1a1a1a;
  --platformCard-color: #ffffff;
  --paragraph-color: #474747;
  --statestics-color: rgba(239, 239, 239, 0.4);
  --custom3-color: rgba(56, 52, 52, 0.55);
  --svg-color: #ececec;
  --btn-forex-color: unset;
  --btn-forex-border: #e6b328;
  --kpis-color: #ffffff;
  --footer-logo: url(../image/logo-for-white-bg.png);
  --footer-google: url(../image/googleplay-blck.png);
  --footer-apple: url(../image/appstore-black.png);
  --footer-color1: rgba(0, 0, 0, 0.6);
  --footer-color2: #ffffff;
  --footer-social: rgba(0, 0, 0, 0.1);
  --svg-stroke: #000000;
  --footer-border: rgba(0, 0, 0, 0.2);
  --footer-copy: rgba(0, 0, 0, 0.4);
  --background-nav-scroll: #000d1a70;
  --background-nav-scroll-box: rgba(0, 0, 0, 0.15);
  --offcanvas-border-buttom: rgba(0, 0, 0, 0.06);
}

html[data-bs-theme='dark'] {
  --surface: #242424;
  --surface-2: #242424;
  --text-primary: #f8fafc;
  --text-secondary: #cbd5e1;
  --pill-dark: rgba(255, 255, 255, 0.09);
  --section-box-color: #1e1e1e;
  --platformCard-font1: #ffffff;
  --platformCard-font2: #ffffff;
  --platformCard-color: #1a1a1a;
  --paragraph-color: #e0e0e0;
  --statestics-color: rgba(36, 36, 36, 0.4);
  --custom3-color: rgba(224, 224, 224, 0.55);
  --svg-color: #242424;
  --btn-forex-color: #ffffff;
  --btn-forex-border: unset;
  --kpis-color: #242424;
  --border-style: 1px solid #6a6a6a;
  --footer-logo: url(../image/logo-for-black-bg.svg);
  --footer-google: url(../image/googleplay-white.png);
  --footer-apple: url(../image/appstore-white.png);
  --footer-color1: rgba(224, 224, 224, 0.6);
  --footer-color2: #000000;
  --footer-social: #ffffff;
  --svg-stroke: #1e1e1e;
  --footer-border: rgba(255, 255, 255, 0.2);
  --footer-copy: rgba(255, 255, 255, 0.4);
  --background-nav-scroll: rgba(15, 19, 32, 0.95);
  --background-nav-scroll-box: rgba(0, 0, 0, 0.4);
  --offcanvas-border-buttom: rgba(255, 255, 255, 0.08);
  --offcanvas-background: rgba(255, 255, 255, 0.05);
  --offcanvas-border: rgba(255, 255, 255, 0.05);
}

html[data-bs-theme='light'] {
  --custom1-color: rgba(56, 52, 52, 0.55);
  --custom2-color: #ffc72c;
  --stander-color: #1a1a1a;
  --bs-body-bg: #f9f9f9;
  --offcanvas-background: rgb(255 255 255);
  --offcanvas-border: rgb(128 111 111 / 11%);
  /* --section-box-color: #ffffff; */
}

/* @font-face {
  font-family: 'Ping AR + LT';
  src:
    url('../assets/font/PingARLT-Regular.woff2') format('woff2'),
    url('../assets/font/PingARLT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

body {
  background-color: var(--bs-body-bg);
  font-family: 'Ping AR + LT', sans-serif !important;
}

#footerMount,
#trading-platforms,
#why-royce,
#trust-band,
#forex,
#kpis,
#newsletter {
  padding: 0 30px;
}

.btn-close-x:focus,
.btn-close-x:active,
.btn-close-x:hover {
  border: unset !important;
  border-color: unset !important;
  box-shadow: unset !important;
}

/*#endregion*/

/*#region  **** Loader Style  ****/

#loader {
  position: fixed;
  inset: 0;
  background: #0e0e0e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: white;
  font-family: Arial, sans-serif;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-top: 6px solid #e6b328;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Hide until ready */
.hidden {
  display: none;
}

/* Fade-out animation */
.fade-out {
  animation: fadeOut 0.8s forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

#lang-overlay {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 30%);
  /* rgba(0, 0, 0, 0.25); */
  backdrop-filter: blur(2px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000; /* فوق الناف والـ offcanvas */
}
#lang-overlay.show {
  display: flex;
}
#lang-overlay .lang-spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #1e1e1e;
  /* rgba(255, 255, 255, 0.35); */
  border-top-color: #e6b328;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*#endregion*/

/*#region  **** Utilities  ****/
.rounded-xxl {
  border-radius: var(--card-radius);
}

.btn-moon-global {
  font-size: 20px;
  border: unset;
  padding: unset;
}

.btn.show {
  background-color: unset;
}

.btn-moon-global:focus,
.btn-moon-global:hover,
.btn-moon-global:active {
  color: unset !important;
  background-color: unset !important;
  border: unset !important;
  /* border-color: unset; */
}

.section-box {
  border-radius: 45px;
  background-color: var(--section-box-color);
}

.shadow-soft {
  box-shadow: var(--shadow-1);
}
.shadow-strong {
  box-shadow: var(--shadow-2);
}
.text-secondary-custom {
  color: var(--text-secondary);
}

.btn-stander {
  background-color: var(--brand-gold);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500 !important;
  margin: 0;
  padding: 15px 20px 10px 20px;
  border: unset;
  border-radius: 15px;
}

.rtl .btn-stander {
  padding: 8px 10px 5px 10px;
  font-size: 12px;
}

.btn-stander-startTrading {
  /* display: flex; */
  /* width: 240px;
  height: 52px; */
  min-width: 240px;
  max-width: 300px;
  padding: 15px 20px 10px 20px !important;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px !important;
}

.btn-stander:hover,
.btn-stander:focus,
.btn-stander:active {
  background-color: var(--brand-gold) !important;
  border-color: unset !important;
  color: unset !important;
  background: var(--brand-gold);
}

/*#endregion*/

/*#region  **** Header  ****/

.nav-link:focus-visible {
  box-shadow: unset;
}

.navbar {
  transition: all 0.6s ease;
}

/* فتح dropdown بالـ hover (للديسكتوب) */
/* فتح dropdown بالـ hover (للديسكتوب) */

.dropdown-trading {
  position: relative;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* ===== شكل سب منيو Trading كبالون ===== */

.dropdown-trading .dropdown-menu.trading-dropdown-menu {
  left: 50% !important; /* نص عرض الـ li تبع Trading */
  transform: translateX(-50%) !important;
  top: 75%; /* مباشرة تحت اللينك */
  margin-top: 0.75rem; /* مسافة صغيرة تحت الزر */
  background: transparent;
  border: none;
  padding-top: 1.5rem;
  padding-bottom: 0;
  min-width: 260px;
}

.rtl .dropdown-trading .dropdown-menu.trading-dropdown-menu {
  left: 0 !important; /* نص عرض الـ li تبع Trading */
  right: 50% !important; /* نص عرض الـ li تبع Trading */
  transform: translateX(50%) !important;
}

/* الكارد الأبيض */
.trading-menu-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 1.5rem 2rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  /* text-align: center; */
}

.trading-menu-card::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background: #ffffff;
  box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.06);
}

/* عنوان الكارد */
.trading-menu-title {
  /* font-weight: 700; */
  /* font-size: 1rem; */
  /* color: #222; */
  /* display: inline-flex; */
  align-items: center;
  /* gap: 0.35rem; */
  position: relative;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #000000;
}

/* النقطة الحمراء الصغيرة جنب العنوان */
.trading-menu-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f6b41a;
  position: absolute;
  top: 3px;
  left: 55px;
}

.why-royce-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f6b41a;
  position: absolute;
  top: 4px;
  left: 45px;
}

.trading-menu-title h6 {
  font-weight: 700;
  font-size: 1rem;
  color: #222;
}

.trading-menu-title::after {
  content: '';
  position: absolute;
  top: 40px; /* فوق الكارد */
  left: 50%; /* وسط الكارد */
  transform: translate(-50%, -100%); /* يطلع لفوق شوي */
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #f6b41a; /* اللون الذهبي اللي تريده */
  box-shadow: none;
  z-index: 2;
}

.trading-menu-title::before {
  content: '';
  position: absolute;
  bottom: -49%; /* فوق الكارد مباشرة */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #000000; /* أسود للإطار */
  z-index: 2;
}

.rtl .trading-menu-dot {
  left: 0;
  right: 55px;
}

.rtl .why-royce-dot {
  left: 0;
  right: 45px;
}
/* الروابط داخل الكارد */
.trading-menu-link {
  display: block;
  font-size: 0.95rem;
  color: #607d8b;
  text-decoration: none;
  margin-bottom: 0.25rem;
}

.trading-menu-link:last-child {
  margin-bottom: 0;
}

.trading-menu-link:hover {
  color: #f6b41a;
}

.nav-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
  display: grid;
}

/* ---- */

.nav-capsule {
  background: var(--pill-dark);
  backdrop-filter: blur(20px);
  border-radius: 15px;
  padding: 10px 12px;
  width: 100%;
}

.nav-capsule .nav-link {
  color: #e6e9ef;
  border-radius: 999px;
  /* padding: 0.5rem 0.9rem; */
}

.nav-capsule .nav-link.active,
.nav-capsule .nav-link:hover {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 10px 7px;
}

.bg-translucent {
  top: 40px;
  height: 52px;
  padding: 0 30px;
}

.nav-item {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: auto;
}

.navbar.scrolled {
  background: var(--background-nav-scroll);
  box-shadow: 0 4px 12px var(--background-nav-scroll-box);
  backdrop-filter: blur(6px);
  top: 0;
  height: 70px;
}

.offcanvas-menu {
  width: 320px;
  border-right: 0;
}

.offcanvas-menu .offcanvas-header {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--offcanvas-border-buttom);
}

/* .mobile-nav-list .list-group-item {
  background: transparent;
  border-color: var(--offcanvas-border-buttom);
  color: var(--platformCard-font2);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
}

.mobile-nav-list {
  background: rgba(0, 0, 0, 0.03);
} */

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active {
  border: unset;
  box-shadow: unset;
}

.btn-close-menu i:before {
  line-height: unset !important;
  vertical-align: -3px;
}

.offcanvas.offcanvas-start {
  transition: transform 0.6s ease-in-out;
}

.mobile-nav-link {
  display: block;
  padding: 15px 25px;
  color: var(--stander-color);
  text-decoration: none;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-weight: 500;
}

/* تنسيق القائمة الفرعية (المنسدلة) */
.mobile-sub-menu {
  background: var(--offcanvas-background);
}

.mobile-sub-menu a {
  display: block;
  padding: 12px 40px;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--offcanvas-border);
}

/* حركة السهم عند الفتح */
.mobile-nav-link[aria-expanded='true'] i {
  transform: rotate(180deg);
  transition: 0.3s;
}

/* تنسيق إضافي لضمان ظهور السهم حتى لو فشل الفونت */
.mobile-nav-link[data-bs-toggle='collapse']::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--stander-color);
  border-bottom: 2px solid var(--stander-color);
  transform: rotate(45deg);
  margin-left: 10px;
  transition: 0.3s;
}

/* قلب السهم عند الفتح */
.mobile-nav-link[aria-expanded='true']::after {
  transform: rotate(-135deg);
}

/* إخفاء أيقونة i القديمة لتجنب التكرار إذا استخدمت هذا الحل */
.mobile-nav-link i.bi-chevron-down {
  display: none;
}

.hide-non-ksa {
  display: none !important;
}

/*#endregion*/

/*#region  **** Hero  ****/
#hero {
  position: relative;
  height: 700px;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  border: unset;
  box-shadow: unset;
}
#hero .hero-bg {
  position: absolute;
  inset: 0;
  background: url(../image/home-bg-image.png) center / cover no-repeat lightgray;
  background-color: unset;
  border: unset;
  /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); */
  /* box-shadow: 4px 0px 4px 2px rgb(0, 0, 0, 25); */
  box-shadow: unset;
  height: 100%;
}
#hero .overlay {
  position: absolute;
  inset: 0;
  height: 100%;

  /* background: var(--hero-overlay); */
}
#hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 4rem 1rem;
}
#hero h1 {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  line-height: 70px;
}

#hero p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/*#endregion*/

/*#region  **** Trading platforms overlap  ****/

#trading-platforms {
  position: relative;
  z-index: 3;
  transform: translateY(-64px);
}

.trading-titl-1 p {
  color: var(--custom1-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.6px;
}

.trading-titl-1 span {
  color: var(--custom2-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.6px;
}

.rtl .trading-titl-1 p {
  color: var(--custom2-color);
}

.rtl .trading-titl-1 span {
  color: var(--custom1-color);
}

.trading-title2 {
  color: var(--stander-color);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.6px;
  margin: 12px 12px 40px;
}

.platform-card {
  background: var(--surface);
  border-radius: 16px;
  box-shadow: var(--shadow-1);
  padding: 20px;
}

.platform-card span {
  color: var(--platformCard-brand-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.6px;
}

.platform-card h6 {
  color: var(--platformCard-font2);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.6px;
  height: 70px;
}

.rtl .platform-card h6 {
  font-size: 15px;
}

.platform-card-button {
  width: 100%;
  height: 35px;
  border-radius: 10px;
  color: var(--platformCard-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.6px;
}

.platform-card-btn1 {
  background-color: #ffc72c;
}

.platform-card-btn2 {
  background-color: #af47d2;
}

.platform-card-btn3 {
  background-color: #26355e;
}

.platform-card-btn4 {
  background-color: #e6b328;
}

.platform-card-btn5 {
  background-color: var(--stander-color);
}

.platform-card-btn6 {
  background-color: #af47d2;
}

/*#endregion*/

/*#region  **** Why choose  ****/

#why-royce .viz {
  background: var(--surface);
  border-radius: 16px;
  box-shadow: var(--shadow-1);
  padding: 24px;
}

.why-royce-titl-1 p {
  color: var(--custom1-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.6px;
}

.why-royce-titl-1 span {
  color: var(--custom2-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.6px;
}

.why-royce-title-2,
.why-royce-title-3 {
  color: var(--platformCard-font2);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.6px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.why-royce-title-3 {
  margin-top: 5px;
  margin-bottom: 10px !important;
}

.why-royce-p {
  color: var(--paragraph-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/* الرسم البياني */
/* منطقة العرض العامة */
.viz-wrap {
  position: relative;
  width: 100%;
  height: clamp(260px, 38vw, 460px);
  /* overflow: hidden; */
  /* min-height: 220px; */
  display: grid;
  place-items: center; /* الوسط أفقي + عمودي */
  overflow: hidden;
}

/* طبقة الخطوط (جميع SVGs) */
.viz-lines {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* توزع الخطوط */
  align-items: center;
  z-index: 1;
  /* margin-top: 25px; */
  padding: 10% 4%;
  pointer-events: none;
}
.line-svg {
  width: min(1100px, 90%);
  height: auto;
  display: block;
}

.moving-dot {
  pointer-events: none;
  /* height: 50px;
  width: 50%;
  border-radius: 50%; */
}

.partnership-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f6b41a;
  position: absolute;
  top: 4px;
  left: 40px;
}

.rtl .partnership-dot {
  left: 0;
  right: 55px;
}

.helpCenter-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f6b41a;
  position: absolute;
  top: 4px;
  left: 40px;
}

.rtl .helpCenter-dot {
  left: 0;
  right: 50px;
}

.line-svg5 {
  margin-bottom: 15px;
}

.dash-move {
  stroke-dasharray: 8 16;
  animation: dash 7s linear infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: -200;
  }
}

/* اللوح الزجاجي */
.glass-card {
  position: relative;
  z-index: 2; /* فوق الخطوط */
  width: clamp(170px, 26vw, 350px);
  height: clamp(170px, 26vw, 350px);
  /* width: min(60vw, 300px); */
  aspect-ratio: 1/1;
  border-radius: 32px;
  background: var(--statestics-color);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  overflow: hidden;
  /* display: flex; */
  display: grid;
  align-items: center;
  justify-content: center;
  place-items: center;
}

.glass-card::before {
  content: '';
  position: absolute;
  inset: -25%;
  background: radial-gradient(120% 90% at 50% 0%, rgba(255, 255, 255, 0.05), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 50%);
  pointer-events: none;
}

.glass-card::after {
  content: '';
  position: absolute;
  border-right: 4px solid black;
  border-bottom: 4px solid black;
  right: 29%;
  top: 29%;
  width: 40%;
  height: 40%;
}

/* احترام تفضيل تقليل الحركة */
@media (prefers-reduced-motion: reduce) {
  .dash-move {
    animation: none;
    stroke-dasharray: none;
  }
}

/*#endregion*/

/*#region  **** Trust band  ****/

/* Trust band */
#trust-band {
  background: var(--section-box-color);
  /* padding: 72px 0; */
}
.trust-card {
  background: var(--surface);
  border-radius: 16px;
  box-shadow: var(--shadow-1);
  padding: 24px;
  height: 100%;
}

.forex-titl-1 p,
.trust-titl-1 p {
  color: var(--custom3-color);
  /* font-family: 'DM Sans'; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.6px;
}

.forex-titl-1 span,
.trust-titl-1 span {
  color: var(--custom2-color);
  /* font-family: 'DM Sans'; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.forex-titl2,
.trust-title3 {
  color: var(--platformCard-font2);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.6px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.trust-title4 {
  color: var(--custom3-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
}

.trust-web-svg {
  width: 100%;
  border-radius: 16px;
  background-color: var(--svg-color);
  padding-top: 50px;
  height: 300px;
  position: relative;
}

.trust-web-container {
  position: absolute;
  top: 11%;
  right: 0;
  left: 0;
}

.trust-feature-card {
  padding: 0 40px;
}

.trust-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #26355e;
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  margin-inline: auto;
  margin-bottom: 20px;
}
.trust-icon-circle i {
  font-size: 1.25rem;
  color: #ffc72c;
}

.trust-feature-card h5 {
  margin-bottom: 20px;
  margin-top: 30px;
  color: var(--platformCard-font2);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.12px;
}

.trust-feature-desc {
  color: var(--custom3-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.trust-mobile-svg {
  border: 1px solid var(--svg-color);
  border-radius: 16px;
  padding-top: 30px;
  /* border-top: unset; */
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 35%);
}

.trust-mobile-hi {
  min-height: 250px;
}

.trust-mobile-card {
  position: absolute;
  top: -16px;
  width: 100%;
}

.trust-mobile-title {
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--platformCard-font2);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.12px;
}

.trust-mobile-desc {
  width: 60%;
  margin-inline: auto;
  color: var(--custom3-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/*#endregion*/

/*#region  **** Forex split  ****/

#forex {
  padding-top: 40px;
  margin: 80px 0 80px 0;
  /* height: 400px; */
}

.forex-bg {
  background-image: url('../image/forex-bg.png');
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

.forex-desc {
  color: var(--custom3-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 40px;
}

.btn-forex2,
.btn-forex1 {
  color: #fff;
  line-height: 25px;
  border-radius: 14px;
  padding: 12px 16px !important;
  font-size: 18px !important;
}

.btn-forex2 {
  background-color: var(--btn-forex-color);
  color: #1a1a1a;
  border: 1px solid var(--btn-forex-border);
  padding: 11px 16px !important;
}

.forex-question {
  color: var(--platformCard-font2);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.12px;
  margin-bottom: 20;
}

/*#endregion*/

/*#region  **** KPIs  ****/

#kpis {
  background: url(../image/div.section.png);
  background-size: cover;
  margin: 0 0 40px 0;
  /* height: 200px; */
  align-items: center;
  justify-content: center;
  min-height: 250px;
  text-align: center;
  display: flex;
  padding: 20px 30px;
  height: auto;
  border: var(--border-style);
  border-left: unset;
  border-right: unset;
}

.kpi {
  padding: 40px;
  border-radius: 16px;
  background: var(--kpis-color);
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  align-items: center;
}

.kpi h3 {
  color: #ffc72c;
  font-size: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.192px;
}

.rtl .kpi h3 {
  font-size: 28px;
}

.kpi p {
  color: var(--platformCard-font2);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 19.2px */
  letter-spacing: -0.096px;
}

.rtl .kpi p {
  font-size: 14px;
}

/*#endregion*/

/*#region  **** Newsletter  ****/

#newsletter .grad {
  background: var(--n, linear-gradient(267deg, #00f0ff 4.01%, #5200ff 57.55%, #ff2df7 114.97%));
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow-2);
  color: #fff;
  padding: 40px 60px;
}

.newsletter-image {
  background-image: url(../image/newsletter.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
  width: 100%;
}

#newsletter h3 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

#newsletter p {
  color: #fff;
  font-family: 'Ping AR + LT';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
}

.newsletter-form {
  display: flex;
}

.newsletter-txt {
  width: 60%;
  height: 60px;
  align-items: center;
  border-radius: 14px;
  background: #ffffff;
  border: unset;
}

.newsletter-btn {
  width: 39%;
  height: 60px;
  align-items: center;
  border-radius: 14px;
  background: #1d1d1b;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: 1px;
  text-transform: capitalize;
}

.newsletter-space {
  width: 1%;
}

/* #newsletter .form-control {
  height: 48px;
  border-radius: 999px 0 0 999px;
}
#newsletter .btn {
  height: 48px;
  border-radius: 0 999px 999px 0;
} */

/*#endregion*/

/*#region  **** Footer  ****/

#footerMount {
  background: var(--surface-2);
}
/* .footer-link {
  color: var(--text-secondary);
  text-decoration: none;
}
.footer-link:hover {
  color: #fff;
} */

.footer-logo {
  background-image: var(--footer-logo);
  height: 45px;
  /* background-position: left; */
  background-repeat: no-repeat;
  background-size: contain;
}

.rtl .footer-logo {
  background-position: right;
}

.footer-google,
.footer-apple {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 40px;
  width: 110px;
  cursor: pointer;
}

.footer-google {
  background-image: var(--footer-google);
}

.footer-apple {
  background-image: var(--footer-apple);
}

.footer-link h6 {
  color: var(--footer-color2);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.108px;
}

.footer-link,
.footer-about {
  color: var(--footer-color1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 22.4px */
  letter-spacing: 0;
  text-decoration: none;
}

.footer-social {
  list-style: none;
  display: flex;
  gap: 12px;
  padding-left: 0;
  padding-right: 0;
}

.svg2 {
  fill: var(--footer-social);
  fill-opacity: 1;
}

.svg3 {
  stroke: var(--svg-stroke);
}

.footer-border {
  border-top: 1px solid var(--footer-border);
  color: var(--footer-copy);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
}

.txt-footer {
  margin-bottom: 30px;
  text-align: start;
  /* line-height: 25px; */
  font-size: 13px;
  color: var(--footer-color1);
}

.footer-privecy-Container {
  text-align: end;
  padding-top: 25px;
}

.footer-privecy-Container a {
  text-decoration: unset !important;
  cursor: pointer;
}

.footer-privecy-Container a span {
  font-size: 12px;
  color: var(--footer-color1);
  margin-left: 10px;
  font-family: PlayfairDisplay-Black;
}

.footer-logo-copy {
  background-image: var(--footer-logo);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 90px;
}

.footer-copyright {
  color: var(--footer-color1);
}
/*#endregion*/

/*#region  **** On-scroll animation  ****/

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  will-change: opacity, transform; /* للأداء */
}
.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/*#endregion*/

/*#region  **** Media Responsive  ****/

@media (max-width: 1199px) {
  .nav-logo {
    margin: unset;
  }

  .navbar.scrolled {
    height: 130px !important;
  }

  .nav-capsule {
    margin-top: 6px;
  }
}

@media (max-width: 991px) {
  .navbar.scrolled {
    height: 70px !important ;
  }

  .navbar .bi-list {
    display: none;
  }

  html[data-bs-theme='dark'] .btn-moon-global svg {
    fill: white;
  }

  html[data-bs-theme='light'] .btn-moon-global svg {
    fill: black;
  }

  .btn-moon-global {
    padding: 0 14px;
  }

  .line-svg5 {
    margin-bottom: 0;
  }

  .forex-bg {
    margin-bottom: 40px;
  }
}

@media (min-width: 991px) {
  .navbar .bi-list {
    display: none;
  }

  #trading-platforms {
    transform: translateY(-48px);
  }
}

@media (max-width: 767px) {
  #hero {
    /* padding-left: 20px;
    padding-right: 20px; */
    min-height: unset;
    height: 600px;
  }

  #hero .hero-content {
    position: relative;
    z-index: 2;
    padding: 0 40px;
  }

  #hero h1 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
  }

  #hero p {
    font-size: 18px;
  }

  #trading-platforms {
    transform: unset;
    margin-top: 20px;
  }

  #newsletter h3,
  .forex-titl2,
  .why-royce-title-2,
  .why-royce-title-3,
  .trust-title3,
  .trading-title2 {
    font-size: 30px;
  }

  #newsletter h3 {
    line-height: 30px;
  }

  #newsletter .grad {
    padding: 40px 13px;
  }

  .platform-card {
    margin-bottom: 20px;
  }

  .footer-privecy-Container {
    text-align: center;
  }

  .footer-logo-copy {
    margin: auto;
  }
}

@media (max-width: 575px) {
  /* #trading-platforms {
    margin: 20px 20px;
  } */

  /* #newsletter,
  #why-royce,
  #trading-platforms,
  #forex {
    margin: 20px 20px;
  } */

  #trust-band {
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
    padding-right: unset;
  }

  .forex-bg {
    height: 300px;
  }

  .trust-mobile-svg {
    border: unset;
    border-radius: unset;
    padding-top: unset;
    box-shadow: unset;
  }
}

@media (max-width: 500px) {
  .newsletter-form {
    display: block;
    text-align: center;
  }

  .newsletter-txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .newsletter-btn {
    width: 50%;
    align-items: center;
  }

  .newsletter-space {
    width: unset;
    display: none;
  }
}

@media (max-width: 455px) {
  #hero {
    height: 500px;
  }

  .kpi {
    min-height: 150px;
  }

  .rtl .kpi {
    padding: 20px;
  }

  #hero h1 {
    font-size: 18px;
  }

  #hero p {
    font-size: 12px;
  }

  .footer-about,
  .platform-card h6,
  .newsletter-btn,
  #newsletter p,
  .btn-forex2,
  .btn-forex1,
  .forex-desc,
  .forex-titl-1 p,
  .forex-titl-1 span,
  .trust-title4,
  .trust-titl-1 p,
  .trust-titl-1 span,
  .why-royce-p,
  .trading-titl-1 span,
  .trading-titl-1 p {
    font-size: 12px !important;
  }

  .platform-card h6 {
    height: unset;
  }

  .newsletter-txt,
  .newsletter-btn {
    height: 45px;
  }

  .trust-title3,
  .trading-title2 {
    font-size: 14px;
  }

  .trading-title2 {
    line-height: 17px;
  }

  #newsletter h3,
  .why-royce-titl-1 p {
    font-size: 18px;
  }

  .why-royce-title-3,
  .why-royce-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .forex-question,
  .forex-titl2 {
    font-size: 16px;
    line-height: 20px;
  }

  .newsletter-image {
    background-position: unset;
    height: 200px;
  }

  .btn-stander-startTrading {
    min-width: unset;
    width: 170px;
    font-size: 12px !important;
  }

  .footer-link {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .kpi {
    padding: 25px;
  }
  .kpi h3 {
    font-size: 25px;
  }
  .kpi p {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .viz-lines {
    padding: 13% 7%;
  }

  .trust-mobile-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #forex {
    margin-top: 0;
    margin-bottom: 0;
  }

  .forex-bg {
    height: 350px;
    margin-bottom: unset;
  }
}

@media (max-width: 350px) {
  .kpi {
    padding: 20px;
  }
  .kpi h3 {
    font-size: 20px;
  }
  .kpi p {
    font-size: 12px;
  }
}

/*#endregion*/
