/*
Theme Name: Pietris
Theme URI: https://happyonline.gr/
Author: Happyonline
Author URI: https://happyonline.gr/
Description: Pietris theme by Happyonline.
Version: 1.0.0
Tested up to: 6.8.3
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: st

*/
:root {
    --black: #000000;
    --white: #ffffff;
    --primary: #263954;
    --gold: #dba643;
    --light-gold: #d3ab60;
    --blue: #3a5fcd;
    --beige: #f5f3ef;
}
body,
html {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "proxima-nova";
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    font-family: "proxima-nova";
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar:horizontal {
    height: 4px;
}
::-webkit-scrollbar-track {
    background: var(--white);
}
::-webkit-scrollbar-thumb {
    background: var(--primary);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--gold);
}
a {
    text-decoration: none;
}
.btn {
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 1.36px;
    text-transform: uppercase;
    min-width: 173px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
}
header {
    position: sticky;
    top: 0;
    background-color: var(--beige);
    display: grid;
    grid-template-columns: 5fr 2fr 5fr;
    gap: 80px;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    justify-items: center;
}
header .site-logo img {
    width: 184px;
    height: 184px;
    margin-bottom: -55px;
    transition: all 0.3s ease-in-out;
}
header.scrolled {
    padding: 5px 0;
}
header.scrolled .site-logo img {
    margin-bottom: 0;
    width: 90px;
    height: 90px;
}
.main-footer {
    background: url(/wp-content/uploads/2025/10/18-bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 65px 20px 55px 20px;
}
.footer-extra-img {
    position: absolute;
    right: 50px;
    bottom: 12px;
    z-index: 1;
}
.main-top {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    max-width: 1575px;
    margin: 0 auto 70px auto;
}
.main-bottom {
    display: grid;
    grid-template-columns: 3fr 3fr 6fr;
    max-width: 1575px;
    margin: 0 auto;
}
.footer-logo img {
    max-width: 87px;
    max-height: 87px;
}
footer h4 {
    font-size: 18px;
    line-height: 28px;
    color: var(--light-gold);
    font-weight: bold;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 18px;
}
footer ul li a {
    font-size: 14px;
    line-height: 26px;
    color: var(--white);
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.copyrights {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    background-color: var(--primary);
    border-top: 1px solid var(--light-gold);
    gap: 58px;
}
.copyrights p {
    margin: 0;
}
.copyrights p,
.copyrights a {
    color: var(--white);
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
}
.copyrights-links {
    display: flex;
    flex-direction: row;
    gap: 58px;
}
/* Homepage css */
.slider-item {
    width: 100%;
    height: 82vh;
}
.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .slider {
    position: relative;
}
.home .slider:before {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%)
        0% 0% no-repeat padding-box;
    opacity: 0.65;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.slider-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.home .slider h1 {
    font-size: clamp(64px, 8vw, 104px);
    line-height: clamp(74px, 9.5vw, 127px);
    color: var(--white);
    font-weight: 500;
    margin: 0;
}
.home .slider .subtitle {
    font-size: clamp(32px, 3.5vw, 42px);
    line-height: clamp(42px, 4.5vw, 59px);
    color: var(--white);
    font-weight: normal;
    margin-bottom: 50px;
    font-family: "adobe-handwriting-frank";
}
.home .main-services {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}
.home .main-services .btn {
    color: var(--white);
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 1.36px;
    text-transform: uppercase;
    background-color: var(--gold);
    min-width: 235px;
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
}
#paradosi .info-wrapper {
    max-width: 543px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}
#paradosi {
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
    flex-wrap: wrap;
    background: url(/wp-content/uploads/2025/10/paradosi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 115px 50px 115px;
}
#paradosi h2 {
    font-size: clamp(54px, 6vw, 90px);
    line-height: clamp(69px, 7vw, 100px);
    color: var(--primary);
    font-weight: 500;
    margin: 0;
}
#paradosi .description p {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    font-weight: normal;
    text-align: left;
}
#paradosi .btn {
    color: var(--primary);
    border: 1px solid var(--primary);
}
#paradosi .btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
#paradosi .section-extra-img {
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: 1;
}
#istoria {
    padding: 100px;
    background: url(/wp-content/uploads/2025/10/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#istoria .section-extra-img {
    position: absolute;
    left: 0;
    top: -135px;
    z-index: 1;
}
#istoria .info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
#istoria h2,
#psomi-glyko h2 {
    font-size: clamp(54px, 6vw, 90px);
    line-height: clamp(69px, 7vw, 100px);
    color: var(--primary);
    font-weight: 500;
    margin: 0;
    text-align: center;
}
#istoria .subtitle {
    font-size: 32px;
    line-height: 32px;
    color: var(--black);
    font-weight: bold;
    text-align: center;
}
.timeline-section {
    text-align: center;
    position: relative;
    padding: 60px 0;
}
.timeline {
    position: relative;
    /* margin: 40px auto; */
    width: 100%;
    max-width: 1235px;
    overflow: hidden;
}
.timeline-bar {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--light-gold);
    z-index: 1;
}
/* .timeline-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    gap: 90px;
} */

.timeline-item {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.timeline-item .bullet {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    position: relative;
}
.timeline-item .bullet:after {
    content: "";
    width: 14px;
    height: 14px;
    background: var(--light-gold);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.timeline-item.active .bullet {
    border: 1px solid var(--light-gold);
    background: transparent;
}
.timeline-item.active .bullet:after {
    width: 22px;
    height: 22px;
}
.timeline-item .year {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: var(--light-gold);
    font-size: 18px;
    line-height: 26px;
}
.timeline-item:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: var(--light-gold);
    position: absolute;
    top: 30px;
}
.timeline-item.active:after {
    height: 14px;
    top: 39px;
}
.timeline-content {
    display: none;
    opacity: 0;
}
.timeline-content.active {
    display: block;
    animation: fadeIn 0.7s ease forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.year-circle {
    width: 143px;
    height: 129px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: var(--light-gold);
    font-size: 24px;
    font-weight: 700;
    background: url(/wp-content/uploads/2025/10/graphic-circle.png);
}
.timeline-content .content {
    max-width: 485px;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: var(--black);
    text-align: center;
}
#psomi-glyko {
    padding: 100px;
    background: url(/wp-content/uploads/2025/10/bg-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#psomi-glyko .section-extra-img-top {
    position: absolute;
    left: 0;
    top: -158px;
}
#psomi-glyko .section-extra-img-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}
#psomi-glyko .info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: center;
}
#catering-events h2,
#freska-geumata h2 {
    font-size: clamp(54px, 5vw, 74px);
    line-height: clamp(64px, 6.5vw, 100px);
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 80px;
    margin-top: 0;
    text-align: center;
}
#catering-events .grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
}
#catering-events .grid-section .description {
    max-width: 443px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}
