/*
Theme Name: Dr. Asadi - Astra Child
Theme URI: https://drasadi.com
Description: Minimal Astra child theme for Dr. Asadi Aesthetic & Wellness Clinic front page implementation.
Author: Bugloos Interactive
Author URI: https://bugloos.com
Template: astra
Version: 1.5.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drasadi
Tags: medical, custom-menu, translation-ready
*/

/**
 * =============================================================================
 * Dr. Asadi Child Theme - Minimal Styles
 * =============================================================================
 * 
 * Most styling will be handled via Elementor Global Styles.
 * This file contains only essential, theme-level overrides.
 * 
 * @package DrAsadi
 * @since 1.5.4
 */

/* =============================================================================
   Accessibility & User Experience
   ============================================================================= */

/* Focus states for keyboard navigation */
:focus-visible {
    outline: 2px solid #F5A3A3;
    outline-offset: 2px;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* =============================================================================
   RTL Support (Basic)
   ============================================================================= */

body.rtl {
    direction: rtl;
    text-align: start;
}

/* =============================================================================
   Custom Overrides (Minimal - Add as Needed)
   ============================================================================= */

/* Add widget-specific or page-specific CSS below as needed */

