/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764770113
Updated: 2025-12-03 13:55:13
*/
/*button*/
.button-animation:hover .elementor-button{
    margin: 5px 0 0 0 !important;
    border-bottom-width: 0 !important;
}

.button-animation .elementor-button{
    transition-duration: 0.2s !important;
}

/*h1-border*/
@media only screen and (min-width: 1025px) {
.h1-border::after {
  position: absolute;
  content : "";
  left: 0;
  bottom : -18px;
  height: 18px;
  background-color: #d63122;
  width: 66%;
  border-radius: 0 0 18px 0;
}
.elementor-element.h1-border .e-con-inner::after {
  position: absolute;
  content : "";
  left: 0;
  bottom : -28px;
  height: 18px;
  background-color: #010101;
  width: 61%;
  border-radius: 0 0 18px 0;
}
}
@media only screen and (max-width: 1024px) {
  .h1-border::after {
  position: absolute;
  content : "";
  left: 0;
  bottom : -11px;
  height: 11px;
  background-color: #d63122;
  width: calc(100% - 40px);
  border-radius: 0 0 18px 0;
}
.elementor-element.h1-border .e-con-inner::after {
  position: absolute;
  content : "";
  left: 0;
  bottom : -21px;
  height: 10px;
  background-color: #010101;
  width: 84%;
  border-radius: 0 0 18px 0;
}
}

.service-border::after {
  position: absolute;
  z-index: -1;
  content : "";
  left: 0;
  bottom : -9px;
  height: 12px;
  background-color: #d63122;
  width: 95%;
  border-radius: 0 0 9px 0;
}

