.elementor-306 .elementor-element.elementor-element-3b8585ba{--display:flex;}/* Start custom CSS for container, class: .elementor-element-3b8585ba *//* Add this CSS to your Elementor section's Custom CSS or in Appearance > Customize > Additional CSS */

/* Main container styling */
.custom-bg-job {
  background-color: #ffffff;
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* Yellow corner bright overlay */
.custom-bg-job::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: 
    radial-gradient(circle 600px at 0% 200px, #fef3c7, transparent),
    radial-gradient(circle 600px at 100% 200px, #fef3c7, transparent);
  pointer-events: none;
}

/* Ensure content appears above the background */
.custom-bg-job > * {
  position: relative;
  z-index: 1;
}/* End custom CSS */