.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

body {
  height: auto !important;
}


:root {
  --c-color-navy: #0b1d53;
  --c-color-navy-dark: #06143d;
  --c-color-blue: #0085c5;
  --c-color-cyan: #00aeea;
  --c-color-white: #ffffff;
  --c-color-soft: #f4f8fc;
  --c-color-text: #14213d;
  --c-color-muted: #667085;
  --c-color-border: #e7eef6;
  --c-gradient-primary: linear-gradient(
    135deg,
    var(--tm-color-navy) 0%,
    var(--tm-color-blue) 100%
  );
  --c-shadow-card: 0 18px 50px rgba(11, 29, 83, 0.12);
  --c-radius-sm: 12px;
  --c-radius-md: 20px;
  --c-radius-lg: 34px;
  --c-container: 1180px;
}

.c-container {
   max-width: 1440px;
   margin: 0 auto;
}
/* -------- GENERAL SECTIONS -------- */

.c-section {
  padding: 92px 0;
}

.c-section-heading {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 42px;
}

#contenttop .c-section-heading h2 {
  font-size: clamp(30px, 3vw, 44px);
  color: var(--c-color-navy);
    font-weight: 900;
}

.c-section-heading--split {
  max-width: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.c-section-link {
  color: var(--c-color-blue);
  font-weight: 800;
}

.c-section-heading--light h2 {
  color: var(--c-color-white);
}

/* ------ */


#contenttop .c-hero h1,
#contenttop .c-section-heading h2,
#contenttop .c-about h2 {
  margin: 0;
  padding: 0;
  line-height: 1.13;
  letter-spacing: -0.04em;
}


#contenttop h2, #belowsite #useful-links-section h2, #contentbottom h2 {
  max-width: 620px;
  margin: 0 0 20px;
  color: var(--c-color-navy);
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-align: left;
}



/* ABOVE TOPBANNER */

/* -------- HEADER CONTACT ACTIONS -------- */

/* -------- HEADER CONTACT ACTIONS / NO FLEX -------- */

.c-header-actions {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0;
}

.c-header-phones,
.c-header-languages {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.c-header-phones {
  margin-right: 16px;
}

#topbanner .htmlbox a.c-header-phone {
  position: relative;
  display: inline-table;
  vertical-align: middle;
  margin-left: 8px;
  padding: 8px 15px 8px 10px;
  border: 1px solid rgba(220, 231, 245, 0.95);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: var(--c-color-navy);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(13, 31, 83, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.c-header-phone:first-child {
  margin-left: 0;
}

.c-header-phone:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 101, 248, 0.35);
  box-shadow: 0 12px 28px rgba(18, 101, 248, 0.12);
}

.c-header-phone__icon {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(18, 101, 248, 0.10);
  color: var(--c-color-blue);
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.c-header-phone__content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  text-align: left;
}

.c-header-phone__label {
  display: block;
  color: var(--c-color-muted);
  font-size: 11px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.c-header-phone__number {
  display: block;
  color: var(--c-color-navy);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 900;
  white-space: nowrap;
}


/* -------- RESPONSIVE / NO FLEX -------- */

@media (max-width: 980px) {
  .c-header-actions {
    text-align: center;
  }

  .c-header-phones {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .c-header-actions {
    text-align: left;
  }

  .c-header-phones {
    display: block;
  }

  .c-header-phone {
    display: table;
    width: 100%;
    margin: 0 0 8px;
    border-radius: 16px;
    box-sizing: border-box;
  }

}

#topbanner .langchooser {
    padding-top: 25px;
}

/* ====== */

/* -------- BUTTONS -------- */

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
    box-sizing: border-box;
}

.c-button:hover {
  transform: translateY(-2px);
}

.c-button--primary {
  background: var(--c-color-blue);
  color: var(--c-color-white);
  box-shadow: 0 16px 30px rgba(0, 133, 197, 0.28);
  margin-top: 20px;
}

.c-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--c-color-white);
}

.c-button--secondary {
  background: var(--c-color-navy);
  color: var(--c-color-white);
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


#mobile-header {
    position: relative;
    z-index: 2;
    min-height: 80px;
}

a.mobile-header-startlink {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    margin-left: 0 !important;
    transform: translateX(-50%);
}

.side-nav__header {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-size: 50%;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}/* -------- COMPACT FILTERS BOX -------- */

