.elementor-12942 .elementor-element.elementor-element-5c31e62{--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;}.elementor-12942 .elementor-element.elementor-element-4abd576{text-align:end;}/* Start custom CSS for heading, class: .elementor-element-4abd576 *//* Glass Panel (Frutiger Aero / Vista-style) */
.glass-panel {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18),
              inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

/* Glossy Button (Frutiger Aero shine) */
.frutiger-button {
  position: relative;
  overflow: hidden;
  border-radius: 999px; /* keeps the gloss clipped nicely */
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65),
              0 6px 14px rgba(0,0,0,0.2);
}

/* Top-half glossy shine */
.frutiger-button::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 4%;
  height: 50%;
  border-radius: 999px;
  background: linear-gradient(to bottom,
    rgba(255,255,255,0.85),
    rgba(255,255,255,0.35),
    rgba(255,255,255,0)
  );
  pointer-events: none;
}/* End custom CSS */