<!DOCTYPE html> <html lang="ar" dir="rtl"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Branches and Warehouses of Enaya Al Hawa Trading Company</title> <style> :root{ --brand:#0A7ABF; --brand2:#16b6a9; --ink:#0f172a; --muted:#64748b; --bg:#f5f8fc; --card:#ffffff; --radius:18px; --shadow:0 10px 28px rgba(2,32,71,.08); --border:#e3edf6; --border-strong:#cfe0f5; } *{box-sizing:border-box} body{ margin:0; font-family:"Tajawal","Cairo",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; background:var(--bg); color:var(--ink); line-height:1.9; } .container{ max-width:1200px; margin:0 auto; padding:30px 16px; } .hero{ text-align:center; background:linear-gradient(135deg,var(--brand),var(--brand2)); color:#fff; border-radius:var(--radius); padding:40px 20px; box-shadow:var(--shadow); } .hero h2{margin:0 0 10px;font-size:clamp(24px,3vw,34px);} .hero .lead{margin:0 auto;max-width:720px;color:#ecf5ff;} .grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:26px;} @media(min-width:900px){.grid{grid-template-columns:1fr 1fr}} .card{ background:var(--card); border-radius:var(--radius); padding:20px; box-shadow:var(--shadow); border:1px solid var(--border); } .card h3{margin:0 0 6px;font-size:22px;color:var(--brand);} .map-wrap{ margin:14px 0; border-radius:var(--radius); overflow:hidden; } .actions{ display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; } .btn{ padding:10px 14px; border-radius:999px; text-decoration:none; font-weight:700; background:#f1f5f9; color:#0b1f3a; } .btn-primary{ background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff; } .btn-success{background:#16a34a;color:#fff;} .section-title{ margin:34px 0 10px; font-size:clamp(20px,2.4vw,26px); color:#0b2f57; } .notice{ margin-top:10px; padding:12px; border-radius:12px; background:#f1f6ff; border:1px dashed var(--border-strong); } .foot{ text-align:center; margin:28px 4px 4px; color:var(--muted); font-size:13.5px; } </style> </head> <body>
<!-- Company Branches --> Air Care Trading Company branches
We are pleased to serve you through our branches spread across the country and are committed to providing the best shopping experience and outstanding service to our valued customers.
Riyadh Branch
Riyadh branch
Address: Seville District – Al Sahaba Road
Opening hours: 9 am to 11 pm every day
Except Friday and Saturday, from 4 pm to 11 pm
Dammam Branch
Dammam branch
Address: Al Waha District – Prince Nayef Bin Abdulaziz Road
Opening hours: 9 am to 11 pm every day
Except Friday and Saturday, from 4 pm to 11 pm
<!-- Warehouses --> Logistics warehouses
⚠️ Important Notice: Warehouses do not accept walk-ins — they are for loading goods only and do not contain a showroom or sales area.
<!-- (Warehouses as before, no changes) --> </body> </html>