.c-filters-box {
  position: relative;
  display: grid;
  max-width: 100%;
  margin: 0 auto 34px;
  padding: 18px;
  border: 1px solid var(--c-color-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(13, 31, 83, 0.06);
  overflow: visible;
}

.c-filters-box::before {
  content: "Φίλτρα αναζήτησης";
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(18, 101, 248, 0.08);
  color: var(--c-color-blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.c-filters-box .amodule {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.c-filters-box .filter_opt {
  display: grid;
  gap: 8px;
  align-items: start;
  min-width: 0;
}

.c-filters-box > .amodule,
.c-filters-box > div {
  min-width: 0;
}

.c-filters-box .filterlabel {
  color: var(--c-color-navy);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.c-filters-box form {
  margin: 0;
  min-width: 0;
}

/* Native select fallback */

.c-filters-box select {
  width: 100%;
  min-height: 46px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--c-color-border);
  border-radius: 14px;
  background-color: var(--c-color-white);
  color: var(--c-color-navy);
  font-size: 14px;
  font-weight: 700;
  outline: none;
  box-shadow: 0 8px 20px rgba(13, 31, 83, 0.04);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.c-filters-box select:hover,
.c-filters-box select:focus {
  border-color: rgba(18, 101, 248, 0.45);
  box-shadow: 0 10px 24px rgba(18, 101, 248, 0.08);
}

/* Chosen select */

.c-filters-box .chosen-container {
  width: 100% !important;
  min-width: 0 !important;
  font-size: 14px;
}

.c-filters-box .chosen-container-single .chosen-single {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 0 46px 0 14px;
  border: 1px solid var(--c-color-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--c-color-navy);
  box-shadow: 0 8px 20px rgba(13, 31, 83, 0.04);
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.c-filters-box .chosen-container-single .chosen-single:hover {
  border-color: rgba(18, 101, 248, 0.45);
  box-shadow: 0 10px 24px rgba(18, 101, 248, 0.08);
}

.c-filters-box .chosen-container-active .chosen-single {
  border-color: var(--c-color-blue);
  box-shadow:
    0 10px 24px rgba(18, 101, 248, 0.10),
    0 0 0 3px rgba(18, 101, 248, 0.07);
}

.c-filters-box .chosen-container-single .chosen-single span {
  display: block;
  width: 100%;
  margin-right: 0;
  color: var(--c-color-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-filters-box .chosen-container-single .chosen-single div {
  position: absolute;
  top: 50%;
  right: 11px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  border-radius: 50%;
  background: rgba(18, 101, 248, 0.08);
}

.c-filters-box .chosen-container-single .chosen-single div b {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--c-color-blue);
  border-bottom: 2px solid var(--c-color-blue);
  transform: rotate(45deg) translate(-1px, -2px);
  background: none !important;
}

.c-filters-box .chosen-container-active.chosen-with-drop .chosen-single div b {
  transform: rotate(225deg) translate(-1px, -2px);
}

/* Dropdown */

.c-filters-box .chosen-container .chosen-drop {
  margin-top: 8px;
  border: 1px solid rgba(220, 231, 245, 0.95);
  border-radius: 16px;
  background: var(--c-color-white);
  box-shadow: 0 18px 44px rgba(13, 31, 83, 0.13);
  overflow: hidden;
}

/* Chosen search with Material Icons */

.c-filters-box .chosen-container-single .chosen-search {
  position: relative;
  padding: 10px;
}

.c-filters-box .chosen-container-single .chosen-search::after {
  content: "search";
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 2;
  color: var(--c-color-blue);
  font-family: "Material Icons";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.c-filters-box .chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  min-height: 38px;
  padding: 0 42px 0 12px;
  border: 1px solid var(--c-color-border);
  border-radius: 11px;
  background: none !important;
  background-image: none !important;
  color: var(--c-color-navy);
  font-size: 13px;
  font-weight: 700;
  outline: none;
}

.c-filters-box .chosen-container-single .chosen-search input[type="text"]:focus {
  border-color: rgba(18, 101, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(18, 101, 248, 0.07);
}

.c-filters-box .chosen-container .chosen-results {
  margin: 0;
  padding: 6px;
  color: var(--c-color-navy);
}

.c-filters-box .chosen-container .chosen-results li {
  margin: 0;
  padding: 10px 12px;
  border-radius: 11px;
  color: var(--c-color-navy);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.c-filters-box .chosen-container .chosen-results li.highlighted {
  background: linear-gradient(135deg, var(--c-color-blue), var(--c-color-cyan));
  color: var(--c-color-white);
}

.c-filters-box .chosen-container .chosen-results li.disabled-result {
  color: rgba(96, 112, 131, 0.45);
  cursor: not-allowed;
}

/* Current single-filter layout */

.c-filters-box .filter_opt.dropdown {
  max-width: 100%;
}

.c-filters-box:not(.c-filters-box--grid) .filter_opt {
  max-width: 360px;
}

/* Multi-filter layout.
   Use this class when you add more filters:
   class="boxy c-filters-box c-filters-box--grid box2198"
*/

.c-filters-box--grid {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 16px;
  align-items: end;
}

.c-filters-box--grid::before {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

/* Responsive */

@media (max-width: 1024px) {
  .c-filters-box--grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 640px) {
  .c-filters-box {
    padding: 16px;
    border-radius: 18px;
  }

  .c-filters-box--grid {
    grid-template-columns: 1fr;
  }

  .c-filters-box:not(.c-filters-box--grid) .filter_opt {
    max-width: none;
  }

  .c-filters-box .chosen-container-single .chosen-single,
  .c-filters-box select {
    height: 44px;
    min-height: 44px;
    border-radius: 13px;
  }

  .c-filters-box .chosen-container-single .chosen-single span {
    line-height: 44px;
  }

  .c-filters-box .chosen-container-single .chosen-search input[type="text"] {
    min-height: 36px;
  }
}/* -------- FOOTER -------- */

.c-footer {
  padding: 92px 0;
  background: var(--c-color-navy-dark);
  color: rgba(255, 255, 255, 0.76);
}

.c-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.c-footer p {
  margin: 0;
}

.c-footer a {
  color: var(--c-color-white);
  font-weight: 700;
}

.c-footer__shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.45;
}

.c-footer__shape--left {
  left: 32px;
  top: 105px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(0, 169, 232, 0.08);
}

.c-footer__shape--left::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 210px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  transform: rotate(28deg);
}

.c-footer__shape--right {
  right: -84px;
  bottom: 140px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.c-footer__newsletter {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 56px;
}

.c-footer__newsletter-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.c-footer__newsletter-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(0, 169, 232, 0.08);
  color: rgba(255, 255, 255, 0.38);
  font-size: 34px;
}

.c-footer__newsletter h3 {
  margin: 0;
  color: var(--c-color-white);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.c-footer__newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  padding: 6px;
  border-radius: 999px;
  background: var(--c-color-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
        box-sizing: border-box;
}

.c-footer__newsletter-form input {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--c-color-navy);
  font-size: 15px;
  font-weight: 700;
}

.c-footer__newsletter-form input::placeholder {
  color: rgba(96, 112, 131, 0.85);
}

.c-footer__newsletter-form button {
  flex: 0 0 auto;
  height: 52px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: var(--c-color-blue);
  color: var(--c-color-white);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(18, 101, 248, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.c-footer__newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(18, 101, 248, 0.36);
}

.c-footer__divider {
  position: relative;
  z-index: 1;
  height: 1px;
  margin-bottom: 52px;
  background: rgba(255, 255, 255, 0.12);
}

.c-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 74px);
  padding-bottom: 64px;
}

.c-footer__brand {
  max-width: 320px;
}

.c-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.c-footer__logo img {
  display: block;
  max-width: 170px;
  height: auto;
}

.c-footer__brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.c-footer__social-title {
  margin-top: 24px;
  margin-bottom: 14px;
  color: var(--c-color-white);
  font-size: 15px;
  font-weight: 900;
}

.c-footer__socials {
  display: flex;
  gap: 12px;
}

.c-footer__socials a {
  display: grid;
  place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--c-color-white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: background 0.25s ease, transform 0.25s ease;
}

.c-footer__socials a img {
    width: 24px;
    height: auto;
}

.c-footer__socials a:hover {
  background: var(--c-color-blue);
  transform: translateY(-3px);
}

.c-footer__column h4 {
  position: relative;
  margin: 0 0 34px;
  color: var(--c-color-white);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.c-footer__column h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 54px;
  height: 3px;
  border-radius: 99px;
  background: repeating-linear-gradient(
    90deg,
    var(--c-color-blue) 0 10px,
    transparent 10px 15px
  );
}

.c-footer__column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#belowsite div.htmlbox ul {
   padding-left: 0px;
}

.c-footer__column li {
  margin: 0;
  display: block;
}

#belowsite .c-footer__column a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  transition: 0.3s ease;
}

#belowsite .c-footer__column a:hover {
  color: var(--c-color-cyan);
}

.c-footer__contact {
  min-width: 0;
}

.c-footer__contact-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.c-footer__contact-item > .material-icons {
  color: var(--c-color-blue);
  font-size: 22px;
  line-height: 1.25;
}

.c-footer__contact-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--c-color-white);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.c-footer__contact-item a,
.c-footer__contact-item span:not(.material-icons) {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.c-footer__contact-item a:hover {
  color: var(--c-color-white);
  padding-left: 0;
}

.c-footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  min-height: 76px;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.1);
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
}

.c-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.c-footer__bottom a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}


/* -------- FOOTER RESPONSIVE -------- */

@media (max-width: 1024px) {
  .c-footer__newsletter {
    grid-template-columns: 1fr;
  }

  .c-footer__newsletter-form {
    max-width: none;
    margin-left: 0;
  }

  .c-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .c-footer {
    padding-top: 54px;
  }

  .c-footer__newsletter {
    gap: 26px;
    padding-bottom: 40px;
  }

  .c-footer__newsletter-title {
    gap: 16px;
  }

  .c-footer__newsletter-icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  .c-footer__newsletter-form {
    align-items: stretch;
    flex-direction: column;
    padding: 8px;
    border-radius: 24px;
  }

  .c-footer__newsletter-form input {
    height: 48px;
  }

  .c-footer__newsletter-form button {
    width: 100%;
    height: 48px;
  }

  .c-footer__divider {
    margin-bottom: 40px;
  }

  .c-footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 48px;
  }

  .c-footer__column h4 {
    margin-bottom: 28px;
    font-size: 20px;
  }

  .c-footer__bottom {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}


/* -------- FOOTER CERTIFICATION CARD -------- */

.c-footer__certification-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 46px;
}

