/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child theme for Hello Elementor, customized for Custom website. This theme extends the base Hello Elementor theme with additional styling and functionality specific to custom features.
Author: Azeits
Author URI: https://azeits.com
Template: hello-elementor
Version: 3.4.4
Text Domain: hello-elementor-child
*/
/* Add your custom CSS below */

:root{
 --primary:rgba(176, 131, 21, 1);
}
.btn-primary{
	opacity: 1;
	border-radius: 8px;
	padding-top: 18px;
	padding-right: 32px;
	padding-bottom: 18px;
	padding-left: 32px;
	background: #B08315;

}
.btn-outline{
	border-width: 1px;
	opacity: 1;
	border-radius: 8px;
	padding-top: 18px;
	padding-right: 32px;
	padding-bottom: 18px;
	padding-left: 32px;
	background: #FFFFFF;
	border: 1px solid #000000
}

.bg-gradient-color{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 229, 165, 0) 100%),
linear-gradient(270deg, rgba(255, 217, 125, 0) 20.49%, #FFFFFF 59.48%);
}