/*
Theme Name: Digital Lions Theme v2
Theme URI: https://d-lions.co.il
Author: Digital Lions Israel
Author URI: https://d-lions.co.il
Description: Professional, fast and SEO-optimized WordPress Theme for business landing pages, portfolio, blog and WooCommerce shops.
Version: 2.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-lions
Domain Path: /languages
Tags: rtl-language-support, custom-menu, featured-images, custom-logo, translation-ready, e-commerce, portfolio, grid-layout, custom-colors
*/

:root {
    --primary-blue: #1d4ed8;
    --dark-navy: #0f172a;
    --accent-gold: #fbbf24;
    --emerald-green: #059669;
}

body {
    font-family: 'Heebo', 'Assistant', system-ui, -apple-system, sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #f8fafc;
    color: #0f172a;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.pulse-gold {
    animation: pulseGlow 2.5s infinite;
}
@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 15px rgba(251, 191, 36, 0.4); }
    50% { box-shadow: 0 0 30px rgba(251, 191, 36, 0.8); }
}

/* Custom Glassmorphism & Card Effects */
.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.dark-glass-card {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(51, 65, 85, 0.8);
}
