/*
Theme Name: الادهم - مكافحة الحشرات والآفات
Theme URI: https://al-adham-pest-control.com/
Author: شركة الادهم
Author URI: https://al-adham-pest-control.com/
Description: قالب ووردبريس احترافي مطور وسريع متوافق مع محركات البحث ومبني باستخدام Tailwind CSS لمكافحة الحشرات لعام 2026.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: al-adham-theme
Domain Path: /languages
Tags: custom-menu, featured-images, translation-ready, rtl-language-support
*/

body {
    font-family: 'Cairo', sans-serif;
    scroll-behavior: smooth;
}

@keyframes custom-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
    }
}

.pulse-active {
    animation: custom-pulse 2s infinite;
}