/* 
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 */
.low-highlight {
  background-image: linear-gradient(to right, #2f32d8, #2f32d8);
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 100% 18%;
}

.blur-blue-background {
  position: relative;
  z-index: 0;
  overflow: visible;
}
.blur-blue-background::before {
  content: "";
  position: absolute;
  top: -16%;
  left: 2%;
  width: 120%;
  max-width: 680px;
  height: 130%;
  background: radial-gradient(at center center, #274e6f 0%, rgba(3, 14, 33, 0) 70%);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

#gform_1 {
  font-family: "Sansation";
  font-size: 16px;
}
#gform_1 .gform_fields {
  gap: 20px;
}
#gform_1 .gfield--type-section {
  padding-bottom: 0;
  border: 0;
}
#gform_1 .gfield--type-section h3 {
  font-size: 24px;
  margin: 0;
}
#gform_1 .gfield--type-section div {
  font-size: 14px;
  margin-top: 12px;
}
#gform_1 .gfield--type-section:not(:first-of-type) h3 {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}
#gform_1 .gform_drop_area,
#gform_1 input[type=text],
#gform_1 input[type=email],
#gform_1 input[type=checkbox],
#gform_1 select,
#gform_1 textarea {
  border: 1px solid #d2e5ff;
  background: #f3f8ff;
}
#gform_1 input[type=submit] {
  text-transform: uppercase;
}
#gform_1 ::placeholder,
#gform_1 ::-webkit-input-placeholder {
  color: #7595c2;
  opacity: 0.8;
}

.footer-icons {
  margin-top: auto;
}

/* Smooth scroll flicker fix for Lenis + Elementor */
header,
.elementor-header,
.elementor-sticky,
.elementor-sticky--active,
.fixed,
.sticky,
[data-lenis-fixed] {
  will-change: transform;
  transform: translateZ(0);
}

@media (max-width: 1500px) {
  .blur-blue-background::before {
    top: -15%;
    left: -5%;
    width: 120%;
    max-width: 110%;
    height: 125%;
  }
  .hero-title h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 1370px) {
  .hero-title h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 1024px) {
  .blur-blue-background::before {
    top: 5%;
    left: -5%;
    width: 120%;
    max-width: 110%;
    height: 90%;
  }
  .hero-title h2 {
    font-size: 38px !important;
  }
}
@media (max-width: 767px) {
  .blur-blue-background {
    height: 350px;
  }
  .blur-blue-background::before {
    opacity: 0.5;
  }
  .hero-image {
    opacity: 0.15;
  }
}/*# sourceMappingURL=style.css.map */