.elementor-8891 .elementor-element.elementor-element-b843b2c{--display:flex;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8891 .elementor-element.elementor-element-04e28cf{--display:flex;--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;}/* Start custom CSS for container, class: .elementor-element-b843b2c */.entry-content.is-layout-constrained {
    width: 100%;
    min-height: 100vh; /* Ensures it covers at least the full screen height */
    position: relative;
    z-index: 1;/* Positive z-index for the container, backgrounds stay behind */
    
    background: 
      /* 1. The Grid Overlay (Top Layer) */
      linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
      
      /* 2. The Radial Glows (Middle Layers) */
      radial-gradient(circle at 20% 30%, rgba(211, 27, 61, 0.08), transparent 50%),
      radial-gradient(circle at 85% 70%, rgba(255, 77, 109, 0.06), transparent 55%),
      radial-gradient(circle at 45% 85%, rgba(211, 27, 61, 0.05), transparent 60%),
      
      /* 3. The Base Gradient (Bottom Layer) */
      linear-gradient(135deg, #03050a 0%, #0a0f18 30%, #0f1622 50%, #0a0f18 70%, #03050a 100%);

    /* Control how the layers behave */
    background-size: 60px 60px, 60px 60px, auto, auto, auto, auto;
    background-attachment: fixed; /* Keeps the grid and gradients locked to the viewport */
    pointer-events: auto; /* Ensure content inside remains clickable */
}/* End custom CSS */