#catering-events h3 {
    font-size: 31px;
    line-height: 25px;
    color: var(--primary);
    font-weight: normal;
    margin: 0;
}
#catering-events p {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    font-weight: normal;
}
#catering-events .btn {
    color: var(--light-gold);
    border: 1px solid var(--light-gold);
}
#catering-events .btn:hover {
    background-color: var(--light-gold);
    color: var(--white);
}
#catering-events .section-img {
    display: flex;
}
#catering-events .section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#catering-events {
    padding-top: 100px;
    background: url(/wp-content/uploads/2025/10/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#catering-events .section-extra-img {
    position: absolute;
    right: 0;
    top: -158px;
}
#catering-events .grid-section.reverse .section-extra-img {
    position: absolute;
    left: -45px;
    top: -125px;
}
#catering-events .info-wrapper {
    max-width: 1800px;
    margin: 0 auto;
}
.catering-categories {
    display: flex;
    flex-direction: row;
    gap: 23px;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    padding-bottom: 150px;
    margin: 0 25px;
}
.catering-categories .thumbnail-wrap:before {
    content: "";
    width: 95%;
    height: 98%;
    background-color: var(--gold);
    position: absolute;
    right: -7px;
    bottom: -7px;
}
.catering-categories .thumbnail {
    overflow: hidden;
    max-width: 585px;
    max-height: 760px;
}
.catering-categories .cat-label {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.catering-categories .thumbnail img {
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catering-categories .thumbnail:hover img {
    transform: scale(1.1);
}
.catering-categories .cat-label {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.catering-categories .cat-label .text {
    font-size: 28px;
    line-height: 41px;
    color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
#freska-geumata {
    padding: 100px;
    background: url(/wp-content/uploads/2025/10/bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#freska-geumata .section-extra-img-top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#freska-geumata .section-extra-img-bottom {
    position: absolute;
    left: 0;
    bottom: -90px;
    z-index: 1;
}
#freska-geumata .info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 120px;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
#freska-geumata h2 {
    margin-bottom: 0px;
}
.home-categories {
    display: flex;
    flex-direction: row;
    gap: 23px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.home-categories .thumbnail {
    overflow: hidden;
    max-width: 360px;
    max-height: 550px;
}
.home-categories .thumbnail img {
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-categories .thumbnail:hover img {
    transform: scale(1.1);
}
#psomi-glyko .cat-label {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
#psomi-glyko .cat-label .text {
    font-size: 28px;
    line-height: 41px;
    color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.home-categories .thumbnail-wrap:before {
    content: "";
    width: 95%;
    height: 98%;
    background-color: var(--primary);
    position: absolute;
    right: -7px;
    bottom: -7px;
}
.lunch-categories {
    display: flex;
    flex-direction: row;
    gap: 23px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.lunch-categories .cat-wrap .info {
    background-color: var(--white);
    width: 347px;
    height: 468px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
}
.lunch-categories .cat-wrap .info:hover .text {
    color: var(--light-gold);
}
.lunch-categories .cat-wrap:before {
    content: "";
    width: 98%;
    height: 98%;
    background-color: var(--primary);
    position: absolute;
    right: -7px;
    bottom: -7px;
}
.lunch-categories .text {
    font-size: 26px;
    line-height: 36px;
    color: var(--primary);
    font-weight: bold;
    text-align: center;
    min-height: 80px;
}
span.separator {
    width: 44px;
    height: 6px;
    background-color: var(--primary);
}
#brands {
    /* background-image: url(/wp-content/uploads/2025/10/bg-5.png); */
    padding: 200px 0;
}
.brand-box {
    width: 207px;
    height: 175px;
    box-shadow: 0px 3px 10px #00000012;
    border-radius: 6px;
    padding: 20px 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.brand-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brand-box.yellow {
    background-color: var(--gold);
    color: var(--white);
}
#brands:after {
    background-image: url(/wp-content/uploads/2025/10/bg-5.png);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: 0;
}
#brands:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e0e2e6;
    /* opacity: 0.25; */
    z-index: 0;
    mix-blend-mode: multiply;
}
#brands .info-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 10%;
    max-width: 1500px;
    margin: auto;
    padding: 0 25px;
}
#brands h2 {
    font-size: clamp(54px, 4.5vw, 70px);
    line-height: clamp(69px, 5vw, 80px);
    font-weight: 500;
    color: var(--primary);
    margin: 0;
}
#brands .description p {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
}
#brands .btn {
    color: var(--primary);
    border: 1px solid var(--primary);
}
#brands .btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
#brands .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
#brands .section-extra-img-top {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 1;
}
#brands .section-extra-img-bottom {
    position: absolute;
    left: 0;
    bottom: -82px;
    z-index: 1;
}
#yphresies {
    display: flex;
    flex-direction: column;
}
#yphresies .map {
    padding: 85px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#yphresies .map .title {
    font-size: clamp(22px, 5vw, 48px);
    line-height: clamp(30px, 6vw, 56px);
    color: var(--primary);
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
}
#yphresies .services {
    background-image: url(/wp-content/uploads/2025/10/paradosi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 25px;
    display: flex;
    flex-direction: column;
}
#yphresies .services .title {
    font-size: 26px;
    line-height: 26px;
    color: var(--primary);
    text-align: center;
    margin-bottom: 24px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pdfSwiper .swiper-slide img {
    max-width: 67px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serviceSwiper {
    max-width: 900px;
}
.serviceSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.serviceSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.4s ease-in-out;
}
.serviceSwiper .swiper-slide img:hover {
    filter: grayscale(0%);
}
.serviceSwiper .slider-image {
    width: 175px;
    height: 87px;
    padding: 10px;
}
.serviceSwiper .swiper-button-next:after,
.serviceSwiper .swiper-button-prev:after {
    color: #3a5fcd;
}

