.elementor-9402 .elementor-element.elementor-element-71e70a0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-9402 .elementor-element.elementor-element-71e70a0.e-con{--align-self:center;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-add0762 */.lp-hero {
  height: 100vh;
  width: 100%;
  background-image: url('/wp-content/uploads/2026/04/landing1a.jpg'); /* βάλε σωστό path */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff; /* fallback */
  position: relative;
  aspect-ratio: 19 / 9;
}

/* overlay για buttons */
.lp-overlay {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* buttons */
.lp-actions {
  display: flex;
  gap: 20px;
}

.lp-btn {
  padding: 24px 32px;
  border-radius: 12px;
  font-size: 22px;
  border: none;
  cursor: pointer;
}

.lp-btn.primary {
  background: #C61B1A;
  color: white;
}

.lp-btn.secondary {
  background: #6069AB;
  color: white;
}
.lp-btn.secondary a, .lp-btn.primary a{color:white;text-decoration:none!important;font-family:'Cera Pro'}/* End custom CSS */