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

/* form style */
.gfield {
  margin-bottom: 0.5rem; /* Adjust this value as needed */
}
#gform_1 .gfield_label,
#gform_1 .gfield_description,
#gform_1 .ginput_counter {
  color: white;
}
#gform_1 input[type="text"],
#gform_1 input[type="email"],
#gform_1 input[type="tel"],
#gform_1 textarea {
  padding: 25px;
}
.gfield {
  margin-bottom: -4%;
}
#gform_submit_button_1 {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 25px; /* Adjust for more or less rounding */
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
#gform_submit_button_1:hover {
  background-color: #ed6edd !important;
  color: white;
  border: 1px solid #ed6edd !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* For Safari support */
}

/* Smooth transitions for scroll effects */
.main-logo {
  transition: opacity 0.3s ease;
}

.menu-icon {
  transition: background-color 0.3s ease;
}

.header-main {
  transition: transform 0.3s ease;
}

.elementor .g-f713961 {
  transition: color 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease;
}
