{"id":19011,"date":"2021-10-12T16:27:24","date_gmt":"2021-10-12T16:27:24","guid":{"rendered":"https:\/\/aura.eg\/contact-us\/"},"modified":"2026-05-30T14:46:37","modified_gmt":"2026-05-30T14:46:37","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/aura.eg\/en\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19011\" class=\"elementor elementor-19011 elementor-4439\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-0c81a05 e-flex e-con-boxed e-con e-parent\" data-id=\"0c81a05\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dabc947 elementor-widget elementor-widget-html\" data-id=\"dabc947\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&family=Cairo:wght@400;500;600;700;900&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n:root {\r\n  --black: #F4F4F4;\r\n  --dark: #FFFFFF;\r\n  --card: #FFFFFF;\r\n  --border: rgba(0,0,0,0.08);\r\n  --border-hover: rgba(232,80,2,0.2);\r\n  --orange: #E85002;\r\n  --orange-light: #c84000;\r\n  --orange-glow: rgba(232,80,2,0.08);\r\n  --orange-glow-strong: rgba(232,80,2,0.15);\r\n  --text-primary: #000000;\r\n  --text-secondary: #333333;\r\n  --text-muted: #646464;\r\n  --input-bg: #F9F9F9;\r\n  --input-border: rgba(0,0,0,0.1);\r\n  --green: #22c55e;\r\n  --green-glow: rgba(34,197,94,0.08);\r\n}\r\n\r\n.aura-contact { font-family: 'Poppins', 'Cairo', sans-serif; color: #000000; background: #F4F4F4; direction: ltr; }\r\n\r\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\r\n.ac-hero {\r\n  background: #FFFFFF;\r\n  border-bottom: 1px solid var(--border);\r\n  padding: 60px 40px 50px;\r\n  text-align: center;\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n.ac-hero::before {\r\n  content:'';\r\n  position:absolute; top:-80px; left:50%;\r\n  transform:translateX(-50%);\r\n  width:500px; height:260px;\r\n  background: radial-gradient(ellipse, rgba(255,92,0,0.13) 0%, transparent 70%);\r\n  pointer-events:none;\r\n}\r\n.ac-hero-badge {\r\n  display:inline-block;\r\n  background: var(--orange-glow);\r\n  border: 1px solid rgba(255,92,0,0.3);\r\n  color: var(--orange-light);\r\n  font-size:0.72rem; font-weight:700;\r\n  letter-spacing:2px; padding:5px 16px;\r\n  border-radius:30px; margin-bottom:18px;\r\n  text-transform:uppercase;\r\n}\r\n.ac-hero h1 { font-size:2.4rem; font-weight:900; color:#000000; margin-bottom:12px; line-height:1.2; }\r\n.ac-hero h1 span { color:var(--orange); }\r\n.ac-hero p { color:var(--text-secondary); font-size:0.95rem; max-width:480px; margin:0 auto; line-height:1.9; }\r\n\r\n\/* \u2500\u2500 QUICK PILLS \u2500\u2500 *\/\r\n.ac-pills {\r\n  display:flex; justify-content:center; gap:10px;\r\n  padding:20px 40px;\r\n  background:#FFFFFF;\r\n  border-bottom:1px solid rgba(0,0,0,0.08);\r\n  flex-wrap:wrap;\r\n}\r\n.ac-pill {\r\n  display:flex; align-items:center; gap:7px;\r\n  background:#F4F4F4; border:1px solid rgba(0,0,0,0.1);\r\n  border-radius:30px; padding:7px 16px;\r\n  font-size:0.83rem; color:#646464;\r\n  text-decoration:none; cursor:pointer;\r\n  transition:all 0.2s; font-family:'Cairo',sans-serif;\r\n}\r\n.ac-pill:hover { border-color:var(--orange); background:var(--orange-glow); color:var(--orange-light); }\r\n.ac-pill svg { width:15px; height:15px; flex-shrink:0; }\r\n\r\n\/* \u2500\u2500 MAIN GRID \u2500\u2500 *\/\r\n.ac-main {\r\n  max-width:1100px; margin:0 auto;\r\n  padding:44px 24px 70px;\r\n  display:grid;\r\n  grid-template-columns: 1fr 400px;\r\n  gap:24px; align-items:start;\r\n}\r\n\r\n\/* \u2500\u2500 FORM CARD \u2500\u2500 *\/\r\n.ac-form-card {\r\n  background:#FFFFFF; border:1px solid rgba(0,0,0,0.08);\r\n  border-radius:20px; padding:32px 28px;\r\n  position:relative; overflow:hidden;\r\n  box-shadow:0 1px 4px rgba(0,0,0,0.04);\r\n}\r\n.ac-form-card::before {\r\n  content:''; position:absolute;\r\n  top:0; left:0; right:0; height:2px;\r\n  background:linear-gradient(90deg, transparent, var(--orange), transparent);\r\n}\r\n.ac-form-card h2 { font-size:1.2rem; font-weight:700; color:#000000; margin-bottom:5px; }\r\n.ac-form-card > p { color:#646464; font-size:0.83rem; margin-bottom:24px; }\r\n\r\n.ac-form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }\r\n.ac-fg { margin-bottom:14px; }\r\n.ac-fg label {\r\n  display:block; font-size:0.78rem; font-weight:600;\r\n  color:#333333; margin-bottom:6px;\r\n}\r\n.ac-fg label em { color:var(--orange); font-style:normal; }\r\n.ac-fg input, .ac-fg textarea, .ac-fg select {\r\n  width:100%; background:var(--input-bg);\r\n  border:1px solid var(--input-border);\r\n  border-radius:10px; padding:10px 13px;\r\n  font-family:'Cairo',sans-serif; font-size:0.87rem;\r\n  color:#000000; outline:none;\r\n  transition:border-color 0.2s, box-shadow 0.2s;\r\n  appearance:none;\r\n}\r\n.ac-fg input:focus, .ac-fg textarea:focus, .ac-fg select:focus {\r\n  border-color:var(--orange);\r\n  box-shadow:0 0 0 3px var(--orange-glow-strong);\r\n}\r\n.ac-fg input::placeholder, .ac-fg textarea::placeholder { color:var(--text-muted); font-family:'Cairo',sans-serif; }\r\n.ac-fg textarea { min-height:100px; resize:vertical; line-height:1.7; }\r\n.ac-fg select option { background:#F9F9F9; }\r\n\r\n\/* AI Suggestion Box *\/\r\n.ac-ai-suggestion {\r\n  display:none;\r\n  background: rgba(232,80,2,0.05);\r\n  border:1px solid rgba(232,80,2,0.15);\r\n  border-radius:10px; padding:12px 14px;\r\n  margin-top:8px; margin-bottom:4px;\r\n  font-size:0.82rem; color:var(--text-secondary);\r\n  line-height:1.7;\r\n}\r\n.ac-ai-suggestion.show { display:block; }\r\n.ac-ai-suggestion strong { color:#E85002; display:block; margin-bottom:4px; font-size:0.75rem; letter-spacing:0.5px; }\r\n.ac-ai-products { display:flex; gap:8px; flex-wrap:wrap; margin-top:8px; }\r\n.ac-ai-prod {\r\n  background:rgba(232,80,2,0.07); border:1px solid rgba(232,80,2,0.2);\r\n  border-radius:20px; padding:3px 12px;\r\n  font-size:0.78rem; color:#E85002;\r\n  cursor:pointer; transition:all 0.15s;\r\n}\r\n.ac-ai-prod:hover { background:rgba(232,80,2,0.15); }\r\n\r\n\/* WhatsApp smart button *\/\r\n.ac-wa-smart {\r\n  display:none; margin-bottom:14px;\r\n  background:linear-gradient(135deg,#f0faf0,#e8f5e8);\r\n  border:1px solid rgba(34,197,94,0.25);\r\n  border-radius:12px; padding:14px 16px;\r\n  align-items:center; gap:12px;\r\n  text-decoration:none; transition:all 0.2s;\r\n}\r\n.ac-wa-smart.show { display:flex; }\r\n.ac-wa-smart:hover { border-color:rgba(34,197,94,0.45); transform:translateY(-1px); }\r\n.ac-wa-smart-icon {\r\n  width:38px; height:38px; border-radius:10px;\r\n  background:rgba(34,197,94,0.15);\r\n  display:flex; align-items:center; justify-content:center; flex-shrink:0;\r\n}\r\n.ac-wa-smart-icon svg { width:20px; height:20px; }\r\n.ac-wa-smart-text strong { display:block; font-size:0.88rem; color:#000000; font-weight:700; }\r\n.ac-wa-smart-text span { font-size:0.78rem; color:#16a34a; }\r\n.ac-wa-arrow { margin-right:auto; }\r\n.ac-wa-arrow svg { width:16px; height:16px; color:rgba(34,197,94,0.5); }\r\n\r\n\/* Submit *\/\r\n.ac-submit {\r\n  width:100%; background:var(--orange); color:#000000;\r\n  border:none; border-radius:12px; padding:13px;\r\n  font-family:'Cairo',sans-serif; font-size:0.92rem; font-weight:700;\r\n  cursor:pointer; transition:all 0.2s;\r\n  display:flex; align-items:center; justify-content:center; gap:8px;\r\n  margin-top:6px;\r\n}\r\n.ac-submit:hover { background:var(--orange-light); transform:translateY(-1px); }\r\n.ac-submit svg { width:16px; height:16px; }\r\n\r\n\/* Success *\/\r\n.ac-success { display:none; text-align:center; padding:40px 20px; }\r\n.ac-success-circle {\r\n  width:64px; height:64px; border-radius:50%;\r\n  background:rgba(34,197,94,0.08); border:2px solid rgba(34,197,94,0.25);\r\n  display:flex; align-items:center; justify-content:center; margin:0 auto 16px;\r\n}\r\n.ac-success h3 { font-size:1.2rem; margin-bottom:8px; color:#000000; }\r\n.ac-success p { color:#646464; font-size:0.88rem; }\r\n\r\n\/* \u2500\u2500 SIDEBAR \u2500\u2500 *\/\r\n.ac-sidebar { display:flex; flex-direction:column; gap:16px; }\r\n\r\n\/* Calendar Card *\/\r\n.ac-calendar-card {\r\n  background:#FFFFFF; border:1px solid rgba(0,0,0,0.08);\r\n  border-radius:16px; padding:22px; overflow:hidden;\r\n  box-shadow:0 1px 4px rgba(0,0,0,0.04);\r\n}\r\n.ac-card-label {\r\n  font-size:0.72rem; font-weight:700; color:#E85002;\r\n  letter-spacing:1.5px; text-transform:uppercase;\r\n  margin-bottom:14px; display:flex; align-items:center; gap:7px;\r\n}\r\n.ac-card-label svg { width:14px; height:14px; }\r\n\r\n\/* Days selector *\/\r\n.ac-days { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin-bottom:14px; }\r\n.ac-day {\r\n  text-align:center; cursor:pointer;\r\n  background:#F4F4F4; border:1px solid rgba(0,0,0,0.1);\r\n  border-radius:10px; padding:10px 6px;\r\n  transition:all 0.2s;\r\n}\r\n.ac-day:hover { border-color:#E85002; background:rgba(232,80,2,0.06); }\r\n.ac-day.selected { background:var(--orange); border-color:var(--orange); }\r\n.ac-day .ac-day-name { font-size:0.7rem; color:#646464; display:block; margin-bottom:5px; }\r\n.ac-day .ac-day-num { font-size:1.1rem; font-weight:700; color:#000000; display:block; }\r\n.ac-day .ac-day-month { font-size:0.65rem; color:#646464; display:block; margin-top:2px; }\r\n.ac-day.selected .ac-day-name,\r\n.ac-day.selected .ac-day-month { color:rgba(255,255,255,0.85); }\r\n.ac-day.selected .ac-day-num { color:#fff; }\r\n\r\n\/* Time slots *\/\r\n.ac-times { display:grid; grid-template-columns:1fr 1fr 1fr; gap:7px; margin-bottom:14px; }\r\n.ac-slot {\r\n  background:#F4F4F4; border:1px solid rgba(0,0,0,0.1);\r\n  border-radius:8px; padding:7px 4px;\r\n  text-align:center; font-size:0.78rem;\r\n  color:#333333; cursor:pointer;\r\n  transition:all 0.2s; font-family:'Cairo',sans-serif;\r\n}\r\n.ac-slot:hover { border-color:#E85002; color:#E85002; }\r\n.ac-slot.selected { background:rgba(232,80,2,0.08); border-color:#E85002; color:#E85002; font-weight:700; }\r\n.ac-slot.booked { opacity:0.3; cursor:not-allowed; text-decoration:line-through; }\r\n\r\n.ac-book-btn {\r\n  width:100%; background:transparent;\r\n  border:1px solid #E85002; border-radius:10px;\r\n  padding:10px; color:#E85002;\r\n  font-family:'Cairo',sans-serif; font-size:0.88rem; font-weight:700;\r\n  cursor:pointer; transition:all 0.2s;\r\n  display:flex; align-items:center; justify-content:center; gap:7px;\r\n}\r\n.ac-book-btn:hover { background:#E85002; color:#fff; }\r\n.ac-book-btn svg { width:15px; height:15px; }\r\n.ac-book-btn:disabled { opacity:0.4; cursor:not-allowed; }\r\n\r\n.ac-booked-confirm {\r\n  display:none; text-align:center; padding:16px 0 4px;\r\n}\r\n.ac-booked-confirm .ac-bc-icon {\r\n  width:44px; height:44px; border-radius:50%;\r\n  background:rgba(34,197,94,0.1); border:1px solid rgba(34,197,94,0.3);\r\n  display:flex; align-items:center; justify-content:center; margin:0 auto 10px;\r\n}\r\n.ac-booked-confirm p { font-size:0.88rem; color:#000000; font-weight:600; margin-bottom:4px; }\r\n.ac-booked-confirm span { font-size:0.78rem; color:#646464; }\r\n\r\n\/* Info Card *\/\r\n.ac-info-card {\r\n  background:#FFFFFF; border:1px solid rgba(0,0,0,0.08);\r\n  border-radius:16px; padding:22px;\r\n  box-shadow:0 1px 4px rgba(0,0,0,0.04);\r\n}\r\n.ac-info-item {\r\n  display:flex; align-items:flex-start; gap:11px;\r\n  padding:10px 0; border-bottom:1px solid rgba(0,0,0,0.06);\r\n}\r\n.ac-info-item:last-child { border-bottom:none; padding-bottom:0; }\r\n.ac-info-item:first-child { padding-top:0; }\r\n.ac-info-icon {\r\n  width:34px; height:34px; border-radius:9px;\r\n  background:rgba(232,80,2,0.07); border:1px solid rgba(232,80,2,0.18);\r\n  display:flex; align-items:center; justify-content:center; flex-shrink:0;\r\n}\r\n.ac-info-icon svg { width:15px; height:15px; color:#E85002; }\r\n.ac-info-txt strong { display:block; font-size:0.72rem; color:#646464; font-weight:600; margin-bottom:3px; }\r\n.ac-info-txt a, .ac-info-txt span { font-size:0.88rem; color:#000000; font-weight:500; line-height:1.8; display:block; text-decoration:none; }\r\n.ac-info-txt a:hover { color:#E85002; }\r\n\r\n\/* WhatsApp main card *\/\r\n.ac-wa-card {\r\n  background:linear-gradient(135deg,#f0faf0,#e8f5e8);\r\n  border:1px solid rgba(34,197,94,0.2);\r\n  border-radius:16px; padding:20px;\r\n  display:flex; align-items:center; gap:13px;\r\n  text-decoration:none; transition:all 0.2s;\r\n}\r\n.ac-wa-card:hover { border-color:rgba(34,197,94,0.4); transform:translateY(-2px); }\r\n.ac-wa-icon {\r\n  width:44px; height:44px; border-radius:11px;\r\n  background:rgba(34,197,94,0.15);\r\n  display:flex; align-items:center; justify-content:center; flex-shrink:0;\r\n}\r\n.ac-wa-icon svg { width:22px; height:22px; }\r\n.ac-wa-txt strong { display:block; font-size:0.92rem; color:#000000; font-weight:700; margin-bottom:2px; }\r\n.ac-wa-txt span { font-size:0.78rem; color:#16a34a; }\r\n.ac-wa-chev { margin-right:auto; }\r\n.ac-wa-chev svg { width:16px; height:16px; color:rgba(34,197,94,0.45); }\r\n\r\n\/* Hours card *\/\r\n.ac-hours-card {\r\n  background:#FFFFFF; border:1px solid rgba(0,0,0,0.08);\r\n  border-radius:16px; padding:22px;\r\n  box-shadow:0 1px 4px rgba(0,0,0,0.04);\r\n}\r\n.ac-hours-row {\r\n  display:flex; justify-content:space-between; align-items:center;\r\n  padding:7px 0; border-bottom:1px solid rgba(0,0,0,0.05); font-size:0.83rem;\r\n}\r\n.ac-hours-row:last-child { border-bottom:none; }\r\n.ac-hours-row .ac-day-lbl { color:#333333; }\r\n.ac-hours-row .ac-time-val { color:#000000; font-weight:600; }\r\n.ac-hours-row .ac-closed { color:#646464; }\r\n.ac-open-dot {\r\n  display:inline-flex; align-items:center; gap:5px;\r\n  background:rgba(34,197,94,0.1); border:1px solid rgba(34,197,94,0.2);\r\n  color:#4ade80; font-size:0.7rem; font-weight:700;\r\n  padding:2px 9px; border-radius:20px;\r\n}\r\n.ac-dot { width:6px; height:6px; border-radius:50%; background:#4ade80; animation:acpulse 2s infinite; }\r\n@keyframes acpulse { 0%,100%{opacity:1} 50%{opacity:0.25} }\r\n\r\n\/* Map *\/\r\n.ac-map { border-radius:11px; overflow:hidden; border:1px solid var(--border); margin-top:6px; }\r\n.ac-map iframe { width:100%; height:150px; border:none; display:block; filter:invert(0.88) hue-rotate(180deg) brightness(0.85); }\r\n\r\n@media(max-width:800px) {\r\n  .ac-main { grid-template-columns:1fr; }\r\n  .ac-hero { padding:50px 20px 40px; }\r\n  .ac-hero h1 { font-size:1.8rem; }\r\n  .ac-form-row { grid-template-columns:1fr; }\r\n  .ac-pills { padding:16px 20px; }\r\n}\r\n<\/style>\r\n\r\n<div class=\"aura-contact\">\r\n\r\n<!-- Hero -->\r\n<div class=\"ac-hero\">\r\n  <div style=\"font-size:0.68rem;color:#E85002;font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-bottom:10px;\">TECHNOLOGY MEETS ELEGANCE<\/div>\r\n  <div class=\"ac-hero-badge\" id=\"ac-t-badge\">Contact Us<\/div>\r\n  <h1 id=\"ac-t-h1\">How Can We <span id=\"ac-t-h1s\">Help You?<\/span><\/h1>\r\n  <p id=\"ac-t-hero-p\">Our team is ready to answer all your questions \u2014 whether you're looking for a product or need advice on your smart home system.<\/p>\r\n<\/div>\r\n\r\n<!-- Quick Pills -->\r\n<div class=\"ac-pills\">\r\n  <a class=\"ac-pill\" href=\"tel:01016954848\">\r\n    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 11 19.79 19.79 0 01.22 2.38 2 2 0 012.2.22h3a2 2 0 012 1.72c.13.96.36 1.9.7 2.81a2 2 0 01-.45 2.11L6.91 7.91a16 16 0 006.06 6.06l1.27-1.27a2 2 0 012.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0122 16.92z\"\/><\/svg>\r\n    <span id=\"ac-t-pill-call\">Call Us<\/span>\r\n  <\/a>\r\n  <a class=\"ac-pill\" id=\"wa-pill-top\" href=\"https:\/\/wa.me\/201016954848?text=Hi%20Aura%2C%20I%20would%20like%20to%20inquire\" target=\"_blank\" rel=\"nofollow noopener\">\r\n    <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\r\n    <span id=\"ac-t-pill-wa\">WhatsApp<\/span>\r\n  <\/a>\r\n  <a class=\"ac-pill\" href=\"mailto:sales@aura.eg\">\r\n    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\r\n    sales@aura.eg\r\n  <\/a>\r\n<\/div>\r\n\r\n<!-- Main -->\r\n<div class=\"ac-main\">\r\n\r\n  <!-- Form -->\r\n  <div class=\"ac-form-card\">\r\n    <h2 id=\"ac-t-form-title\">Send Us a Message<\/h2>\r\n    <p id=\"ac-t-form-sub\">We typically respond within 1\u20132 hours during business hours.<\/p>\r\n\r\n    <div id=\"ac-form-body\">\r\n      <div class=\"ac-form-row\">\r\n        <div class=\"ac-fg\">\r\n          <label><em>*<\/em> <span id=\"ac-t-lbl-name\">Full Name<\/span><\/label>\r\n          <input type=\"text\" id=\"ac-name\" placeholder=\"John Smith\">\r\n        <\/div>\r\n        <div class=\"ac-fg\">\r\n          <label><em>*<\/em> <span id=\"ac-t-lbl-phone\">Phone Number<\/span><\/label>\r\n          <input type=\"tel\" id=\"ac-phone\" placeholder=\"+201xxxxxxxxx\" oninput=\"acUpdateWA()\">\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"ac-fg\">\r\n        <label><span id=\"ac-t-lbl-email\">Email Address<\/span><\/label>\r\n        <input type=\"email\" id=\"ac-email\" placeholder=\"example@email.com\">\r\n      <\/div>\r\n\r\n      <div class=\"ac-fg\">\r\n        <label><em>*<\/em> <span id=\"ac-t-lbl-topic\">Subject<\/span><\/label>\r\n        <select id=\"ac-topic\" onchange=\"acTopicChange()\">\r\n          <option value=\"\" disabled selected id=\"ac-t-opt0\">Select...<\/option>\r\n          <option value=\"product\" id=\"ac-t-opt1\">Product Inquiry<\/option>\r\n          <option value=\"install\" id=\"ac-t-opt2\">Installation Request<\/option>\r\n          <option value=\"warranty\" id=\"ac-t-opt3\">Warranty & Support<\/option>\r\n          <option value=\"order\" id=\"ac-t-opt4\">Order Follow-up<\/option>\r\n          <option value=\"other\" id=\"ac-t-opt5\">Other<\/option>\r\n        <\/select>\r\n      <\/div>\r\n\r\n      <div class=\"ac-fg\">\r\n        <label><em>*<\/em> <span id=\"ac-t-lbl-msg\">Your Message<\/span><\/label>\r\n        <textarea id=\"ac-msg\" placeholder=\"Write your message here...\" oninput=\"acAnalyzeMsg()\"><\/textarea>\r\n        <div class=\"ac-ai-suggestion\" id=\"ac-ai-box\">\r\n          <strong id=\"ac-t-ai-title\">\ud83e\udd16 Smart Suggestion \u2014 based on your message:<\/strong>\r\n          <span id=\"ac-ai-text\"><\/span>\r\n          <div class=\"ac-ai-products\" id=\"ac-ai-products\"><\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <a class=\"ac-wa-smart\" id=\"ac-wa-smart\" href=\"#\" target=\"_blank\">\r\n        <div class=\"ac-wa-smart-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"#4ade80\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"ac-wa-smart-text\">\r\n          <strong id=\"ac-wa-smart-title\">Send via WhatsApp instead of the form<\/strong>\r\n          <span id=\"ac-wa-smart-sub\">Your message will be ready and customized<\/span>\r\n        <\/div>\r\n        <div class=\"ac-wa-arrow\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg>\r\n        <\/div>\r\n      <\/a>\r\n\r\n      <button class=\"ac-submit\" onclick=\"acSubmit()\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"\/><polygon points=\"22 2 15 22 11 13 2 9 22 2\"\/><\/svg>\r\n        <span id=\"ac-t-submit\">Send Message<\/span>\r\n      <\/button>\r\n    <\/div>\r\n\r\n    <div class=\"ac-success\" id=\"ac-success\">\r\n      <div class=\"ac-success-circle\">\r\n        <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#4ade80\" stroke-width=\"2.5\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n      <\/div>\r\n      <h3 id=\"ac-t-suc-title\">Message Sent! \u2705<\/h3>\r\n      <p id=\"ac-t-suc-sub\">Thank you for contacting Aura. We will get back to you shortly.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Sidebar -->\r\n  <div class=\"ac-sidebar\">\r\n\r\n    <!-- Book a Call -->\r\n    <div class=\"ac-calendar-card\">\r\n      <div class=\"ac-card-label\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\r\n        <span id=\"ac-t-cal-title\">Book a Call with Our Team<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"ac-days\" id=\"ac-days-row\"><\/div>\r\n\r\n      <div class=\"ac-times\" id=\"ac-slots-row\"><\/div>\r\n\r\n      <button class=\"ac-book-btn\" id=\"ac-book-btn\" onclick=\"acBookCall()\" disabled>\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 11 19.79 19.79 0 01.22 2.38 2 2 0 012.2.22h3a2 2 0 012 1.72c.13.96.36 1.9.7 2.81a2 2 0 01-.45 2.11L6.91 7.91a16 16 0 006.06 6.06l1.27-1.27a2 2 0 012.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0122 16.92z\"\/><\/svg>\r\n        <span id=\"ac-t-book-btn\">Select a Time First<\/span>\r\n      <\/button>\r\n\r\n      <div class=\"ac-booked-confirm\" id=\"ac-booked-confirm\">\r\n        <div class=\"ac-bc-icon\">\r\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#4ade80\" stroke-width=\"2.5\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n        <\/div>\r\n        <p id=\"ac-booked-text\">Call Booked!<\/p>\r\n        <span id=\"ac-booked-sub\">Our team will contact you on your number<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- WhatsApp Card -->\r\n    <a class=\"ac-wa-card\" id=\"ac-wa-main\" href=\"https:\/\/wa.me\/201016954848?text=Hi%20Aura%2C%20I%20would%20like%20to%20inquire\" target=\"_blank\" rel=\"nofollow noopener\">\r\n      <div class=\"ac-wa-icon\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"#4ade80\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\r\n      <\/div>\r\n      <div class=\"ac-wa-txt\">\r\n        <strong id=\"ac-t-wa-title\">Chat with us on WhatsApp<\/strong>\r\n        <span id=\"ac-t-wa-sub\">Instant reply within minutes<\/span>\r\n      <\/div>\r\n      <div class=\"ac-wa-chev\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg>\r\n      <\/div>\r\n    <\/a>\r\n\r\n    <!-- Info Card -->\r\n    <div class=\"ac-info-card\">\r\n      <div class=\"ac-card-label\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 11 19.79 19.79 0 01.22 2.38 2 2 0 012.2.22h3a2 2 0 012 1.72c.13.96.36 1.9.7 2.81a2 2 0 01-.45 2.11L6.91 7.91a16 16 0 006.06 6.06l1.27-1.27a2 2 0 012.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0122 16.92z\"\/><\/svg>\r\n        <span id=\"ac-t-info-title\">Contact Information<\/span>\r\n      <\/div>\r\n      <div class=\"ac-info-item\">\r\n        <div class=\"ac-info-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 11 19.79 19.79 0 01.22 2.38 2 2 0 012.2.22h3a2 2 0 012 1.72c.13.96.36 1.9.7 2.81a2 2 0 01-.45 2.11L6.91 7.91a16 16 0 006.06 6.06l1.27-1.27a2 2 0 012.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0122 16.92z\"\/><\/svg><\/div>\r\n        <div class=\"ac-info-txt\">\r\n          <strong id=\"ac-t-lbl-phones\">Phone<\/strong>\r\n          <a href=\"tel:01016954848\">01016954848<\/a>\r\n          <a href=\"tel:01001330198\">01001330198<\/a>\r\n          <a href=\"tel:01023131987\">01023131987<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"ac-info-item\">\r\n        <div class=\"ac-info-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg><\/div>\r\n        <div class=\"ac-info-txt\">\r\n          <strong id=\"ac-t-lbl-emaill\">Email Address<\/strong>\r\n          <span>sales@aura.eg<\/span>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"ac-info-item\">\r\n        <div class=\"ac-info-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg><\/div>\r\n        <div class=\"ac-info-txt\">\r\n          <strong id=\"ac-t-lbl-address\">Address<\/strong>\r\n          <span id=\"ac-t-address\">219 Adalus Buildings, Opposite Mivida Compound, 5th Settlement, New Cairo, Egypt<\/span>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"ac-map\">\r\n        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3455.341158805752!2d31.532979496665064!3d29.998358930458416!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14583d4dd9340183%3A0x8b171f65efc3b72c!2sAura%20Home%20Automation%20%7C%20Smart%20Home%20%26%20Smart%20Lock!5e0!3m2!1sar!2seg!4v1779981911547!5m2!1sar!2seg\" allowfullscreen loading=\"lazy\"><\/iframe>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Hours -->\r\n    <div class=\"ac-hours-card\">\r\n      <div class=\"ac-card-label\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n        <span id=\"ac-t-hours-title\">Business Hours<\/span>\r\n        <div class=\"ac-open-dot\"><div class=\"ac-dot\"><\/div><span id=\"ac-t-open-now\">Open Now<\/span><\/div>\r\n      <\/div>\r\n      <div class=\"ac-hours-row\"><span class=\"ac-day-lbl\" id=\"ac-t-days-range\">Saturday \u2013 Thursday<\/span><span class=\"ac-time-val\" id=\"ac-t-hours-val\">10:00 AM \u2013 6:00 PM<\/span><\/div>\r\n      <div class=\"ac-hours-row\"><span class=\"ac-day-lbl\" id=\"ac-t-friday\">Friday<\/span><span class=\"ac-closed\" id=\"ac-t-closed\">Closed<\/span><\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<script>\r\n\/\/ \u2500\u2500 LANGUAGE DETECTION \u2500\u2500\r\nconst acLang = 'en';\r\nconst acT = {\r\n  ar: {\r\n    badge:'\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627', h1:'How Can We', h1s:'\u0645\u0633\u0627\u0639\u062f\u062a\u0643\u061f',\r\n    herop:'\u0641\u0631\u064a\u0642\u0646\u0627 \u062c\u0627\u0647\u0632 \u0644\u0644\u0631\u062f \u0639\u0644\u0649 \u0643\u0644 \u0623\u0633\u0626\u0644\u062a\u0643 \u2014 \u0633\u0648\u0627\u0621 \u0643\u0646\u062a \u062a\u0628\u062d\u062b \u0639\u0646 \u0645\u0646\u062a\u062c \u0623\u0648 \u062a\u062d\u062a\u0627\u062c \u0646\u0635\u064a\u062d\u0629 \u0641\u064a \u0627\u062e\u062a\u064a\u0627\u0631 \u0646\u0638\u0627\u0645 \u0645\u0646\u0632\u0644\u0643 \u0627\u0644\u0630\u0643\u064a',\r\n    pillCall:'\u0627\u062a\u0635\u0644 \u0628\u0646\u0627', pillWa:'\u0648\u0627\u062a\u0633\u0627\u0628',\r\n    formTitle:'\u0623\u0631\u0633\u0644 \u0644\u0646\u0627 \u0631\u0633\u0627\u0644\u0629', formSub:'\u0633\u0646\u0631\u062f \u0639\u0644\u064a\u0643 \u062e\u0644\u0627\u0644 1\u20132 \u0633\u0627\u0639\u0629 \u0641\u064a \u0623\u0648\u0642\u0627\u062a \u0627\u0644\u0639\u0645\u0644',\r\n    lblName:'\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644', lblPhone:'\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641', lblEmail:'\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a',\r\n    lblTopic:'\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631', opt0:'\u0627\u062e\u062a\u0631...', opt1:'\u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0646 \u0645\u0646\u062a\u062c',\r\n    opt2:'\u0637\u0644\u0628 \u062a\u0631\u0643\u064a\u0628', opt3:'\u0636\u0645\u0627\u0646 \u0648\u0635\u064a\u0627\u0646\u0629', opt4:'\u0645\u062a\u0627\u0628\u0639\u0629 \u0637\u0644\u0628', opt5:'\u0623\u062e\u0631\u0649',\r\n    lblMsg:'\u0631\u0633\u0627\u0644\u062a\u0643', aiTitle:'\ud83e\udd16 \u0627\u0642\u062a\u0631\u0627\u062d \u0630\u0643\u064a \u2014 \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0631\u0633\u0627\u0644\u062a\u0643:',\r\n    waSmartDefault:'Send via WhatsApp instead of the form',\r\n    waSmartSub:'Your message will be ready and customized',\r\n    submit:'\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629', sucTitle:'\u062a\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644 \u0628\u0646\u062c\u0627\u062d! \u2705',\r\n    sucSub:'\u0634\u0643\u0631\u0627\u064b \u0644\u062a\u0648\u0627\u0635\u0644\u0643 \u0645\u0639 Aura. \u0633\u0646\u0631\u062f \u0639\u0644\u064a\u0643 \u0641\u064a \u0623\u0642\u0631\u0628 \u0648\u0642\u062a \u0645\u0645\u0643\u0646.',\r\n    namePh:'\u0645\u062d\u0645\u062f \u0623\u062d\u0645\u062f', phonePh:'01xxxxxxxxx', msgPh:'\u0627\u0643\u062a\u0628 \u0631\u0633\u0627\u0644\u062a\u0643 \u0647\u0646\u0627...',\r\n    calTitle:'\u0627\u062d\u062c\u0632 \u0645\u0643\u0627\u0644\u0645\u0629 \u0645\u0639 \u0641\u0631\u064a\u0642\u0646\u0627', bookBtn:'\u0627\u062e\u062a\u0627\u0631 \u0648\u0642\u062a \u0627\u0644\u0623\u0648\u0644',\r\n    bookedSub:'\u0633\u064a\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0643 \u0641\u0631\u064a\u0642\u0646\u0627 \u0639\u0644\u0649 \u0631\u0642\u0645\u0643 \u0627\u0644\u0645\u0633\u062c\u0644',\r\n    waTitle:'\u062a\u062d\u062f\u062b \u0645\u0639\u0646\u0627 \u0639\u0644\u0649 \u0648\u0627\u062a\u0633\u0627\u0628', waSub:'\u0631\u062f \u0641\u0648\u0631\u064a \u062e\u0644\u0627\u0644 \u062f\u0642\u0627\u0626\u0642',\r\n    infoTitle:'\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644', lblPhones:'\u0627\u0644\u0647\u0627\u062a\u0641',\r\n    lblEmaill:'\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a', lblAddress:'\u0627\u0644\u0639\u0646\u0648\u0627\u0646',\r\n    address:'219 \u0639\u0645\u0627\u0631\u0627\u062a \u0627\u0644\u0627\u0646\u062f\u0644\u0633\u060c \u0623\u0645\u0627\u0645 \u0643\u0645\u0628\u0648\u0646\u062f \u0645\u064a\u0641\u064a\u062f\u0627\u060c \u0627\u0644\u062a\u062c\u0645\u0639 \u0627\u0644\u062e\u0627\u0645\u0633\u060c \u0627\u0644\u0642\u0627\u0647\u0631\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629',\r\n    hoursTitle:'\u0633\u0627\u0639\u0627\u062a \u0627\u0644\u0639\u0645\u0644', openNow:'\u0645\u0641\u062a\u0648\u062d \u0627\u0644\u0622\u0646',\r\n    daysRange:'\u0627\u0644\u0633\u0628\u062a \u2013 \u0627\u0644\u062e\u0645\u064a\u0633', hoursVal:'9:00 \u0635 \u2013 6:00 \u0645',\r\n    friday:'\u0627\u0644\u062c\u0645\u0639\u0629', closed:'\u0625\u062c\u0627\u0632\u0629',\r\n    dayNames:['\u0627\u0644\u0623\u062d\u062f','\u0627\u0644\u0627\u062b\u0646\u064a\u0646','\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621','\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621','\u0627\u0644\u062e\u0645\u064a\u0633','','\u0627\u0644\u0633\u0628\u062a'],\r\n    monthNames:['\u064a\u0646\u0627\u064a\u0631','\u0641\u0628\u0631\u0627\u064a\u0631','\u0645\u0627\u0631\u0633','\u0623\u0628\u0631\u064a\u0644','\u0645\u0627\u064a\u0648','\u064a\u0648\u0646\u064a\u0648','\u064a\u0648\u0644\u064a\u0648','\u0623\u063a\u0633\u0637\u0633','\u0633\u0628\u062a\u0645\u0628\u0631','\u0623\u0643\u062a\u0648\u0628\u0631','\u0646\u0648\u0641\u0645\u0628\u0631','\u062f\u064a\u0633\u0645\u0628\u0631'],\r\n    slots:['10:00 \u0635','11:00 \u0635','12:00 \u0645','1:00 \u0645','2:00 \u0645','3:00 \u0645','4:00 \u0645','5:00 \u0645'],\r\n    bookedSlots:{'10:00 \u0635':true,'1:00 \u0645':true},\r\n    bookConfirm:'\u062a\u0645 \u0627\u0644\u062d\u062c\u0632:','bookConfirmSub':'\u0633\u064a\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0643 \u0641\u0631\u064a\u0642\u0646\u0627 \u0639\u0644\u0649 \u0631\u0642\u0645\u0643 \u0627\u0644\u0645\u0633\u062c\u0644',\r\n    waMessages:{product:'\u0645\u0631\u062d\u0628\u0627 Aura \ud83d\udc4b\u060c \u0623\u0631\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0646 \u0645\u0646\u062a\u062c \u0633\u0645\u0627\u0631\u062a \u0647\u0648\u0645',install:'\u0645\u0631\u062d\u0628\u0627 Aura \ud83d\udc4b\u060c \u0623\u0631\u064a\u062f \u0637\u0644\u0628 \u062a\u0631\u0643\u064a\u0628 \u0646\u0638\u0627\u0645 \u0645\u0646\u0632\u0644 \u0630\u0643\u064a',warranty:'\u0645\u0631\u062d\u0628\u0627 Aura \ud83d\udc4b\u060c \u0639\u0646\u062f\u064a \u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0646 \u0627\u0644\u0636\u0645\u0627\u0646 \u0648\u0627\u0644\u0635\u064a\u0627\u0646\u0629',order:'\u0645\u0631\u062d\u0628\u0627 Aura \ud83d\udc4b\u060c \u0623\u0631\u064a\u062f \u0645\u062a\u0627\u0628\u0639\u0629 \u062d\u0627\u0644\u0629 \u0637\u0644\u0628\u064a',other:'\u0645\u0631\u062d\u0628\u0627 Aura \ud83d\udc4b\u060c \u0639\u0646\u062f\u064a \u0627\u0633\u062a\u0641\u0633\u0627\u0631'},\r\n    waTitles:{product:'\u0627\u0628\u0639\u062a \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0639\u0644\u0649 \u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631\u0629',install:'\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0627\u0644\u062a\u0631\u0643\u064a\u0628 \u0639\u0644\u0649 \u0648\u0627\u062a\u0633\u0627\u0628',warranty:'\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0641\u0631\u064a\u0642 \u0627\u0644\u062f\u0639\u0645 \u0627\u0644\u0641\u0646\u064a',order:'\u062a\u0627\u0628\u0639 \u0637\u0644\u0628\u0643 \u0639\u0644\u0649 \u0648\u0627\u062a\u0633\u0627\u0628 \u0641\u0648\u0631\u0627\u064b',other:'\u062a\u0641\u0636\u0644 \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0639\u0644\u0649 \u0648\u0627\u062a\u0633\u0627\u0628'},\r\n    suggestions:{\r\n      lock:{text:'\u064a\u0628\u062f\u0648 \u0625\u0646\u0643 \u0628\u062a\u0633\u0623\u0644 \u0639\u0646 \u0623\u0642\u0641\u0627\u0644 \u0630\u0643\u064a\u0629 \u2014 \u0639\u0646\u062f\u0646\u0627 \u0623\u062d\u062f\u062b \u0645\u0648\u062f\u064a\u0644\u0627\u062a Aqara \u0648Yale \u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u0634\u062d\u0646 \u0627\u0644\u0641\u0648\u0631\u064a.',products:['Aqara Smart Lock','Yale Conexis','Tuya Fingerprint Lock']},\r\n      camera:{text:'\u0628\u062a\u062f\u0648\u0631 \u0639\u0644\u0649 \u0643\u0627\u0645\u064a\u0631\u0627\u062a \u0645\u0631\u0627\u0642\u0628\u0629 \u2014 \u0639\u0646\u062f\u0646\u0627 \u0643\u0627\u0645\u064a\u0631\u0627\u062a Xiaomi \u0648Imou \u0628\u062f\u0642\u0629 4K \u0645\u0639 \u0631\u0624\u064a\u0629 \u0644\u064a\u0644\u064a\u0629.',products:['Xiaomi C300','Imou Bullet 4K','Tapo C220']},\r\n      alexa:{text:'\u0628\u062a\u0633\u0623\u0644 \u0639\u0646 Alexa \u0623\u0648 Google Home \u2014 \u0639\u0646\u062f\u0646\u0627 \u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0623\u0635\u0644\u064a\u0629 \u0645\u0639 \u0636\u0645\u0627\u0646 \u0643\u0627\u0645\u0644.',products:['Echo Dot 5th Gen','Echo Show 8','Google Nest Mini']},\r\n      light:{text:'\u0625\u0636\u0627\u0621\u0629 \u0630\u0643\u064a\u0629\u061f \u0639\u0646\u062f\u0646\u0627 \u0644\u0645\u0628\u0627\u062a Philips Hue \u0648Yeelight \u0628\u0623\u0644\u0648\u0627\u0646 \u0644\u0627 \u0646\u0647\u0627\u064a\u0629.',products:['Philips Hue Starter','Yeelight RGBW','Sonoff Smart Switch']},\r\n      sensor:{text:'\u0628\u062a\u062f\u0648\u0631 \u0639\u0644\u0649 \u0633\u0646\u0633\u0648\u0631\u0627\u062a \u2014 \u0639\u0646\u062f\u0646\u0627 \u0633\u0646\u0633\u0648\u0631\u0627\u062a \u062d\u0631\u0643\u0629 \u0648\u062d\u0631\u0627\u0631\u0629 \u0645\u0646 Aqara \u0648Tuya.',products:['Aqara Motion Sensor','Tuya Temp Sensor','Sonoff SNZB-03']},\r\n      hub:{text:'\u0628\u062a\u0633\u0623\u0644 \u0639\u0646 Hub \u0644\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u0645\u0646\u0632\u0644\u064a \u2014 \u0639\u0646\u062f\u0646\u0627 Home Assistant \u0648Sonoff NSPanel Pro.',products:['Sonoff NSPanel Pro','Aqara Hub M2','Home Assistant Yellow']}\r\n    },\r\n    aiKeywords:{lock:['\u0642\u0641\u0644','\u0628\u0627\u0628'],camera:['\u0643\u0627\u0645\u064a\u0631\u0627','\u0645\u0631\u0627\u0642\u0628'],alexa:['alexa','\u0627\u0644\u064a\u0643\u0633\u0627','google','\u0645\u0633\u0627\u0639\u062f'],light:['\u0644\u0645\u0628','\u0625\u0636\u0627\u0621','\u0646\u0648\u0631'],sensor:['\u0633\u0646\u0633\u0648\u0631','\u062d\u0631\u0643','\u062d\u0631\u0627\u0631'],hub:['hub','\u0647\u0627\u0628','\u062a\u062d\u0643\u0645','\u0646\u0638\u0627\u0645']}\r\n  },\r\n  en: {\r\n    badge:'Contact Us', h1:'How Can We', h1s:'Help You?',\r\n    herop:\"Our team is ready to answer all your questions \u2014 whether you're looking for a product or need advice on your smart home system.\",\r\n    pillCall:'Call Us', pillWa:'WhatsApp',\r\n    formTitle:'Send Us a Message', formSub:'We typically respond within 1\u20132 hours during business hours.',\r\n    lblName:'Full Name', lblPhone:'Phone Number', lblEmail:'Email Address',\r\n    lblTopic:'Subject', opt0:'Select...', opt1:'Product Inquiry',\r\n    opt2:'Installation Request', opt3:'Warranty & Support', opt4:'Order Follow-up', opt5:'Other',\r\n    lblMsg:'Your Message', aiTitle:'\ud83e\udd16 Smart Suggestion \u2014 based on your message:',\r\n    waSmartDefault:'Send via WhatsApp instead of the form',\r\n    waSmartSub:'Your message will be ready and customized',\r\n    submit:'Send Message', sucTitle:'Message Sent! \u2705',\r\n    sucSub:'Thank you for contacting Aura. We will get back to you shortly.',\r\n    namePh:'John Smith', phonePh:'+201xxxxxxxxx', msgPh:'Write your message here...',\r\n    calTitle:'Book a Call with Our Team', bookBtn:'Select a Time First',\r\n    bookedSub:'Our team will contact you on your registered number',\r\n    waTitle:'Chat with us on WhatsApp', waSub:'Instant reply within minutes',\r\n    infoTitle:'Contact Information', lblPhones:'Phone',\r\n    lblEmaill:'Email Address', lblAddress:'Address',\r\n    address:'219 Adalus Buildings, Opposite Mivida Compound, 5th Settlement, New Cairo, Egypt',\r\n    hoursTitle:'Business Hours', openNow:'Open Now',\r\n    daysRange:'Saturday \u2013 Thursday', hoursVal:'9:00 AM \u2013 6:00 PM',\r\n    friday:'Friday', closed:'Closed',\r\n    dayNames:['Sun','Mon','Tue','Wed','Thu','','Sat'],\r\n    monthNames:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],\r\n    slots:['10:00 AM','11:00 AM','12:00 PM','1:00 PM','2:00 PM','3:00 PM','4:00 PM','5:00 PM'],\r\n    bookedSlots:{'10:00 AM':true,'1:00 PM':true},\r\n    bookConfirm:'Booked:',bookConfirmSub:'Our team will call you on your number',\r\n    waMessages:{product:'Hi Aura \ud83d\udc4b, I want to inquire about a smart home product',install:\"Hi Aura \ud83d\udc4b, I'd like to request a smart home installation\",warranty:'Hi Aura \ud83d\udc4b, I have a question about warranty and support',order:'Hi Aura \ud83d\udc4b, I want to follow up on my order',other:'Hi Aura \ud83d\udc4b, I have a question'},\r\n    waTitles:{product:'Send your inquiry via WhatsApp',install:'Book installation via WhatsApp',warranty:'Contact our support team',order:'Track your order on WhatsApp',other:'Contact us on WhatsApp'},\r\n    suggestions:{\r\n      lock:{text:'It looks like you are asking about smart locks \u2014 we have the latest Aqara and Yale models available for immediate shipping.',products:['Aqara Smart Lock','Yale Conexis','Tuya Fingerprint Lock']},\r\n      camera:{text:'Looking for security cameras? We carry Xiaomi and Imou 4K cameras with night vision.',products:['Xiaomi C300','Imou Bullet 4K','Tapo C220']},\r\n      alexa:{text:'Asking about Alexa or Google Home? We carry original devices with full warranty.',products:['Echo Dot 5th Gen','Echo Show 8','Google Nest Mini']},\r\n      light:{text:'Smart lighting? We have Philips Hue and Yeelight bulbs in unlimited colors.',products:['Philips Hue Starter','Yeelight RGBW','Sonoff Smart Switch']},\r\n      sensor:{text:'Looking for sensors? We carry motion, temperature and humidity sensors from Aqara and Tuya.',products:['Aqara Motion Sensor','Tuya Temp Sensor','Sonoff SNZB-03']},\r\n      hub:{text:'Looking for a smart home hub? We carry Home Assistant and Sonoff NSPanel Pro.',products:['Sonoff NSPanel Pro','Aqara Hub M2','Home Assistant Yellow']}\r\n    },\r\n    aiKeywords:{lock:['lock','door'],camera:['camera','security','cctv'],alexa:['alexa','google','assistant','voice'],light:['light','bulb','lamp','switch'],sensor:['sensor','motion','temperature','humidity'],hub:['hub','controller','system','automate']}\r\n  }\r\n};\r\nconst T = acT[acLang];\r\n\r\n\/\/ Apply all translations to DOM\r\nfunction acApplyTranslations(){\r\n  const ids = {\r\n    'ac-t-badge':T.badge,'ac-t-h1s':T.h1s,'ac-t-hero-p':T.herop,\r\n    'ac-t-pill-call':T.pillCall,'ac-t-pill-wa':T.pillWa,\r\n    'ac-t-form-title':T.formTitle,'ac-t-form-sub':T.formSub,\r\n    'ac-t-lbl-name':T.lblName,'ac-t-lbl-phone':T.lblPhone,\r\n    'ac-t-lbl-email':T.lblEmail,'ac-t-lbl-topic':T.lblTopic,\r\n    'ac-t-opt0':T.opt0,'ac-t-opt1':T.opt1,'ac-t-opt2':T.opt2,\r\n    'ac-t-opt3':T.opt3,'ac-t-opt4':T.opt4,'ac-t-opt5':T.opt5,\r\n    'ac-t-lbl-msg':T.lblMsg,'ac-t-ai-title':T.aiTitle,\r\n    'ac-wa-smart-title':T.waSmartDefault,'ac-wa-smart-sub':T.waSmartSub,\r\n    'ac-t-submit':T.submit,'ac-t-suc-title':T.sucTitle,'ac-t-suc-sub':T.sucSub,\r\n    'ac-t-cal-title':T.calTitle,'ac-t-book-btn':T.bookBtn,\r\n    'ac-booked-sub':T.bookedSub,\r\n    'ac-t-wa-title':T.waTitle,'ac-t-wa-sub':T.waSub,\r\n    'ac-t-info-title':T.infoTitle,'ac-t-lbl-phones':T.lblPhones,\r\n    'ac-t-lbl-emaill':T.lblEmaill,'ac-t-lbl-address':T.lblAddress,\r\n    'ac-t-address':T.address,'ac-t-hours-title':T.hoursTitle,\r\n    'ac-t-open-now':T.openNow,'ac-t-days-range':T.daysRange,\r\n    'ac-t-hours-val':T.hoursVal,'ac-t-friday':T.friday,'ac-t-closed':T.closed\r\n  };\r\n  Object.entries(ids).forEach(([id,val])=>{ const el=document.getElementById(id); if(el) el.textContent=val; });\r\n  \/\/ h1 special\r\n  const h1 = document.getElementById('ac-t-h1');\r\n  if(h1) h1.childNodes[0].textContent = T.h1 + ' ';\r\n  \/\/ placeholders\r\n  const ph = {'ac-name':T.namePh,'ac-phone':T.phonePh,'ac-msg':T.msgPh};\r\n  Object.entries(ph).forEach(([id,val])=>{ const el=document.getElementById(id); if(el) el.placeholder=val; });\r\n  \/\/ WA default link\r\n  const waDefault = encodeURIComponent(T.waMessages.other);\r\n  ['wa-pill-top','ac-wa-main'].forEach(id=>{ const el=document.getElementById(id); if(el) el.href=`https:\/\/wa.me\/201016954848?text=${waDefault}`; });\r\n}\r\nacApplyTranslations();\r\n\r\n\/\/ \u2500\u2500 CALENDAR: Build next 6 working days \u2500\u2500\r\n(function(){\r\n  \/\/ index 0=Sun,1=Mon,2=Tue,3=Wed,4=Thu,5=Fri(skip),6=Sat\r\n  const dayNames = T.dayNames;\r\n  const monthNames = T.monthNames;\r\n  const container = document.getElementById('ac-days-row');\r\n  const today = new Date();\r\n  let added = 0, offset = 1; \/\/ start from tomorrow\r\n  while(added < 6){\r\n    const d = new Date(today);\r\n    d.setDate(today.getDate() + offset);\r\n    if(d.getDay() !== 5){ \/\/ skip Friday\r\n      const div = document.createElement('div');\r\n      div.className = 'ac-day';\r\n      div.dataset.date = `${d.getDate()} ${monthNames[d.getMonth()]}`;\r\n      div.dataset.fulldate = `${dayNames[d.getDay()]} ${d.getDate()} ${monthNames[d.getMonth()]}`;\r\n      div.innerHTML = `<span class=\"ac-day-name\">${dayNames[d.getDay()]}<\/span><span class=\"ac-day-num\">${d.getDate()}<\/span><span class=\"ac-day-month\">${monthNames[d.getMonth()]}<\/span>`;\r\n      div.onclick = function(){ selectDay(this); };\r\n      container.appendChild(div);\r\n      added++;\r\n    }\r\n    offset++;\r\n  }\r\n})();\r\n\r\nconst allSlots = T.slots;\r\nconst bookedMap = T.bookedSlots;\r\n\r\nfunction selectDay(el){\r\n  document.querySelectorAll('.ac-day').forEach(d=>d.classList.remove('selected'));\r\n  el.classList.add('selected');\r\n  buildSlots();\r\n}\r\n\r\nfunction buildSlots(){\r\n  const container = document.getElementById('ac-slots-row');\r\n  container.innerHTML = '';\r\n  allSlots.forEach(s=>{\r\n    const div = document.createElement('div');\r\n    div.className = 'ac-slot' + (bookedMap[s]?' booked':'');\r\n    div.textContent = s;\r\n    if(!bookedMap[s]) div.onclick = function(){ selectSlot(this); };\r\n    container.appendChild(div);\r\n  });\r\n}\r\n\r\nfunction selectSlot(el){\r\n  document.querySelectorAll('.ac-slot').forEach(s=>s.classList.remove('selected'));\r\n  el.classList.add('selected');\r\n  const btn = document.getElementById('ac-book-btn');\r\n  btn.disabled = false;\r\n  const bookLabel = acLang==='en'?`Book ${el.textContent}`:`\u0627\u062d\u062c\u0632 \u0627\u0644\u0633\u0627\u0639\u0629 ${el.textContent}`;\r\n  btn.innerHTML = `<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" width=\"15\" height=\"15\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 11 19.79 19.79 0 01.22 2.38 2 2 0 012.2.22h3a2 2 0 012 1.72c.13.96.36 1.9.7 2.81a2 2 0 01-.45 2.11L6.91 7.91a16 16 0 006.06 6.06l1.27-1.27a2 2 0 012.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0122 16.92z\"\/><\/svg> ${bookLabel}`;\r\n}\r\n\r\nfunction acBookCall(){\r\n  const day = document.querySelector('.ac-day.selected');\r\n  const slot = document.querySelector('.ac-slot.selected');\r\n  if(!day||!slot) return;\r\n  document.querySelector('.ac-days').style.display='none';\r\n  document.getElementById('ac-slots-row').style.display='none';\r\n  document.getElementById('ac-book-btn').style.display='none';\r\n  const conf = document.getElementById('ac-booked-confirm');\r\n  conf.style.display='block';\r\n  document.getElementById('ac-booked-text').textContent = `${T.bookConfirm} ${day.dataset.fulldate} \u2014 ${slot.textContent}`;\r\n  document.getElementById('ac-booked-sub').textContent = T.bookConfirmSub;\r\n  \/\/ Open WhatsApp with booking details\r\n  const bookMsg = acLang==='en'?`Hi Aura, I'd like to book a call on ${day.dataset.fulldate} at ${slot.textContent}`:`\u0645\u0631\u062d\u0628\u0627 Aura\u060c \u0623\u0631\u064a\u062f \u062d\u062c\u0632 \u0645\u0643\u0627\u0644\u0645\u0629 ${day.dataset.fulldate} \u0627\u0644\u0633\u0627\u0639\u0629 ${slot.textContent}`;\r\n  const msg = encodeURIComponent(bookMsg);\r\n  window.open(`https:\/\/wa.me\/201016954848?text=${msg}`, '_blank');\r\n}\r\n\r\n\/\/ \u2500\u2500 SMART WHATSAPP: Pre-filled message based on topic \u2500\u2500\r\nconst waMessages = T.waMessages;\r\nconst waTitles = T.waTitles;\r\n\r\nfunction acTopicChange(){\r\n  const topic = document.getElementById('ac-topic').value;\r\n  if(!topic) return;\r\n  const waBtn = document.getElementById('ac-wa-smart');\r\n  const phone = document.getElementById('ac-phone').value || '';\r\n  const msg = encodeURIComponent(waMessages[topic] || waMessages.other);\r\n  waBtn.href = `https:\/\/wa.me\/201016954848?text=${msg}`;\r\n  document.getElementById('ac-wa-smart-title').textContent = waTitles[topic] || waTitles.other;\r\n  document.getElementById('ac-wa-smart-sub').textContent = acLang==='en'?'Customized message ready \u2014 one tap':'\u0631\u0633\u0627\u0644\u0629 \u0645\u062e\u0635\u0635\u0629 \u062c\u0627\u0647\u0632\u0629 \u2014 \u0636\u063a\u0637\u0629 \u0648\u0627\u062d\u062f\u0629 \u0628\u0633';\r\n  waBtn.classList.add('show');\r\n  \/\/ Update top pill too\r\n  document.getElementById('wa-pill-top').href = `https:\/\/wa.me\/201016954848?text=${msg}`;\r\n  document.getElementById('ac-wa-main').href = `https:\/\/wa.me\/201016954848?text=${msg}`;\r\n}\r\n\r\nfunction acUpdateWA(){\r\n  const topic = document.getElementById('ac-topic').value;\r\n  if(topic) acTopicChange();\r\n}\r\n\r\n\/\/ \u2500\u2500 AI SMART SUGGESTION \u2500\u2500\r\nconst suggestions = T.suggestions;\r\n\r\nfunction acAnalyzeMsg(){\r\n  const msg = document.getElementById('ac-msg').value.toLowerCase();\r\n  const box = document.getElementById('ac-ai-box');\r\n  const txt = document.getElementById('ac-ai-text');\r\n  const prods = document.getElementById('ac-ai-products');\r\n\r\n  let matched = null;\r\n  const kw = T.aiKeywords;\r\n  for(const[key,words] of Object.entries(kw)){\r\n    if(words.some(w=>msg.includes(w))){ matched=suggestions[key]; break; }\r\n  }\r\n\r\n  if(matched && msg.length > 8){\r\n    txt.textContent = matched.text;\r\n    prods.innerHTML = '';\r\n    matched.products.forEach(p=>{\r\n      const span = document.createElement('span');\r\n      span.className = 'ac-ai-prod';\r\n      span.textContent = p;\r\n      span.onclick = ()=>{\r\n        const topic = document.getElementById('ac-topic');\r\n        if(!topic.value){ topic.value='product'; acTopicChange(); }\r\n        const aiProdMsg = acLang==='en'?`Hi Aura \ud83d\udc4b, I want to inquire about ${p}`:`\u0645\u0631\u062d\u0628\u0627 Aura \ud83d\udc4b\u060c \u0623\u0631\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0646 \u0645\u0646\u062a\u062c ${p}`;\r\n        const m = encodeURIComponent(aiProdMsg);\r\n        window.open(`https:\/\/wa.me\/201016954848?text=${m}`,'_blank');\r\n      };\r\n      prods.appendChild(span);\r\n    });\r\n    box.classList.add('show');\r\n  } else {\r\n    box.classList.remove('show');\r\n  }\r\n}\r\n\r\nfunction acSubmit(){\r\n  const name = document.getElementById('ac-name').value;\r\n  const phone = document.getElementById('ac-phone').value;\r\n  if(!name||!phone) return;\r\n  document.getElementById('ac-form-body').style.display='none';\r\n  document.getElementById('ac-success').style.display='block';\r\n}\r\n\r\n\/\/ Init slots hidden until day selected\r\ndocument.getElementById('ac-slots-row').style.display='none';\r\ndocument.getElementById('ac-book-btn').style.opacity='0.5';\r\n\r\n\/\/ Show slots when day clicked\r\ndocument.querySelectorAll('.ac-day').forEach(d=>{\r\n  d.addEventListener('click', function(){\r\n    document.getElementById('ac-slots-row').style.display='grid';\r\n    document.getElementById('ac-book-btn').style.opacity='1';\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>TECHNOLOGY MEETS ELEGANCE Contact Us How Can We Help You? Our team is ready to answer all your questions \u2014<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-19011","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aura.eg\/en\/wp-json\/wp\/v2\/pages\/19011","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aura.eg\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aura.eg\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aura.eg\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aura.eg\/en\/wp-json\/wp\/v2\/comments?post=19011"}],"version-history":[{"count":15,"href":"https:\/\/aura.eg\/en\/wp-json\/wp\/v2\/pages\/19011\/revisions"}],"predecessor-version":[{"id":35232,"href":"https:\/\/aura.eg\/en\/wp-json\/wp\/v2\/pages\/19011\/revisions\/35232"}],"wp:attachment":[{"href":"https:\/\/aura.eg\/en\/wp-json\/wp\/v2\/media?parent=19011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}