.elementor-1352 .elementor-element.elementor-element-c2b1649{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9c7aafb */<style>
/* ═══════════════════════════════════════════════
   AL QUSAIS LOCATION PAGE — WordPress Ready
   Scoped with .aqp- prefix to avoid theme conflicts
   ═══════════════════════════════════════════════ */
 
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
 
.aqp-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
 
.aqp-wrap {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #1a1a2e;
  max-width: 100%;
  overflow-x: hidden;
}
 
/* ── VARIABLES via CSS custom props ── */
.aqp-wrap {
  --navy:       #231651;
  --navy-dark:  #1a0f3d;
  --mint:       #D6FFF6;
  --mint-dark:  #7ee8d4;
  --white:      #ffffff;
  --off:        #f8fffe;
  --text:       #1a1a2e;
  --muted:      #5a5a7a;
  --border:     #e2e8f0;
  --green:      #059669;
  --green-bg:   #ecfdf5;
  --green-text: #065f46;
  --amber:      #f59e0b;
  --red:        #dc2626;
}
 
/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.aqp-hero {
  background: linear-gradient(135deg, #231651 0%, #1a0f3d 60%, #0d0824 100%);
  padding: 60px 32px 52px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
 
.aqp-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(214,255,246,0.10) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
 
.aqp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(214,255,246,0.12);
  border: 1px solid rgba(214,255,246,0.22);
  color: #D6FFF6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  width: fit-content;
}
 
.aqp-hero h1 {
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.18;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}
 
.aqp-hero h1 span { color: #D6FFF6; }
 
.aqp-hero-sub {
  font-size: 13px;
  color: rgba(214,255,246,0.72);
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
 
.aqp-hero-sub .aqp-dot { color: rgba(214,255,246,0.3); }
 
.aqp-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
 
.aqp-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(214,255,246,0.10);
  border: 0.5px solid rgba(214,255,246,0.20);
  color: #D6FFF6;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
 
.aqp-cta-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 440px;
}
 
.aqp-btn-primary {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #D6FFF6 !important;
  color: #231651 !important;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 10px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: transform 0.15s, box-shadow 0.15s;
  line-height: 1.3;
}
 
.aqp-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(214,255,246,0.28);
  color: #231651 !important;
  text-decoration: none !important;
}
 
.aqp-btn-secondary {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent !important;
  color: #D6FFF6 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none !important;
  border: 1px solid rgba(214,255,246,0.32) !important;
  font-family: 'Inter', sans-serif;
  transition: background 0.15s;
  line-height: 1.3;
}
 
.aqp-btn-secondary:hover {
  background: rgba(214,255,246,0.08) !important;
  color: #D6FFF6 !important;
  text-decoration: none !important;
}
 
.aqp-price-anchor {
  background: rgba(214,255,246,0.07);
  border: 0.5px solid rgba(214,255,246,0.15);
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 24px;
  color: rgba(214,255,246,0.78);
  font-size: 13px;
  text-align: center;
  max-width: 440px;
}
 
.aqp-price-anchor strong {
  color: #D6FFF6;
  font-size: 14px;
  font-weight: 700;
}
 
/* ══════════════════════════════════════
   SHARED SECTION STYLES
══════════════════════════════════════ */
.aqp-section {
  padding: 52px 32px;
  background: #ffffff;
}
 
.aqp-section-alt {
  padding: 52px 32px;
  background: #f8fffe;
}
 
.aqp-section-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #231651;
  background: #D6FFF6;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
 
.aqp-wrap h2 {
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 800;
  color: #231651;
  line-height: 1.22;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
}
 
.aqp-wrap h3 {
  font-size: 14px;
  font-weight: 700;
  color: #231651;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
}
 
.aqp-lead {
  font-size: 15px;
  color: #5a5a7a;
  margin-bottom: 28px;
  line-height: 1.65;
  max-width: 620px;
}
 
/* ══════════════════════════════════════
   S2 — PAIN POINTS
══════════════════════════════════════ */
.aqp-pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
 
.aqp-pain-card {
  background: #ffffff;
  border: 0.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px;
}
 
.aqp-pain-icon {
  font-size: 22px;
  margin-bottom: 8px;
  display: block;
}
 
.aqp-pain-card h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
 
.aqp-pain-card p {
  font-size: 13px;
  color: #5a5a7a;
  line-height: 1.55;
}
 
.aqp-stat-bar {
  background: #231651;
  border-radius: 12px;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 16px;
  text-align: center;
}
 
.aqp-stat-num {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #D6FFF6;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
}
 
.aqp-stat-lbl {
  font-size: 11px;
  color: rgba(214,255,246,0.62);
  font-weight: 500;
}
 
/* ══════════════════════════════════════
   S3 — COMPARISON
══════════════════════════════════════ */
.aqp-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-top: 24px;
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #e2e8f0;
}
 
.aqp-compare-table thead {
  background: #231651;
}
 
.aqp-compare-table th {
  padding: 13px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}
 
.aqp-compare-table td {
  padding: 12px 16px;
  border-bottom: 0.5px solid #e2e8f0;
  vertical-align: middle;
  font-family: 'Inter', sans-serif;
  color: #1a1a2e;
}
 
.aqp-compare-table tr:last-child td {
  border-bottom: none;
}
 
.aqp-compare-table tr:nth-child(even) td {
  background: #f9fbff;
}
 
.aqp-tick {
  color: #059669;
  font-weight: 700;
}
 
.aqp-cross {
  color: #dc2626;
}
 
.aqp-col-us {
  font-weight: 600;
  color: #231651;
}
 
.aqp-note {
  font-size: 12px;
  color: #5a5a7a;
  margin-top: 12px;
  line-height: 1.5;
}
 
/* ══════════════════════════════════════
   S4 — SERVICES
══════════════════════════════════════ */
.aqp-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
 
.aqp-service-card {
  background: #ffffff;
  border: 0.5px solid #e2e8f0;
  border-left: 3px solid #231651;
  border-radius: 0 12px 12px 0;
  padding: 16px;
}
 
.aqp-service-card h3 {
  font-size: 13px;
  color: #231651;
  margin-bottom: 5px;
}
 
.aqp-service-card p {
  font-size: 12px;
  color: #5a5a7a;
  line-height: 1.5;
  margin-bottom: 8px;
}
 
.aqp-service-time {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #059669;
  background: #ecfdf5;
  border-radius: 20px;
  padding: 3px 9px;
}
 
/* ══════════════════════════════════════
   S5 — AREAS
══════════════════════════════════════ */
.aqp-area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 20px;
}
 
