.elementor-kit-29{--e-global-color-primary:#000000;--e-global-color-secondary:#0B1B3C;--e-global-color-text:#343434;--e-global-color-accent:#FF7E00;--e-global-color-14d1df7:#FFFFFF;--e-global-color-a752088:#173146;--e-global-color-3246e71:#0B1B3C00;--e-global-typography-primary-font-family:"Diagramm";--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:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-29 e-page-transition{background-color:#FFBC7D;}.elementor-kit-29 p{margin-block-end:0px;}.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);}@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-effect {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: visible;          /* allow children to extend outside the box */
  -webkit-font-smoothing: antialiased;
}

/* gradient border (behind content) */
.glass-effect::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;               /* border thickness */
  border-radius: inherit;
  background: linear-gradient(135deg, #ffd4a6, #fff0d9); /* lighter orange → light */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;                 /* place behind content */
}

/* make sure real content sits above the border */
.glass-effect > * {
  position: relative;
  z-index: 1;
}

/* optional hover polish */
.glass-effect:hover::before {
  filter: saturate(1.05) brightness(1.03);
  transform: translateZ(0);   /* encourage GPU compositing */
  transition: filter 220ms ease, transform 220ms ease;
}





.glass-effect-2 {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

/* gradient border */
.glass-effect-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: inherit;
  background: linear-gradient(135deg, #ff7a00, #ffb347); /* orange → light orange */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Diagramm';
	font-display: auto;
	src: url('https://austincatering.omayerhamdi.com/wp-content/uploads/2025/10/Diagramm-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */