/**
 * Theme Name: Astra Child
 * Theme URI: 
 * Description: Astra Child Theme
 * Author: Antigravity
 * Author URI: 
 * Template: astra
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: astra-child
 */
/* Reset Logo Background */
.site-logo-img,
.custom-logo-link,
.custom-logo-link img,
.site-branding img,
.ast-site-identity,
.ast-site-identity * {
    background-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    filter: none !important;
}
/* Brand Primary */
    margin-bottom: 0.5rem !important;
    font-family: 'Inter', sans-serif !important;
}

.elementor-widget-form .elementor-field-textual {
    padding: 0.8rem 1rem !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    color: #212529 !important;
    background-color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.elementor-widget-form .elementor-field-textual:focus {
    outline: none !important;
    border-color: #d62828 !important; /* Brand Secondary */
    box-shadow: 0 0 0 3px rgba(214, 40, 40, 0.1) !important;
}

.elementor-widget-form .elementor-button {
    background-color: #d62828 !important; /* Brand Secondary */
    color: #ffffff !important;
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
}

.elementor-widget-form .elementor-button:hover {
    background-color: #003049 !important; /* Hover to Primary */
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
}