/*
Theme Name: NYC College
Author: 
Description: Your description goes here
Version: 1.0
Template: twentytwentyfive

This is the child theme for Twenty Twenty-Five theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@import url("https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap");

body {
  font-family: "Geologica", sans-serif;
}

/* Topbar */
.top-bar {
  display: flex;
  flex-direction: row;
  min-height: 40px;
  font-family: "Geologica", sans-serif;
  overflow: hidden;
}
.blue-bar {
  background-color: #06068f;
  color: #fff;
  display: flex;
  padding-left: 180px;
  padding-right: 30px;
  align-items: center;
  justify-content: space-between;
  flex: 65%;
}
.contact-info,
.red-bar .submenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.contact-info a,
.red-bar .submenu a {
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  transition: all ease 0.3s;
}
.contact-info a:hover {
  color: #f53240;
}
.prague-uni {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
.prague-uni p {
  color: #f1f1f1;
  text-align: right;
  font-family: "Geologica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  max-width: 156px;
  flex-wrap: wrap;
}
.logo-link img {
  display: block;
}
.social-icons {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 17px;
}
.red-bar {
  background-color: #f53240;
  color: #fff;
  display: flex;
  flex-direction: row;
  padding-right: 180px;
  padding-left: 60px;
  align-items: center;
  justify-content: space-between;
  flex: 35%;
  gap: 40px;
}
.red-bar .ctas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.language-switcher .lang-list {
  margin: 0;
  list-style: none;
  padding-left: 30px;
}
/* .language-switcher .lang-list li a {
  pointer-events: none;
  cursor: default;
  user-select: none;
} */
.search-box {
  position: relative;
}
.search-toggle {
  font-size: 17px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.search-field {
  width: 0;
  opacity: 0;
  pointer-events: none;
  transition:
    width 0.3s ease,
    opacity 0.2s ease,
    padding 0.3s ease;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  height: 32px;
  border-radius: 4px;
  padding: 0;
  font-size: 14px;
  outline: none;
  position: absolute;
  bottom: 0;
  left: 35px;
}

.search-form.is-active .search-field {
  width: 230px;
  opacity: 1;
  pointer-events: auto;
  padding: 5px 10px;
}

/****** Main Header ******/
/* .header-line{
    background: linear-gradient(90deg, #06068F 0%, #06068F 65%, #F53240 65%, #F53240 100%);
    height: 10px;
    display: none;
} */
.site-header {
  position: sticky;
  top: -40px;
  z-index: 999;
}
.main-header {
  box-shadow: 0 4px 4px 0 rgba(64, 64, 64, 0.2);
  background: #fff;
  z-index: 999;
}
.header-container {
  max-width: 1560px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}
.header-container img {
  display: block;
  height: auto;
}
.main-nav .nav-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  font-family: "Geologica", sans-serif;
  gap: 30px;
  margin-bottom: 20px;
}
.main-nav .nav-list a {
  text-decoration: none;
  color: #2e2e38;
  font-size: 18px;
  font-weight: 500;
}
.main-nav .nav-list li {
  position: relative;
  list-style: none;
}
.nav-list .sub-menu {
  position: absolute;
  content: "";
  top: 65px;
  left: 0;
  background-color: #06068f;
  min-width: 245px;
  display: none;
  z-index: 999;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.nav-list .menu-item-has-children::before,
.nav-list .menu-item-has-children::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  background-color: transparent;
  width: 100%;
  display: none;
  z-index: 9999;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
}
.nav-list li:hover > .sub-menu {
  display: flex;
}
.nav-list .menu-item-has-children:hover::before,
.nav-list .menu-item-has-children:hover::before {
  display: block;
}
.nav-list .sub-menu > li {
  width: 100%;
}
.nav-list .sub-menu > li > a {
  font-size: 16px;
  font-family: "Geologica", sans-serif;
  padding: 20px 0;
  display: flex;
  color: #f1f1f1;
  font-weight: 400;
  border-bottom: 1px solid rgba(241, 241, 241, 0.2);
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.3s;
}
.nav-list .sub-menu > li:nth-child(9) > a {
  border: none;
}
.nav-list .sub-menu > li:last-child > a {
  border: none;
}
/* .nav-list .sub-menu > li:first-child > a {
  padding-top: 0;
} */
.burger-btn {
  margin-bottom: 20px;
  display: none;
}
.menu-item-has-children > a {
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all ease 0.3s;
}
.menu-item-has-children:hover > a,
.nav-list .sub-menu > li > a:hover {
  color: #f53240;
}
.menu-item-has-children > a svg {
  transition: all ease 0.3s;
  margin-top: 5px;
}
.menu-item-has-children:hover > a svg {
  transform: rotate(180deg);
}
.menu-item-has-children:hover > a svg path,
.nav-list .sub-menu > li > a:hover svg path {
  fill: #f53240;
}

.nav-list .two-columns .sub-menu {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 575px;
  width: max-content;
  gap: 0 40px;
  left: unset;
  right: 0;
  align-content: flex-start;
  padding: 10px 30px;
  grid-template-columns: repeat(2, minmax(180px, max-content));
}

.nav-list .two-columns:hover .sub-menu {
  display: grid;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}

.nav-list .two-columns .sub-menu li {
  width: 300px;
  flex: 0 0 auto;
}

/****** Megamenu *******/
.nav-list .mega-menu {
  position: absolute;
  content: "";
  top: 65px;
  left: 0;
  min-width: 1560px;
  display: none;
  z-index: 999;
  flex-direction: row;
  transform: translateX(-40%);
  background: #fff;
}
.nav-list li:hover > .mega-menu {
  display: flex;
  /* max-height: calc(100vh - 160px);
  overflow-y: auto; */
}
.nav-list .mega-menu .sections {
  padding: 20px 40px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  box-sizing: border-box;
  width: 100%;
}
.nav-list .mega-menu .sections a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #06068f;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #7e7e7e;
  padding-top: 10px;
  padding-bottom: 16px;
  transition: all ease 0.3s;
}
.nav-list .mega-menu .sections a:hover {
  color: #f53240;
}
.nav-list .mega-menu .sections a svg path {
  fill: #06068f;
  transition: all ease 0.3s;
}
.nav-list .mega-menu .sections a:hover svg path {
  fill: #f53240;
}
.nav-list .mega-menu .sections .terms {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-list .mega-menu .sections .terms a {
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  transition: all ease 0.3s;
}
.nav-list .mega-menu .sections .terms li:hover a {
  transform: translateX(10px);
}
.nav-list .mega-menu .sections .terms.categories {
  gap: 30px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
  border-image-slice: 1;
  padding-bottom: 26px;
}
.nav-list .mega-menu .sections .terms.categories a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-list .mega-menu .sections .terms.categories li:hover a {
  transform: none;
}
.nav-list .mega-menu .sections .terms.eidikothtes {
  column-count: 2;
  column-gap: 20px;
  width: 100%;
  max-height: 500px;
  flex-wrap: wrap;
}
.nav-list .mega-menu .left-section {
  min-width: 360px;
  background-color: #06068f;
}
.nav-list .mega-menu .center-section {
  min-width: 360px;
  border-right: 1px solid #7e7e7e;
}
.nav-list .mega-menu .right-section {
  min-width: 895px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.nav-list .mega-menu .left-section a {
  color: #f1f1f1;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
  border-image-slice: 1;
}
.nav-list .mega-menu .left-section a svg path {
  fill: #f1f1f1;
}

/******  Footer  *****/

.site-footer {
  font-family: "Geologica", sans-serif;
  width: 100%;
}
.footer-container {
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.footer-top {
  background: linear-gradient(to right, #00007c 0%, #00007c 65%, #f53240 65%, #f53240 100%);
  color: #f1f1f1;
}
.footer-newsletter {
  flex: 65%;
  background-color: #00007c;
  padding: 68px 0 81px;
  position: relative;
}
.footer-newsletter::after {
  position: absolute;
  content: "";
  top: 0;
  right: 200px;
  width: 100px;
  height: 60px;
  background: radial-gradient(ellipse 100px 60px at 0% 100%, transparent 100%, #f1f1f1 101%);
}
.footer-connect {
  flex: 35%;
  background-color: #f53240;
  padding: 68px 0 40px 97px;
}
.footer-connect h2 {
  margin: 0;
  color: #f1f1f1;
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
}
.footer-connect p {
  margin: 0;
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}

.espa-fixed-bracket {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  background: #ffffff;
}

.espa-fixed-bracket.is-hidden,
.sticky-container-ctas.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.espa-fixed-bracket img {
  display: block;
  width: auto;
  height: 60px;
  max-width: 100%;
}

/* Newsletter Form */

.footer-newsletter .wpforms-container .wpforms-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px 0 10px;
  gap: 0;
}
.footer-newsletter .wpforms-field-container,
.footer-newsletter .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
}
.footer-newsletter .wpforms-field input[type="email"] {
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 8px !important;
  padding: 10px 15px !important;
  color: #fff !important;
  width: 500px !important;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  font-family: "Geologica", sans-serif;
}
/* (Chrome, Firefox, Edge, Safari) */
.footer-newsletter .wpforms-field input[type="email"]::placeholder {
  color: #c2c2c2;
  font-family: "Geologica", sans-serif;
  opacity: 1;
}
/* Internet Explorer */
.footer-newsletter .wpforms-field input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
  font-family: "Geologica", sans-serif;
}
/* Edge */
.footer-newsletter .wpforms-field input[type="email"]::-ms-input-placeholder {
  color: #c2c2c2;
  font-family: "Geologica", sans-serif;
}
.footer-newsletter .wpforms-submit-container {
  margin: 0 !important;
}
.footer-newsletter button.wpforms-submit {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #f1f1f1 !important;
  padding: 12px 32px !important;
  margin-left: 30px !important;
  cursor: pointer;
  transition: all ease 0.3s !important;
  border-radius: 8px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  font-family: "Geologica", sans-serif !important;
  height: auto !important;
}
.footer-newsletter button.wpforms-submit:hover {
  border: 1px solid transparent !important;
  background-image: linear-gradient(90deg, #db212e 0%, #f53240 100%), linear-gradient(90deg, #db212e 0%, #f53240 100%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}
.footer-newsletter h2 {
  color: #f1f1f1;
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
  margin: 0;
}
.footer-newsletter p {
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}

/* Checkbox Section */
.footer-newsletter .wpforms-field-gdpr-checkbox {
  width: 100%;
  margin-top: 15px !important;
}
.footer-newsletter .wpforms-field-gdpr-checkbox ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-newsletter .wpforms-field-gdpr-checkbox li {
  display: flex !important;
  align-items: center !important;
  gap: 6px;
  margin-top: 13px;
}
.footer-newsletter .wpforms-field-gdpr-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
}
.footer-newsletter .wpforms-field-gdpr-checkbox input:checked {
  background-color: #f53240;
  border-color: #f53240;
}
.footer-newsletter .wpforms-field-gdpr-checkbox input:checked::after {
  content: "✔";
  color: white;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-newsletter .wpforms-field-gdpr-checkbox label .wpforms-required-label {
  display: none;
}
.footer-newsletter .wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
  color: #c2c2c2 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-family: "Geologica", sans-serif;
  cursor: pointer;
}

/* Social Icons */
.footer-connect .social-icons {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.footer-connect .social-icons a svg {
  height: 26px;
  width: 100%;
}
.footer-connect .social-icons a svg path {
  transition: all ease 0.3s;
}
.footer-connect .social-icons a:hover svg path {
  fill: #00007c;
}
.footer-connect .contact-info a {
  text-decoration: none;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 400;
  transition: all ease 0.3s;
}
.footer-connect .contact-info a:hover {
  color: #00007c;
}
.footer-connect .contact-info a svg {
  margin-right: 10px;
}
.footer-connect .contact-info a svg path {
  transition: all ease 0.3s;
}
.footer-connect .contact-info a:hover svg path {
  fill: #00007c;
}
.footer-connect .contact-info .separator {
  color: rgba(255, 255, 255, 0.5);
}

/* Section 2: Locations */
.footer-locations {
  background-color: #f8f8f4;
}
.footer-locations .footer-container {
  padding: 50px 20px;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.location-item {
  display: flex;
  align-items: flex-start;
  flex: 1;
  padding: 0 20px;
}
.location-item:not(:first-child) {
  border-left: 1px solid #b7b7b7;
}
.location-item:first-child {
  padding-left: 0;
}
.location-item:last-child {
  padding-right: 0;
}
.location-item svg {
  margin-right: 16px;
  flex-shrink: 0;
}
.location-item h3 {
  color: #00007c;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.location-item p {
  color: #00007c;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px; /* Μικρό κενό ανάμεσα σε h3 και p */
}

/* Section 3: Main Links */

.footer-main .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footer-main {
  background-color: #f8f8f4;
  padding: 50px 0;
}
.footer-col {
  flex: 1;
  padding: 0 40px;
  position: relative;
}
.footer-col:not(:first-child) {
  border-left: 1px solid #b7b7b7;
}
.footer-col:first-child {
  padding-left: 0;
}
.footer-col:last-child {
  padding-right: 0;
}
.footer-col h4 {
  color: #00007c;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.footer-col h4::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #db212e;
  left: 0;
  bottom: 0;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-top: 14px;
  line-height: normal;
}
.footer-col ul li a {
  text-decoration: none;
  color: #2e2e38;
  font-size: 16px;
  transition: all 0.3s ease;
  display: block;
  font-weight: 400;
  line-height: normal;
}
.footer-col ul li a:hover {
  color: #f53240;
}

/* Bottom Bar */
.footer-bottom {
  background-color: #fff;
  padding: 12px 0;
  font-size: 12px;
  color: #7e7e7e;
}

.footer-bottom .footer-container {
  align-items: center;
}
.bottom-links {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.bottom-links a {
  text-transform: uppercase;
  text-decoration: none;
  color: #7e7e7e;
  padding-right: 14px;
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding-left: 14px;
  border-right: 1px solid #7e7e7e;
  transition: all ease 0.3s;
}
.bottom-links li:last-child a {
  border-right: none;
}
.bottom-links li:first-child a {
  padding-left: 0;
}
.bottom-links a:hover {
  color: #f53240;
}
.bottom-links .sep {
  margin-right: 14px;
}
.footer-container .copyright {
  text-decoration: none;
  color: #7e7e7e;
  font-size: 13px;
  font-weight: 400;
}

/* Generic */

html {
  scroll-behavior: smooth;
}
.anchor-target {
  scroll-margin-top: 50px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
}
.your-wysiwyg-container-class::after {
  content: "";
  display: table;
  clear: both;
}
.container {
  max-width: 1560px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.small-container {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.button-white {
  display: table;
  padding: 12px 32px;
  background: transparent;
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  border-radius: 8px;
  border: 1.2px solid #00007c;
  margin-top: 60px;
  transition: all ease 0.3s;
}
.button-white:hover,
.button-white.active {
  background: #00007c;
  color: #fff;
}
.button-transparent-blue-hover {
  background: transparent;
}
.button-link {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: 30px auto 0;
  transition: all ease 0.3s;
}
.button-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f53240;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}
.button-link:hover {
  color: #f53240;
}
.button-link:hover::after {
  transform: scale(1);
}
.button-link.center {
  text-align: center;
}
.button-transparent {
  display: table;
  padding: 12px 32px;
  background: transparent;
  color: #f1f1f1 !important;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  border-radius: 8px;
  border: 1.2px solid #f1f1f1;
  margin-top: 60px;
  transition: all ease 0.3s;
}
.button-transparent:hover {
  background: linear-gradient(90deg, #db212e 0%, #f53240 100%);
  border-color: #db212e;
  color: #f1f1f1;
}
p b,
p strong {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

em,
em strong,
em b,
p em {
  font-style: italic !important;
}

.title-line {
  color: #001f60;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  position: relative;
  padding-bottom: 16px;
  margin: 0 auto;
  max-width: 1008px;
}
.title-line::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #db212e;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.title-line-inner-section {
  color: #00007c;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  position: relative;
  padding-bottom: 16px;
  margin: 0 auto;
  max-width: 1008px;
}
.title-line-inner-section::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #db212e;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.subtitle-inner-section {
  color: #404040;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 540px;
  width: 100%;
  margin: 16px auto 0;
}

/* Full Border form */
.full-border-form .wpforms-container .wpforms-form {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 10px;
  gap: 0;
}
.full-border-form .wpforms-container .wpforms-form .wpforms-field-label {
  color: #06068f;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.full-border-form .wpforms-container .wpforms-form .wpforms-field-container {
  width: 100%;
}
.full-border-form .wpforms-field input,
.full-border-form .wpforms-field-select select,
.full-border-form .wpforms-field-select-style-classic select,
.full-border-form .wpforms-field textarea {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  border: 1px solid #f1f1f1 !important;
  padding: 15px 10px !important;
  color: #f1f1f1 !important;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  box-shadow: none !important;
  font-family: "Geologica", sans-serif;
}
/* (Chrome, Firefox, Edge, Safari) */
.full-border-form .wpforms-field input::placeholder,
.full-border-form .wpforms-field textarea::placeholder {
  color: #f1f1f1 !important;
  font-family: "Geologica", sans-serif;
  opacity: 1 !important;
}
/* Internet Explorer */
.full-border-form .wpforms-field input:-ms-input-placeholder,
.full-border-form .wpforms-field textarea:-ms-input-placeholder {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  opacity: 1 !important;
}
/* Edge */
.full-border-form .wpforms-field input::-ms-input-placeholder,
.full-border-form .wpforms-field textarea::-ms-input-placeholder {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  opacity: 1 !important;
}

/* (Chrome, Firefox, Edge, Safari) */
.full-border-form .wpforms-field input:focus::placeholder,
.full-border-form .wpforms-field textarea:focus::placeholder {
  opacity: 0.6 !important;
}
/* Internet Explorer */
.full-border-form .wpforms-field input:focus:-ms-input-placeholder,
.full-border-form .wpforms-field textarea:focus:-ms-input-placeholder {
  opacity: 0.6 !important;
}
/* Edge */
.full-border-form .wpforms-field input:focus::-ms-input-placeholder,
.full-border-form .wpforms-field textarea:focus::-ms-input-placeholder {
  opacity: 0.6 !important;
}

.full-border-form .wpforms-field-select select {
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M14.8041 0.227408C14.5334 -0.0649469 14.0805 -0.0758336 13.7948 0.199044L7.49963 6.27062L1.2052 0.199074C0.919475 -0.0765492 0.467318 -0.0649174 0.195888 0.227438C-0.0755409 0.519048 -0.0634123 0.979384 0.223046 1.25572L7.00892 7.80073C7.14606 7.9331 7.32321 8 7.49963 8C7.67606 8 7.85391 7.9331 7.99108 7.80073L14.777 1.25572C15.0634 0.979354 15.0755 0.519048 14.8041 0.227408Z' fill='%23F1F1F1'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) center !important;
  background-size: 15px 8px !important;
  padding-right: 40px !important;
  background-color: transparent !important;
}
/* options μέσα στο select */
.full-border-form .wpforms-field-select select option {
  background-color: #06068f !important;
  color: #f1f1f1 !important;
  padding: 10px;
}
/* Για Firefox και μερικούς Chrome browsers */
.full-border-form .wpforms-field-select select {
  background-color: transparent !important;
}
.full-border-form .wpforms-field-select select,
.full-border-form .wpforms-field-select select option {
  font-family: "Geologica", sans-serif !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.full-border-form .wpforms-submit-container {
  margin: 0 !important;
}
.full-border-form button.wpforms-submit {
  background: transparent !important;
  border: 1px solid #f1f1f1 !important;
  color: #f1f1f1 !important;
  padding: 12px 32px !important;
  cursor: pointer;
  transition: all ease 0.3s !important;
  border-radius: 8px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  font-family: "Geologica", sans-serif !important;
  height: auto !important;
  margin-top: 34px;
}
.full-border-form button.wpforms-submit:hover {
  border: 1px solid #f1f1f1 !important;
  background: #f1f1f1 !important;
  color: #1c2962 !important;
}

/* Checkbox Section */
.full-border-form .wpforms-field-gdpr-checkbox {
  width: 100%;
  margin-top: 15px !important;
}
.full-border-form .wpforms-field-gdpr-checkbox ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.full-border-form .wpforms-field-gdpr-checkbox li {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  margin-top: 13px;
}
.full-border-form .wpforms-field-gdpr-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #f1f1f1 !important;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.full-border-form .wpforms-field-gdpr-checkbox input:checked {
  background-color: #f53240;
  border-color: #f53240;
}
.full-border-form .wpforms-field-gdpr-checkbox input[type="checkbox"]::before {
  background: transparent;
}
.full-border-form .wpforms-field-gdpr-checkbox input:checked::after {
  border-left: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}
.full-border-form .wpforms-field-gdpr-checkbox label .wpforms-required-label {
  display: none;
}
.full-border-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline,
.full-border-form .gdpr-agree .wpforms-field-label-inline {
  color: #f1f1f1 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: "Geologica", sans-serif;
  cursor: pointer;
  padding: 0 !important;
}

/* Full Border Form without background */
.no-bg-form.full-border-form .wpforms-container .wpforms-form {
  margin: 20px 0 10px;
}
.no-bg-form.full-border-form .wpforms-field input,
.no-bg-form.full-border-form .wpforms-field-select select,
.no-bg-form.full-border-form .wpforms-field-select-style-classic select,
.no-bg-form.full-border-form .wpforms-field textarea {
  border: 1px solid #b5b5b5 !important;
  color: #2e2e38 !important;
}
/* (Chrome, Firefox, Edge, Safari) */
.no-bg-form.full-border-form .wpforms-field input::placeholder,
.no-bg-form.full-border-form .wpforms-field textarea::placeholder {
  color: #2e2e38 !important;
}
/* Internet Explorer */
.no-bg-form.full-border-form .wpforms-field input:-ms-input-placeholder,
.no-bg-form.full-border-form .wpforms-field textarea:-ms-input-placeholder {
  color: #2e2e38;
}
/* Edge */
.no-bg-form.full-border-form .wpforms-field input::-ms-input-placeholder,
.no-bg-form.full-border-form .wpforms-field textarea::-ms-input-placeholder {
  color: #2e2e38;
}
.no-bg-form.full-border-form .wpforms-field-select select option {
  color: #2e2e38 !important;
  background: #fff !important;
}
.no-bg-form.full-border-form .wpforms-field-select select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M14.8041 0.227408C14.5334 -0.0649469 14.0805 -0.0758336 13.7948 0.199044L7.49963 6.27062L1.2052 0.199074C0.919475 -0.0765492 0.467318 -0.0649174 0.195888 0.227438C-0.0755409 0.519048 -0.0634123 0.979384 0.223046 1.25572L7.00892 7.80073C7.14606 7.9331 7.32321 8 7.49963 8C7.67606 8 7.85391 7.9331 7.99108 7.80073L14.777 1.25572C15.0634 0.979354 15.0755 0.519048 14.8041 0.227408Z' fill='%232E2E38'/%3E%3C/svg%3E") !important;
}
.no-bg-form.full-border-form .wpforms-field-gdpr-checkbox input:checked::after {
  border-left: 4px solid #2e2e38 !important;
  border-bottom: 4px solid #2e2e38 !important;
}
.no-bg-form.full-border-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline,
.no-bg-form.full-border-form .gdpr-agree .wpforms-field-label-inline {
  color: #2e2e38 !important;
}
.no-bg-form.full-border-form .gdpr-agree ul li {
  display: flex !important;
  flex-direction: row;
  align-items: center !important;
  gap: 8px;
}
.no-bg-form.full-border-form .wpforms-field-gdpr-checkbox input[type="checkbox"]::before {
  background: #ffffff;
}
.no-bg-form.full-border-form button.wpforms-submit {
  background: #00007c !important;
  border: 1px solid #00007c !important;
  color: #f1f1f1 !important;
  transition: all ease 0.4s;
}
.no-bg-form.full-border-form button.wpforms-submit:hover {
  background: linear-gradient(90deg, #db212e 0%, #f53240 100%) !important;
  border: 1px solid #f53240 !important;
}

/* Bottom Border form */
.bottom-border-form .wpforms-container .wpforms-form {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 10px;
  gap: 0;
}
.bottom-border-form .wpforms-container .wpforms-form .wpforms-field-container {
  width: 100%;
}
.bottom-border-form .wpforms-field input,
.bottom-border-form .wpforms-field-select select,
.bottom-border-form .wpforms-field-select-style-classic select,
.bottom-border-form .wpforms-field textarea {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #f1f1f1 !important;
  padding: 15px 4px !important;
  color: #f1f1f1 !important;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  box-shadow: none !important;
  font-family: "Geologica", sans-serif;
}
/* (Chrome, Firefox, Edge, Safari) */
.bottom-border-form .wpforms-field input::placeholder,
.bottom-border-form .wpforms-field textarea::placeholder {
  color: #f1f1f1 !important;
  font-family: "Geologica", sans-serif;
  opacity: 1 !important;
}
/* Internet Explorer */
.bottom-border-form .wpforms-field input:-ms-input-placeholder,
.bottom-border-form .wpforms-field textarea:-ms-input-placeholder {
  color: #f1f1f1 !important;
  font-family: "Geologica", sans-serif;
  opacity: 1 !important;
}
/* Edge */
.bottom-border-form .wpforms-field input::-ms-input-placeholder,
.bottom-border-form .wpforms-field textarea::-ms-input-placeholder {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  opacity: 1 !important;
}
/* (Chrome, Firefox, Edge, Safari) */
.bottom-border-form .wpforms-field input:focus::placeholder,
.bottom-border-form .wpforms-field textarea:focus::placeholder {
  opacity: 0.6 !important;
}
/* Internet Explorer */
.bottom-border-form .wpforms-field input:focus:-ms-input-placeholder,
.bottom-border-form .wpforms-field textarea:focus:-ms-input-placeholder {
  opacity: 0.6 !important;
}
/* Edge */
.bottom-border-form .wpforms-field input:focus::-ms-input-placeholder,
.bottom-border-form .wpforms-field textarea:focus::-ms-input-placeholder {
  opacity: 0.6 !important;
}
.bottom-border-form .wpforms-field-select select {
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M14.8041 0.227408C14.5334 -0.0649469 14.0805 -0.0758336 13.7948 0.199044L7.49963 6.27062L1.2052 0.199074C0.919475 -0.0765492 0.467318 -0.0649174 0.195888 0.227438C-0.0755409 0.519048 -0.0634123 0.979384 0.223046 1.25572L7.00892 7.80073C7.14606 7.9331 7.32321 8 7.49963 8C7.67606 8 7.85391 7.9331 7.99108 7.80073L14.777 1.25572C15.0634 0.979354 15.0755 0.519048 14.8041 0.227408Z' fill='%23F1F1F1'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) center !important;
  background-size: 15px 8px !important;
  padding-right: 40px !important;
  background-color: transparent !important;
}
/* options μέσα στο select */
.bottom-border-form .wpforms-field-select select option {
  background-color: #fff !important;
  color: #06068f !important;
  padding: 10px;
}
/* Για Firefox και μερικούς Chrome browsers */
.bottom-border-form .wpforms-field-select select {
  background-color: transparent !important;
}
.bottom-border-form .wpforms-submit-container {
  margin: 0 !important;
}
.bottom-border-form button.wpforms-submit {
  background: transparent !important;
  border: 1px solid #f1f1f1 !important;
  color: #f1f1f1 !important;
  padding: 12px 32px !important;
  cursor: pointer;
  transition: all ease 0.3s !important;
  border-radius: 8px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  font-family: "Geologica", sans-serif !important;
  height: auto !important;
  margin-top: 34px;
}
.bottom-border-form button.wpforms-submit:hover {
  border: 1px solid #05379f !important;
  background-image: linear-gradient(270deg, #00007c 0%, #0f15b3 100%), linear-gradient(270deg, #00007c 0%, #0f15b3 100%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

/* Checkbox Section */
.bottom-border-form .wpforms-field-gdpr-checkbox {
  width: 100%;
  margin-top: 15px !important;
}
.bottom-border-form .wpforms-field-gdpr-checkbox ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.bottom-border-form .wpforms-field-gdpr-checkbox li {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  margin-top: 13px;
}
.bottom-border-form .wpforms-field-gdpr-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #f1f1f1 !important;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.bottom-border-form .wpforms-field-gdpr-checkbox input:checked {
  background-color: #f53240;
  border-color: #f53240;
}
.bottom-border-form .wpforms-field-gdpr-checkbox input[type="checkbox"]::before {
  background: transparent;
}
.bottom-border-form .wpforms-field-gdpr-checkbox input:checked::after {
  border-left: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}
.bottom-border-form .wpforms-field-gdpr-checkbox label .wpforms-required-label {
  display: none;
}
.bottom-border-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
  color: #f1f1f1 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: "Geologica", sans-serif;
  cursor: pointer;
  padding: 0 !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  color: #fff !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error:before,
div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  background-color: #fff !important;
}

/* Homepage */
.nyc-section-img-text {
  padding: 130px 0;
}
.img-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.left-image img {
  display: block;
}
.right-text .title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  margin: 0 0 6px 0;
}
.right-text .subtitle {
  color: #db212e;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}
.right-text .text-area {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 40px;
}
.nyc-section-video {
  width: 100%;
  /* height: 820px; */
  height: 950px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}
.nyc-homepage-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nyc-section-universities {
  display: flex;
  justify-content: center;
  margin-bottom: 110px;
}
.box-universities {
  padding: 60px 100px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8f8f4 0%, #fff 100%);
  display: flex;
  max-width: 1080px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -220px;
  z-index: 1;
}
.box-universities .title-uni {
  color: #00007c;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  margin: 0 0 6px 0;
}
.box-universities .subtitle-uni {
  color: #db212e;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}
.box-universities .text-area-uni {
  color: #404040;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 40px;
}
.box-universities .text-area-uni p:last-child {
  margin-bottom: 0;
}

.partner-unis {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.partner-unis div img {
  width: 197px;
  height: 100px;
}

.home-schools-section {
  padding: 130px 0 0 0;
  overflow: hidden;
}
.center-title {
  color: #06068f;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.expandable-grid {
  display: flex;
  width: 100%;
  height: 440px;
}

.grid-item {
  position: relative;
  width: 320px;
  height: 100%;
  min-height: 440px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.grid-item img {
  width: 640px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: none;
}

.grid-item:hover {
  flex: 2;
}

.grid-item::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80.45%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  color: #f1f1f1;
  z-index: 2;
  box-sizing: border-box;
}

.item-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  font-family: "Geologica", sans-serif;
  opacity: 0;
  transform: translateY(30px);
  margin: 0;
  transition: all 0.5s ease;
}

.grid-item:hover .item-content h3 {
  opacity: 1;
  transform: translateY(0);
}

.testimonials-form-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.testimonials-section {
  position: relative;
  background: #06068f;
  padding: 90px 10px 155px 10px;
  flex: 0 0 66.666%;
  width: 66.666%;
  max-width: 66.666%;
  min-width: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}
.form-section {
  background: #f53240;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 90px 75px;
  box-sizing: border-box;
}
.testimonials-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 200px;
  width: 100px;
  height: 60px;
  background: radial-gradient(ellipse 100px 60px at 0% 100%, transparent 100%, #fff 101%);
}
.testimonials-section h2,
.form-section h2 {
  color: #f1f1f1;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0;
}

.testimonials-swiper {
  display: block;
  width: 100%;
  max-width: 1040px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  transition: transform 0.3s ease;
}

.t-content p {
  color: #f1f1f1;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.t-author h3 {
  color: #ff8e96;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2px 0;
}

.t-author span {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
  display: block;
  max-width: 165px;
  text-align: center;
}
.swiper-pagination {
  bottom: 90px !important;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #f1f1f1;
  opacity: 0.7;
  transition: all ease 0.3s;
}
.swiper-pagination-bullet-active {
  border-radius: 100px;
  background: #f53240 !important;
  width: 24px;
  height: 12px;
  opacity: 1;
}

.news-section {
  padding: 60px 10px;
  background: #f8f8f4;
}
.news-title-section,
.events-title-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news-title-section h2,
.events-title-section h2 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0;
}
.news-title-section .button-link,
.events-title-section .button-link {
  margin: 0;
}

.news-section {
  padding: 80px 0;
  background: #f8f8f4;
  position: relative;
}

.news-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

/* Swiper Fixes */
.articles-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px !important;
}

.article-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: box-shadow 0.3s ease;
}
.article-image {
  position: relative;
  overflow: hidden;
}
.article-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.article-image a {
  display: flex;
}
.article-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  max-height: 335px;
}
.article-date-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #f1f1f1;
  position: absolute;
  content: "";
  left: 10px;
  top: 20px;
  z-index: 2;
}

.date-day {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.date-month-year {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.article-category {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.article-title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-title a {
  text-decoration: none;
}

.article-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
  min-height: 60px;
}
.read-more.button-link {
  margin: 0;
}
.article-content {
  padding: 14px 0 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.articles-pagination .swiper-pagination.articles-pagination {
  bottom: 47px !important;
}
.articles-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #c2c2c2;
  opacity: 0.7;
  transition: all ease 0.3s;
}
.articles-pagination .swiper-pagination-bullet-active {
  border-radius: 100px;
  background: #db212e;
  width: 24px;
  height: 12px;
  opacity: 1;
}

.events-section {
  padding: 110px 0;
}

.events-container {
  display: flex;
  /* flex-wrap: wrap;  */
  background-color: #f8f8f4;
  overflow: hidden;
  margin-top: 40px;
}

.events-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-item {
  display: flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: all ease 0.3s;
}

.event-item:hover {
  background: #00007c;
}

.event-date-box {
  min-width: 114px;
  padding-right: 20px;
  border-right: 2px solid #06068f;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  transition: all ease 0.3s;
}
.event-item:hover .event-date-box {
  border-color: #fff;
}

.event-date-box .day {
  display: block;
  color: #06068f;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  transition: all ease 0.3s;
}

.event-date-box .month-year {
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  transition: all ease 0.3s;
}

.event-info {
  padding: 16px 24px;
}
.event-info h3 {
  color: #06068f;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
  transition: all ease 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-item:hover .event-info h3,
.event-item:hover .event-date-box .day,
.event-item:hover .event-date-box .month-year {
  color: #f1f1f1;
}
.event-meta {
  display: flex;
  flex-direction: row;
  margin-top: 6px;
  gap: 20px;
}
.event-meta span {
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all ease 0.3s;
}
.event-item:hover .event-meta span {
  color: #c2c2c2;
}

.events-featured-image {
  flex: 1;
  min-height: 300px;
  width: 650px;
  height: 435px;
}

.events-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#main-event-image {
  transition: all ease 0.3s;
}

.vip-swiper {
  margin-top: 40px;
  padding-bottom: 52px;
  margin-bottom: 120px;
}
.vip-pagination {
  bottom: 0px !important;
}
.vip-pagination .swiper-pagination-bullet {
  background: #c2c2c2;
}
.vip-pagination .swiper-pagination-bullet-active {
  background: #db212e;
}
.vip-card {
  position: relative;
  overflow: hidden;
}

.vip-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 55, 159, 0.7) 0%, rgba(0, 31, 96, 0.7) 100%);
  color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  box-sizing: border-box;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.3s ease;
}

.vip-card:hover .vip-overlay {
  opacity: 1;
}

.vip-image img {
  width: 100%;
  height: auto;
  display: block;
}

.vip-lightbox-item {
  text-decoration: none;
  display: block;
  color: inherit;
  cursor: zoom-in;
}

.vip-lightbox-item:hover {
  text-decoration: none;
  color: inherit;
}

.search-bar-section {
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
}
.search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.search-title {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}
.filter-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
.filter-row select {
  width: 344px;
  height: 50px;
  padding: 7px 18px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
  font-family: "Geologica", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none"><path d="M14.8041 0.227408C14.5334 -0.0649469 14.0805 -0.0758336 13.7948 0.199044L7.49963 6.27062L1.2052 0.199074C0.919475 -0.0765492 0.467318 -0.0649174 0.195888 0.227438C-0.0755409 0.519048 -0.0634123 0.979384 0.223046 1.25572L7.00892 7.80073C7.14606 7.9331 7.32321 8 7.49963 8C7.67606 8 7.85391 7.9331 7.99108 7.80073L14.777 1.25572C15.0634 0.979354 15.0755 0.519048 14.8041 0.227408Z" fill="%23F1F1F1"/></svg>');
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 15px 8px;
  padding-right: 40px;
}

/* Fix για να μην εξαφανίζεται το βέλος στον IE */
.filter-row select::-ms-expand {
  display: none;
}
.filter-row select option {
  background-color: #06068f !important;
  color: #f1f1f1 !important;
  font-family: "Geologica", sans-serif !important;
}

/* Fix για τον IE */
.select-wrapper select::-ms-expand {
  display: none;
}

.filter-submit-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}

.search-bar-container {
  flex: 0 0 78%;
  padding-right: 58px;
  padding-left: 180px;
  box-sizing: border-box;
}
.learn-more-section {
  padding: 51px 0;
  flex: 0 0 22%;
  border-left: 1px solid #f1f1f1;
  padding-left: 70px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  text-decoration: none;
  transition: all 0.3s ease;
}
.learn-more-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f53240;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s ease-out;
}

