/*
Theme Name: Olopopo
Theme URI: https://olopopo.com
Description: Hello Elementor child theme for Olopopo. Designed for Elementor + Polylang (EN/AR).
Author: Olopopo
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Text Domain: olopopo
*/

:root {
  --olopopo-navy: #0e1635;
  --olopopo-navy-muted: #33314e;
  --olopopo-navy-mid: #252f4a;
  --olopopo-gold: #dfba67;
  --olopopo-gold-light: #e5c375;
  --olopopo-gold-dark: #d4ac60;
  --olopopo-cream: #faf7f2;
  --olopopo-gray: #f6f6f8;
  --olopopo-whatsapp: #25d366;
  --olopopo-text: #0e1635;
  --olopopo-text-muted: #6b7280;
  --olopopo-white: #ffffff;
}

body {
  font-family: "Geist", "Cairo", system-ui, sans-serif;
  color: var(--olopopo-text);
  background: var(--olopopo-white);
}

.rtl body,
body.rtl,
html[dir="rtl"] body {
  font-family: "Cairo", "Geist", system-ui, sans-serif;
}

a {
  color: var(--olopopo-gold-dark);
}

.olopopo-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--olopopo-whatsapp);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

.olopopo-whatsapp-float:hover {
  transform: scale(1.06);
  color: #fff !important;
}

html[dir="rtl"] .olopopo-whatsapp-float {
  right: auto;
  left: 24px;
}

.site-header a,
.elementor-location-header a {
  text-decoration: none;
}