/* MEGA MENU START */
header .left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
header .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mega-menu {
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mega-menu.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
.mega-menu a,
.mega-menu a:hover,
.mega-menu a:focus,
.mega-menu a:active,
.mega-menu a:visited {
    color: var(--light-gold);
}
.main-menu li.is-active > a {
    color: var(--primary, #009ee0);
}
#menu-left-menu,
#menu-right-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
}
#menu-left-menu > li a,
#menu-right-menu > li a {
    font-size: 17px;
    line-height: 21px;
    color: var(--primary);
    font-weight: bold;
    text-transform: uppercase;
}
#menu-left-menu > li.has-children::after,
#menu-right-menu > li.has-children::after {
    content: "\276F";
    font-size: 12px;
    margin-left: 5px;
    color: var(--primary);
    display: inline-block;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
#menu-left-menu > li.has-children.is-active::after,
#menu-right-menu > li.has-children.is-active::after {
    transform: rotate(270deg);
}
ul.menu-level-3 li.has-children > a:after {
    content: "\276F";
    font-size: 12px;
    margin-left: 5px;
    color: var(--light-gold);
    display: inline-block;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
ul.menu-level-3 li.has-children.is-open > a:after {
    transform: rotate(270deg);
}
header .mega-menu {
    display: none;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 173px;
    left: 0;
    width: 100vw;
    height: 81vh;
    background-color: var(--beige);
    transition: opacity 0.3s ease;
    z-index: 0;
}
header.scrolled .mega-menu {
    top: 104px;
    height: 89vh;
}
.mega-menu.is-active {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}
.mega-menu__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 3%;
    overflow: scroll;
}
.mega-menu__image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.mega-menu__title {
    font-size: 26px;
    line-height: 31px;
    font-weight: bold;
    letter-spacing: 2.08px;
    color: var(--light-gold);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 28px;
}
.mega-menu h3 {
    font-size: 20px;
    line-height: 26px;
    color: var(--light-gold);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.menu-level-3 li.has-children > ul {
    display: none;
}
.menu-level-3 li.has-children.is-open > ul {
    display: block;
}
.mega-menu__column {
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mega-menu__columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}
ul.menu-level-3 li a {
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}
ul.menu-level-4 li a {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
}
.menu-level-3 li {
    margin-bottom: 16px;
}
.mega-menu ul {
    margin: 0;
    /* padding: 0; */
    list-style: none;
    padding-left: 16px;
}
.mega-menu.mega-menu--parent-1 .mega-menu__columns {
    flex-direction: column;
    justify-content: center;
}
.mega-menu.mega-menu--parent-1 h3 {
    margin: 0 0 32px 0;
}
.site-logo {
    z-index: 1;
}
li.with-border {
    border: 1px solid var(--primary);
    border-radius: 20px;
    padding: 10px 25px;
}
li.with-border:hover {
    background-color: var(--light-gold);
    border: 1px solid var(--light-gold);
}
li.with-border:hover a {
    color: var(--white) !important;
}
/* MEGA MENU END */

.social ul {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.contact-links-footer a {
    text-transform: unset;
    margin: 0;
}
.contact-links-footer li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.contact-links-footer svg {
    min-width: 18px;
}
/* Hero */
.hero.image-overlay .featured-image {
    height: 254px;
    overflow: hidden;
}
.hero.image-overlay .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero.image-overlay .featured-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(90deg, #263954 0%, #1d306700 100%)
        0% 0% no-repeat padding-box;
    z-index: 0;
}
.hero.image-overlay .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
    padding: 0 25px;
}
.hero.image-overlay h1 {
    color: var(--white);
    font-size: clamp(32px, 3vw, 38px);
    line-height: clamp(42px, 4vw, 53px);
    font-weight: bold;
}
.hero.image-overlay .breadcrumb-container {
    height: 96px;
}
.hero.image-overlay .breadcrumb-container #breadcrumbs {
    /* position: absolute;
    top: 0%;
    left: 23%;
    z-index: 1;
    transform: translate(-19%, 0%); */
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    width: 100%;
    padding: 0 25px;
}
.hero.image-overlay .hero-small-img {
    position: absolute;
    right: 40px;
    bottom: -35%;
    z-index: 1;
}
.hero.image-overlay .hero-small-img.right {
    left: unset;
    right: 10%;
    z-index: 1;
}
#breadcrumbs span,
#breadcrumbs a {
    font-size: 12px;
    line-height: 29px;
    color: #8d8d8d;
    text-transform: uppercase;
}
span.breadcrumb_last {
    color: #4a4a4a !important;
}
.contact-hero > * {
    max-width: 1200px;
    margin: auto;
}
.contact-hero h1 {
    font-size: 38px;
    line-height: 67px;
    color: var(--primary);
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
.contact-hero .subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #505050;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    text-align: center;
}
.contact-hero .contact-information {
    margin-top: 28px;
    box-shadow: 0px 3px 10px #00000014;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 30px;
    background-color: var(--white);
}
.contact-hero .hero-small-img {
    position: absolute;
    bottom: -50%;
    right: 50px;
}
.contact-hero .contact-information > div {
    max-width: 315px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}
.contact-page form {
    max-width: 600px;
    margin: auto;
}
.contact-page form .cols,
.single-event-venue form .cols,
.single-event-type form .cols {
    flex-wrap: unset;
}
.contact-hero .contact-information svg {
    min-width: 36px;
}
.contact-hero .contact-information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-hero .contact-information a {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
}
.contact-hero {
    margin-bottom: 44px;
    background: linear-gradient(
        180deg,
        rgba(242, 238, 231, 1) 85%,
        rgba(255, 255, 255, 1) 85%,
        rgba(255, 255, 255, 1) 100%
    );
}
.contact-hero #breadcrumbs {
    margin: 0;
    padding: 20px 0 25px 0;
}
.contact-page .map-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 160px;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 25px;
}
.contact-page .map-form form {
    display: flex;
    flex-direction: column;
}
form .cols {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-page .map-form form input[type="text"],
.contact-page .map-form form input[type="email"],
.contact-page .map-form form input[type="tel"],
.interest-form-container input[type="text"],
.interest-form-container input[type="email"],
.interest-form-container input[type="tel"] {
    border: none;
    border-bottom: 1px solid #8d8d8d;
    width: 100%;
    padding: 13px 0;
    outline: none;
    background-color: transparent;
}
.contact-page .map-form form textarea,
.interest-form-container textarea {
    border: 1px solid #8d8d8d;
    width: 100%;
    outline: none;
    padding: 21px 17px;
    background-color: transparent;
}
.submit-btn p {
    text-align: right;
}
.contact-page .map-form form span.wpcf7-spinner,
.interest-form-container span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
.contact-page .map-form form input[type="submit"],
.interest-form-container input[type="submit"] {
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    color: var(--white);
    background-color: var(--primary);
    padding: 10px 24px;
    border-radius: 20px;
    letter-spacing: 1.36px;
    border: 1px solid var(--primary);
}
.contact-page .map-form form input[type="submit"]:hover {
    cursor: pointer;
}
#egkatastaseis-highlight {
    padding: 56px 0;
    margin-top: 120px;
    margin-bottom: 120px;
}
#egkatastaseis-highlight:after {
    content: "";
    width: 110px;
    height: 2px;
    background-color: var(--light-gold);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
}
#egkatastaseis-highlight:before {
    content: "";
    width: 110px;
    height: 2px;
    background-color: var(--light-gold);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}
