/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* === Site Custom Styling === */
.text-margin p {
    margin: 0;
} 

.glass-stat-box {
  background: rgb(253 192 108 / 50%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}
.glass-stat-box:hover {
  background: rgb(253 192 108 / 55%);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
}
.glass-stat-box h2,
.glass-stat-box h3,
.glass-stat-box p,
.glass-stat-box span {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

/*Form Styling*/
.form-section .form-container .form-widget .wpforms-container {
    margin: 0;
}
.form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field {
    padding: 12px 0;
}
.form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-label {
    font-family: 'fustat';
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field-required,
.form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field-large,
.form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field-medium {
    padding: 14px; 
    font-family: 'fustat';
    font-size: 17px;
    font-weight: 500;
}
.form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field-row {
    padding: 0px !important;
}
.form-section .form-container .form-widget .wpforms-container .wpforms-submit-container {
    margin-top: 24px;
}
.form-section .form-container .form-widget .wpforms-container .wpforms-submit-container .wpforms-submit {
    width: 100%;
    border-radius: 6px;
    height: 52px;
    font-family: 'fustat';
    font-size: 18px;
    font-weight: 700;
}
.form-section .form-container .form-widget .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
    transform: translateY(-3px);
    transition: 0.3s;
    background-color: #997748;
}

@media (max-width: 768px) {
    .form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-label {
        font-size: 14px;
    }
    .form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field-required,
    .form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field-large,
    .form-section .form-container .form-widget .wpforms-container .wpforms-field-container .wpforms-field-medium {
        font-size: 14px;
        padding: 12px 14px;
    }
    .form-section .form-container .form-widget .wpforms-container .wpforms-submit-container .wpforms-submit {
        font-size: 15px;
    }
}