.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 .site-branding{flex-direction:column;align-items:stretch;}.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 *//* Website Background - Blue & Gold Luxury Style */
body {
  background: linear-gradient(180deg, #0b1220, #0a0f1b);
  background-attachment: fixed;
  color: #f5f5f5;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* إضافة لمعة ذهبية */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(
      900px 500px at 70% -10%,
      rgba(255, 215, 0, 0.15),
      transparent
    ),
    radial-gradient(
      800px 400px at -10% -10%,
      rgba(0, 102, 255, 0.25),
      transparent
    );
  z-index: -1;
}

/* كروت وأقسام */
.section,
.card,
.elementor-widget-container {
  background: linear-gradient(180deg, #11182a, #0c1426);
  border: 1px solid rgba(255, 215, 0, 0.35); /* لمعة ذهبية */
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.45);
}

/* عناوين */
h1, h2, h3, h4, h5 {
  background: linear-gradient(90deg, #ffd700, #3a8bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* أزرار */
.elementor-button,
.btn {
  background: linear-gradient(135deg, #0066ff, #3a8bff);
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
  padding: 14px 22px;
  transition: all 0.25s ease;
}
.elementor-button:hover,
.btn:hover {
  background: linear-gradient(135deg, #ffd700, #ffb703);
  color: #0a0f1b !important;
  transform: translateY(-2px);
}

/* روابط */
a {
  color: #ffd700;
  text-decoration: none;
  transition: color 0.25s ease;
}
a:hover {
  color: #3a8bff;
}/* End custom CSS */