/* info.css */
.container {
  text-align: center;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  max-width: 750px;
  margin: 0 auto; /* Κεντράρουμε το περιεχόμενο */
}

.section-title {
  color: #97868a;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.info-list {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  list-style: none;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #bbb;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #97868a;
}

.info-list li {
  margin-bottom: 20px;
}

.info-list li strong {
  font-weight: bold;
  color: #97868a;
}


.info-list h2 {
  background-color: #97868a;
  color: #fff;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.accordionn {
  margin-top: 20px;
}

.accordionn-item {
  margin-bottom: 10px;
}

.accordionn-toggle {
  background-color: #bbb;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  text-align: center;
}

.accordionn-toggle:hover {
  background-color: #97868a;
}

.accordionn-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 10px;
  background-color: #ffffff;
  border-radius: 5px;
}

.accordionn-content p {
  margin: 10px 0;
}

.product-hidden {
  display: none;
}

.politiki-page .main-content {
  text-align: left;
}

.container orama-page .info-list p {
  color: #97868a;
}

p1 {
  color: #bbb;
}

.cta-button {
  background-color: #bbb;
  color: white;  padding: 12px 25px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, background-color 0.3s;
  cursor: pointer;
}

.cta-button:hover {
  background-color: #97868a;
  transform: scale(1.05);
}

.featured-image {
  width: 100%; /* Κάνει την εικόνα να καταλαμβάνει όλο το πλάτος του container */
  max-width: 600px; /* Περιορίζει τη μέγιστη διάσταση */
  height: auto; /* Διατηρεί τις αναλογίες της εικόνας */
  display: block; /* Για καλύτερη στοίχιση */
  margin: 0 auto; /* Κεντράρισμα */
}
