.elementor-3658 .elementor-element.elementor-element-f56ef3c{--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-3658 .elementor-element.elementor-element-8afc7d4 .wd-el-title{color:#000000;font-family:"President Font", Sans-serif;}/* Start custom CSS for html, class: .elementor-element-cb0a7ff *//* ===== Plain text Liquid-Glass heading (no backgrounds) ===== */
.glass-heading {
  --title-size: 35px;          /* στόχος περίπου 35px */
  --ink: #111;                 /* μαύρο κείμενο */
  --muted: #555;               /* subtitle */
  text-align: center;
  padding: 6px 0 10px;         /* μικρό, δεν «φουσκώνει» */
}

/* Κύριος τίτλος: σκέτα μαύρα γράμματα με gloss + soft edges */
.lg-title {
  margin: 0;
  font-weight: 900;
  font-size: clamp(22px, 3.4vw, var(--title-size));
  line-height: 1.05;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  display: inline-block;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,0.18))   /* ελαφρύ top sheen */
    drop-shadow(0 10px 14px rgba(0,0,0,0.06));    /* απαλή σκιά για βάθος */
}

/* Gloss layer μέσα στα γράμματα */
.lg-title::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.65) 0%,
    rgba(255,255,255,0.24) 32%,
    rgba(255,255,255,0.00) 55%,
    rgba(0,0,0,0.10) 78%,
    rgba(0,0,0,0.14) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.55;                 /* διακριτικό gloss */
  pointer-events: none;
}

/* Soft blur στις άκρες για πιο “γυάλινο” look */
.lg-title::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #000;
  opacity: 0.16;
  filter: blur(1px);
  z-index: -1;
  pointer-events: none;
}

/* Separator: λεπτή «γυάλινη» γραμμή με sheen */
.lg-separator {
  width: min(380px, 80vw);
  height: 2px;
  margin: 8px auto 6px;
  position: relative;
  background: linear-gradient(90deg,
    rgba(0,0,0,0.18),
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.18)
  );
  border-radius: 999px;
  overflow: visible;
}
.lg-separator::before {
  /* διακριτικό gloss πάνω από τη γραμμή */
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: -2px;
  height: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,0.6), transparent 70%);
  filter: blur(1.2px);
  pointer-events: none;
  opacity: .65;
}
.lg-separator::after {
  /* λεπτό 1px “inset” περίγραμμα για γυάλινη αίσθηση */
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
  pointer-events: none;
  opacity: .8;
}

/* Μικρό, διακριτικό subtitle */
.lg-subtitle {
  margin: 4px 0 0;
  font-size: clamp(12px, 1.8vw, 14px);
  color: var(--muted);
  letter-spacing: 0.015em;
  font-weight: 700;
}
.glass-heading {
  --muted: rgb(204, 0, 0); }/* End custom CSS */