/* Global Link Styling */
a, 
.elementor-widget-text-editor a {
    color: #A54F2E;
    transition: color 0.3s ease;
}

a:hover, 
a:focus,
.elementor-widget-text-editor a:hover,
.elementor-widget-text-editor a:focus {
    color: #434244;
}
