/* 
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 */
.col_2 .elementor-widget-wrap { gap: 10px; flex-direction: row; }
.col_2 .elementor-widget-wrap .header_logo { width: 25%; }

.reg_btn a { background: linear-gradient( 90deg, #5E45EC 0%, #7A56F3 30%, #F36E79 70%, #FDB14E 100%) !important; }
.gap_32 .elementor-container { gap: 32px; }

.footer_sec { 
background:
radial-gradient(circle at top left,
rgba(255,236,220,.8) 0%,
transparent 35%),

radial-gradient(circle at top right,
rgba(232,223,255,.7) 0%,
transparent 30%),

linear-gradient(
180deg,
#FFFFFF 0%,
#FBF8F6 45%,
#F5EFEB 100%
);
}