.elementor-1239 .elementor-element.elementor-element-81e7121{--display:flex;}.elementor-1239 .elementor-element.elementor-element-569da5e{width:100%;max-width:100%;background-color:#000214;}.elementor-1239 .elementor-element.elementor-element-569da5e.elementor-element{--flex-grow:0;--flex-shrink:0;}body.elementor-page-1239:not(.elementor-motion-effects-element-type-background), body.elementor-page-1239 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000214;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1239 .elementor-element.elementor-element-569da5e{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-569da5e *//* =========================================
   1. المتغيرات وإعدادات الصفحة الأساسية
   ========================================= */
:root {
  --bg-dark: #020617;
  --bg-card: #0f172a;
  --primary: #d4af37; /* ذهبي */
  --primary-glow: rgba(212, 175, 55, 0.5);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border: rgba(255, 255, 255, 0.08);
  --success: #10b981;
}

.elementor-widget-html { width: 100%; }
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  color: var(--text-main);
  background-color: var(--bg-dark);
  overflow-x: hidden;
  line-height: 1.6;
  min-height: 100vh;
  /* باترن خلفية فخم (نقش خفيف جداً) */
  background-image: 
    radial-gradient(at 0% 0%, rgba(212, 175, 55, 0.05) 0px, transparent 50%),
    radial-gradient(at 100% 100%, rgba(30, 58, 138, 0.08) 0px, transparent 50%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Background Glow Effects */
.bg-glow {
  position: fixed; width: 600px; height: 600px; 
  filter: blur(180px); opacity: 0.12; border-radius: 50%; pointer-events: none; z-index: 0;
}
.glow-1 { top: -10%; right: -10%; background: #1e3a8a; }
.glow-2 { bottom: -10%; left: -10%; background: #d4af37; opacity: 0.08; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
a { text-decoration: none; color: inherit; transition: 0.3s ease; }

/* =========================================
   2. الأزرار والعناوين
   ========================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px; border-radius: 14px; font-weight: 700; cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); font-size: 16px; border: 1px solid transparent;
}
.btn-gold {
  background: linear-gradient(135deg, #d4af37 0%, #b4941f 100%) !important;
  color: #0f172a !important;
  box-shadow: 0 4px 25px rgba(212, 175, 55, 0.25);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 8px 35px rgba(212, 175, 55, 0.4); color: #000 !important; }

.btn-glass {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: white; backdrop-filter: blur(10px);
}
.btn-glass:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.25); }

/* تحسين العناوين */
.section-head { text-align: center; margin-bottom: 60px; position: relative; z-index: 2; }
.section-head h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 800; color: white; margin-bottom: 16px; }
.section-head p { color: var(--text-muted); font-size: 18px; max-width: 600px; margin: 0 auto; }

/* =========================================
   3. الهيدر والشعار (المحسن)
   ========================================= */
header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  padding: 20px 0; transition: 0.3s;
  background: linear-gradient(to bottom, rgba(2, 6, 23, 0.8) 0%, transparent 100%);
}
header.scrolled {
  padding: 12px 0; background: rgba(2, 6, 23, 0.95);
  backdrop-filter: blur(16px); border-bottom: 1px solid var(--border);
}
.nav-content { display: flex; justify-content: space-between; align-items: center; }

/* ستايل الشعار الجديد (دائرة + نص) */
.logo { display: flex; align-items: center; gap: 12px; }
.logo img {
  height: 48px; width: 48px; border-radius: 50%;
  background: white; padding: 4px; object-fit: contain;
  border: 2px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
}
.brand-name { font-size: 20px; font-weight: 800; color: white; letter-spacing: -0.5px; }

.nav-links { display: flex; gap: 32px; }
.nav-links a { font-size: 15px; font-weight: 600; color: var(--text-muted); position: relative; }
.nav-links a:hover { color: white; }
.desktop-cta { display: flex; gap: 12px; }
.menu-toggle { display: none; background: none; border: none; color: white; cursor: pointer; padding: 5px; }

/* =========================================
   4. قسم Hero (التصميم الأصلي القوي)
   ========================================= */
.hero { padding: 180px 0 100px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; background: rgba(212, 175, 55, 0.1);
  color: #fbbf24; border-radius: 30px; font-size: 13px; font-weight: 700;
  border: 1px solid rgba(212, 175, 55, 0.25); margin-bottom: 24px;
}
.hero h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.1; margin-bottom: 24px; letter-spacing: -1px; font-weight: 800; }
.hero h1 span {
  background: linear-gradient(to right, #facc15, #d4af37);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p { font-size: 19px; color: var(--text-muted); margin-bottom: 40px; max-width: 540px; }
.hero-stats { display: flex; gap: 40px; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--border); }
.stat strong { display: block; font-size: 36px; color: white; line-height: 1; margin-bottom: 5px; }
.stat span { font-size: 13px; color: var(--text-muted); font-weight: 600; }

.hero-image-box {
  position: relative; border-radius: 24px; overflow: hidden;
  border: 1px solid var(--border); box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  background: rgba(30, 41, 59, 0.4);
}
.hero-image-box img { width: 100%; height: auto; display: block; transform: scale(1.02); }

/* حركة الكرت العائم */
.float-card {
  position: absolute; bottom: 30px; left: -20px;
  background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(12px);
  border: 1px solid var(--border); padding: 16px 20px; border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4); display: flex; align-items: center; gap: 15px;
  border-right: 4px solid var(--primary); animation: float 5s ease-in-out infinite;
}
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* =========================================
   5. قسم التقييمات (الواقعي - تم تقديمه)
   ========================================= */
.reviews-section { padding: 100px 0; background: #020617; position: relative; border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; }
.review-card {
  background: rgba(30, 41, 59, 0.3); border: 1px solid var(--border);
  padding: 30px; border-radius: 20px; transition: 0.3s; position: relative;
}
.review-card:hover { transform: translateY(-5px); background: rgba(30, 41, 59, 0.5); border-color: rgba(212, 175, 55, 0.3); }

.review-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
.reviewer-info { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 42px; height: 42px; background: linear-gradient(135deg, #facc15, #d4af37);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: #020617; font-size: 18px;
}
.reviewer-details h4 { margin: 0; font-size: 16px; color: white; font-weight: 700; }
.verified-badge { font-size: 11px; color: var(--success); display: flex; align-items: center; gap: 4px; margin-top: 2px; }
.review-date { font-size: 12px; color: #64748b; }
.stars { color: #facc15; font-size: 14px; margin-bottom: 15px; display: flex; gap: 2px; }
.review-text { color: var(--text-muted); font-size: 15px; line-height: 1.8; min-height: 80px; }

/* =========================================
   6. قسم البنوك (المرتب والاحترافي)
   ========================================= */
.banks-section { padding: 60px 0; border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.02); }
.banks-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px; align-items: center; justify-content: center;
}
.bank-card {
  background: white; border-radius: 12px; padding: 10px; height: 80px;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.bank-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.bank-logo { max-width: 90%; max-height: 90%; object-fit: contain; filter: none; }


/* =========================================
   7. قسم الخدمات
   ========================================= */
.services-section { padding: 100px 0; background: linear-gradient(180deg, #020617 0%, #0f172a 100%); position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.srv-card {
  background: rgba(30, 41, 59, 0.4); border: 1px solid var(--border);
  padding: 32px; border-radius: 24px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative; overflow: hidden; backdrop-filter: blur(10px);
}
.srv-card:hover {
  transform: translateY(-8px); border-color: rgba(212, 175, 55, 0.3);
  background: rgba(30, 41, 59, 0.6); box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.srv-icon {
  width: 56px; height: 56px; background: rgba(212, 175, 55, 0.1); color: var(--primary);
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px; border: 1px solid rgba(212, 175, 55, 0.1);
}
.srv-card h3 { color: white; font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.srv-card p { color: var(--text-muted); font-size: 15px; line-height: 1.7; }

/* =========================================
   8. قسم لماذا نحن
   ========================================= */
.why-section { padding: 100px 0; background: #020617; position: relative; overflow: hidden; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-content h2 { font-size: 40px; font-weight: 800; color: white; margin-bottom: 20px; line-height: 1.2; }
.why-features { margin-top: 30px; display: grid; gap: 20px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.f-icon {
  flex-shrink: 0; width: 24px; height: 24px; background: var(--primary); color: #000;
  border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 4px;
}
.f-text h4 { color: white; font-size: 18px; margin-bottom: 6px; }
.f-text p { color: var(--text-muted); font-size: 14px; line-height: 1.6; }
.why-image {
  position: relative; border-radius: 30px; overflow: hidden;
  border: 1px solid var(--border); box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
.why-image img { width: 100%; height: auto; display: block; transform: scale(1.05); transition: 0.5s; }
.why-image:hover img { transform: scale(1); }

/* =========================================
   9. خطوات العمل (تصميم جديد)
   ========================================= */
.process-section { padding: 100px 0; background: rgba(255,255,255,0.02); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }
.process-step {
  background: var(--bg-card); border: 1px solid var(--border); padding: 30px 20px;
  border-radius: 16px; text-align: center; position: relative; transition: 0.3s;
}
.process-step:hover { border-color: var(--primary); transform: translateY(-5px); }
.step-num {
  width: 45px; height: 45px; background: var(--primary); color: #000; font-weight: 800;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 20px; box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}
.process-step h3 { color: white; font-size: 18px; margin-bottom: 10px; }
.process-step p { color: var(--text-muted); font-size: 14px; line-height: 1.6; }
/* سهم توجيهي */
@media (min-width: 992px) {
    .process-step::after {
        content: "←"; font-size: 24px; color: var(--border); position: absolute;
        top: 40%; left: -25px; transform: translateY(-50%);
    }
    .process-step:last-child::after { content: none; }
}

/* =========================================
   10. الحاسبة والإحصائيات
   ========================================= */
.calc-section { padding: 100px 0; background: #020617; border-top: 1px solid var(--border); position: relative; }
.calc-container {
  max-width: 800px; margin: 0 auto; background: #0f172a; border-radius: 30px;
  padding: 40px; border: 1px solid var(--border); box-shadow: 0 40px 80px rgba(0,0,0,0.6); position: relative; overflow: hidden;
}
.calc-container::before {
  content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%); pointer-events: none;
}
.calc-header { text-align: center; margin-bottom: 40px; }
.calc-header h3 { color: white; font-size: 28px; margin-bottom: 10px; }
.calc-header p { color: var(--text-muted); font-size: 14px; }
.input-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.input-group { display: flex; flex-direction: column; gap: 10px; }
.input-group label { color: var(--text-muted); font-size: 14px; font-weight: 600; }
.input-field {
  background: #1e293b; border: 1px solid var(--border); border-radius: 12px;
  padding: 16px; color: white; font-size: 18px; font-family: inherit; width: 100%; transition: 0.3s;
}
.input-field:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1); background: #0f172a; }
select.input-field {
  appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: left 16px center;
}
.calc-btn { width: 100%; padding: 18px; font-size: 18px; border-radius: 16px; margin-top: 10px; }
.result-box {
  margin-top: 30px; padding: 24px; background: rgba(212, 175, 55, 0.05); border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px; text-align: center; display: none; animation: fadeIn 0.5s ease;
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.result-value { display: block; color: var(--primary); font-size: 42px; font-weight: 800; line-height: 1; margin-bottom: 10px; }

/* شريط الإحصائيات */
.stats-section { padding: 60px 0; background: #0f172a; border-bottom: 1px solid var(--border); }
.stats-container { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 40px; text-align: center; }
.stat-item h4 {
  font-size: 48px; font-weight: 800; color: white; margin-bottom: 5px;
  background: linear-gradient(135deg, #fff 0%, #94a3b8 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-item p { color: var(--primary); font-size: 16px; font-weight: 600; letter-spacing: 1px; }

/* =========================================
   11. الأسئلة الشائعة والفوتر
   ========================================= */
.faq-section { padding: 100px 0; background: rgba(255, 255, 255, 0.02); border-bottom: 1px solid var(--border); }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: #0f172a !important; border: 1px solid var(--border);
  margin-bottom: 16px; border-radius: 16px; overflow: hidden; transition: all 0.3s ease;
}
.faq-item:hover { border-color: rgba(212, 175, 55, 0.3); }
.faq-btn {
  width: 100%; padding: 20px 24px; text-align: right; background: transparent !important;
  border: none; color: white; font-weight: 700; font-size: 16px; font-family: inherit;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-icon { transition: transform 0.3s ease; color: var(--primary); }
.faq-content {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;
  padding: 0 24px; color: var(--text-muted); font-size: 15px; line-height: 1.8;
}
.faq-item.active .faq-content { padding-bottom: 24px; max-height: 200px; }
.faq-item.active .faq-icon { transform: rotate(180deg); }

/* الفوتر */
footer { background: #000; padding: 80px 0 40px; color: var(--text-muted); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.f-brand h3 { color: white; font-size: 24px; margin-bottom: 16px; font-weight: 800; }
.f-brand p { line-height: 1.8; max-width: 350px; }
.f-links h4 { color: white; font-size: 18px; margin-bottom: 24px; font-weight: 700; }
.f-links ul li { margin-bottom: 12px; }
.f-links a { transition: 0.2s; }
.f-links a:hover { color: var(--primary); padding-right: 5px; }
.f-contact li { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.f-contact svg { color: var(--primary); }

.disclaimer {
    border-top: 1px solid #1e293b; padding-top: 20px; margin-top: 40px;
    font-size: 11px; color: #475569; text-align: center; line-height: 1.6;
}
.copyright {
    text-align: center; padding-top: 30px; border-top: 1px solid #1e293b;
    display: flex; justify-content: space-between; align-items: center;
}

/* شريط الجوال */
.mobile-bar, .sticky-bar {
  position: fixed; bottom: 0; left: 0; width: 100%;
  background: rgba(2, 6, 23, 0.95); backdrop-filter: blur(16px);
  padding: 12px 16px; border-top: 1px solid var(--border); z-index: 999;
  display: none; gap: 12px; box-shadow: 0 -10px 40px rgba(0,0,0,0.5);
}
.sticky-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px; border-radius: 12px; font-weight: 700; font-size: 16px; text-decoration: none;
}
.btn-wa-mob { background: #25D366; color: white; }
.btn-call-mob { background: linear-gradient(135deg, #d4af37 0%, #b4941f 100%); color: #0f172a; }

/* زر واتساب العائم للكمبيوتر */
.desktop-float-wa {
  position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px;
  background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: white; box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); z-index: 9999; transition: 0.3s; cursor: pointer;
}
.desktop-float-wa:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6); }

/* Responsive */
@media (max-width: 992px){
  .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 50px; }
  .hero h1 { font-size: 44px; }
  .hero p { margin: 0 auto 40px; }
  .nav-links, .desktop-cta { display: none; }
  .menu-toggle { display: block; }
  .hero-image-box { max-width: 500px; margin: 0 auto; }
  .float-card { display: none; }
  .hero-stats { justify-content: center; }
  .why-grid { grid-template-columns: 1fr; text-align: center; }
  .feature-item { justify-content: center; text-align: right; }
  .why-image { order: -1; margin-bottom: 30px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .f-brand p { margin: 0 auto; }
  .f-contact li { justify-content: center; }
  .copyright { flex-direction: column; gap: 10px; }
  .process-step::after { content: none; }
}
@media (max-width: 768px){
  .hero { padding-top: 140px; }
  .hero h1 { font-size: 36px; }
  .sticky-bar { display: flex; }
  .desktop-float-wa { display: none; }
  body { padding-bottom: 80px; }
  .input-grid { grid-template-columns: 1fr; }
  .stats-container { flex-direction: column; gap: 30px; }
  .calc-container { padding: 24px; }
}/* End custom CSS */