/*
Theme Name: الجنيدي للإعلان (ELGENEDY Advertising)
Theme URI: http://example.com/
Author: ELGENEDY
Author URI: http://example.com/
Description: A custom lightweight theme for ELGENEDY Advertising. Includes pages for Neon, 3D Letters, Cladding, LED Screens and Web Design. Static theme by ChatGPT.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: elgenedy
Tags: custom, responsive, rtl
*/
body { margin:0; font-family: 'Cairo', sans-serif; background: #0b0b10; color: #eaf6ff; }
a { color: #00f0ff; text-decoration: none; }
.container { max-width:1100px; margin:20px auto; padding:16px; }
.header { display:flex; align-items:center; gap:12px; }
.header .logo img{ width:72px; height:72px; object-fit:contain; border-radius:8px; background:#071018; padding:6px; }
.card { background:#0f1720; padding:14px; border-radius:10px; }
.btn { display:inline-block; padding:10px 14px; border-radius:8px; background:#00f0ff; color:#041018; font-weight:700; }
.footer { margin-top:28px; padding:14px; text-align:center; color:#9aa3b2; font-size:13px; }
.rtl { direction: rtl; }
@media(max-width:900px){ .grid { grid-template-columns: 1fr; } }
