/* إعدادات التصفير والتجاوب */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; width: 100%; overflow-x: hidden; }
body { display: flex; flex-direction: column; min-height: 100vh; font-family: 'Cairo', sans-serif; line-height: 1.8; background-color: #fff; }
[lang="en"] body { font-family: 'Montserrat', sans-serif; }
.lang-en { display: none; }

/* الهيدر */
.navbar { background: white !important; box-shadow: 0 2px 15px rgba(0,0,0,0.1); }
.navbar-brand img { height: 55px; }

/* الهيرو */
.hero { background: linear-gradient(135deg, #0a4275 0%, #002d5a 100%); color: white; padding: 160px 0 100px; text-align: center; }

/* الصناديق والخدمات */
.info-box, .service-card { padding: 35px; border-radius: 15px; background: white; box-shadow: 0 8px 25px rgba(0,0,0,0.05); height: 100%; transition: 0.3s; border-bottom: 4px solid #007bff; }
.service-card:hover { transform: translateY(-10px); }
.service-card i { font-size: 45px; color: #007bff; margin-bottom: 20px; display: block; }

/* التواصل */
.contact-info-item { background: #f8f9fa; padding: 20px; border-radius: 12px; margin-bottom: 15px; border-right: 5px solid #0a4275; display: flex; align-items: center; }
.contact-info-item i { font-size: 24px; color: #007bff; margin-left: 15px; }

/* الفوتر */
footer { margin-top: auto; background: #1a1a1a; color: white; padding: 50px 0 30px; }

/* التنبيهات */
.alert-success { background-color: #d4edda; color: #155724; border: 1px solid #c3e6cb; padding: 15px; border-radius: 5px; margin-top: 10px; text-align: center; }

/* عائم واتساب */
.whatsapp-float { position: fixed; bottom: 30px; left: 30px; background: #25d366; color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 35px; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }