.elementor-156 .elementor-element.elementor-element-f2163ad{--display:flex;--background-transition:0.3s;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-18dd14e *//* Container styling */
        .contact-bar {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f3f3f3;
            padding: 10px;
            font-family: Arial, sans-serif;
        }

        /* Icon and text styling */
        .contact-bar a {
            display: flex;
            align-items: center;
            color: #333;
            text-decoration: none;
            margin-right: 20px;
            font-size: 14px;
        }

        .contact-bar a:last-child {
            margin-right: 0;
        }

        .contact-bar svg {
            width: 16px;
            height: 16px;
            margin-right: 5px;
            fill: #333;
        }

        /* Optional: Styling for hover effect */
        .contact-bar a:hover {
            color: #0056b3;
        }/* End custom CSS */