/* #d7db9b56-2c32-4d9d-ba72-6f3732dc7c75 > div:nth-child(3) > aside {
    display: none !important;
}

#1f63958a-1eda-4028-af19-5d95cfa8a78f > div:nth-child(3) > aside {
    display: none !important;
} */

/* f63958a-1eda-4028-af19-5d95cfa8a78f > div > aside {
    display: none !important;
} */

.d-block {
  margin-bottom: 50px;
}

section.ICONHOME  img[alt="Image: Εγγραφή"],
section.ICONHOME  img[alt="Image: Αποστολές"],
section.ICONHOME  img[alt="Image: Επικοινωνία"] {
  max-height: 130px !important;
  height: auto !important;
  width: auto !important;
  object-fit: contain;
 
}

.hcmaz{
    min-height: 300px !important;
}

.s1-banner-class {
  position: relative !important;
}

.s1-banner-class a.btn {
  position: absolute !important;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000 !important;  /* Μαύρο background */
  color: #ffffff !important;              /* Λευκό κείμενο */
  border: none !important;
  box-shadow: none !important;
  font-size: 0.8rem !important;           /* Λίγο μικρότερο */
  padding: 6px 14px !important;           /* Ρυθμίζει μέγεθος */
  border-radius: 3px !important;          /* Ελαφρώς στρογγυλεμένες γωνίες */
  transition: none !important;            /* Χωρίς animation στο hover */
}

/* Hover - να παραμένει ίδιο */
.s1-banner-class a.btn:hover {
  background-color: #000000 !important;  /* Καμία αλλαγή */
  color: #ffffff !important;
}

.pt-lg-2 {
   padding-top: 0.5rem !important;
   background-color: #d3848440;
}