.collab-block {
  padding: 15px;              /* μικρότερο padding */
  margin-bottom: 15px;        /* διάστημα μεταξύ blocks */
  background-color: #ffffff;  /* ή transparent αν θες */
  border-radius: 8px;         /* στρογγυλεμένες γωνίες */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* απαλή σκιά */
  font-size: 14px;             /* μικρότερο font για όλο το block */
}

.collab-block__title {
  font-size: 16px;             /* μικρότερος τίτλος */
  margin-bottom: 8px;          /* λιγότερο κενό κάτω από τον τίτλο */
}

.collab-block__text {
  font-size: 14px;             /* πιο compact text */
  line-height: 1.4;            /* πιο στενό ύψος γραμμής */
}

.section-title {
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  margin-top: 80px;
  margin-bottom: 40px;

  /* Glow blue */
  color: #4dbfff;
  text-shadow: 
      0 0 10px rgba(77, 191, 255, 0.8),
      0 0 20px rgba(77, 191, 255, 0.6),
      0 0 35px rgba(77, 191, 255, 0.5),
      0 0 50px rgba(77, 191, 255, 0.4);
}
.collaborations-section {
  padding-top: 150px;
}

.collaborations__content {
  max-height: 500px;          /* ύψος του box */
  overflow-y: auto;           /* scroll όταν το περιεχόμενο είναι μεγαλύτερο */
  padding: 20px;              /* εσωτερικό κενό */
  background-color: #f0f8ff;  /* ανοιχτό γαλάζιο background */
  border: 2px solid #4dbfff;  /* μπλε περίγραμμα */
  border-radius: 12px;        /* στρογγυλεμένες γωνίες */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* απαλή σκιά */
}

.collaborations__content::-webkit-scrollbar {
  width: 8px;
}

.collaborations__content::-webkit-scrollbar-thumb {
  background-color: #4dbfff; /* μπλε thumb */
  border-radius: 4px;
}

.collaborations__content::-webkit-scrollbar-track {
  background: #e0f0ff;
  border-radius: 4px;
}

.btn-language {
    display: inline-block;
    padding: 6px 12px;
    background: #eee;
    border-radius: 6px;
    text-decoration: none;
    color: rgb(31, 48, 244);
    font-weight: bold;
}
.btn-language:hover {
    background: #ddd;
}

.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-text2 {
  color: var(--color-accent);
}
 
.navigation-navigationtoggle-icon1 {
  color: var(--color-accent);
  display: flex;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: all var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.navigation-navigationtoggle-icon2 {
  color: var(--color-accent);
  display: flex;
  opacity: 0;
  position: absolute;
  transform: rotate(90deg);
  transition: all var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-container4 {
  display: none;
}
 
.footer-container5 {
  display: contents;
}
 
.footer-container6 {
  display: none;
}
 
.footer-container7 {
  display: contents;
}

.home-container10 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-container11 {
  display: none;
}
 
.home-container12 {
  display: contents;
}
 
.home-container20 {
  display: none;
}
 
.home-container21 {
  display: contents;
}
 
.home-container22 {
  display: none;
}
 
.home-container23 {
  display: contents;
}
 
.home-container24 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon58 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text47 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