.c-footer__certification-wrap .c-contact-card--certification {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--c-color-white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(12px);
}

.c-contact-card__cert-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 14px;
  border-radius: 18px;
  background: var(--c-color-white);
}

.c-contact-card__cert-image img {
  display: block;
  max-width: 130px;
  max-height: 78px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.c-contact-card__cert-content {
  min-width: 0;
}

.c-contact-card__cert-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(18, 101, 248, 0.16);
  color: var(--c-color-cyan);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.c-footer__certification-wrap .c-contact-card--certification p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

.c-footer__certification-wrap .c-button--secondary {
  min-width: 170px;
  margin-top: 0;
  background: var(--c-color-blue);
  color: var(--c-color-white);
  box-shadow: 0 14px 28px rgba(18, 101, 248, 0.24);
  white-space: nowrap;
}

.c-footer__certification-wrap .c-button--secondary:hover {
  background: var(--c-color-cyan);
}

/* -------- FOOTER CERTIFICATION RESPONSIVE -------- */

@media (max-width: 900px) {
  .c-footer__certification-wrap .c-contact-card--certification {
    grid-template-columns: 130px 1fr;
  }

  .c-footer__certification-wrap .c-button--secondary {
    grid-column: 1 / -1;
    width: fit-content;
  }
}

@media (max-width: 640px) {
  .c-footer__certification-wrap {
    padding-bottom: 38px;
  }

  .c-footer__certification-wrap .c-contact-card--certification {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 22px;
  }

  .c-contact-card__cert-image {
    justify-content: flex-start;
    width: fit-content;
    min-height: auto;
  }

  .c-footer__certification-wrap .c-button--secondary {
    width: 100%;
  }
}


#useful-links-section {
   background-color: white;
}