.learn-more-section:hover::before {
  transform: translateX(0);
}

.learn-more-btn {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
}

/* Hover effects */
.learn-more-section:hover .learn-more-btn {
  opacity: 1;
  transform: translateX(30px);
}

.learn-more-section h3 {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  max-width: 150px;
  width: 100%;
  margin: 0;
}

.learn-more-btn svg {
  width: 40px;
  height: 40px;
}

#contact-form-popup {
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
  padding: 80px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 880px;
}

#contact-form-popup::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background: #db212e;
  left: 0;
  top: 0;
}

#contact-form-popup::after {
  position: absolute;
  content: "";
  top: 0;
  right: 200px;
  width: 100px;
  height: 60px;
  background: radial-gradient(ellipse 100px 60px at 0% 100%, transparent 100%, #626262 101%);
}
#contact-form-popup .f-button.is-close-btn {
  top: 13px;
  right: 14px;
  color: #f1f1f1;
}

/* Proptyxiaka */
.hero-image {
  height: 341px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section {
  /* max-width: 850px; */
  max-height: 780px;
  overflow: hidden;
}
.hero-section .hero-title {
  color: #f1f1f1;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.hero-section .hero-subtitle {
  color: #f1f1f1;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  margin: 0;
}
.main-section .breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
}
.main-section .breadcrumb a,
.main-section .breadcrumb span {
  text-decoration: none;
  color: #1f1f1f;
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  max-width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  display: inline-block;
}
.main-section .term-details {
  display: flex;
  flex-direction: row;
  padding: 80px 10px 110px 10px;
  gap: 60px;
  box-sizing: border-box;
}
.main-section .term-details .term-details-left {
  flex: 32%;
}

