/* 
Theme Name: Next Level Web Child
Theme URI: https://www.nextlevelweb.gr/
Description: Next Level Web Child is a child theme of Hello Elementor, created by nextlevelweb.gr
Author: Next Level Web Team
Author URI: https://www.nextlevelweb.gr/
Template: hello-elementor
Version: 1.0.1
Text Domain: nextlevelweb-child-theme
License: GNU General Public Lic ense 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
*/


.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: 
#0087ca;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: 
#0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}