.elementor-242297 .elementor-element.elementor-element-9b0d0a6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-97946fe */.font-page {
  max-width: 1660px;
  margin: 0 auto;
  padding: 50px 20px 70px;
  color: #222;
}

.font-hero {
  text-align: center;
  margin-bottom: 30px;
}

.font-eyebrow {
  display: inline-block;
  background: #f3ede4;
  color: #9c7441;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.font-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
}

.font-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #6f6f6f;
  line-height: 1.6;
  font-size: 16px;
}

.font-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.font-filter {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.font-filter:hover,
.font-filter.active {
  background: #222;
  color: #fff;
  border-color: #222;
}

.font-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.font-sheet {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: 0.25s ease;
}

.font-sheet:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.font-sheet-image-wrap {
  position: relative;
  cursor: zoom-in;
  overflow: hidden;
  background: #f6f6f6;
}

.font-sheet-image-wrap::after {
  content: "Άνοιγμα πλήρους οθόνης";
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(0,0,0,0.72);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.2s ease;
}

.font-sheet-image-wrap:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.font-sheet img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.font-sheet:hover img {
  transform: scale(1.02);
}

.font-sheet-info {
  padding: 16px;
}

.font-sheet-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
}

.font-sheet-meta {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

.font-empty {
  display: none;
  text-align: center;
  padding: 30px;
  border: 1px dashed #d6d6d6;
  border-radius: 16px;
  color: #777;
  margin-top: 20px;
}

/* Lightbox */
.font-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  flex-direction: column;
  z-index: 99999;
  padding: 16px;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(135, 135, 135, 0.52) 50%, rgba(255, 255, 255, 0) 100%);
}

.font-lightbox.open {
  display: flex;
}

.font-lightbox-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #fff;
  padding-bottom: 10px;
}

.font-lightbox-title h3 {
  margin: 0px;
  font-size: 16px;
  color: #fff;
}

.font-lightbox-title p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
}

.font-lightbox-actions {
  display: flex;
  gap: 18px;
}

.font-lightbox-actions button {
  border:solid 0px white;
  color: #000000;
  backdrop-filter: blur(10px);
  background-color:white;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.font-lightbox-close {
  font-size: 22px !important;
}

.font-lightbox-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  border-radius: 14px;
}

.font-lightbox-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.18s ease;
}

.font-lightbox-stage.zoomed {
  align-items: flex-start;
  justify-content: flex-start;
}

.font-lightbox-stage.zoomed img {
  max-width: none;
  max-height: none;
  transform: scale(1.4);
  margin: 60px;
  cursor: zoom-out;
}

.font-help-text {
  text-align: center;
  color: #000;
  font-size: 14px;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .font-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .font-grid {
    grid-template-columns: 1fr;
  }

  .font-page {
    padding: 35px 14px 50px;
  }

  .font-lightbox {
    padding: 10px;
  }
}/* End custom CSS */