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

.site-header{
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;   
}
.site-logo img{
	max-height:35px;
	max-width:246px;
}
.site-navigation ul.menu li a {
	font-weight: bold;
	font-size:20px;
}
.contact_main input, .contact_main textarea{
	border-style:none;
	padding:20px 0px;
	border-bottom:2px solid #666 ;
}
.contact_main .c7btn{
	margin-top:50px;
}
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0073aa;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1000;
}

