/* 
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 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap-grid.min.css');

#site-header .nav-cta{
	background-color: #53B4F5;
	color: #ffffff;
	border-radius: 30px;
	padding: 18px 30px;
	font-weight: 600;
	display: inline-block;
}

.site-navigation{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.site-navigation-toggle-holder{
	order: 2;
}

.nav-cta-wrapper{
	margin-left: auto;
}
.site-navigation ul.menu{
	align-items: center;
}
.glass-effect {
  /* 1. Semi-transparent background */
  background: rgba(255, 255, 255, 0.15); 
  
  /* 2. Apply the blur effect to the background area */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
  
  /* 3. Optional: Add a subtle border and shadow for depth */
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

form.wpcf7-form label{
	display: block;
	width: 100%
}

.transparent-fields form.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit){
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #53B4F5;
	color: #ffffff;
}

#site-footer{
	padding: 100px 0;
}