.elementor-11824 .elementor-element.elementor-element-928fdff{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a9047f0 *//* --- Γενικές Ρυθμίσεις Footer --- */
.my-thessaly-footer {
  background-color: #8bb280; /* Το πράσινο φόντο */
  color: #1a2519; /* Σκούρο πράσινο/μαύρο κείμενο */
  padding: 50px 20px 20px 20px;
  font-family: inherit; /* Κληρονομεί τη γραμματοσειρά του site σας */
  line-height: 1.6;
}

/* --- Διάταξη Στηλών (Grid) --- */
.my-thessaly-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* Η 1η στήλη είναι διπλάσια */
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Διακριτική γραμμή */
}

/* --- Επικεφαλίδες και Κείμενο --- */
.my-thessaly-footer .footer-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
}

.my-thessaly-footer p {
  font-size: 15px;
  margin: 0;
}

/* --- Λίστες και Σύνδεσμοι (Links) --- */
.my-thessaly-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-thessaly-footer ul li {
  margin-bottom: 12px;
}

.my-thessaly-footer a {
  color: #1a2519;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Εφέ όταν περνάει το ποντίκι πάνω από link */
.my-thessaly-footer a:hover {
  color: #ffffff; 
}

/* --- Κάτω Μπάρα (Copyright) --- */
.my-thessaly-footer .footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* --- Responsive (Για Κινητά & Tablet) --- */
@media (max-width: 768px) {
  .my-thessaly-footer .footer-container {
    grid-template-columns: 1fr; /* Μία στήλη στα κινητά */
    text-align: center;
    gap: 30px;
  }
}/* End custom CSS */