/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.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
*/

/* SCREEN READER H1 Add this class to a heading if you want to have the h1 page title included in the page but off screen.*/
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.splash-green {
	color: #24FF78;
}
.gradient-text {
  background: linear-gradient(90deg, #33FB5C 0%, #654FE0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For future support */
  color: transparent;
  display: inline-block;
}
/* Base gradient button style */
.gradient-button .elementor-button {
  background-image: linear-gradient(90deg, #33FB5C 0%, #654FE0 50%, #33FB5C 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.4s ease-in-out, color 0.4s ease-in-out;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 24px;
  border: none;
  cursor: pointer;
  display: inline-block;
  will-change: background-position;
  text-align: center;
  text-decoration: none;
  border-radius: 100px; /* optional */
}

/* Hover effect */
.gradient-button .elementor-button:hover {
  background-position: 100% 0%;
}

.blur-background {
  background-color: rgba(255, 255, 255, 0.16); /* semi-transparent background */
  backdrop-filter: blur(4px); /* subtle blur effect */
  -webkit-backdrop-filter: blur(4px); /* Safari support */
}
.slider-background:after {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #051A30;
    background: linear-gradient(90deg,rgba(5, 26, 48, 1) 0%, rgba(5, 26, 48, 0) 10%, rgba(5, 26, 48, 0) 90%, rgba(5, 26, 48, 1) 100%);
}


/* REMOVE SEARCH X */
input.elementor-search-form__input::-webkit-search-cancel-button, .jet-search-filter__input::-webkit-search-cancel-button {
    display: none !important;
}
/* REMOVE ELEMENTOR DROPDOWN 8PX BUG */
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover { 
	border-left: none !important; 
}

/* FIX ICON LINE HEIGHT */
 .elementor-icon-wrapper { 
	 line-height: 0; 
}
/* BREADCRUMBS - ACTIVATE/CUSTOMIZE IF NEEDED
.rank-math-breadcrumb {
	color: #ffffff !important;
	font-weight: 500 !important;
	letter-spacing: .05em;
	font-size: 15px !important;
}
 */
/* LINKS */
.elementor-widget-text-editor a {
	text-decoration: underline;
}

/* UNORDERED/ORDERED LIST MARGIN BOTTOM ***/
ul, ol {
	margin-bottom: 25px;
}
ul li, ol li {
	margin-bottom: 5px;
}
/* Override when inside a header or footer */
header ul,
header ol,
footer ul,
footer ol {
	margin-bottom: 0;
}
header ul li,
header ol li,
footer ul li,
footer ol li {
	margin-bottom: 0;
}

/* BUTTON FIX */
.elementor-kit-6 .elementor-button, .elementor-kit-6 .elementor-button:hover {
	text-decoration: none;
}
/* GRAVITY FORM FORM CUSTOMIZATION *********************************************************************************/

/* Button base */
.gform_wrapper.gf-custom-form_wrapper .gform_footer input[type="submit"],
.gform_wrapper.gf-custom-form_wrapper .gform_page_footer input[type="button"] {
  background-image: linear-gradient(90deg, #33FB5C 0%, #654FE0 50%, #33FB5C 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.4s ease-in-out, color 0.4s ease-in-out;
  color: #fff;
  font-size: 18px;
  padding: 18px 32px;
  border: none;
  cursor: pointer;
  display: inline-block;
  will-change: background-position;
}

/* On hover, shift background to reveal reversed gradient */
.gform_wrapper.gf-custom-form_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper.gf-custom-form_wrapper .gform_page_footer input[type="button"]:hover {
  background-position: 100% 0%;
}

.gform_wrapper.gf-custom-form_wrapper .gform_required_legend {
	color: #ffffff;
	margin: 0 0 20px 0;
}
/* Gravity Forms placeholder color - 50% white */
.gform_wrapper.gf-custom-form_wrapper ::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; /* Fix for Firefox */
}

    /* Style the placeholder text color for Gravity Forms select dropdowns */
    .gform_wrapper select {
       color: rgba(255, 255, 255, 0.5); /* Example: light grey for placeholder */
    }

    /* Ensure selected options have a different color */
    .gform_wrapper select option {
        color: #000; /* Example: darker color for selected options */
    }

.gform_wrapper div.gform_validation_errors {
	box-shadow: none !important;
	border: 0 !important;
	outline: none !important;
	font-size: 15px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus { 
	outline: none !important;
	outline-offset: 0 !important;
}

.gform_wrapper.gf-custom-form_wrapper input[type="date"],
.gform_wrapper.gf-custom-form_wrapper input[type="email"],
.gform_wrapper.gf-custom-form_wrapper input[type="number"],
.gform_wrapper.gf-custom-form_wrapper input[type="password"],
.gform_wrapper.gf-custom-form_wrapper input[type="search"],
.gform_wrapper.gf-custom-form_wrapper input[type="tel"],
.gform_wrapper.gf-custom-form_wrapper input[type="text"],
.gform_wrapper.gf-custom-form_wrapper input[type="url"],
.gform_wrapper.gf-custom-form_wrapper select,
.gform_wrapper.gf-custom-form_wrapper textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #FFFFFF40;
  background: none;
  padding: 20px 0;
  margin: 0 0 20px 0;
  color: #ffffff;
  transition: padding 0.3s ease;
}

/* Only while the field is focused */
.gform_wrapper.gf-custom-form_wrapper input:focus,
.gform_wrapper.gf-custom-form_wrapper textarea:focus, 
.gform_wrapper.gf-custom-form_wrapper select:focus {
  padding: 20px;
}
.gform_wrapper.gf-custom-form_wrapper .gfield_error input[type=date], .gform_wrapper.gf-custom-form_wrapper .gfield_error input[type=email], .gform_wrapper.gf-custom-form_wrapper .gfield_error input[type=number], .gform_wrapper.gf-custom-form_wrapper .gfield_error input[type=password], .gform_wrapper.gf-custom-form_wrapper .gfield_error input[type=search], .gform_wrapper.gf-custom-form_wrapper .gfield_error input[type=tel], .gform_wrapper.gf-custom-form_wrapper .gfield_error input[type=text], .gform_wrapper.gf-custom-form_wrapper .gfield_error input[type=url], .gform_wrapper.gf-custom-form_wrapper .gfield_error select, .gform_wrapper.gf-custom-form_wrapper .gfield_error textarea {
	padding: 20px;
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gf_step_number {
    background: #00AE42;
    border: 0;
    border-radius: 25px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    height: 25px;
    text-align: center;
    width: 25px;
	line-height: 1;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gf_step_pending .gf_step_number {
	background: #D9D9D9;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gf_step_pending .gf_step_label {
	color: #D9D9D9;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	background: #373A36;
    border: 0;
    border-radius: 25px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    height: 25px;
    text-align: center;
    width: 25px;
	top: 0; 
	left: 0;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
	font-size: 23px;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gf_step_label {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 10px;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gf_step {
    display: inline-block;
    margin: 8px 16px 8px 0;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gf_page_steps {
    border-bottom: none;
    margin-bottom: 25px;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .form-page-heading {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 700;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0;
	color: #ffffff;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_radio, .gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_checkbox {
	display: flex;
	flex-wrap: wrap;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gchoice {
	min-width: 33%;
	margin-bottom: 20px;
	padding: 0 15px 0 0;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gchoice .gfield-choice-input {
	margin-right: 5px;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid #373A36;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_radio input[type="radio"]:checked {
    border: #00AE42;
    background-color: #00AE42;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border-radius: 50%;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid #373A36;
	border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: all 0.2s ease-in-out;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:checked {
    background-color: #00AE42;
    border-color: #00AE42;
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
	top: 4px;
	left: 3px;
	width: 16px;
	height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .hide-label .gfield_label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_previous_button.button {
  border: none;
  background: none;
  color: #373A36;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  display: inline-flex;
  align-items: center;
  padding-left: 30px;	
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  align-items: center;
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}

/* Hide native arrow
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .ginput_container_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background:none
  padding: 12px 54px 12px 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
}
 */
/* Custom green box with white angle down arrow 
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .ginput_container_select select {
  cursor: pointer;
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .ginput_container_select::after {
  content: "\f107"; 
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  font-size: 18px;
  color: #ffffff;
  background-color: #00AE42;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  border-radius: 0 5px 5px 0;	
  height: 100%;
  pointer-events: none;
}
*/
/* Custom border
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .ginput_container_select select:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px #00AE42; 
  border-color: #00AE42;
}
*/
/* Visually insert an arrow before the entire button row */
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_page_footer::before {
  content: "\f177"; /* fa-arrow-left-long */
  font-family: "Font Awesome 6 Pro";
  font-weight: 100; /* Thin */
  font-size: 18px;
  color: #00AE42;
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_page_footer:has(.gform_previous_button)::before {
	transform: translateX(0);
	transition: transform 0.2s ease-in-out;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_page_footer:has(.gform_previous_button:hover)::before {
  transform: translateX(-5px);
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_page_footer:not(:has(.gform_previous_button))::before {
  display: none;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_page_footer input { 
	margin-bottom: 0;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_page_footer:not(:has(.gform_previous_button)) {
	justify-content: flex-end;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_page_footer {
	justify-content: space-between;
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield.gfield--width-half {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Aligns items vertically to the bottom */
  align-items: flex-start;   /* Ensures items stay aligned to the left */
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield.gfield--width-half {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Aligns items vertically to the bottom */
  align-items: flex-start;   /* Ensures items stay aligned to the left */
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .ginput_container {
	width: 100%;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform-page-footer {
	margin: 0;
	padding: 25px 0;
	position: relative;
}
span[id^='gform_ajax_spinner'] {
    /* display: none !important; */
	position: absolute !important;
	left: 45% !important;
	bottom: 10% !important;
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #373A36;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.gform_wrapper.gf-custom-form_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"]:checked {
  background-color: #00AE42;
  border-color: #00AE42;
}
.ginput_container.ginput_container_consent { 
	display: flex;
	align-content: center;
	gap: 8px;
}
.ginput_container.ginput_container_consent label {
	line-height: normal;
}

/* ERRORS *************************/
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_validation_errors {
	background: none !important;
	padding: 10px 35px;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_validation_errors>h2, .gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_description {
	font-size: 14px;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	background: #c02b0a0a;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_validation_message, .gform_validation_errors--moved .validation_error {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  color: #C02B0A;
  position: relative;
  font-weight: 600 !important;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  text-align: left !important;
  gap: 8px;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
.gform_validation_errors--moved {
	padding: 0 !important;
	display: flex;
	justify-content: flex-end;
}
.gform_validation_errors--moved .validation_error {
	margin: 0;
	text-align: right !important;
	max-width: 360px;
}

/* Font Awesome exclamation icon in circle before the message */
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_validation_errors>h2 {
	padding: 0;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
	left: 0;
	font-size: 24px;
}
.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gfield_validation_message::before, .gform_wrapper.gf-custom-form_wrapper.gravity-theme .gform-icon--circle-error:before
 {
  content: "\f12a"; /* Font Awesome exclamation */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #C02B0A;
  color: #fff;
  border-radius: 10px; /* half of width/height */
  margin-right: 8px;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 1;
}
.gform_validation_errors--moved .validation_error::after
 {
  content: "\f12a"; /* Font Awesome exclamation */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #C02B0A;
  color: #fff;
  border-radius: 10px; /* half of width/height */
  margin-left: 8px;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 1;
}

/* Confirmation message */
.gform_confirmation_wrapper.gf-custom-form {
  animation: fadeInConfirm 0.6s ease-in-out;
}
.gform_confirmation_wrapper.gf-custom-form .gform_confirmation_message {
	color: #ffffff;
	font-size: 18px;
}

@keyframes fadeInConfirm {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.gform_confirmation_wrapper.gf-custom-form .gform_confirmation_message br {
	display: none;
}
.gform_confirmation_wrapper.gf-custom-form .gform_confirmation_message h3 {
	color: #00AE42;
}
.gform_confirmation_wrapper.gf-custom-form .gform_confirmation_message img {
	margin: 0 0 20px 0;
}
.gform_confirmation_wrapper.gf-custom-form .gform_confirmation_message h3 {
	margin: 0 0 30px 0;
}
.gform_confirmation_wrapper.gf-custom-form .gform_confirmation_message hr {
  border: none;
  height: 1px;
  background-color: #373A36;
  margin: 0 0 30px 0;
}

@media (max-width: 767px) {

	.gform_wrapper.gf-custom-form_wrapper.gravity-theme .gchoice {
		min-width: 48%;
		margin-bottom: 20px;
	}
	.gform_validation_errors--moved .validation_error {
		max-width: 100%;
	}
}

/* END GRAVITY PAGE SETUP STUFF ************************************************************************/