#egkatastaseisSwiper {
    margin-bottom: 180px;
}
.egkatastaseisSwiper .swiper-button-next:after,
.egkatastaseisSwiper .swiper-button-prev:after {
    display: flex;
    color: var(--blue);
    background-color: var(--white);
    width: 78px;
    height: 78px;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 50%;
    font-size: 15px;
}
.egkatastaseisSwiper .swiper-button-next,
.egkatastaseisSwiper .swiper-button-prev {
    display: flex;
    width: 78px;
    height: 78px;
}
.egkatastaseisSwiper .swiper-button-next {
    right: 22%;
}
.egkatastaseisSwiper .swiper-button-prev {
    left: 22%;
}
.container.egkatastaseis-section {
    background-color: var(--beige);
}
.egkatastaseis-main .egkatastaseis-section {
    padding: 54px;
}
.egkatastaseis-main .egkatastaseis-section.has-grid {
    padding: 0px;
}
.egkatastaseis-main {
    position: relative;
    margin-bottom: 120px;
}
.egkatastaseis-main .extra-icon {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translate(0, 50%);
}
.egkatastaseis-main.reverse .extra-icon {
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translate(0, 50%);
}
.egkatastaseis-main.has-grid .extra-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
}
.egkatastaseis-main.reverse.has-grid .extra-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
}
.container.egkatastaseis-section {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 69px;
    align-items: center;
}
.container.egkatastaseis-section.reverse {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 69px;
}
.egkatastaseis-section .image-container.has-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.egkatastaseis-section .image-container.has-grid img:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.egkatastaseis-section .image-container.has-grid img:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.egkatastaseis-section .image-container.has-grid img:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.egkatastaseis-main.has-grid .egkatastaseis-section {
    padding: 0;
}
section.egkatastaseis-main.has-grid .title-description {
    padding: 54px 0 54px 54px;
}
.container.egkatastaseis-section p {
    font-size: 16px;
    line-height: 24px;
}
.container.egkatastaseis-section .title {
    font-size: 32px;
    line-height: 29px;
    color: var(--primary);
}
.facilities-page .content-wrapper {
    padding-bottom: 100px;
}
.facilities-page .content-wrapper > img {
    margin-top: -7%;
}
.facilities-page .content-wrapper .inner,
.service-points-page .content-wrapper .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 55px;
    display: flex;
    flex-direction: column;
}
.facilities-page .content-wrapper .title,
.service-points-page .content-wrapper .title {
    font-size: 48px;
    line-height: 58px;
    color: var(--primary);
    font-weight: bold;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
}
.facilities-page .content-wrapper .img-grid,
.single .img-grid {
    columns: 2;
    column-gap: 20px;
    margin: 40px auto 0 auto;
    max-width: 1100px;
}
.facilities-page .content-wrapper .img-grid > *,
.single .img-grid > * {
    margin-bottom: 20px;
}
hr {
    color: var(--gold);
    width: 110px;
    margin: 60px auto;
    border-top: 1px solid var(--gold);
}
.history-page .timeline-container .inner {
    max-width: 1224px;
    margin: 0 auto;
    margin-bottom: 180px;
    position: relative;
}
.history-page .timeline-container .inner .text {
    margin-top: 175px;
}
.history-page .history_extra_side_img {
    position: absolute;
    right: 0;
    bottom: 23%;
}
.history-page .timeline-container .inner .timeline {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}
.history-page .timeline-container .item.even {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    position: relative;
}
.history-page .timeline-container .item.odd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    position: relative;
}
.history-page .timeline-container .item:not(:last-child) {
    padding-bottom: 124px;
}
.history-page .timeline-container .item:after {
    content: "";
    width: 82px;
    height: 82px;
    background: radial-gradient(
        circle,
        var(--light-gold) 30%,
        rgba(255, 255, 255, 1) 30%
    );
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--light-gold);
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}
.history-page .timeline-container .item:before {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--light-gold);
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
}
.history-page .timeline-container .item > div {
    max-width: 500px;
    width: 100%;
}
.history-page .timeline-container .item .image {
    width: 50%;
    height: 296px;
}
.history-page .timeline-container .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history-page .timeline-container .item .date {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: var(--primary);
}
.history-page .timeline-container .item .info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
}
.history-page .timeline-container .item .description {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    font-weight: 400;
}
.team-page .inner {
    display: flex;
    flex-direction: column;
    gap: 130px;
}
.team-page .intro .title {
    font-size: 38px;
    line-height: 29px;
    font-weight: 500;
    color: var(--primary);
}
.team-page .team-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.team-page .team-members .member {
    position: relative;
    padding-bottom: 50px;
}
.team-page .team-members .member img {
    width: 100%;
}
.team-page .team-members .member .accordion {
    background-color: var(--white);
    color: var(--primary);
    cursor: pointer;
    padding: 10px 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    transition: 0.4s;
}
.team-page .team-members .member .accordion:after {
    content: "\276F";
    position: absolute;
    right: 16px;
    transform: rotate(90deg);
}
.team-page .team-members .member .active,
.accordion:hover {
    background-color: var(--white);
}
.team-page .team-members .member .panel {
    padding: 18px 16px;
    display: none;
    background-color: white;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 3px 10px #0000001f;
    z-index: 2;
}
.team-page .team-members .member .accordion-container {
    position: relative;
}
.thesis_ergasias .intro .title {
    font-size: 28px;
    line-height: 29px;
    font-weight: 500;
    color: var(--primary);
}
.thesis_ergasias .jobs {
    margin-top: 130px;
}
.job-accordion {
    background-color: #fcfbf6;
    color: var(--primary);
    cursor: pointer;
    padding: 36px 48px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 28px;
    line-height: 48px;
    transition: 0.4s;
    margin-top: 14px;
    border-radius: 5px 5px 0px 0px;
}
.job-accordion:after {
    content: "\276F";
    position: absolute;
    right: 48px;
    transform: rotate(90deg);
}
.job-accordion.active,
.job-accordion:hover {
    background-color: #fcfbf6;
}
.job .panel {
    padding: 42px 48px;
    display: none;
    background-color: #fcfbf6;
    overflow: hidden;
    margin-top: 6px;
}
.job .panel .apply-btn {
    background-color: var(--primary);
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 1.36px;
    color: var(--white);
    border: 0;
    padding: 10px 25px;
    margin-top: 30px;
}
.job .panel .apply-btn:hover {
    cursor: pointer;
    background-color: var(--light-gold);
    color: var(--white);
}
.form-hidden-field {
    display: none;
}
#jobModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.68);
}
#jobModal .modal-content {
    background-color: var(--white);
    padding: 70px 75px;
    border-radius: 20px;
    position: relative;
    max-width: 800px;
    max-height: 840px;
    width: auto;
    height: auto;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
