/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.antpath-wrapper.flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.antpath-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 200px;
}

.antpath-wrapper .footprint {
    background-color: #b0cde5;
    flex-shrink: 0;
    width: 2px;
    height: 2px;
    margin: 0;
    opacity: 0;
    transition: all 0.5;
}

.antpath-wrapper .path {
    overflow: hidden;
}

.antpath-wrapper .path-left {
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
    width: 2px;
    height: 50%;
    display: flex;
    flex-direction: column;
}

.antpath-wrapper .path-right {
    position: absolute;
    right: 25%;
    bottom: 0;
    transform: translateX(50%);
    width: 2px;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.antpath-wrapper .path-horizontal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    right: 25%;
    left: 25%;
    width: 50%;
    display: flex;
    justify-content: center;
}