/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.1.2

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 */
.animate-head span.elementor-button-icon svg {
    font-size: 12px !important; transform: rotate(-90deg); transition: transform 0.7s ease;
}
.animate-head:hover span.elementor-button-icon svg {
    font-size: 12px !important; transform: rotate(0deg);
}

/* White animated border */
.animate-head a{ position: relative !important; }
.animate-head::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #ffffff,
    transparent
  );
  background-size: 200% 100%;
  animation: borderMove 3s linear infinite;
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* Animation */
@keyframes borderMove {
  0% { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}
header {
    position: sticky;
    z-index: 1;
    top: 0;
}
.btn span.elementor-button-icon svg, .form span.elementor-button-icon svg { transition: transform 0.7s ease; }
.btn:hover span.elementor-button-icon svg, .form:hover span.elementor-button-icon svg{  transform: rotate(45deg); fill:#fff !important; filter: brightness(1) invert(0) !important;  }
.btn:hover span.elementor-button-icon svg path{ fill: #fff !important; }



@media screen and (max-width: 481px) {
     h1 { font-size: 30px !important; line-height: 34px !important; }
     h2 { font-size: 22px !important; line-height: 30px !important; }
     h4 { font-size: 14px !important; line-height: 18px !important; }
	
	
}