#belowsite #useful-links-section h2 {
   color: var(--c-color-navy-dark);
   text-align: center;
    margin: 0 auto;
}

/* -------- USEFUL -------- */

.c-useful-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1000px;
    margin: 0 auto;
}

.c-useful-card {
  padding: 28px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.c-useful-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--c-shadow-card);
}

.c-useful-card img {
    height: auto;
    object-fit: contain;
    margin: 0 auto 20px;
    border-radius: 40px;
}

.c-useful-card strong {
  color: var(--c-color-navy);
}

.c-useful-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.c-useful-card {
  background: var(--c-color-white);
  border: 1px solid var(--c-color-border);
  border-radius: var(--c-radius-md);
  box-shadow: 0 10px 30px rgba(11, 29, 83, 0.04);
  overflow: hidden;
}


/* CTA DESIGN */

/* -------- DISTANCE CTA -------- */

.c-distance-cta {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(0, 169, 232, 0.12), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(18, 101, 248, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.c-distance-cta__shape {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.c-distance-cta__shape--one {
  width: 220px;
  height: 220px;
  left: -90px;
  top: 40px;
  border: 30px solid rgba(18, 101, 248, 0.06);
}

.c-distance-cta__shape--two {
  width: 150px;
  height: 150px;
  right: 7%;
  bottom: 30px;
  border: 1px dashed rgba(13, 31, 83, 0.20);
}

.c-distance-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(220, 231, 245, 0.95);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 12%, rgba(0, 169, 232, 0.10), transparent 26%),
    #ffffff;
  box-shadow: 0 18px 55px rgba(13, 31, 83, 0.08);
}

.c-distance-cta__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  bottom: 34px;
  width: 6px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, var(--c-color-blue), var(--c-color-cyan));
}

