/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for the Hello Elementor theme.
Author: Your Name
Author URI: https://sladrc.in/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");


/* Font Controls - clean inline look */
.font-controls {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.font-control-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff; /* adjust based on header bg */
    cursor: pointer;
    transition: color 0.2s ease;
}

.font-control-btn:hover {
    color: #ffd700; /* highlight on hover */
}


/* Language Switcher */
.lang-switcher ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.lang-switcher li {
    display: inline-block;
}