.main-section .term-details .term-details-right {
  flex: 68%;
}

.main-section .term-details .term-details-left h2 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
  margin-top: 0;
}
.main-section .term-details .term-details-left h3 {
  color: #db212e;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}

.main-section .term-details .term-details-right p {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.main-section .term-details .term-details-right,
.main-section .term-details .term-details-right ul,
.main-section .term-details .term-details-right ul li {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.main-section .term-details .term-details-right p a {
  color: #0f15b3;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* text-decoration-line: underline;
  text-decoration-style: solid; */
}

.main-section .term-details .term-details-right .cta-actions {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.sxoles-section {
  background: #f8f8f4;
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  box-sizing: border-box;
}

.custom-accordion {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 80px;
  padding: 0 20px;
  box-sizing: border-box;
}

.accordion-item {
  border: 1px solid #00007c;
  margin-bottom: 20px;
}

.accordion-header {
  padding: 20px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}

.accordion-header h3 {
  margin: 0;
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.accordion-item.active .accordion-header h3 {
  color: #db212e;
}

.accordion-content {
  display: none;
  padding: 0 20px 0 0;
  border-left: 4px solid #db212e;
  margin-left: 20px;
  margin-bottom: 20px;
}
.course-list {
  padding-left: 24px;
}
.course-item {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #c2c2c2;
}

.course-item:last-child {
  border: none;
}

.course-item a {
  text-decoration: none;
}

.course-item a h4 {
  margin: 0;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all ease 0.4s;
}
.course-item a h4 span {
  transition: all ease 0.4s;
  transform: translateX(-7px);
  display: block;
}
.course-item a h4 svg {
  opacity: 0;
  transition: all ease 0.4s;
}
.course-item a:hover h4 {
  color: #db212e;
}
.course-item a:hover h4 span {
  transform: translateX(7px);
}
.course-item a:hover h4 svg {
  opacity: 1;
}

.uni-name {
  margin: 8px 0 0;
  color: #7e7e7e;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/*Course Inner*/
.course-details {
  padding-top: 80px;
  padding-bottom: 86px;
  display: flex;
  flex-direction: row;
  gap: 66px;
  width: 100%;
}
.course-details-left {
  flex: 0 0 468px;
  width: 468px;
}
.course-details-right {
  flex: 1;
  padding-top: 55px;
}
.course-form {
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
  max-width: 486px;
  width: 100%;
  padding: 63px 43px;
  box-sizing: border-box;
  position: relative;
}

.course-form .form-title {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 8px;
}
.course-form .form-subtitle {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  margin-bottom: 20px;
}
.course-form .form-gdpr {
  color: #c2c2c2;
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: 30px;
}

.course-form.bottom-border-form .wpforms-field input,
.course-form.bottom-border-form .wpforms-field-select select,
.course-form.bottom-border-form .wpforms-field-select-style-classic select,
.course-form.bottom-border-form .wpforms-field textarea {
  color: #c2c2c2 !important;
}
/* (Chrome, Firefox, Edge, Safari) */
.course-form.bottom-border-form .wpforms-field input::placeholder,
.course-form.bottom-border-form .wpforms-field textarea::placeholder {
  color: #c2c2c2 !important;
}
/* Internet Explorer */
.course-form.bottom-border-form .wpforms-field input:-ms-input-placeholder,
.course-form.bottom-border-form .wpforms-field textarea:-ms-input-placeholder {
  color: #c2c2c2 !important;
}
/* Edge */
.course-form.bottom-border-form .wpforms-field input::-ms-input-placeholder,
.course-form.bottom-border-form .wpforms-field textarea::-ms-input-placeholder {
  color: #c2c2c2 !important;
}
.course-form.bottom-border-form .wpforms-field-select select option {
  color: #c2c2c2 !important;
}

.course-form.bottom-border-form button.wpforms-submit:hover {
  border: 1px solid #db212e !important;
  background: linear-gradient(90deg, #db212e 0%, #f53240 100%) !important;
}

.course-form::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background: #db212e;
  left: 0;
  top: 0;
}

.course-form::after {
  position: absolute;
  content: "";
  top: 0;
  right: 100px;
  width: 100px;
  height: 50px;
  background: radial-gradient(ellipse 100px 50px at 0% 100%, transparent 100%, #fff 101%);
}
.course-details-title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 0 0 6px 0;
}

.course-details-subtitle {
  color: #db212e;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.course-details-content {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.course-details-content h1,
.course-details-content h2,
.course-details-content h3,
.course-details-content h4,
.course-details-content h5,
.course-details-content h6 {
  color: #db212e;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
.course-details-content b,
.course-details-content strong {
  font-weight: 600;
}
.course-details-content img {
  width: 100%;
}
.multimedia-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 120px;
}

.video-container,
.related-courses {
  flex: 1 1 37.5%;
}

.document-container {
  flex: 1 1 25%;
}

.video-container iframe {
  width: 100% !important;
  height: unset !important;
  min-height: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}
.learn-more-section.document-container {
  background: #f53240;
  text-decoration: none;
  align-items: center;
  border: none;
  padding: 62px 0;
  padding-left: 50px;
}
.learn-more-section.document-container .left {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.learn-more-section.document-container::before {
  background: linear-gradient(90deg, #db212e 0%, #f53240 100%);
}
.learn-more-section.document-container h3 {
  max-width: 200px;
}
.course-img {
  min-height: 360px;
  background-position: center;
  background-repeat: no-repeat;
}
.related-courses {
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
  padding: 58px 160px;
  box-sizing: border-box;
}
.related-courses h3 {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
.related-courses a {
  color: #db212e;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  text-decoration: none;
}
.button-transparent.more-diplomas-btn {
  margin-top: 40px;
}

.info-section {
  padding: 0 0 120px 0;
}
.info-section-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.info-section-main .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #7e7e7e;
}
.info-section-main .header h2 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 0;
  padding-bottom: 20px;
}
#leptomereies {
  padding: 0 15px;
}
.tabs-container {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin: 40px 0;
}

.tab-link {
  margin: 0;
  margin-bottom: 20px;
  cursor: pointer;
  max-width: 330px;
  width: 100%;
}

.single-courses .tab-link {
  text-transform: uppercase;
}

.tabs-content {
  flex: 1;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-pane.active {
  display: block;
}

.pane-title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.pane-title b,
.pane-title strong {
  font-weight: 600;
}

.pane-text {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.pane-text h1,
.pane-text h2,
.pane-text h3,
.pane-text h4,
.pane-text h5,
.pane-text h6 {
  color: #db212e;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 12px;
}
.pane-text ul {
  padding: 0 0 0 15px;
}
.pane-text img {
  max-width: 720px;
  margin: 0 auto;
  height: auto;
}
.pdf-wrapper {
  margin-bottom: 30px;
}
.pdf-wrapper a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.uni-featured-image {
  margin-top: 30px;
}

.related-courses-list {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}
.related-courses-list li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(241, 241, 241, 0.4);
}
.related-courses-list li a {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.4s;
}
.related-courses-list li a span {
  transition: all ease 0.4s;
}
.related-courses-list li a svg path {
  transition: all ease 0.4s;
}
.related-courses-list li:hover a {
  color: #f53240;
}
.related-courses-list li:hover a span {
  transform: translateX(10px);
}
.related-courses-list li:hover a svg path {
  fill: #f53240;
}

/* Programmata Spoudwn main page */
.full-width-banner {
  background-size: cover;
  background-position: center;
  transition: background-image 0.4s ease-in-out;
  will-change: background-image;
  position: relative;
}

.full-width-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 31, 96, 0.3) 0%, rgba(0, 31, 96, 0.3) 100%);
}
.full-width-banner > * {
  position: relative;
  z-index: 2;
}
.terms-banner {
  display: flex;
  flex-direction: row;
  padding: 80px 10px 110px 10px;
  gap: 60px;
  box-sizing: border-box;
}
.terms-banner-details {
  flex: 32%;
}
.terms-banner-details h2 {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 0 0 6px 0;
}
.terms-banner-details h3 {
  color: #db212e;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.terms-banner-details p {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.terms-banner-list {
  flex: 68%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.terms-banner-list .term-box {
  padding: 117px 37px;
  width: 285px;
  color: #f1f1f1;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border: 1.2px solid #f1f1f1;
  background: linear-gradient(90deg, rgba(5, 55, 159, 0.1) 0%, rgba(0, 31, 96, 0.1) 100%);
  backdrop-filter: blur(0px);
  box-sizing: border-box;
  text-decoration: none;
}
.eidikothtes-list-section {
  padding: 90px 15px 120px 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.eidikothtes-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 24px;
}

.eidikothta-item {
  display: flex;
  text-decoration: none;
  height: 50px;
  padding: 7px 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-left: 3px solid #00007c;
  background: #f1f1f1;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.eidikothta-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}

.eidikothta-item:hover::before {
  opacity: 1;
}
.eidikothta-item span {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all ease 0.3s;
}
.eidikothta-item:hover span {
  color: #f1f1f1;
}
.eidikothta-item svg {
  width: 15px;
  transition: all ease 0.3s;
}
.eidikothta-item svg path {
  fill: #00007c;
  transition: all ease 0.3s;
}
.eidikothta-item:hover svg path {
  fill: #f1f1f1;
}

/* Sxolh Inner */
.ptyxia-list {
  padding: 80px 15px;
  box-sizing: border-box;
}
.courses-list-scroll {
  background: #f8f8f4;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: flex-start;
  box-sizing: border-box;
}

.courses-list-scroll .course-item {
  padding: 20px 0;
  width: 100%;
}

.courses-list-scroll .course-item a h4 {
  color: #00007c;
  transition: all ease 0.4s;
}
.courses-list-scroll .course-item a:hover h4 {
  color: #f53240;
}
.courses-list-scroll .course-item a:hover h4 svg path {
  fill: #f53240;
}
.courses-list-scroll .uni-name {
  color: #404040;
}
.sxolh-details {
  padding: 80px 15px;
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
  box-sizing: border-box;
}

.title-line-inner-section.grey {
  color: #f1f1f1;
}

.sxolh-details .details-grid {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 130px;
}

.sxolh-details .details-grid .details-item h3 {
  color: #f53240;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.sxolh-details .details-grid .details-item p {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.sxolh-details .details-grid .details-item p a {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* text-decoration-line: underline; */
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.sxolh-details .details-grid .details-item p strong,
.sxolh-details .details-grid .details-item p b {
  color: #f1f1f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.sxolh-details .cta-actions {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.main-section.grey-section {
  background: #f8f8f4;
}

.main-section.grey-section .term-details {
  padding-bottom: 192px;
}

.statistics-section {
  padding: 0 20px;
  box-sizing: border-box;
}

.blue-statistics-section {
  max-width: 1080px;
  width: 100%;
  display: flex;
  padding: 60px;
  align-items: center;
  gap: 20px;
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
  border-radius: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.statistic-item {
  display: flex;
  width: 100%;
  max-width: 240px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  color: #db212e;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}
.statistic-item .top-statistic {
  display: flex;
  flex-direction: row;
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
  gap: 15px;
}

.main-section .term-details .term-details-left .small-title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.main-section .term-details .term-details-left .small-subtitle {
  color: #253fb1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}
.main-section .term-details .term-details-left .side-menu {
  margin-top: 20px;
  border-left: 6px solid #db212e;
  padding-left: 20px;
}
.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles {
  max-width: 344px;
}

.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul {
  list-style: none;
  padding: 0;
}
.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul li {
  padding: 15px 8px;
  border-bottom: 1px solid #c2c2c2;
  transition: all ease 0.4s;
}
.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul li a {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  box-sizing: border-box;
  transition: all ease 0.4s;
}

.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul li:hover a,
.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul li.current_page_item a {
  color: #f53240;
}
.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul li a svg path {
  transition: all ease 0.4s;
}
.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul li:hover a svg path,
.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul li.current_page_item a svg path {
  fill: #f53240;
}

.main-section .term-details .term-details-right .grid-title {
  color: #00007c;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-top: 0;
  text-transform: uppercase;
}
.main-section.sxoles .term-details {
  padding-top: 20px;
}
.main-section .term-details .term-details-right .details-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sxolh-box-item {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  border-radius: 30px;
  background: #f8f8f4;
  padding: 15px;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

.sxolh-box-item .left-img {
  flex: 55%;
}

.sxolh-box-item .right-sxolh-details {
  flex: 45%;
}

.sxolh-box-item .left-img img {
  border-radius: 20px;
  width: 100%;
  max-width: 552px;
}

.sxolh-box-item .right-sxolh-details .sxolh-title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 115.385% */
  text-transform: uppercase;
}
.sxolh-box-item .right-sxolh-details .sxolh-desc {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 404px;
  width: 100%;
  margin: 20px 0;
}

.sxolh-box-item .right-sxolh-details .button-link {
  margin: 0;
}

/* Seminaria page */
.seminaria-banner .terms-banner-list {
  flex: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
.seminaria-banner .terms-banner-list .term-box {
  width: 360px;
  min-height: 292px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}

/* Seminario inner - ίδιο με το course αλλά χωρίς video */
.multimedia-section.no-video .course-img {
  flex: 45%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-self: stretch;
  min-height: 250px;
}
.no-video-document-section {
  flex: 55%;
}
.no-video-document-section .related-courses {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.no-video-document-section .learn-more-section.document-container {
  justify-content: center;
  padding: 36px 0;
}
.no-video-document-section .learn-more-section.document-container h3 {
  max-width: 100%;
}

/* Xrimatodotoumena Seminaria */
.sidebar-menu-and-banner {
  margin-top: 124px;
  margin-bottom: 120px;
}
.sidebar-menu-and-banner .sidebar-banner .small-title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.sidebar-menu-and-banner .sidebar-banner .small-subtitle {
  color: #253fb1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.sidebar-menu-and-banner .sidebar-banner .side-menu {
  margin-top: 20px;
  border-left: 6px solid #db212e;
  padding-left: 20px;
  margin-bottom: 70px;
}

.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria {
  max-width: 344px;
}

.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul {
  list-style: none;
  padding: 0;
}
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li {
  padding: 15px 8px;
  border-bottom: 1px solid #c2c2c2;
  transition: all ease 0.4s;
}
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li a {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  box-sizing: border-box;
  transition: all ease 0.4s;
}
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li:hover a,
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li.current_page_item a,
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li.current-menu-item a {
  color: #f53240;
}
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li a svg path {
  transition: all ease 0.4s;
}
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li:hover a svg path,
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li.current_page_item a svg path,
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li.current-menu-item a svg path {
  fill: #f53240;
}
.sidebar-menu-and-banner .sidebar-banner .banner {
  max-width: 386px;
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 40px;
}
.sidebar-menu-and-banner .sidebar-banner .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.main-content-with-sidebar {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 163px;
  box-sizing: border-box;
}
.sidebar-menu-and-banner .sidebar-banner {
  flex: 27%;
}
.sidebar-menu-and-banner .main-content {
  flex: 73%;
}
.sidebar-menu-and-banner .main-content h2,
.sidebar-menu-and-banner .main-content h1 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 0 0 40px 0;
}
.sidebar-menu-and-banner .main-content h3,
.sidebar-menu-and-banner .main-content h4,
.sidebar-menu-and-banner .main-content h5,
.sidebar-menu-and-banner .main-content h6 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.sidebar-menu-and-banner .main-content {
  font-family: "Geologica", sans-serif;
}
.sidebar-menu-and-banner .main-content p {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}
.sidebar-menu-and-banner .main-content strong {
  font-weight: 600;
}
.sidebar-menu-and-banner .main-content p img,
.sidebar-menu-and-banner .main-content div img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.sidebar-menu-and-banner .main-content p iframe {
  width: 100%;
}
.sidebar-menu-and-banner .main-content ul,
.sidebar-menu-and-banner .main-content ol {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 20px;
}
.sidebar-menu-and-banner .main-content .cta-actions {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.blue-bg-accordion-list .custom-accordion .accordion-item .accordion-header {
  border-left: 4px solid transparent;
  transition: all ease 0.2s;
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
}
.blue-bg-accordion-list .custom-accordion .accordion-item.active .accordion-header {
  border-color: #db212e;
}
.blue-bg-accordion-list .custom-accordion .accordion-header h3 {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

.blue-bg-accordion-list .custom-accordion .accordion-header .plus-svg svg path {
  fill: #fff;
}

.blue-bg-accordion-list .custom-accordion .accordion-item .accordion-content {
  display: none;
  padding: 20px;
  border-left: 4px solid transparent;
  margin-left: 0;
  margin-bottom: 20px;
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
}
.blue-bg-accordion-list .custom-accordion .accordion-item.active .accordion-content {
  border-color: #db212e;
}
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h1,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h2,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h3,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h4,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h5,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h6,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h1 span,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h2 span,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h3 span,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h4 span,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h5 span,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h6 span,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description a {
  color: #fff !important;
  font-family: "Geologica", sans-serif;
}

.blue-bg-accordion-list .custom-accordion .accordion-content .course-description p,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description p span,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description ol {
  margin: 0;
  padding-bottom: 20px;
  color: #fff !important;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description p strong,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description p b {
  color: #fff !important;
  font-size: 14px;
  line-height: 20px;
}
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h3,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h4,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h5,
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description h6 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.blue-bg-accordion-list .custom-accordion .accordion-content .course-description ul {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.blue-bg-accordion-list .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
}

.main-content-with-sidebar .form-title {
  color: #06068f;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

/* Page plirofories eggrafhs */
.full-width-banner.seminaria-banner.page-inside .terms-banner-list .term-box {
  width: 320px;
  text-transform: uppercase;
  flex-direction: column;
  gap: 10px;
}
.full-width-banner.seminaria-banner.page-inside .terms-banner-list .term-box svg path {
  fill: #fff !important;
}
.full-width-banner.seminaria-banner.page-inside .terms-banner-list .term-box .title {
  min-height: 55px;
}
.quote-box {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
}
.main-section .term-details .term-details-right .quote-box .quote-info {
  padding-left: 20px;
  border-left: 2px solid #f53240;
}
.main-section .term-details .term-details-right .quote-box .quote-info p {
  margin: 0;
  margin-bottom: 10px;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.main-section .term-details .term-details-right .quote-box .quote-info .person {
  color: #f53240;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sidebar-menu-and-banner.with-grid {
  margin-bottom: 120px;
}
.sidebar-menu-and-banner.with-grid .main-content .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #7e7e7e;
}
.sidebar-menu-and-banner.with-grid .main-content .header h2 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding-bottom: 16px;
}

.blog-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 24px;
}
.blog-grid .blog-card {
  transition: all ease 0.4s;
  max-width: 507px;
  width: 100%;
}

.blog-grid .blog-card .card-image {
  max-width: 507px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  transition: all ease 0.4s;
}
.blog-grid .blog-card .card-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.4s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  opacity: 1;
}
.blog-grid .blog-card:hover .card-image::after {
  opacity: 0;
}
.blog-grid .blog-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.blog-grid .blog-card .card-image .card-date {
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-grid .blog-card .card-image .card-date .date-month-year {
  font-size: 14px;
  line-height: 26px;
}
.blog-grid .blog-card .card-content .card-category a {
  padding-top: 14px;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none;
}
.blog-grid .blog-card .card-content .card-title {
  margin: 0;
  margin-bottom: 12px;
}
.blog-grid .blog-card .card-content .card-title a {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 93px;
  line-height: 1.4;
}
.blog-grid .blog-card .card-content .card-excerpt {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.blog-grid .blog-card .card-content .button-link {
  margin: 14px auto 0;
}

.sidebar-menu-and-banner .sidebar-banner .side-menu .button-white {
  margin-top: 30px;
}

.proupotheseis-list.blue-bg-accordion-list .custom-accordion {
  margin: 40px auto 120px;
  padding: 0;
}

.sidebar-menu-and-banner .main-content.center h2 {
  color: #06068f;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.sidebar-menu-and-banner .main-content.center p {
  color: #06068f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.info-request div.wpforms-container-full input[type="checkbox"] {
  padding: 0 !important;
}

.info-request.no-bg-form.full-border-form .wpforms-field textarea {
  height: 198px;
}
.info-request.no-bg-form.full-border-form .wpforms-field .wpforms-field-description {
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.info-request.no-bg-form.full-border-form .wpforms-field.wpforms-field-content p {
  color: #7e7e7e;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}

.nyc-header {
  border: 0.8px solid #b5b5b5 !important;
  padding: 16px 10px !important;
  margin-bottom: 0 !important;
  position: relative !important;
  cursor: pointer;
}

.nyc-header h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: #2e2e38 !important;
  font-family: "Geologica", sans-serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nyc-header::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M14.8041 0.227408C14.5334 -0.0649469 14.0805 -0.0758336 13.7948 0.199044L7.49963 6.27062L1.2052 0.199074C0.919475 -0.0765492 0.467318 -0.0649174 0.195888 0.227438C-0.0755409 0.519048 -0.0634123 0.979384 0.223046 1.25572L7.00892 7.80073C7.14606 7.9331 7.32321 8 7.49963 8C7.67606 8 7.85391 7.9331 7.99108 7.80073L14.777 1.25572C15.0634 0.979354 15.0755 0.519048 14.8041 0.227408Z' fill='%232E2E38'/%3E%3C/svg%3E") !important;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.nyc-header.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.nyc-content {
  border: 0.8px solid #b5b5b5 !important;
  border-top: none !important;
  padding: 18px !important;
  margin-bottom: 20px !important;
}

.info-request div.wpforms-container-full .nyc-content.wpforms-field-checkbox ul li input + label {
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nyc-content {
  display: none !important;
}

.nyc-content.is-open {
  display: block !important;
}

.sidebar-menu-and-banner.mb {
  margin-bottom: 120px;
}

.sidebar-banner .red-line-title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-left: 3px solid #db212e;
  padding-left: 20px;
  margin-bottom: 16px;
}
.sidebar-banner .featured-posts {
  margin-bottom: 50px;
}
.sidebar-banner .featured-posts .item .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 216.667% */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar-banner .featured-posts .item .top a {
  text-decoration: none;
}
.sidebar-banner .featured-posts .item .featured-title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #c2c2c2;
}
.sidebar-banner .featured-posts .item .featured-title a {
  text-decoration: none;
}
.sidebar-banner .featured-posts .item {
  margin-bottom: 18px;
}
.sidebar-banner .featured-posts .item:last-child {
  margin-bottom: 0;
}

.custom-accordion.archive-sidebar {
  margin: 18px auto 0;
}
.custom-accordion.archive-sidebar .accordion-item {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.custom-accordion.archive-sidebar .accordion-item .accordion-header {
  padding: 8px;
}
.custom-accordion.archive-sidebar .accordion-item .accordion-header h3 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom-accordion.archive-sidebar .accordion-item .accordion-header svg path {
  fill: #2e2e38;
}
.custom-accordion.archive-sidebar .accordion-item .accordion-header svg {
  transition: all ease 0.4s;
}
.custom-accordion.archive-sidebar .accordion-item.active .accordion-header svg {
  transform: rotate(90deg);
}

.custom-accordion.archive-sidebar .accordion-item .accordion-content {
  margin: 0;
  padding: 0;
  border: none;
}

.custom-accordion.archive-sidebar .accordion-item .accordion-content .months-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 16px;
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
.custom-accordion.archive-sidebar .accordion-item .accordion-content .months-grid li {
  text-align: center;
}
.custom-accordion.archive-sidebar .accordion-item .accordion-content .months-grid li a {
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.sidebar-menu-and-banner .main-content .news-card .thumb {
  max-width: 490px;
  width: 100%;
  height: 276px;
  overflow: hidden;
}

.sidebar-menu-and-banner .main-content .news-card .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar-menu-and-banner .main-content .news-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* Κεντράρει την εικόνα κατά το κόψιμο */
}

.sidebar-menu-and-banner .main-content.blog {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.sidebar-menu-and-banner .main-content.blog .articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 37px;
}
.sidebar-menu-and-banner .main-content.blog .pagination-wrapper {
  border-top: 1px solid #7e7e7e;
  padding-top: 27px;
}

.sidebar-menu-and-banner .main-content.blog .content .meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
  padding: 14px 0 6px 0;
}
.sidebar-menu-and-banner .main-content.blog .content .meta a {
  text-decoration: none;
}
.sidebar-menu-and-banner .main-content.blog .content {
  font-family: "Geologica", sans-serif;
}
.sidebar-menu-and-banner .main-content.blog .content h2 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}
.sidebar-menu-and-banner .main-content.blog .content h2 a {
  text-decoration: none;
}
.sidebar-menu-and-banner .main-content.blog .content .excerpt {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 14px;
}
.sidebar-menu-and-banner.blog {
  margin-bottom: 120px;
}
.sidebar-menu-and-banner.blog .main-content.single-in .content h2 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 24px;
}
.sidebar-menu-and-banner.blog .main-content.single-in .content h3,
.sidebar-menu-and-banner.blog .main-content.single-in .content h4,
.sidebar-menu-and-banner.blog .main-content.single-in .content h5,
.sidebar-menu-and-banner.blog .main-content.single-in .content h6 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 22px;
}
.sidebar-menu-and-banner.blog .main-content.single-in .content ul li {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}
.sidebar-menu-and-banner.blog .pagination-wrapper .page-numbers.current {
  border-radius: 8px;
  border: 1.2px solid #00007c;
  background: #00007c;
  padding: 12px 16px;
  min-width: 50px;
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sidebar-menu-and-banner.blog .pagination-wrapper .page-numbers {
  border-radius: 8px;
  border: 1.2px solid #2e2e38;
  background: #fff;
  padding: 12px 16px;
  min-width: 50px;
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all ease 0.4s;
}
.sidebar-menu-and-banner.blog .pagination-wrapper .page-numbers:hover {
  border: 1.2px solid #00007c;
  background: #00007c;
  color: #fff;
}

.sidebar-menu-and-banner .main-content.single-in .post-img {
  width: 100%;
  height: 645px;
}

.sidebar-menu-and-banner .main-content.single-in .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sidebar-menu-and-banner .main-content.single-in .content .meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 8px;
}

.sidebar-menu-and-banner .main-content.single-in .content .meta a {
  text-decoration: none;
}

.sidebar-menu-and-banner .main-content.single-in .content h1 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 40px;
  margin-top: 0;
}
.custom-accordion.phges {
  margin: 40px auto;
}
.custom-accordion.phges .accordion-item .accordion-header h3 {
  color: #06068f;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

.custom-accordion.phges .accordion-item .accordion-header {
  border-left: 4px solid transparent;
  transition: all ease 0.2s;
}

.custom-accordion.phges .accordion-item.active .accordion-header {
  border-left: 4px solid #00007c;
}

.custom-accordion.phges .accordion-item.active .accordion-header .down-svg svg path {
  fill: #2e2e38;
}
.custom-accordion.phges .accordion-item .accordion-header .down-svg svg {
  width: 15px;
  transition: all ease 0.4s;
}
.custom-accordion.phges .accordion-item.active .accordion-header .down-svg svg {
  transform: rotate(180deg);
}

.custom-accordion.phges .accordion-item .accordion-content {
  margin: 0;
  border-color: #00007c;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 20px 5px 20px;
}

.custom-accordion.phges .accordion-content ul {
  margin: 0;
  padding-left: 35px;
}

.sidebar-menu-and-banner .main-content.single-in .author-box {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 26px 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.sidebar-menu-and-banner .main-content.single-in .author-box .author-name {
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.sidebar-menu-and-banner .main-content.single-in .author-box .author-job {
  color: #7e7e7e;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.sidebar-menu-and-banner .main-content.single-in .post-navigation-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sidebar-menu-and-banner .main-content.single-in .post-navigation-custom .button-arrow {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  transition: all ease 0.4s;
}

.sidebar-menu-and-banner .main-content.single-in .post-navigation-custom .button-arrow .icon-left {
  transform: rotate(90deg);
}
.sidebar-menu-and-banner .main-content.single-in .post-navigation-custom .button-arrow .icon-right {
  transform: rotate(-90deg);
}

.sidebar-menu-and-banner .main-content.single-in .post-navigation-custom .button-arrow:hover {
  color: #f53240;
}
.sidebar-menu-and-banner .main-content.single-in .post-navigation-custom .button-arrow svg path {
  transition: all ease 0.4s;
}
.sidebar-menu-and-banner .main-content.single-in .post-navigation-custom .button-arrow:hover svg path {
  fill: #f53240;
}
.sidebar-menu-and-banner .main-content.blog .content .meta.event,
.sidebar-banner .featured-posts .item .featured-title .meta.event {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.sidebar-menu-and-banner .main-content.blog .content .meta.event div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}
.sidebar-banner .featured-posts .item .featured-title .meta.event div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 10px;
}
.sidebar-menu-and-banner.blog .main-content-with-sidebar {
  gap: 133px;
}

.sidebar-menu-and-banner .main-content.single-in .meta.event {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.sidebar-menu-and-banner .main-content.single-in.event .content {
  padding-bottom: 40px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 40px;
  font-family: "Geologica", sans-serif;
}

.sidebar-menu-and-banner .main-content.single-in.event .content h2 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 24px;
}
.sidebar-menu-and-banner .main-content.single-in.event .content h3,
.sidebar-menu-and-banner .main-content.single-in.event .content h4,
.sidebar-menu-and-banner .main-content.single-in.event .content h5,
.sidebar-menu-and-banner .main-content.single-in.event .content h6 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 22px;
}

.sidebar-menu-and-banner .main-content.single-in .meta.event div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.sidebar-menu-and-banner .main-content.single-in.event .main-content ul li,
.sidebar-menu-and-banner .main-content.single-in.event .main-content ol li {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.tabs-container.horizontal {
  flex-direction: column;
  margin-top: 80px;
  gap: 0;
}
.tabs-container.horizontal .tabs-menu {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #7e7e7e;
  margin-bottom: 30px;
  justify-content: space-between;
}
.tabs-menu .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tab-pane .pane-image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}

.tab-pane .pane-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.tabs-menu .menu-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.no-bg-form.full-border-form.info-request.events .wpforms-container,
.no-bg-form.full-border-form.info-request.events .wpforms-container .wpforms-form {
  margin: 0 !important;
}

.nyc-section-video-text .container.video-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  margin-top: 124px;
  margin-bottom: 100px;
}

.nyc-section-video-text .container.video-text .left-video {
  flex: 50%;
}
.nyc-section-video-text .container.video-text .left-video .video-responsive iframe {
  width: 100%;
  height: 416px;
}
.nyc-section-video-text .container.video-text .right-text {
  flex: 50%;
}
.success-stories {
  margin: 100px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.success-stories .title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 0;
}
.testimonial-card.success-story {
  border-radius: 30px;
  background: #f8f8f4;
  display: flex;
  padding: 30px 60px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.testimonial-card.success-story .t-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.testimonial-card.success-story .t-content p {
  color: #404040;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.testimonial-card.success-story .t-author {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}
.testimonial-card.success-story .t-author .image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.testimonial-card.success-story .t-author .info h3 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.testimonial-card.success-story .t-author .info span {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  max-width: 100%;
}
.success-stories-swiper .button-white {
  margin: 40px auto 0;
}
.success-stories-swiper {
  padding-top: 40px;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
}
.success-pagination {
  bottom: 0 !important;
}
.success-pagination .swiper-pagination-bullet {
  border: 2px solid #f53240;
}
.sidebar-menu-and-banner.apofoitoi .main-content h2 {
  margin-bottom: 20px;
}
.forma-endiaferontos .wpforms-field.wpforms-field-html {
  padding: 25px 0 5px 0;
}
.forma-endiaferontos .wpforms-field.wpforms-field-html .form-title {
  margin: 0;
  color: #06068f;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  border-left: 3px solid #db212e;
  padding-left: 10px;
}
.forma-endiaferontos .wpforms-field.wpforms-field-html .form-subtitle {
  margin-top: 20px;
}
.forma-endiaferontos .info-request.no-bg-form.full-border-form .wpforms-field textarea {
  height: 285px;
}
.forma-endiaferontos .wpforms-field.wpforms-field-gdpr-checkbox {
  padding: 0;
}

.grid-success-stories {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 48px;
}
.grid-success-stories .success-story-item {
  display: flex;
  gap: 16px;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  transition: all ease 0.4s;
}
.grid-success-stories .success-story-item:hover {
  border-radius: 20px;
  background: #f8f8f4;
  box-shadow: 0 4px 10px 0 rgba(194, 194, 194, 0.4);
}
.grid-success-stories .success-story-item .image {
  display: flex;
  width: 100%;
  min-width: 140px;
  max-width: 140px;
}
.grid-success-stories .success-story-item .image img {
  width: 140px;
  height: 140px;
  border-radius: 20px;
}
.grid-success-stories .success-story-item .content {
  transition: all ease 0.4s;
}
.grid-success-stories .success-story-item .content h3 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  transition: all ease 0.4s;
  text-decoration: none;
}
.grid-success-stories .success-story-item:hover .content h3 {
  color: #db212e;
}
.grid-success-stories .success-story-item .content div {
  color: #0f15b3;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all ease 0.4s;
  text-decoration: none;
}
.grid-success-stories .success-story-item:hover .content div {
  color: #db212e;
}
.grid-success-stories .success-story-item .content p {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 12px 0 0 0;
  text-decoration: none;
}

.sidebar-menu-and-banner .main-content .top-content {
  display: flex;
  gap: 40px;
  flex-direction: row;
  align-items: flex-end;
}
.sidebar-menu-and-banner .main-content .top-content .top-left-info {
  flex: 1;
}
.sidebar-menu-and-banner .main-content .top-content .top-left-info h2 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 0 0 8px 0;
}
.sidebar-menu-and-banner .main-content .top-content .top-left-info div {
  color: #0f15b3;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar-menu-and-banner .main-content .top-content .top-left-info div:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #f53240;
  bottom: 0;
  left: 0;
}
.sidebar-menu-and-banner .main-content .top-content .top-left-info p {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
/* .sidebar-menu-and-banner .main-content .top-content .image {
  display: flex;
} */
.sidebar-menu-and-banner .main-content .top-content .image img {
  width: 280px;
  height: 280px;
}

.sidebar-menu-and-banner .main-content .main-text p {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.sidebar-menu-and-banner .main-content .main-text b {
  font-weight: 600;
}
.sidebar-menu-and-banner .main-content .main-text p a,
.sidebar-menu-and-banner .main-content .main-text a {
  color: #0f15b3;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.sidebar-menu-and-banner .main-content .success-story-navigation-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #c2c2c2;
}
.sidebar-menu-and-banner .main-content .success-story-navigation-custom .button-arrow {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  transition: all ease 0.4s;
}

.sidebar-menu-and-banner .main-content .success-story-navigation-custom .button-arrow .icon-left {
  transform: rotate(90deg);
}
.sidebar-menu-and-banner .main-content .success-story-navigation-custom .button-arrow .icon-right {
  transform: rotate(-90deg);
}
.sidebar-menu-and-banner .main-content .success-story-navigation-custom .button-arrow:hover {
  color: #f53240;
}
.sidebar-menu-and-banner .main-content .success-story-navigation-custom .button-arrow:hover svg path {
  fill: #f53240;
}

.sidebar-menu-and-banner .main-content .quote-box .quote-info {
  padding-left: 20px;
  border-left: 2px solid #f53240;
}
.sidebar-menu-and-banner .main-content .quote-box .quote-info p {
  margin: 0;
  margin-bottom: 10px;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}
.sidebar-menu-and-banner .main-content .quote-box .quote-info .person {
  color: #f53240;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sidebar-menu-and-banner.generic-template .main-content .blue-bg-accordion-list .custom-accordion {
  margin: 20px auto;
  padding: 0;
}
.sidebar-menu-and-banner.generic-template .main-content .button-white {
  margin-top: 20px;
}
.sxolh-box-item.contact {
  gap: 40px;
  padding: 20px;
}
.sxolh-box-item.contact .title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.sxolh-box-item.contact .icon-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
  gap: 12px;
  margin-bottom: 16px;
}
.sxolh-box-item.contact .icon-box svg {
  min-width: 15px;
}
.sxolh-box-item.contact .icon-box span {
  color: #2e2e38;
  font-family: "Geologica", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.sxolh-box-item.contact .divider {
  margin: 24px 0;
  border: 1px solid #7e7e7e;
}
.sxolh-box-item.contact .right-sxolh-details {
  padding: 10px;
  box-sizing: border-box;
}
.sxolh-box-item.contact .arrow-link {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease 0.4s;
}
.sxolh-box-item.contact .arrow-link svg {
  padding-left: 10px;
}
.sxolh-box-item.contact .arrow-link svg path {
  transition: all ease 0.4s;
}
.sxolh-box-item.contact .arrow-link:hover {
  color: #f53240;
}
.sxolh-box-item.contact .arrow-link:hover svg path {
  fill: #f53240;
  stroke: #f53240;
}

.term-details .term-details-left .banner {
  max-width: 386px;
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 40px;
}
.term-details .term-details-left .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.main-section .term-details .term-details-left .side-menu.contact {
  margin-bottom: 60px;
}

.search-results-section {
  background: #f8f8f4;
  padding: 80px 0;
}
.search-results-section .accordion-header {
  margin: 0;
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.search-results-section .accordion-content .search-grouped-list {
  list-style: none;
  padding-left: 24px;
}
.search-results-section .accordion-content .search-grouped-list .search-grouped-item {
  margin-bottom: 20px;
}
.search-results-section .accordion-content .search-grouped-list .search-result-title {
  margin: 0 0 10px 0;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all ease 0.4s;
}
.search-results-section .accordion-content .search-grouped-list .search-result-title a {
  text-decoration: none;
}

.search-results-section .accordion-content .search-grouped-list .search-excerpt {
  margin: 0;
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.search-results-section .accordion-content .search-grouped-list .search-excerpt p {
  margin: 0;
}
.search-results-section .info-section-main .header h2 {
  font-size: 30px;
  line-height: 40px;
}
.home-schools-section.mobile {
  display: none;
}

.pop-up-form-btn {
  border-radius: 50px;
  background: linear-gradient(270deg, #00007c 0%, #0f15b3 100%);
  display: flex;
  width: 66px;
  height: 66px;
  padding: 23px 18px 23px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
.pop-up-form-btn svg {
  width: 28px;
  height: 28px;
}
.pop-up-form-btn svg path {
  fill: #fff;
}
.sticky-buttons-container {
  position: fixed;
  bottom: 95px;
  left: 34px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
  width: 66px;
  height: 66px;
}
.sticky-container-ctas {
  transition: all ease 0.2s;
  display: none;
}
.mobile-menu {
  display: none;
}
.espa-banner-mobile {
  display: none;
}

.full-width-banner.mobile {
  display: none;
}

.main-section.sxoles .term-details .swiper.schools-in-swiper,
.swiper-pagination.schools-in-pagination {
  display: none;
}
.course-form.bottom-border-form.mobile,
.fill-the-form-btn {
  display: none;
}
.fill-the-form-btn .active-icon,
.categories-menu-btn .active-icon {
  display: none;
}
.sidebar-menu-and-banner .sidebar-banner .side-menu.mobile {
  display: flex;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 30px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    max-height 0.4s ease-in-out;
}

.accordion-wrapper.student-mobile .archive-sidebar.mobile {
  display: block;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 30px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    max-height 0.4s ease-in-out;
}
.course-form.mobile {
  display: none;
}
.accordion-wrapper.course-inner {
  display: none;
}
.error-404-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
}
.error-404-content h1 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
  margin-top: 0;
}
.error-404-content h2 {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.error-404-content p {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.error-404-section {
  padding: 120px 0;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.speakers-grid .speakers-inner .vip-text p {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.go-up-btn.desktop {
  position: fixed;
  bottom: 95px;
  right: 34px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
  width: 66px;
  height: 66px;
}
.go-up-btn.desktop svg {
  width: 66px;
  height: 66px;
}
.go-up-btn.desktop svg path {
  fill: #06068f;
}

.custom-fancybox-popup .fancybox__backdrop {
  background: #1f1f1fb3 !important;
}

#nyc-bc-middle,
#nyc-bc-root {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup-form-wrapper .form-title {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0;
}

.popup-form-wrapper .form-subtitle {
  color: #f1f1f1;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 0;
}

.search-title-mobile {
  display: none;
}

.no-bg-form.full-border-form.info-request form .nyc-header h3 {
  color: #2e2e38 !important;
  font-family: "Geologica", sans-serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.no-bg-form.full-border-form.info-request form .nyc-blue-header {
  margin: 0;
  margin-top: 25px;
}
.no-bg-form.full-border-form.info-request form .nyc-blue-header h3 {
  color: #06068f;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.nyc-header.first-one {
  margin-top: 12px !important;
}

.schools-in-swiper .swiper-slide {
  border-radius: 30px;
  background: #f8f8f4;
  padding: 15px 14px;
  box-sizing: border-box;
}
.schools-in-swiper .swiper-slide .right-sxolh-details {
  padding: 0 10px;
  box-sizing: border-box;
}
.hero-section #SR7_1_1 .custom.sr7-arrows {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
}
.hero-section #SR7_2_2 .custom.sr7-arrows {
  background: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
}
.hero-section #SR7_1_1 .custom.sr7-arrows:before {
  font-size: 22px;
  color: #f1f1f1;
  line-height: 50px;
}
.hero-section #SR7_2_2 .custom.sr7-arrows::before {
  font-size: 22px;
  color: #f1f1f1;
  line-height: 40px;
}
.mobile-slider {
  display: none !important;
}

.no-bg-form.full-border-form.info-request div.wpforms-container-full .wpforms-form label.wpforms-error,
.no-bg-form.full-border-form.info-request div.wpforms-container-full .wpforms-form em.wpforms-error {
  color: #00007c !important;
}
.no-bg-form.full-border-form.info-request div.wpforms-container-full .wpforms-form label.wpforms-error:before,
.no-bg-form.full-border-form.info-request div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  background-color: #00007c !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #f8f8f4 !important;
  border: 1px solid #00007c !important;
  font-family: "Geologica", sans-serif !important;
}

#gdpr-terms-popup {
  max-width: 750px;
  padding: 30px;
  background: #fff;
}
.terms-title {
  color: #00007c;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0;
}
.terms-content {
  max-height: 450px;
  overflow-y: auto;
}
.terms-content p {
  color: #404040;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.terms-fancybox-popup .f-button.is-close-btn {
  display: block !important;
  visibility: visible !important;
  z-index: 99999 !important;
  color: #fff !important;
  width: 24px !important;
  height: 24px !important;
}
.terms-fancybox-popup .f-button.is-close-btn svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  stroke: #fff !important;
  fill: none !important;
}

#seminaria .custom-accordion {
  padding: 0;
}

.sidebar-menu-and-banner .main-content.no-sidebar {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sidebar-menu-and-banner .main-content.no-sidebar .blue-bg-accordion-list {
  margin-top: 30px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.otgs-development-site-front-end {
  display: none;
  visibility: hidden;
}

#major-publishing-actions {
  flex-wrap: wrap !important;
}

/****** WAVE CSS *******/

.red-bar {
  background-color: #e02432;
}

.item-content h3 {
  visibility: hidden;
}
.grid-item:hover .item-content h3 {
  visibility: visible;
}
.footer-container .copyright {
  color: #707070;
}
.bottom-links a {
  color: #707070;
  border-right: 1px solid #707070;
}
.footer-connect .contact-info a,
.footer-connect h2,
.footer-connect p {
  color: #fff;
}
.footer-top {
  background: linear-gradient(to right, #00007c 0%, #00007c 65%, #e02432 65%, #e02432 100%);
  color: #f1f1f1;
}
.footer-connect {
  background-color: #e02432;
}
.footer-connect .contact-info .separator {
  color: rgba(255, 255, 255, 1);
}
.article-image {
  background: #000;
}
.bottom-border-form button.wpforms-submit {
  color: #fff !important;
}
.form-section {
  background: #e02432;
}
.bottom-border-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
  color: #fff !important;
}
.bottom-border-form .wpforms-field input,
.bottom-border-form .wpforms-field-select select,
.bottom-border-form .wpforms-field-select-style-classic select,
.bottom-border-form .wpforms-field textarea {
  color: #fff !important;
}
.homepage-form.bottom-border-form form .wpforms-field-label,
.homepage-form.bottom-border-form form .wpforms-field-label .wpforms-required-label,
.footer-newsletter form .wpforms-field-label,
.footer-newsletter form .wpforms-field-label .wpforms-required-label {
  color: #fff !important;
}

.hero-image,
.full-width-banner,
.blog-grid .blog-card .card-image {
  background-color: #000;
}
.terms-banner-details h3 {
  color: #e92b37;
}

.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li:hover a,
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li.current_page_item a,
.sidebar-menu-and-banner .sidebar-banner .side-menu .sidebar-menu-seminaria ul li.current-menu-item a,
.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul li:hover a,
.main-section .term-details .term-details-left .side-menu .sidebar-menu-sxoles ul li.current_page_item a {
  color: #e02432;
}
.main-section .term-details .term-details-right .quote-box .quote-info .person {
  color: #e02432;
}

.info-request.no-bg-form.full-border-form .wpforms-field.wpforms-field-content p,
.sidebar-menu-and-banner .main-content.single-in .author-box .author-job {
  color: #707070;
}

/*END OF WAVE*/

.professors-section .info-section-main .grid-success-stories {
  margin-top: 0;
  border-top: none;
  margin-bottom: 80px;
}

.professors-grid-ana-sxolh {
  margin-top: 100px;
}

div.wpforms-container-full .wpforms-form .iti input.iti__tel-input[type="tel"] {
  padding-left: 50px !important;
}

.sidebar-menu-and-banner .main-content.no-sidebar a:hover {
  color: #404040;
}
.main-section.sxoles .term-details .side-menu .button-white {
  margin-top: 30px;
}