.c-distance-cta__icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--c-color-blue), var(--c-color-cyan));
  color: var(--c-color-white);
  font-size: 38px;
  box-shadow: 0 18px 36px rgba(18, 101, 248, 0.22);
}

.c-distance-cta__content h2 {
  margin: 0 0 12px;
  color: var(--c-color-navy);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.c-distance-cta__content p {
  max-width: 760px;
  margin: 0;
  color: var(--c-color-muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
}

.c-distance-cta__actions {
  display: grid;
  gap: 12px;
  min-width: 180px;
}

.c-distance-cta__actions .c-button {
  margin-top: 0;
  white-space: nowrap;
}

#belowsite a.c-button--ghost-dark {
  border: 1px solid rgba(18, 101, 248, 0.22);
  background: #ffffff;
  color: var(--c-color-navy);
  box-shadow: none;
}

.c-button--ghost-dark:hover {
  background: rgba(18, 101, 248, 0.06);
  color: var(--c-color-blue);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 900px) {
  .c-distance-cta__inner {
    grid-template-columns: 82px 1fr;
  }

  .c-distance-cta__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .c-distance-cta {
    padding: 54px 0;
  }

  .c-distance-cta__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .c-distance-cta__inner::before {
    top: 28px;
    bottom: 28px;
    width: 5px;
  }

  .c-distance-cta__icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    font-size: 32px;
  }

  .c-distance-cta__content p {
    font-size: 16px;
  }

  .c-distance-cta__actions {
    grid-template-columns: 1fr;
  }

  .c-distance-cta__actions .c-button {
    width: 100%;
  }
}/* -------- LIST CONTENT / PROGRAM ITEM CARD -------- */

.c-list-content {
  position: relative;
  margin: 0px auto 10px auto;
  padding: 10px;
}
.c-list-content .amodule {
  position: relative;
  z-index: 1;
}

/* Title */

.c-list-content h3 {
  margin: 0 0 26px;
  padding-right: 20px;
  color: var(--c-color-navy);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.c-list-content h3 a {
  color: var(--c-color-navy);
  text-decoration: none;
  transition: color 0.25s ease;
}

.c-list-content h3 a:hover {
  color: var(--c-color-blue);
}

.c-list-content .itemname {
  display: block;
}

.c-inputs-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media (max-width: 768px) {
.c-inputs-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}
}

/* Fields layout */

.c-list-content .c-status-input,
.c-list-content .c-age-input,
.c-list-content .c-diarkeia-input,
.c-list-content .c-epidoma-input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 16px 16px 0;
  box-sizing: border-box;
}

.c-list-content .c-epidoma-input {
  margin-right: 0;
}

/* Status wrapper correction */

.c-list-content .c-status-input {
    float: none;
    width: 100%;
}

.c-list-content .c-status-input .infoline {

}

