.elementor-1074 .elementor-element.elementor-element-1b9848b{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1074 .elementor-element.elementor-element-274c996{--display:flex;}.elementor-1074 .elementor-element.elementor-element-29a88ac{--display:flex;}.elementor-1074 .elementor-element.elementor-element-67e9d09{--display:flex;}@media(min-width:768px){.elementor-1074 .elementor-element.elementor-element-1b9848b{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-1b9848b */.blue-tilt-container-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px; /* Adjust as needed */
}

.blue-tilt-1 {
  background-color: #4BB7F1;
  height: 300px;
  transform: rotate(-5deg) scale(1.5);
  position: absolute;
  top: 30%; /* Position to cross in the middle */
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 80%;
}

.blue-tilt-2 {
  background-color: #4BB7F1;
  height: 300px;
  transform: rotate(5deg) scale(1.5);
  position: absolute;
  top: 30%; /* Same position as tilt-1 to create the X */
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 80%;
}

.form-container {
  position: relative;
  z-index: 3;
  padding: 150px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Additional CSS to center the form content within the container */
.form-container .elementor-widget-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: transparent; /* Ensure form background is transparent */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .blue-tilt-1, .blue-tilt-2 {
    height: 250px;
  }
  
  .blue-tilt-container-wrapper {
    min-height: 500px;
  }
}

@media (max-width: 480px) {
  .blue-tilt-1, .blue-tilt-2 {
    height: 400px;
  }
  
  .blue-tilt-container-wrapper {
    min-height: 400px;
  }
}/* End custom CSS */