/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


 .button-switcher-fa {
        display: inline-flex;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 50px;
        padding: 4px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        margin: 10px 0;
    }
    
    .switcher-btn-fa {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 26px;
        border-radius: 46px;
        text-decoration: none;
        color: rgba(255,255,255,0.8);
        font-weight: 600;
        transition: all 0.3s ease;
        position: relative;
        background: transparent;
    }
    
    .switcher-btn-fa:hover {
        color: white;
        text-decoration: none;
        transform: translateY(-1px);
    }
    
    .switcher-btn-fa.active {
        background: rgba(255,255,255,0.2);
        color: white;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3);
        backdrop-filter: blur(10px);
    }
    
    .btn-icon-fa {
        font-size: 16px;
        transition: all 0.3s ease;
    }
    
    .switcher-btn-fa.active .btn-icon-fa {
        transform: scale(1.15);
        filter: drop-shadow(0 0 8px rgba(255,255,255,0.3));
    }
    
    .btn-text-fa {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }