/*
Theme Name: Dreams Voyage
Theme URI: https://dreamsvoyage.com
Author: Mohamed magdy
Author URI: https://dreamsvoyage.com
Description: A luxury, high-performance WordPress theme for travel, safari, and marine excursion booking in Egypt (Sharm El Sheikh, Dahab, Ras Mohammed, Hurghada). Features direct zero-friction WhatsApp booking, custom trip extras, group discount tiers, admin-moderated reviews, multi-language support (EN, AR, RU, PL, IT, TR), dynamic RTL/LTR, and advanced Schema.org SEO.
Version: 2.7.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: dreamsvoyage
Domain Path: /languages
Tags: travel, safari, booking, whatsapp, multilingual, seo-ready, rtl-support, responsive, custom-post-types
*/

/* Reset & CSS Custom Properties */
:root {
  --primary: #0284c7;
  --primary-hover: #0369a1;
  --primary-light: #e0f2fe;
  --accent: #f59e0b;
  --accent-hover: #d97706;
  --accent-light: #fef3c7;
  --whatsapp: #25d366;
  --whatsapp-hover: #16a34a;
  --success: #10b981;
  --danger: #ef4444;
  --dark: #070c14;
  --dark-soft: #0f172a;
  --dark-card: #131d2e;
  --gray-900: #0f172a;
  --gray-800: #1e293b;
  --gray-700: #334155;
  --gray-600: #475569;
  --gray-500: #64748b;
  --gray-400: #94a3b8;
  --gray-300: #cbd5e1;
  --gray-200: #e2e8f0;
  --gray-100: #f1f5f9;
  --gray-50: #f8fafc;
  --white: #ffffff;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 26px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  --shadow-md: 0 6px 14px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03);
  --shadow-lg: 0 14px 28px -4px rgba(15, 23, 42, 0.08), 0 4px 10px -2px rgba(15, 23, 42, 0.03);
  --shadow-xl: 0 24px 48px -8px rgba(15, 23, 42, 0.12), 0 8px 16px -4px rgba(15, 23, 42, 0.04);
  --shadow-card: 0 12px 30px -5px rgba(15, 23, 42, 0.07), 0 4px 8px -2px rgba(15, 23, 42, 0.03);
  --shadow-hover: 0 22px 44px -8px rgba(15, 23, 42, 0.14), 0 8px 16px -4px rgba(2, 132, 199, 0.12);
  --font-sans: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-arabic: 'Cairo', 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