.aqp-area-card {
  background: #ffffff;
  border: 0.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
}
 
.aqp-area-card strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #231651;
  margin-bottom: 3px;
  font-family: 'Inter', sans-serif;
}
 
.aqp-area-card span {
  font-size: 11px;
  color: #5a5a7a;
  line-height: 1.45;
}
 
/* ══════════════════════════════════════
   S5B — REVIEWS
══════════════════════════════════════ */
.aqp-review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 24px;
}
 
.aqp-review-card {
  background: #ffffff;
  border: 0.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}
 
.aqp-review-stars {
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
 
.aqp-review-text {
  font-size: 13px;
  color: #1a1a2e;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 10px;
}
 
.aqp-review-author {
  font-size: 11px;
  font-weight: 600;
  color: #5a5a7a;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
}
 
.aqp-review-badge {
  background: #D6FFF6;
  color: #231651;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
}
 
.aqp-cred-bar {
  background: #231651;
  border-radius: 12px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
.aqp-cred-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(214,255,246,0.85);
  font-size: 13px;
  line-height: 1.5;
}
 
.aqp-cred-icon {
  color: #D6FFF6;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}
 
/* ══════════════════════════════════════
   S6 — FAQ
══════════════════════════════════════ */
.aqp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
 
.aqp-faq-item {
  background: #ffffff;
  border: 0.5px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
 
.aqp-faq-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #231651;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  line-height: 1.4;
}
 
.aqp-faq-btn:hover { background: #f8fffe; }
 
.aqp-faq-chevron {
  font-size: 18px;
  color: #231651;
  transition: transform 0.22s;
  flex-shrink: 0;
  display: inline-block;
}
 
.aqp-faq-chevron.aqp-open { transform: rotate(180deg); }
 
.aqp-faq-answer {
  display: none;
  padding: 14px 18px 18px;
  font-size: 13px;
  color: #5a5a7a;
  line-height: 1.7;
  border-top: 0.5px solid #e2e8f0;
}
 
.aqp-faq-answer.aqp-open { display: block; }
 
.aqp-faq-price {
  display: inline-block;
  background: #ecfdf5;
  color: #065f46;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  margin-top: 10px;
}
 
/* ══════════════════════════════════════
   S7 — FINAL CTA
══════════════════════════════════════ */
.aqp-cta-footer {
  background: linear-gradient(135deg, #231651 0%, #1a0f3d 100%);
  padding: 60px 32px;
  text-align: center;
}
 
.aqp-cta-footer .aqp-section-label {
  background: rgba(214,255,246,0.14);
  color: #D6FFF6;
  border: 0.5px solid rgba(214,255,246,0.20);
}
 
.aqp-cta-footer h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
 
.aqp-cta-footer p {
  color: rgba(214,255,246,0.72);
  font-size: 14px;
  margin-bottom: 28px;
  line-height: 1.65;
}
 
.aqp-cta-footer .aqp-cta-group {
  max-width: 440px;
  margin: 0 auto 24px;
}
 
.aqp-cta-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
 
.aqp-cta-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(214,255,246,0.62);
  font-size: 12px;
}
 
/* ══════════════════════════════════════
   STICKY WHATSAPP BAR
══════════════════════════════════════ */
.aqp-wa-sticky {
  position: sticky;
  bottom: 0;
  background: #25D366;
  padding: 14px 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff !important;
  z-index: 999;
  box-shadow: 0 -3px 16px rgba(0,0,0,0.18);
  font-family: 'Inter', sans-serif;
  transition: background 0.15s;
}
 
.aqp-wa-sticky:hover {
  background: #1fb855;
  color: #ffffff !important;
  text-decoration: none !important;
}
 
/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 600px) {
  .aqp-hero { padding: 44px 20px 40px; }
  .aqp-section, .aqp-section-alt { padding: 40px 20px; }
  .aqp-cta-footer { padding: 44px 20px; }
  .aqp-compare-table { font-size: 12px; }
  .aqp-compare-table th, .aqp-compare-table td { padding: 10px 10px; }
  .aqp-stat-bar { grid-template-columns: repeat(2, 1fr); }
}
</style>/* End custom CSS */