/*
Theme Name: Aramco Child
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
Template: aramco
Text Domain: aramco-child
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 
*/

/* Luxury glass/glow button */
.pxl-btn-luxury {
  display: inline-block;
  padding: 16px 38px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: rgba(255,255,255,0.08); /* subtle glass */
  border: 1px solid rgba(212,175,55,0.4); /* soft gold border */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(212,175,55,0.15); /* light luxury glow */
}

.pxl-btn-luxury:hover {
  background: rgba(212,175,55,0.25); /* golden glow */
  border-color: rgba(212,175,55,0.8);
  box-shadow: 0 6px 28px rgba(212,175,55,0.3);
  transform: translateY(-2px);
}
