/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2025 | 07:26:32 */
.elementor-element-34acc483 a[href="https://lombztec.com/"] {
    color: #AEAACB !important;   /* Default color */
    text-decoration: none;       /* Remove underline */
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.elementor-element-34acc483 a[href="https://lombztec.com/"]:hover {
    color: #ffffff !important;   /* Hover color */
    text-decoration: underline;  /* Optional underline on hover */
}