.elementor-kit-6{--e-global-color-primary:#FB5B12;--e-global-color-secondary:#555555;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Jost";--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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 *//* Decorative lines + small squares without touching the heading typography */
.decor-heading {
  position: relative;
  display: inline-block; /* don't change the font/size; keep heading styles intact */
  padding: 0 14px;       /* space for decorations */
}

/* left decoration: small square then short line */
.decor-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 42px;           /* total width for square+line */
  height: 2px;           /* line thickness */
  background: transparent;
}

/* draw the square (left) and the line (right) with background gradients
   so we don't add extra markup and don't change text styles */
.decor-heading::before {
  background:
    /* small square on the left */ linear-gradient(#fb5b12 0 0) left center / 8px 8px no-repeat,
    /* thin line to the right of square */ linear-gradient(#fb5b12, #fb5b12) calc(8px + 6px) center / 30px 2px no-repeat;
}

/* right decoration: short line then small square */
.decor-heading::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 42px;
  height: 2px;
  background:
    /* line first */ linear-gradient(#fb5b12, #fb5b12) 6px center / 30px 2px no-repeat,
    /* small square on right */ linear-gradient(#fb5b12 0 0) calc(6px + 30px) center / 8px 8px no-repeat;
}

/* Responsive tweak: smaller on narrow screens */
@media (max-width: 480px) {
  .decor-heading { padding: 0 10px; }
  .decor-heading::before,
  .decor-heading::after { width: 28px; }
  .decor-heading::before { background:
    linear-gradient(#fb5b12 0 0) left center / 6px 6px no-repeat,
    linear-gradient(#fb5b12,#fb5b12) calc(6px + 4px) center / 18px 2px no-repeat; }
  .decor-heading::after { background:
    linear-gradient(#fb5b12,#fb5b12) 4px center / 18px 2px no-repeat,
    linear-gradient(#fb5b12 0 0) calc(4px + 18px) center / 6px 6px no-repeat; }
}/* End custom CSS */