.elementor-kit-12{--e-global-color-primary:#FF5F06;--e-global-color-secondary:#3F1F0D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#14100E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.glass{
      backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.top-cut{
  /* 1) Stack two mask layers: full‑coverage gradient, then your SVG */
  mask-image:    linear-gradient(black, black),
                 url("/wp-content/uploads/2025/07/cut5.svg");
  mask-repeat:   no-repeat, no-repeat;
  mask-position: 0 0,           /* gradient covers top‑left */
                 center top;    /* SVG is centered at top */
  mask-size:     100% 100%,     /* gradient covers full box */
                 100% auto;     /* SVG spans full width, height auto */
  mask-mode:     alpha, alpha;
  mask-composite: subtract;     /* subtract SVG from gradient */

  /* 2) WebKit fallback */
  -webkit-mask-image:    linear-gradient(black, black),
                         url("/wp-content/uploads/2025/07/cut5.svg");
  -webkit-mask-repeat:   no-repeat, no-repeat;
  -webkit-mask-position: 0 0,
                         center top;
  -webkit-mask-size:     100% 100%,
                         100% auto;
  -webkit-mask-mode:     alpha, alpha;


  /* 3) Make sure this section sits above the one below */
  position: relative;
  z-index: 2;

  /* 4) Pull the whole thing up by exactly the mask’s rendered height:
        157 ÷ 1920 ≈ 0.08177 → 8.177% of the container width */
  margin-top: -8.177%;
}/* End custom CSS */