/* Field cards */

.c-list-content .infoline {
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(220, 231, 245, 0.95);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(13, 31, 83, 0.05);
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.c-list-content .infoline:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 101, 248, 0.28);
  box-shadow: 0 16px 36px rgba(18, 101, 248, 0.10);
}

/* Icons */

.c-list-content .infoline::before {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(18, 101, 248, 0.10);
  color: var(--c-color-blue);
  font-family: "Material Icons";
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
.c-list-content .infoline::before {
    margin: 0;
}
}


.c-list-content .c-age-input::before {
  content: "groups";
}

.c-list-content .c-diarkeia-input::before {
  content: "schedule";
}

.c-list-content .c-epidoma-input::before {
  content: "payments";
}

/* Labels / Values */

.c-list-content .label {
  display: block;
  margin-bottom: 7px;
  color: var(--c-color-muted);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.c-list-content .value {
  display: block;
  color: var(--c-color-navy);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.c-list-content .value a {
  color: var(--c-color-blue);
  text-decoration: none;
}

.c-list-content .value a:hover {
  color: var(--c-color-cyan);
}

/* Status field special style */

.c-list-content .c-status-input .infoline {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    min-height: auto;
    border-radius: 15px;
    background-color: rgb(1 134 198 / 46%);
}

.c-list-content .c-status-input .infoline .label {
   margin: 0;
    color: var(--c-color-navy-dark);
}

.c-list-content .group_add_text {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(18, 101, 248, 0.10);
  color: var(--c-color-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

/* Optional button links */

.c-list-content .c-button,
.c-list-content .readmore a,
.c-list-content .more a {
  display: inline-block;
  min-width: 180px;
  margin-top: 14px;
  padding: 15px 26px;
  border-radius: 999px;
  background: var(--c-color-navy);
  color: var(--c-color-white);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(13, 31, 83, 0.18);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.c-list-content .c-button:hover,
.c-list-content .readmore a:hover,
.c-list-content .more a:hover {
  transform: translateY(-2px);
  background: var(--c-color-blue);
  box-shadow: 0 18px 34px rgba(18, 101, 248, 0.24);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1024px) {
  .c-list-content .c-status-input,
  .c-list-content .c-age-input,
  .c-list-content .c-diarkeia-input,
  .c-list-content .c-epidoma-input {
    width: calc(50% - 10px);
    margin-right: 16px;
  }

  .c-list-content .c-age-input,
  .c-list-content .c-epidoma-input {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .c-list-content {
    padding: 10px 20px 0;
    border-radius: 24px;
  }

  .c-list-content::before {
    top: 26px;
    bottom: 26px;
    width: 5px;
  }

  .c-list-content h3 {
    margin-bottom: 22px;
    font-size: 25px;
  }

  .c-list-content .c-status-input,
  .c-list-content .c-age-input,
  .c-list-content .c-diarkeia-input,
  .c-list-content .c-epidoma-input {
    display: block;
    width: 100%;
    margin: 0 0 14px;
  }

  .c-list-content .infoline {
    min-height: auto;
    padding: 10px;
    border-radius: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .c-list-content .value {
    font-size: 18px;
  }
  div.items div.infoboxy span.label {
    margin-bottom: 0px;
  }
}

.c-status-input {
    position: absolute;
    top: 0;
    left: 0;
}

.c-status-input a {
    background-color: var(--c-color-cyan);
    padding: 10px 15px 10px 20px;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-bottom-right-radius: 20px;
}

/* ITEMS DESIGN */
div.horizontalitems div.itemcontent {
   border-radius: 22px;
    overflow: hidden;
}

div.horizontalitems div.item h3 {
   padding: 10px 20px;
   margin-bottom: 10px;
}

div.horizontalitems div.linkto {
    margin: 0px 15px 10px;
    border-radius: 30px;
}

div.horizontalitems div.list div.item h3 a {
    transition: 0.3s;
    color: var(--c-color-navy);
}

div.horizontalitems div.list div.item:hover h3 a{
    color: var(--c-color-cyan);
}


@media (min-width: 939px) {
    #contenttop div.items div.detail div.horizontalitems div.item, #contenttop div.horizontalitems div.item {
        width: 33.33%;
    }
}

@media (max-width: 760px) {
  .c-topbar__grid,
  .c-feature-grid,
  .c-program-grid,
  .c-category-grid,
  .c-step-grid,
  .c-useful-grid,
  .c-contact-grid {
    grid-template-columns: 1fr;
  }
}.detail .c-diarkeia-input, .detail .c-age-input, .detail .c-epidoma-input {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 15px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(13, 31, 83, 0.05);
    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    justify-content: flex-start;
    align-items: center;
    padding: 10px !important;
}

.detail .c-age-input::before {
    content: "groups";
}
.detail .c-diarkeia-input::before {
    content: "schedule";
}
.detail .c-epidoma-input::before {
    content: "payments";
}


.detail .infoline::before {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(18, 101, 248, 0.10);
    color: var(--c-color-blue);
    font-family: "Material Icons";
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 0px;
}

.detail .c-status-input {
    position: relative;
    top: 0;
    left: 0;
}

.c-status-input a {
    border-radius: 20px;
}

.itemdetail div.items div.photos img {
    border-radius: 20px;
}

.detail .textbox {
    font-size: 20px;
    line-height: 2em;
    font-weight: 200;
}/* -------- INTEREST FORM -------- */

.contactform {
  position: relative;
  max-width: 760px;
  margin: 48px auto 0;
  padding: 38px;
  border: 1px solid rgba(220, 231, 245, 0.95);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 169, 232, 0.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 18px 55px rgba(13, 31, 83, 0.08);
  overflow: hidden;
}

.contactform::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 190px;
  height: 190px;
  border: 1px dashed rgba(18, 101, 248, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.contactform::after {
  content: "mail";
  position: absolute;
  right: 34px;
  top: 34px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(18, 101, 248, 0.10);
  color: var(--c-color-blue);
  font-family: "Material Icons";
  font-size: 26px;
  line-height: 1;
  pointer-events: none;
}

.contactform h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  padding-right: 78px;
  color: var(--c-color-navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.contactform form {
  position: relative;
  z-index: 1;
  margin: 0;
}

.contactform p {
  margin: 0 0 18px;
}

.contactform p, .contactform p.required {
  position: relative;
  display: block;
}

.contactform label {
  display: block;
  margin-bottom: 8px;
  color: var(--c-color-navy);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}

.contactform p.required label::after {
  content: "*";
  display: inline-block;
  margin-left: 4px;
  color: var(--c-color-blue);
  font-weight: 900;
}

.contactform input,
.contactform input[type="text"],
.contactform input[type="email"],
.contactform textarea {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--c-color-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--c-color-navy);
  font-size: 15px;
  font-weight: 700;
  outline: none;
  box-sizing: border-box;
  box-shadow: 0 10px 26px rgba(13, 31, 83, 0.04);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.contactform input[type="text"]:hover,
.contactform input[type="email"]:hover {
  border-color: rgba(18, 101, 248, 0.32);
}

.contactform input[type="text"]:focus,
.contactform input[type="email"]:focus {
  border-color: var(--c-color-blue);
  box-shadow:
    0 12px 28px rgba(18, 101, 248, 0.10),
    0 0 0 4px rgba(18, 101, 248, 0.08);
}

.contactform .submit {
  margin-top: 26px;
  text-align: left;
}

.contactform button[type="submit"] {
  display: inline-block;
  min-width: 180px;
  min-height: 52px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: var(--c-color-blue);
  color: var(--c-color-white);
  font-size: 15px;
  line-height: 52px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(18, 101, 248, 0.24);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.contactform button[type="submit"]:hover {
  transform: translateY(-2px);
  background: var(--c-color-cyan);
  box-shadow: 0 20px 36px rgba(0, 169, 232, 0.28);
}

.contactform button[type="submit"]:active {
  transform: translateY(0);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 640px) {
  .contactform {
    margin-top: 36px;
    padding: 28px 20px;
    border-radius: 24px;
  }

  .contactform::after {
    position: static;
    margin-bottom: 18px;
  }

  .contactform h2 {
    padding-right: 0;
    margin-bottom: 22px;
    font-size: 28px;
  }

  .contactform input[type="text"],
  .contactform input[type="email"] {
    min-height: 50px;
    border-radius: 14px;
  }

  .contactform .submit {
    margin-top: 22px;
  }

  .contactform button[type="submit"] {
    width: 100%;
  }
}