#jobModal .close {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 45px;
    line-height: 30px;
}
#jobModal .close:hover {
    cursor: pointer;
}
#jobModal .modal-content .bio-form-title {
    font-size: 32px;
    line-height: 38px;
    color: var(--black);
}
#jobModal .modal-content .bio-form-subtitle {
    font-size: 18px;
    line-height: 32px;
    color: var(--black);
}
#jobModal input[type="text"],
#jobModal input[type="email"],
#jobModal input[type="tel"] {
    border: none;
    border-bottom: 1px solid #8d8d8d;
    width: 100%;
    padding: 28px 0;
    outline: none;
}
#jobModal input[type="text"]::placeholder,
#jobModal input[type="email"]::placeholder,
#jobModal input[type="tel"]::placeholder {
    font-size: 18px;
    line-height: 35px;
    color: var(--black);
}
#jobModal input[type="submit"] {
    background-color: var(--primary);
    padding: 10px 25px;
    color: var(--white);
    border: navajowhite;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 1.36px;
    font-weight: bold;
}
#jobModal input[type="submit"]:hover {
    cursor: pointer;
    background-color: var(--light-gold);
    color: var(--white);
}
.cv_file,
.cover_letter {
    display: none;
}
.custom-file-upload {
    width: 100%;
}
.custom-file-upload .file-input {
    width: 100%;
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.file-custom {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #767c78 !important;
    width: 100%;
    padding: 5px 10px;
    border-radius: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid var(--black);
    font-size: 25px;
    margin-bottom: 54px;
    font-family: var(--roboto_fnt);
    outline: none;
    text-align: left;
}
.file-custom:not(.file-selected):before {
    content: "(ACCEPTED FILE FORMATS: PDF, DOCX, DOC)";
    font-size: 18px !important;
    display: block;
}
:lang(el) .file-custom:not(.file-selected):before {
    content: "ΜΕΤΑΦΟΡΤΩΣΗ ΑΡΧΕΙΟΥ (ΑΠΟΔΕΚΤΈΣ ΜΟΡΦΕΣ ΑΡΧΕΙΟΥ: XXX)";
}
span.file-custom.file-selected {
    font-size: 18px;
}
.cv-mail-banner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background: #fcfbf6 0% 0% no-repeat padding-box;
    border-radius: 5px 5px 0px 0px;
    padding: 55px;
    margin-bottom: 180px;
}
.cv-mail-banner .text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
}
.cv-mail-banner a {
    font-size: 22px;
    line-height: 22px;
    color: #263954;
    font-weight: 400;
    text-decoration: underline;
}
.certificates-page .hero.image-overlay .breadcrumb-container #breadcrumbs {
    /* padding-top: 90px; */
    max-width: 900px;
}
.certificates-container {
    position: relative;
}
.certificates-container .inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.certificates-container .inner > .title {
    font-size: 38px;
    line-height: 48px;
    color: var(--primary);
    margin-bottom: 30px;
}
.certificates-container .certificate {
    max-width: 443px;
    min-height: 220px;
    width: 100%;
    height: auto;
    background-color: var(--white);
    box-shadow: 0px 3px 10px #0000001f;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}
.certificates-container .certificates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 14px;
    margin-bottom: 180px;
    justify-items: center;
    z-index: 2;
}
.certificates-container .certificate .top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.certificates-container .certificate .top .title {
    font-size: 28px;
    line-height: 51px;
    color: var(--primary);
    font-weight: bold;
    margin-left: 0 !important;
}
.certificates-container .certificate .top .subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: var(--black);
    margin-top: 16px;
}
.certificates-container .certificate a {
    font-size: 14px;
    line-height: 28px;
    color: var(--black);
    text-decoration: underline;
    display: flex;
    align-items: center;
}
.certificates-container .certificate a:hover {
    color: #3a5fcd;
}
.certificates-container .certificate a:hover svg path {
    fill: #3a5fcd;
}
.certificates-container > img {
    position: absolute;
    right: 0;
    bottom: 127px;
}
.hero-blue {
    background: url(/wp-content/uploads/2025/11/header-backround.jpg) no-repeat
        center center;
    background-size: cover;
    padding: 0 25px;
}
.hero-blue p#breadcrumbs {
    max-width: 1500px;
    margin: 0 auto 80px auto;
}
.hero-blue #breadcrumbs span,
#breadcrumbs a {
    color: #a6b4e0;
}
.hero-blue span.breadcrumb_last,
.hero-blue #breadcrumbs span > span:not(:first-child) a {
    color: var(--white) !important;
}
.hero-blue .featured-image {
    max-width: 1500px;
    max-height: 490px;
    height: auto;
    margin: auto;
}
.hero-blue .featured-image img {
    width: 100%;
    object-fit: cover;
    max-height: 490px;
    height: 100%;
    object-position: center;
    min-height: 152px;
}
.hero-blue .intro {
    max-width: 1200px;
    margin: auto;
}
.hero-blue .lead {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    padding-bottom: 85px;
}
.hero-blue > img {
    position: absolute;
    right: 0;
    top: 64%;
    max-width: 240px;
}
.hero-blue h1 {
    font-size: clamp(32px, 4vw, 54px);
    line-height: clamp(42px, 4.8vw, 60px);
    font-weight: bold;
    color: var(--white);
    text-align: center;
}
.service-points-inner-page .gallery-swiper .wrapper {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 136px;
}
.service-points-inner-page .gallery-swiper {
    background: linear-gradient(
        180deg,
        rgba(38, 57, 84, 1) 30%,
        rgba(245, 243, 239, 1) 30%
    );
}
.servidepointSwiper .swiper-slide {
    width: 443px;
    height: 292px;
}
.servidepointSwiper .swiper-button-next:after,
.swiper-button-prev:after,
.servidepointSwiper .swiper-button-prev:after,
.swiper-button-prev:after,
.contributionSwiper .swiper-button-next:after,
.swiper-button-prev:after,
.contributionSwiper .swiper-button-prev:after,
.swiper-button-prev:after {
    font-size: 14px;
    color: var(--primary);
}
.servidepointSwiper .swiper-button-prev,
.servidepointSwiper .swiper-button-next,
.contributionSwiper .swiper-button-prev,
.contributionSwiper .swiper-button-next {
    width: 78px;
    height: 78px;
    background-color: var(--white);
    border-radius: 50%;
}
.service-points-page .service-points .wrapper,
.facilities-page .service-points .wrapper {
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 25px 180px 25px;
}
.facilities-page .service-points .section-info {
    max-width: 1200px;
    margin: auto;
    padding: 0 55px 55px 55px;
}
.facilities-page .service-points h2 {
    text-align: center;
    color: var(--primary);
}
.service-points-page .service-points {
    /* background: linear-gradient(
        180deg,
        rgba(38, 57, 84, 1) 10%,
        rgba(245, 243, 239, 1) 10%
    ); */
    margin-top: 40px;
}
.service-points-page .service-point .thumbnail,
.facilities-page .service-point .thumbnail {
    width: 100%;
    min-height: 484px;
}
.service-points-page .service-point .thumbnail img,
.facilities-page .service-point .thumbnail img {
    width: 100%;
    height: 484px;
    object-fit: cover;
}
.service-points-page .service-point .title,
.facilities-page .service-point .title {
    font-size: 20px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 400;
    padding-top: 16px;
}
.service-points-page .service-point:hover .title,
.facilities-page .service-point:hover .title {
    color: var(--light-gold);
}
.service-points-page .service-point a,
.facilities-page .service-point a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.brands-page .intro-container .inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}
.brands-page h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    color: var(--primary);
    text-align: center;
}
.brands-page .intro-container .text p {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
}
.brands-page .hero.image-overlay .hero-small-img {
    right: 0;
}
.brands-page .intro-container,
.brands-page .breadcrumb-container {
    background: #f5f3ef;
}
.facilities-page .map-section {
    margin-bottom: 180px;
}
.facilities-page .map-section .wrapper {
    background-color: #f5f5f6;
    max-width: 1200px;
    margin: auto;
    padding: 55px 50px;
    display: grid;
    grid-template-columns: 1fr;
}
.facilities-page h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: var(--primary);
}
.facilities-page .map-section .wrapper .text > * {
    font-size: 16px;
    line-height: 24px;
}
.facilities-page .map-section .wrapper .text li {
    margin-bottom: 24px;
}
.facilities-page .main-text .wrapper {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 130px;
    padding: 0 25px;
}
.facilities-page .partnerships .services {
    max-width: 1200px;
    margin: 0 auto 130px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 150px;
    background-image: url(/wp-content/uploads/2025/10/paradosi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.facilities-page .partnerships .title {
    font-size: 26px;
    line-height: 26px;
    color: var(--primary);
    text-align: center;
    margin-bottom: 24px;
}
.custom-tabs * {
    box-shadow: none !important;
}
.custom-tabs {
    max-width: 1200px;
    margin: 0 auto 180px auto;
}
.custom-tabs .tab-buttons {
    position: relative;
    display: flex;
    background: #1e3a5f;
    border-radius: 10px;
}
.custom-tabs .tab-btn {
    flex: 1;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    background: #1e3a5f;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.custom-tabs .tab-btn.active {
    color: #fff;
    font-weight: 700;
}
.custom-tabs .glider {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.333%;
    height: 100%;
    background: transparent;
    border-radius: 10px;
    z-index: 2;
    transition: 0.3s ease;
}
span.glider:after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    bottom: -16px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 1) 40%,
        rgba(30, 58, 95, 1) 40%
    );
    z-index: 9999999;
    border-radius: 50%;
    transform: translate(-50%, 0);
}
.custom-tabs .tab-content {
    display: none;
    background-color: #f5f3ef;
    padding: 45px 65px;
}
.custom-tabs .tab-content > * {
    font-size: 16px;
    line-height: 24px;
}
.custom-tabs .tab-content.active {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 85px;
    justify-items: stretch;
}
.custom-tabs .tab-content.active .right {
    display: flex;
    flex-direction: column;
}
.custom-tabs .tab-content.active .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.cpt-archive .intro .title {
    font-size: 38px;
    line-height: 29px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 25px;
    margin-left: 0px !important;
}
.cpt-archive-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 75px auto 180px auto;
}
.cpt-archive-wrapper .cpt-thumbnail {
    min-height: 266px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cpt-archive-wrapper article {
    box-shadow: 0px 3px 10px #00000014;
}
.cpt-archive-wrapper .cpt-meta {
    padding: 50px 25px;
    background-color: #f5f3ef;
}
.cpt-archive-wrapper .cpt-meta h2 {
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: var(--black);
}
.cpt-archive-wrapper .cpt-excerpt p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
}
.cpt-archive-wrapper .cpt-date {
    padding: 15px 25px;
    font-size: 18px;
    line-height: 36px;
    color: #8d8d8d;
}
.main-post-content {
    padding: 30px 0 130px 0;
}
.contributionSwiper .swiper-button-next {
    right: 18%;
}
.contributionSwiper .swiper-button-prev {
    left: 18%;
}
.single .gallery-swiper {
    margin-bottom: 130px;
}
.blog .breadcrumb-container,
.post-type-archive-event-type .breadcrumb-container,
.post-type-archive-event-venue .breadcrumb-container,
.post-type-archive-geumata .breadcrumb-container {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    padding: 0 25px;
}
.blog #breadcrumbs span,
.blog #breadcrumbs a,
.blog span.breadcrumb_last,
.post-type-archive-event-type #breadcrumbs span,
.post-type-archive-event-type #breadcrumbs a,
.post-type-archive-event-type span.breadcrumb_last,
.post-type-archive-geumata #breadcrumbs span,
.post-type-archive-geumata #breadcrumbs a,
.post-type-archive-geumata span.breadcrumb_last {
    color: var(--white) !important;
}
.post-type-archive-event-venue #breadcrumbs a {
    color: #8d8d8d !important;
}
.post-type-archive-event-venue span span.breadcrumb_last {
    color: #3a5fcd !important;
}
.post-type-archive-event-venue .archive-wrapper {
    background: url(/wp-content/uploads/2025/11/event-venue-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    background-size: 100% 950px;
}
.blog .archive-wrapper,
.post-type-archive-event-type .archive-wrapper,
.post-type-archive-geumata .archive-wrapper {
    background: url(/wp-content/uploads/2025/11/event-type-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    background-size: 100% 950px;
}
.post-type-archive-event-venue h1,
.post-type-archive-event-type h1,
.blog h1,
.post-type-archive-geumata h1 {
    font-size: clamp(36px, 4.5vw, 54px);
    line-height: clamp(46px, 10vw, 130px);
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.blog h1,
.post-type-archive-event-type h1,
.post-type-archive-geumata h1 {
    color: var(--white);
}
.post-type-archive-event-venue h1 {
    color: var(--primary);
}
.blog .archive-text,
.post-type-archive-event-venue .archive-text,
.post-type-archive-event-type .archive-text,
.post-type-archive-geumata .archive-text {
    font-size: 16px;
    line-height: 24px;
}
.post-type-archive-event-venue .archive-text {
    color: var(--black);
}
.blog .archive-text,
.post-type-archive-event-type .archive-text,
.post-type-archive-geumata .archive-text {
    color: var(--white);
}
.blog .archive-hero,
.post-type-archive-event-type .archive-hero,
.post-type-archive-event-venue .archive-hero,
.post-type-archive-geumata .archive-hero {
    margin-bottom: 65px;
}
.archive-event-types-articles,
.archive-event-venues-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    padding-bottom: 360px;
}
.archive-event-types-articles .thumbnail,
.archive-event-venues-articles .thumbnail {
    width: auto;
    height: 697px;
}
.archive-event-types-articles .thumbnail img,
.archive-event-venues-articles .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive-event-types-articles article,
.archive-event-venues-articles article {
    position: relative;
    box-shadow: 0px 3px 10px #0000001f;
}
.archive-event-types-articles .meta,
.archive-event-venues-articles .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    width: 100%;
}
.archive-event-types-articles .meta .title,
.archive-event-venues-articles .meta .title {
    font-size: 26px;
    line-height: 36px;
    color: var(--primary);
    font-weight: bold;
    text-align: center;
}
.archive-wrapper {
    position: relative;
}
.archive-wrapper .side-image {
    position: absolute;
    right: 0;
    bottom: 65px;
    width: 282px;
    height: 282px;
}
.single .thumbnail,
.single-event-type .thumbnail,
.single-event-venue .thumbnail,
.single-geumata .thumbnail {
    max-height: 660px;
    width: 100%;
}
.single .thumbnail img,
.single-event-type .thumbnail img,
.single-event-venue .thumbnail img,
.single-geumata .thumbnail img {
    width: 100%;
    max-height: 660px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single .beige {
    background-color: #f5f3ef;
    padding: 70px 0 90px 0;
}
.single h1,
.single-event-type h1,
.single-event-venue h1,
.single-geumata h1 {
    font-size: clamp(36px, 3.5vw, 48px);
    line-height: clamp(46px, 4vw, 58px);
    font-weight: bold;
    color: var(--light-gold);
    text-align: center;
}
.single .text,
.single-event-type .text,
.single-event-venue .text,
.single-geumata .text {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
}
.single-event-type .swiper,
.single-event-venue .swiper,
.single-geumata .swiper {
    margin: 65px 0 130px 0;
}
.single .pdf-files-container {
    background: url(/wp-content/uploads/2025/11/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.pdf-files-container {
    padding: 35px 0 50px 0;
}
.pdf-files-container .pdf-section {
    padding: 0 25px 80px 25px;
}
.pdf-files-container .title {
    font-size: 28px;
    line-height: 52px;
    font-weight: bold;
    color: var(--white);
    text-align: center;
    width: 100%;
}
.pdf-files-container .subtitle {
    font-size: 16px;
    line-height: 52px;
    color: var(--white);
    text-align: center;
    width: 100%;
}
.pdf-files-container .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.pdf-files-container .pdf-section {
    display: flex;
    flex-direction: row;
    gap: 16px;
    max-width: 1560px;
    margin: 40px auto 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.pdf-files-container .pdf-section .pdf-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 181px;
    min-height: 256px;
    background-color: #f5f3ef;
    border: 1px solid #3a5fcd;
    border-radius: 12px;
    padding: 15px;
    gap: 15px;
}
.pdf-files-container .pdf-file .label {
    font-size: 14px;
    line-height: 30px;
    color: var(--gold);
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}
.pdf-files-container .pdf-file .pdf-title {
    font-size: 18px;
    line-height: 28px;
    color: #3a5fcd;
    text-align: center;
    min-height: 56px;
}
.pdf-files-container .pdf-file a {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    color: #3a5fcd;
    text-transform: uppercase;
}
.single .pdf-files-container .pdf_left_icon {
    width: 130px;
    position: absolute;
    left: 24px;
    bottom: 69px;
    z-index: 1;
}
.single .pdf-files-container .pdf_right_icon {
    width: 169px;
    position: absolute;
    right: 0;
    bottom: 58px;
    z-index: 1;
}
.interest-form-container {
    padding: 54px;
    background-color: #f5f3ef;
    display: flex;
    flex-direction: row;
    gap: 70px;
    align-items: center;
    justify-content: center;
    max-width: 1360px;
    margin: 130px auto;
    justify-content: flex-start;
}
.interest-form-container .form-title {
    font-size: 28px;
    line-height: 42px;
    color: var(--black);
    width: 100%;
    text-align: left;
}
.beige-side {
    position: absolute;
    top: 0;
    right: 50px;
}
.post-type-archive-brand .cpt-archive .intro .title,
.single-brand .container .title {
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: clamp(40px, 4vw, 58px);
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    color: var(--primary);
}
.post-type-archive-brand .cpt-archive .intro .text,
.single-brand .container .text {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 60px;
}
.post-type-archive-brand .hero.image-overlay .hero-small-img {
    right: 0;
}
.single-brand .page-title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 45px;
    padding: 0 25px;
}
.single-brand .brand-logo {
    box-shadow: 0px 3px 10px #00000012;
    border-radius: 6px;
    width: 155px;
    height: 145px;
    padding: 15px;
    background-color: var(--white);
}
.single-brand .brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.single-brand .swiper {
    margin-bottom: 180px;
    margin-top: 65px;
}
.single-brand .link-pdf {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.single-brand .link-pdf {
    padding-bottom: 88px;
}
.single-brand .link-pdf .basic-link {
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 1.36px;
    text-transform: uppercase;
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 10px 25px;
    border-radius: 20px;
}
.single-brand .link-pdf .basic-link:hover {
    background-color: var(--light-gold);
    border: 1px solid var(--light-gold);
    color: var(--white);
}
.single-brand .link-pdf .pdf-link-label {
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 1.36px;
    text-transform: uppercase;
    color: var(--primary);
    text-decoration: underline;
    text-align: center;
}
.single-brand .link-pdf .pdf-link-label:hover {
    color: var(--light-gold);
}
.brand-cpt-archive-wrapper {
    display: flex;
    gap: 40px 16px;
    max-width: 990px;
    margin: auto;
    padding: 0 25px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.archive .brand-posts {
    background-color: #e0e2e6;
    padding: 90px 0;
}
.post-type-archive-brand .outer-cpt-archive {
    background-color: #f5f3ef;
    display: flex;
    flex-direction: column;
}
.post-type-archive-brand .breadcrumb-container {
    background-color: #f5f3ef;
}
.brand-cpt-archive-wrapper .main-images {
    display: flex;
    flex-direction: row;
    height: 175px;
    width: 443px;
}
.brand-cpt-archive-wrapper .main-images .brand-cpt-thumbnail {
    width: 207px;
    height: 175px;
    background-color: #dedfe1;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0px 3px 10px #00000012;
}
.brand-cpt-archive-wrapper .main-images .brand-cpt-gallery-img {
    width: 236px;
    height: 175px;
    box-shadow: 0px 3px 10px #00000012;
    border-radius: 0px 6px 6px 0px;
}
.brand-cpt-archive-wrapper .main-images .brand-cpt-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px 30px;
}
.brand-cpt-archive-wrapper .main-images .brand-cpt-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 6px 6px 0px;
}
.brand-cpt-archive-wrapper .brand-cpt-excerpt {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: var(--primary);
    max-width: 443px;
}
.bakery-subcats {
    max-width: 1515px;
    margin: 0 auto;
    padding: 0 0 70px 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
.bakery-subcats li {
    background-color: var(--primary);
    padding: 16px 31px;
    border-radius: 25px;
    box-shadow: 0px 3px 10px #0000001f;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid var(--light-gold);
    color: var(--white);
}
.bakery-subcats li:hover,
.bakery-subcats li.active {
    background-color: var(--light-gold);
    color: var(--white);
    cursor: pointer;
}
#bakery-posts-container {
    position: relative;
    max-width: 1515px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    min-height: 527px;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
#bakery-posts-container .bakery-item {
    display: flex;
    flex-direction: column;
}
#bakery-posts-container .bakery-item .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--primary);
    margin: 16px 0 0 0 !important;
}
#bakery-posts-container .bakery-item:hover .title {
    color: var(--light-gold);
}
#bakery-posts-container .bakery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bakery-cat-container {
    position: relative;
    margin-bottom: 180px;
}
.bakery-cat-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 242px;
    background: url(/wp-content/uploads/2025/11/header-backround.jpg) no-repeat
        center center;
    background-size: cover;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a {
    background: transparent !important;
}
.wpml-ls-legacy-dropdown-click {
    max-width: 65px;
    margin: auto;
}
.wpml-ls-legacy-dropdown-click a {
    border: none;
}
.wpml-ls-legacy-dropdown-click a span {
    font-size: 14px;
    line-height: 17px;
}
.menu-icon,
.burger-menu-container {
    display: none;
}

