/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*
  Custom styling for interactive components
  Targeting: 
  - Fitzpatrick Skin presets buttons (.skin-btn, .skin-btn.active)
  - Color swatches selector (.swatch-btn, .swatch-btn.active)
  - Waveform animations and clinical screens
*/

.skin-btn {
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
.skin-btn.active {
    border-color: #0a58ca !important;
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(10, 88, 202, 0.3) !important;
}

.swatch-btn {
    border-radius: 50%;
    border: 3px solid #ffffff;
    outline: 1px solid #dee2e6;
    cursor: pointer;
    transition: all 0.2s ease;
}
.swatch-btn.active {
    outline: 2px solid #0a58ca !important;
    transform: scale(1.1);
}

.chassis-coating {
    transition: background-color 0.6s ease;
}
