/* 
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.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 */

.btn-black {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 24px;
  transition: background-color 0.3s ease;
}
.btn-black a {
  color: #fff !important;
}

.btn-black:hover {
  background-color: var( --e-global-color-d2d42bd );
  transition: background-color 0.3s ease;
}

.gradient-line {
background: linear-gradient(92.78deg, #04C3FC -1.95%, #6AD58A 31.56%, #EFAF2A 60.7%, #F94C37 99.07%);
height: 8px;
}