@import url('assets/css/rebrand-vars.css');
/*
Theme Name: Aramco
Theme URI: http://demo.casethemes.net/aramco
Author: Case-Themes
Author URI: https://casethemes.net/
Description: **Introducing Aramco – Physical Therapy & Physiotherapy WordPress Theme**   Experience the future of rehabilitation with Aramco. This cutting-edge approach combines AI-driven techniques with expert therapy to optimize recovery, improve mobility, and enhance overall well-being.
Version: 1.0.0
Requires PHP: 7.4
Tested up to: 6.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: aramco
Copyright (c) 2025 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
Tags:  	chiropractor, clinic, dentist, doctor, healthcare, medical, orthopedic, pharmacy, physical therapy, physiotherapy, psychologist, rehab, rehabilitation, sport, wellness 
*/
// Mobil hamburger menü rengini değiştir
add_action('wp_head', function() {
    ?>
    <style>
        @media (max-width: 1199px) {
            .pxl-icon-line,
            .pxl-icon-line1,
            .pxl-icon-line2,
            .pxl-icon-line3,
            #pxl-nav-mobile span[class*="icon"] {
                background-color: #C7E1F8 !important;
                background: #C7E1F8 !important;
            }
        }
    </style>
    <?php
}, 999);