/* 
Theme Name: DPI UAV Systems May 2025
Theme URI: https://github.com/elementor/hello-theme-child/
Description: This is the child theme for the DPI Systems Website
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */

a {
	color: black;
}

.image {
    position: absolute !important;
	bottom: 0 !important;
    width: 100% !important;
    transform: translateX(-500px) !important;
    transition: transform 1s cubic-bezier(0,1.03,.32,1.02) !important;
}

.image.active {
    transform: translateX(0) !important;
}

.border-animation {
	position: relative !important;
}

.border-animation::before {
    content: '' !important;
    position: absolute !important;
    background-color: #ffffff !important;
    width: 1px !important;
    height: 0% !important;
    transition: .5s cubic-bezier(1,.98,.51,.93) .5s !important;
}

.border-animation.border-active::before {
	height: 100% !important;
	transition: .5s cubic-bezier(1,.98,.51,.93) !important;
}

.border-animation::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    background-color: #ffffff !important;
    width: 0% !important;
    height: 1px !important;
    transition: .5s linear !important;
}

.border-animation.border-active::after {
    width: 100% !important;
    transition: .5s cubic-bezier(1,.98,.51,.93) .5s !important;
}



