* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Tajawal', sans-serif; }
body { direction: rtl; text-align: right; background-color: #f5f7fa; color: #333; line-height: 1.7; }

.top-bar { background: #002b49; color: white; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; font-weight: 500; }
header { background: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; }
.nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: auto; padding: 12px 20px; }

/* Orange Logo Styling */
.logo-container { text-decoration: none !important; display: flex; align-items: center; gap: 12px; }
.logo-icon-box { background: #ff7700; color: white; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 1.3rem; box-shadow: 0 3px 8px rgba(255, 119, 0, 0.3); transition: 0.3s; }
.logo-container:hover .logo-icon-box { background: #e06600; }
.logo-text-group { display: flex; flex-direction: column; text-decoration: none; }
.logo-title { font-size: 1.35rem; font-weight: 800; color: #002b49; line-height: 1.1; text-decoration: none; }
.logo-subtitle { font-size: 0.8rem; color: #ff7700; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }

nav a { color: #444; margin-left: 20px; text-decoration: none; font-weight: 600; transition: 0.3s; font-size: 1.05rem; }
nav a:hover, nav a.active { color: #ff7700; }

.hero { background: linear-gradient(rgba(0, 43, 73, 0.85), rgba(0, 43, 73, 0.95)), url('https://ghsalatkw.com/wp-content/uploads/2026/05/44.jpg'); background-size: cover; background-position: center; color: white; padding: 80px 20px; text-align: center; }
.hero h1 { font-size: 2.8rem; margin-bottom: 15px; font-weight: 800; }
.hero p { font-size: 1.2rem; color: #e0e0e0; margin-bottom: 25px; max-width: 700px; margin-left: auto; margin-right: auto; }

.btn-whatsapp { display: inline-block; padding: 12px 30px; background: #25d366; color: white; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1rem; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); }
.btn-whatsapp:hover { background: #1ebc57; }

.container { max-width: 1100px; margin: 40px auto; padding: 0 20px; background: white; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); padding-bottom: 40px; padding-top: 40px; }
.section-title { text-align: center; margin-bottom: 30px; font-size: 2.2rem; color: #002b49; font-weight: 700; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.card { background: #f9f9f9; border: 1px solid #eee; border-radius: 8px; overflow: hidden; text-align: center; padding-bottom: 20px; }
.card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.card h3 { margin: 15px 0 10px; color: #003366; }
.card p { padding: 0 15px; color: #666; font-size: 0.95rem; }

footer { background: #001f3f; color: #ccc; padding: 30px 20px; text-align: center; margin-top: 60px; }
.footer-links { margin-bottom: 15px; }
.footer-links a { color: #ccc; text-decoration: none; margin: 0 15px; }