.pdfSwiper .swiper-button-next,
.pdfSwiper .swiper-button-prev {
    position: absolute;
    left: auto;
    width: 42px;
    height: 42px;
    top: unset;
    bottom: 10px;
}
.pdfSwiper .swiper-button-next {
    right: 30%;
}
.pdfSwiper .swiper-button-prev {
    left: 30%;
}
.pdfSwiper .swiper-button-next:after,
.pdfSwiper .swiper-button-prev:after {
    box-shadow: 0px 3px 10px #00000029;
    width: 42px;
    height: 42px;
    display: flex;
    color: var(--blue);
    background-color: var(--white);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}
.burger-lang {
    padding: 25px;
}
#mob-lang-menu {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}
#mob-lang-menu a {
    font-size: 22px;
    line-height: 26px;
    color: #8d8d8d;
    text-decoration: none;
}
#mob-lang-menu a.current_lang {
    color: var(--primary);
    text-decoration: underline;
}

#brands .info-wrapper .thumbnail-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.gallery-swiper.cont-page {
    margin: 130px 0;
}

.interest-form-container .form-img img {
    max-height: 525px;
}

.main-page-content {
    max-width: 1500px;
    margin: 0 auto 160px auto;
    padding: 16px;
}

.bakery-item .thumbnail {
    max-height: 484px;
}

.egkatastaseisSwiper img {
    max-height: 292px;
}

.flip-card {
    perspective: 1000px;
}
.flip-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}
.brand-item:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-card-back {
    background: #dba643;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    transform: rotateY(180deg);
    border-radius: 6px;
}

.certificates_main_text {
    margin-bottom: 40px;
}

/* !DELETEME */
/* #yphresies {
    display: none;
} */
