/* Default Styles */
body {
    font-family: 'Roboto', sans-serif !important;
    line-height: normal;
    /* Use Roboto as the default font */
}

a {
    color: #003476;
}

button:focus,
a:focus {
    outline: 2px solid #012e68 !important;
}

.bg-oikogeneia-blue {
    background-color: #003375;
}

.bg-oikogeneia-grey {
    background-color: #f0f5f7;
}

.bg-oikogeneia-white {
    background-color: #ffffff;
}

:root {
    font-size: 16px;
    /* Set the base font size */
}

.fs-oikogeneia-16 {
    font-size: 1rem;
    /* Equivalent to 16px / 16px = 1rem */
}

.fs-oikogeneia-14 {
    font-size: 0.875rem;
    /* Equivalent to 14px / 16px = 0.875rem */
}

.fs-oikogeneia-18 {
    font-size: 1.3rem;
    /* Equivalent to 16px / 16px = 1rem */
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-light {
    font-weight: light;
}

/* Extra Styles */
.main-logo-text {
    padding-left: 0 !important;
    color: #023475;

}

/* base header */
#myHeader {
    position: relative;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    /* <-- smooth transition */
    z-index: 1000;
}

/* sticky state */
#myHeader.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/* .main-logo-text:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 2px solid #fff;
} */

form.search-input-form {
    background: #fff;
    border-radius: 50px;
    padding: 5px;
}


.top-40 {
    top: 40% !important;
}

#toggle-search-icon {
    color: #878787;
}


a.search-toggle {
    width: 55px;
    height: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
}

a.search-toggle i.icon.flaticon-search-1 {
    color: #fff;
    font-size: 24px;
}

.banner-section .btn-box {
    margin-top: 35px;
    position: relative;
    z-index: 2;
}

.banner-section .content-column h1.homepage-title {
    font-size: 48px;
    line-height: 65px;
}

.btn-box {
    margin-top: 64px;
}

.btn-box a span.icon {
    padding-left: 10px;
}

h3.subtitle {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    min-height: 73px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

h3.subtitle a {
    color: #202124;
}

a.read-more {
    font-size: 14px;
}

.logo-side.footer-info .logo-footer-heading {
    font-size: 25px;
    color: #003374 !important;
    margin-left: -2px;
    letter-spacing: -0.6px;
}

.logo-side.footer-info p {
    padding: 0 0 5px 0;
}

.logo-side.footer-info p.footer-subtitle {
    font-size: 18px;
    padding: 5px 0;
    color: #003374;
    padding-right: 40px;
    line-height: normal;
}

.logo-side.footer-info p a {
    font-size: 15px;
}

i.icon.flaticon-search-1:before {
    color: #878787;
    font-size: 20px;
}

button.search-submit {
    width: 55px;
    height: 55px;
    background: #f0f5f7;
    border-radius: 50px;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}

/*Pagination*/

/* Pagination base styles */
nav.pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

/* Arrows and numbers */
nav.pagination a,
nav.pagination span {
    color: #666;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

nav.pagination .nav-links {
    display: flex;
    justify-content: center;
}

/* Program Archive */

.stegasi-banner .inner,
.stegasi-banner-sidebar {
    background: #F0F5F7;
    border-radius: 8px;
}

.stegasi-banner .stegasi-banner-svg {
    transform: translate(23px, 30%);
}

.stegasi-banner-sidebar .stegasi-banner-svg {
    transform: translate(23px, 20%);
}

@media (min-width: 767px) {
    .stegasi-banner>.container {
        padding-right: 0;
    }

    .stegasi-banner .stegasi-banner-svg {
        transform: translateY(50%);
    }
}


/* Single Program Title */

.program-info.program-main-description h3 {
    font-size: 20px;
}

.program-info {
    text-align: left;
    padding: 0 15px 20px 15px;
}

.program-info ol li {
    list-style: decimal;
    line-height: 30px;
    margin: 5px 0;
}

.program-info ol li ul li {
    list-style: circle;
    margin: 5px 0;
    margin-left: 10px;
}

.program-info.program-main-description ul {
    padding-left: 2rem !important;
    margin: auto !important;
}

.program-info.program-main-description li {
    list-style: disc;
}

.program-info.program-main-description ul.button-list {
    padding-left: 0 !important;
}

.program-info.program-main-description ul.button-list li {
    list-style: none;
}

.program-info.program-main-description .information p {
    font-size: 20px;
    font-weight: 300;
}

.program-info.program-main-description .program-details .program-details-item {
    margin-bottom: 26px;
}

.program-info.program-main-description .program-details .program-details-item p:last-child {
    margin-bottom: 0;
}

.program-info.program-main-description .program-details .program-details-item h4 {
    font-size: 20px;
    font-weight: 600;
}

.program-info.program-main-description .program-details .program-details-item p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    /* margin-bottom: 26px; */
}

.program-info.program-main-description .program-details .program-details-item a {
    font-size: 16px;
    color: #0164B2;
}

.program-info.program-main-description .program-details .program-details-item ul li {
    padding: 5px 0;
}

.program-info.program-main-description .program-details .program-details-item li a {
    font-size: 16px;
    color: #0164B2;
}

.program-info.program-main-description .program-details .program-details-item .btn-box {
    margin-top: 25px;
}

.program-info.program-main-description .program-details .program-details-item .btn-box a {
    font-size: 16px;
    color: #ffffff;
}

.program-info.program-main-description .program-details .program-details-item .inner-data {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.program-info.program-main-description .program-details .program-details-item .inner-data ul {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
}

.program-info.program-main-description .program-details .program-details-item table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.program-info.program-main-description .program-details .program-details-item table th,
.program-info.program-main-description .program-details .program-details-item table td {
    border: 1px solid #ccc;
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
}

.program-info.program-main-description .program-details .program-details-item table thead {
    background-color: #f5f5f5;
}

.program-info.program-main-description .program-details .program-details-item table th {
    font-weight: bold;
}

.program-info.program-main-description .program-details .program-details-item table td[rowspan] {
    background-color: #fdfdfd;
    font-weight: bold;
}

.program-info.program-main-description .program-details .program-details-item table td[rowspan] p {
    font-size: 14px;
}

.program-info.program-main-description .program-details .program-details-item table small {
    font-size: 11px;
    display: block;
    color: #666;
}

.program-info h3 i {
    transform: rotate(270deg);
    display: inline-block;
}

.program-info h3 i:before {
    font-size: 13px;
    top: -15px;
    position: absolute;
}

.program-info svg {
    position: relative;
    top: -2px;
}

.program-title {
    color: #002E69;
    font-size: 32px;
    font-weight: 600;
}

.row.program-info div p span.icon.fa-light.fa-calendar {
    padding-right: 6px;
}

.sidebar-page-container .sidebar-side .sidebar-widget .sidebar-item {
    margin-bottom: 10px;
}

.sidebar-page-container .sidebar-side .sidebar-widget .sidebar-item i {
    font-size: 1.5em;
    margin-right: 15px;
    color: #1967D2;
    font-weight: 300;
}

.sidebar-page-container .sidebar-side .sidebar-widget .sidebar-item i {
    font-size: 1.4em;
}

.sidebar-page-container .sidebar-side .sidebar-widget .sidebar-item .info-text p {
    font-size: 15px;
}

.sidebar-page-container .sidebar-side .sidebar-widget .sidebar-item .info-text h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 4px;
}

.sidebar-page-container .sidebar-side .sidebar .info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sidebar-page-container .sidebar-side .sidebar .info-label {
    font-weight: 600;
    font-size: 16px;
    color: #202124;
}

.sidebar-page-container .sidebar-side .info-row a {
    font-size: 15px;
    color: #696969;
}


.sidebar-page-container .sidebar-side .sidebar .info {
    font-size: 15px;
    color: #696969;
}

.sidebar-page-container .sidebar-side .sidebar-widget .icon-placeholder {
    width: 100px;
    height: 50px;
    background-color: #C4C4C4;
    margin-right: 10px;
}

.online-button {
    background-color: #8cb8e8;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    /* Make button expand to full container width */
    cursor: pointer;
}

.online-button:hover {
    background-color: #5287bf;
}


/* Current page number */
nav.pagination span.current {
    background-color: #0056B3;
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover effects */
nav.pagination a:hover,
nav.pagination a:focus {
    color: #007bff;
}

/* Arrow styles */
nav.pagination a.prev,
nav.pagination a.next {
    font-size: 1.5rem;
}

/*Pagination ends*/


/* @media (max-width: 631px) {
    .fs-oikogeneia-16 {
        font-size: 0.75rem;
    }
} */
.small-devices-logo-2 {
    display: none;
}

.banner-section.category-banner-section {
    padding: 95px 55px 0;
    text-align: left;
}

.banner-section.category-banner-section .content-column .inner-column {
    padding: 0 0 95px;
}

.banner-section.category-banner-section:after {
    background-position: top;
}

.top-stickers {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.sticker {
    position: relative;
    font-size: 12px;
    line-height: 15px;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 600;
    min-width: max-content;
}



.orange-sticker {
    background: rgba(249, 171, 0, 0.20);
    color: #F9AB00;
}

.upo-prosdiorismo {
    background: rgb(245 0 249 / 20%);
    color: #f900bd;
}

.diarkes {
    background: #C8E1DF;
    color: #05776D;
}

.anamenetai-dimosieush {
    background: rgb(255 250 0 / 45%);
    color: #9c9710;
}

.eksikonomisi {
    background: #FFCF403D;
    color: #be8801;
}

.anoixto-aitiseis {
    background: #E8ECF5;
    color: #6B81B1;
}

.kleisto-aitiseis {
    background: #E944283D;
    color: #E94428;
}

.sxediasmos {
    background: #C9DFEF;
    color: #2078BD;
}

.ylopoihsh {
    background: #1F8CA83D;
    color: #1F8CA8;
}

.stadeio-enstaseon {
    background: rgb(87 0 249 / 20%);
    color: #9a00f9;
}

.stadio-aitiseon {
    background: rgb(255 250 0 / 45%);
    color: #9c9710;
}

.olokliromeno {
    background: #FFDDD7;
    color: #FE7257;
}

.eksikonomisi {
    background: #FFF3B0;
    border-radius: 50px;
    color: #4C4300;
    font-weight: 600;
}

.category-badge {
    background: #34A853;
    color: #fff;
}

.sxediasmos-badge {
    background: rgba(249, 171, 0);
    color: #000;
}

.ylopoihsh-badge {
    background: rgb(39 125 0);
    color: #fff;
}

.stadeio-enstaseon-badge {
    background: rgb(87 0 249);
    color: #fff;
}

.stadio-aitiseon-badge {
    background: rgb(255 250 0);
    color: #000;
}

.anamenetai-dimosieush-badge {
    background: rgb(255 250 0);
    color: #000;
}

.olokliromeno-badge {
    background: rgb(0 82 255);
    color: #fff;
}

.upo-prosdiorismo-badge {
    background: rgb(245 0 249);
    color: #fff;
}

.diarkes-badge {
    background: #BBF3F5;
    color: #1D3557;
}

.badge {
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    width: auto;
    opacity: 1;
}

.single-post-container {
    padding: 64px 0 20px 0;
}

.row.post-content {
    max-width: 880px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.row.post-content .image-box {
    padding: 20px 0;
}

.row.post-content .post {
    padding: 0;
}

.row.post-content .post h3 {
    font-size: 18px;
    font-weight: 600;
    color: #202124;
    padding: 20px 0 10px;
}

ul.program-tags {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

ul.program-tags li {
    font-size: 13px;
    color: #1967D2;
    padding-right: 5px;
}


.selected-options ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.selected-options ul li {
    display: flex;
    font-size: 15px;
    padding: 10px;
    align-items: center;
    background: #F9F9F9;
    color: #002E69;
    margin: 5px 10px 5px 0;
    border-radius: 5px;
    font-weight: 500;
}

.selected-options ul li span {
    font-weight: 600;
    padding-left: 5px;
}

.selected-options ul li a.remove-filter {
    display: flex;
    font-size: 15px;
    margin: 0 15px 0 0;
    color: #002E69;
}

button.remove-option:before {
    content: "\f175";
    font-size: 10px;
    font-family: Flaticon;
    font-style: normal;
}

.selected-options ul li button.remove-result-option {
    display: flex;
    font-size: 15px;
    padding: 0 15px;
}

.result-page-options ul li {
    font-size: 13px;
    padding: 5px 10px;
    background: #1a67d2;
    color: #fff;
}

button.remove-result-option:before {
    content: "\f175";
    font-size: 10px;
    font-family: Flaticon;
    font-style: normal;
}

.result-options-header {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin: 16px 0 5px;
}

.single-program-tags {
    display: flex;
    flex-wrap: wrap;
}

.single-program-tags li {
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.single-program-tags li a {
    font-size: 14px;
}

.foreis-logo {
    width: 150px;
    max-height: 70px;
    margin-right: 10px;
    object-fit: cover;
    max-width: 80px;
}

.testimonial-block .inner-box .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.news-content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 10px;
}

.news-content-text p {
    padding: 0;
}

.page-not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-not-found h1 {
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 32px;
    margin-top: 32px;
    text-align: center;
}

.page-not-found p {
    max-width: 470px;
    clear: both;
    display: inline-block;
    text-align: center;
    margin-bottom: 52px;
}

.page-not-found ul {
    margin-bottom: 25px;
    display: flex;
}

.page-not-found ul li {
    padding: 0 5px;
}

.search-empty-results {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.search-empty-results h2 {
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 32px;
    margin-top: 32px;
    text-align: center;
}

.search-empty-results p {
    max-width: 470px;
    clear: both;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}

.search-empty-results ul {
    margin-bottom: 25px;
    display: flex;
}

.search-empty-results ul li {
    padding: 0 5px;
}

.min-height-56 {
    min-height: 56vh;
}

.all-search-results {}

.search-result-box {
    display: flex;
    flex-direction: column;
}

.search-result-box .company-block-three .content {
    min-height: 365px;
    justify-content: center;
    padding-right: 20px;
}

.inner-box-post {
    position: relative;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 300ms ease;
}

.inner-box-post figure img {
    max-height: 200px;
}

.post .information p {
    margin-bottom: 10px;

}

.post-date {
    font-size: 13px;
    padding-bottom: 5px;
}

.filters-column .toggle-close-filters {
    display: none;
}

#oikogeneia-quiz-form {
    border: 2px solid #002e69;
    margin: 0 auto;
    width: 100%;
    border-radius: 20px;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 50%;
    position: relative;
}

label.question-header {
    margin: auto;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2rem;
    display: flex;
    background: #003375;
    color: #fff;
    padding: 20px;
    padding-left: 48px;
    padding-right: 50px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.question-box {
    padding-bottom: 20px;
    min-width: 100%;
}

.question-field {
    position: relative;
    margin: 0 0 30px 0;
    padding: 20px;
    min-height: 315px;
    max-height: 315px;
    overflow-y: scroll;
}

.question-field li {
    margin-right: 20px;
    margin-bottom: 10px;
}

.question-field li label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    color: #696969;
}

.question-field li label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    border: 1px solid #ECEDF2;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.25s;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-align: center;
    line-height: 17px;
}

.question-field li input[type="radio"] {
    display: none;
}

.question-field li input[type="radio"]:checked+label:before {
    content: "\f00c";
    background-color: #1967D2;
    border: 1px solid #1967D2;
}

.all-available-tags {
    margin-top: 0;
    border-top: 2px solid #002e69;
    padding: 20px 30px;
    background: #f6f7fd;
}

/* Wizard */
.wizard .wizard-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background: #1b2032;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.active-wizard .wizard .wizard-backdrop {
    opacity: .80;
    visibility: visible;
}

.active-wizard .wizard {
    overflow: auto;
    bottom: 0;
}

.active-wizard .wizard #oikogeneia-quiz-form {
    z-index: 99;
}

.wizard {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    overflow: hidden;
    bottom: -100%;
    transition: 0.4s ease-in;
}

.question-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.question-navigation button {
    display: flex;
    width: 44px;
    height: 44px;
    margin: 0 5px;
}

button.next-question:before {
    content: "→";
    position: absolute;
    background-color: #0056B3;
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.prev-question:before {
    content: "←";
    position: absolute;
    background-color: #0056B3;
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-all-answers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
}

button.submit-questions {
    background-color: #0056B3;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar {
    height: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    position: relative;
}

.bar-item.quiz-form {
    display: flex;
    position: absolute;
    max-width: 95%;
    margin: auto;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 10px;
}

.bar-item.quiz-form .skill-bar .bar-inner .bar {
    border-bottom: 10px solid #0056b3;
    transition: all 1000ms ease;
}

.progress-line {
    background-color: #4CAF50;
    border-radius: 10px;
}

.count-box.quiz-count {
    position: absolute;
    transform: translate(-56%, -70%);
    color: #0056b3;
}


.toggle-close-quiz {
    right: 20px;
    top: 25px;
    position: absolute;
}

.toggle-close-quiz:hover {
    cursor: pointer;
}

.toggle-close-quiz:before {
    content: "\f175";
    font-size: 20px;
    font-family: Flaticon;
    font-style: normal;
    color: #fff;
}

.error-choose-option {
    color: red;
    text-align: center;
    padding-bottom: 20px;
}

.content-inner p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}

.all-related-programs {
    margin-top: 40px;
}

.sponsors-carousel .owl-stage-outer .owl-stage {
    justify-content: center;
    align-items: center;
    display: flex;
}

.content .content-inner .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.contact-section .contact-block .inner-box {
    text-align: center;
}

.contact-section .contact-block .inner-box .icon {
    margin: 20px 0 50px;
}

.contact-section .contact-block .inner-box .icon:before {
    font-size: 50px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    padding: 20px;
    margin: 20px;
    background: #1a67d2;
    color: #fff;
    font-weight: bold;
}

.accordion li {
    list-style: inside;
}

p.error-message {
    padding-left: 48px;
    padding-top: 10px;
    color: red;
}

#quiz_eisodima .question-navigation .next-question:before {
    display: none;
}

#quiz_eisodima .question-navigation .next-question {
    background: #1a67d2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

#navbar-top li.my-program {
    background: #0065b3;
    padding: 10px 10px;
    border-radius: 10px;
    margin-left: 5px;
}

#navbar-top li.my-program a {
    color: #fff;
}

#navbar-top li.my-program:hover {
    background: #037ddb;
}

#navbar-top li.my-program:hover a {
    color: #ffffff;
}

.btn-program {
    color: #000;
    background: #F0F5F7;
    position: relative;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    font-size: 20px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: normal;
    padding: 15px 35px;
    min-width: 256px;
    min-height: 68px;
    transition: color 0.4s ease;
    z-index: 1;
}

.btn-program::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #003375;
    z-index: 0;
    transition: width 0.4s ease;
}

.btn-program:hover::before {
    width: 100%;
}

.btn-program:hover {
    color: #fff;
}

.btn-program:hover .icon::before {
    color: #fff;
    position: relative;
}

.btn-program .btn-title {
    margin-right: 25px;
    position: relative;
    z-index: 2;
}

.top-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-social-links a {
    color: #fff;
    padding: 0 10px;
}

.top-social-links a i::before {
    font-size: 20px;
    color: #fff;
}

.top-social-links {
    display: flex;
    /* gap: 10px; */
    justify-content: center;
    align-items: center;
}

.top-social-links .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 32px;
    text-decoration: none;
    color: #fff;
}

.top-social-links svg {
    width: 1em;
    height: 1em;
}

.mobile-header.mobile-nav-program-top {
    display: none;
}

.secondary-logo-text-show {
    display: none;
}

.find-program {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 96px 0 45px;
}

.find-program h4 {
    padding-bottom: 32px;
    color: #202124;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h4.foreis-text {
    color: #0164B2;
    font-weight: 500 !important;
}

.eimai-column {
    position: relative;
    padding-right: 50px;
}

.thelo-column {
    position: relative;
    padding-left: 50px;
}

.eimai-column::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 1px;
    height: 80%;
    background: #E2E2E2;
}

.row.pagination-program {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.choose-message {
    display: none;
    font-size: 14px;
    color: #b71c1c;
    margin-top: 10px;
}

.select-program-options {
    padding-top: 32px;
}

#apply-filters:disabled+.choose-message,
#apply-filters.disabled+.choose-message {
    display: block;
}

#apply-filters:disabled,
#apply-filters.disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

.row.pagination-program a,
span.page-numbers {
    display: flex;
    max-width: 44px;
    color: #696969;
    font-weight: 400;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.row.pagination-program span.page-numbers.current {
    background: #003375;
    border-radius: 22px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.view-toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.view-toggle-container .view-toggle {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 25px;
}

.view-toggle-container .view-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.view-toggle-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
    width: 53px;
    height: 25px;
}

.view-toggle-container .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.view-toggle-container input:checked+.slider {
    background-color: #0165b3;
}

.view-toggle-container input:checked+.slider:before {
    transform: translateX(25px);
}

.view-toggle-container .toggle-label {
    font-weight: bold;
    color: #888;
    transition: color 0.3s;
    font-weight: 400;
}

.view-toggle-container .toggle-label.active {
    color: #000;
    font-weight: 600;
}

.view-toggle-container i.fas {
    color: #CECECE;
}

.view-toggle-container span.toggle-label.active i.fas {
    color: #0099E9;
}

.all-programs-img {
    position: relative;
    background: #F0F5F7;
}

.my-program-img {
    position: absolute;
    left: 0;
    bottom: -53%;
    z-index: 1;
}

.faqs-img {
    position: absolute;
    z-index: 1;
    left: -10%;
    bottom: 0;
}

.top-banner-img {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
    width: auto;
    height: 100%;
}

.category-svg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.single-program-svg {
    position: absolute;
    bottom: 0px;
    right: 10%;
}

.banner-section .content-column .title-box.category-box {
    margin-bottom: 0;
}

.per-page-select-wrapper {
    position: relative;
    display: inline-block;
    width: 120px;
}

.per-page-select-wrapper select {
    width: 120px;
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #F9F9F9;
    border-radius: 4px;
    font-size: 14px;
    padding-left: 20px;
}

.per-page-select-wrapper::after {
    content: "\f17c";
    font-family: 'Flaticon';
    font-size: 10px;
    color: #2F2D51;
    position: absolute;
    top: 50%;
    right: 20px;
    line-height: 20px;
    margin-top: -10px;
    pointer-events: none;
}

.useful-links p {
    line-height: 26px;

}

.useful-links p a {
    font-size: 16px;
    color: #0164B2;
}

section.pdfs .pdf-outer {
    padding-top: 23px;
}

section.pdfs .pdf-inner {
    min-height: 385px;
    position: relative;
    border: 1px solid #E2E2E2;
    padding: 24px 30px;
    max-width: 305px;
}

section.pdfs .pdf-inner .pdf-box p {
    font-size: 14px;
    color: #696969;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 16px;
}

section.pdfs .pdf-inner .pdf-box p span {
    font-weight: 700;
    padding-left: 15px;
}

section.pdfs .pdf-inner .pdf-box h2 {
    font-size: 20px;
    font-weight: 800;
    color: #202124;
    line-height: 27px;
}

section.pdfs .pdf-inner .pdf-image {
    position: absolute;
    bottom: 10%;
    right: 0;
}

.share-results .share-results-heading {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.share-results p {
    color: #212529;
    font-size: 14px;
    line-height: 18px;
}

ul.share-results-button-group li {
    border: 1px solid #003476;
    border-radius: 20px;
    text-align: center;
    margin-top: 10px;
}

ul.share-results-button-group li:hover {
    background: #003476;
}

ul.share-results-button-group li:hover a {
    color: #ffffff !important;
}

ul.share-results-button-group li a {
    font-size: 14px;
    color: #003476 !important;
    font-weight: 400;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.latest-posts.filters-outer {
    height: fit-content;
    padding: 30px;
}

.post-header-section div {
    color: #151515;
    display: flex;
    align-items: center;
}

.post-header-section div .post-category {
    padding-left: 20px;
}

.post-header-section span.icon {
    padding-right: 5px;
    color: #01A0D4;
    font-size: 23px;
}

.post-header-section span.date {
    font-size: 14px;
}

/* .post-content {
    padding-top: 20px;
} */

.single-post-container .post-content {
    padding: 20px 20px 20px 0;
}

.post-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 0;
}

.post-content p:first-of-type {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    padding-top: 40px;
}

.latest-posts h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #202124;
}

.latest-posts ul {
    padding-top: 20px;
}

.latest-posts ul li {
    padding-top: 20px;
}

.latest-posts ul li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #0164B2;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    color: #fff !important;
}

.banner-section .content-column .inner-column {
    position: relative;
    padding: 100px 0 100px;
}


.filter-bubbles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.bubble {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease-in-out;
    color: #012e68;
    border: 1px solid #012e68;
}

.bubble.selected {
    background-color: #012e68;
    color: #fff;
}

.bubble:hover {
    background-color: #012e68;
    color: #fff;
}

.top-banner-img-block {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: -5%;
    overflow: hidden;
}

.subcategories-list li {
    margin-bottom: 10px;
}

/* Circle Avatar Styles */

.program-avatar {
    line-height: 0;
    display: inline-block;
    margin: 5px;
    background: #E8ECF5;
    border-radius: 50%;
    transition: linear 0.25s;
    height: 75px;
    width: 75px;
}

.support-phone {
    height: 48px;
    background: #f63d2e;
    margin-left: 10px;
    border: 1px solid #f63d2e;
}

.support-phone:hover {
    background: #fff;
    border: 1px solid #f63d2e;
}

.support-phone i {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.support-phone:hover i {
    color: #f63d2e;
}

.support-phone span {
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}

.support-phone:hover span {
    /* animation: ring 0.8s ease-in-out;
    transform-origin: top center; */
    color: #f63d2e;
}

.nav-outer .support-phone {
    display: none;
}

#nav-mobile .support-phone {
    display: none !important;
}

.filter-eimai-bubbles .bubble {
    margin-bottom: 5px;
}

.filter-eimai-bubbles .bubble-row {
    width: 100%;
}

.filter-thelo-bubbles .bubble {
    margin-bottom: 5px;
}

.filter-thelo-bubbles .bubble-row {
    width: 100%;
}

.search-input-form [type=search] {
    background: transparent;
}

button#header-search-submit {
    display: none;
}

/* @keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-14deg);
    }

    30% {
        transform: rotate(12deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(8deg);
    }

    60% {
        transform: rotate(-6deg);
    }

    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
} */

@media(max-width: 992px) {
    .top-banner-img-block {
        right: -25%;
    }
}

@media(max-width: 767px) {
    .top-banner-img-block img {
        display: none;
    }
}


[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

@media (max-width: 1466px) {
    .top-banner-img {
        width: 50%;
    }

    .banner-section .content-column .inner-column {
        position: relative;
        padding: 50px 0 50px;
    }
}

@media (min-width: 1367px) {

    .search-form input[type="text"],
    .search-form input[type="search"] {

        background: #fff;
    }

    .search-toggle-form .search-form {
        position: absolute;
        top: 60px;
        right: -100vw;
        transition: 0.5s;
    }

    .search-toggle-form.active .search-form {
        position: absolute;
        top: 60px;
        right: 0;
        transition: 0.5s;
        z-index: 1;
    }

    .main-menu .navigation>li.search-toggle-form.active>a.search-toggle {
        background: transparent;
    }

    .main-menu .navigation>li.search-toggle-form.active>a.search-toggle i::before {
        color: #ffffff;
    }



    .search-toggle-form.active a i.flaticon-search-1:before {
        content: "\f175";
        /* transition: 0.5s; */
        font-size: 18px;
    }

    div.children-dropdown {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        z-index: 1000;
        align-items: center;
        justify-content: center;
        min-width: max-content;
        min-height: 100px;
        border-bottom: 4px solid #1967d2;
        display: none;
    }

    li.has-children:hover {
        border-top: 2px solid #002e69;
    }

    li.has-children:hover>div.children-dropdown {
        display: flex;
    }

    li.has-children {
        position: relative;
    }


    div.children-dropdown ul {
        padding: 5px;
    }

    div.children-dropdown ul li {
        padding: 5px;
    }

    div.children-dropdown ul li a {
        text-decoration: none;
        color: #002e69;
        font-weight: 600;
        font-size: 14px;
    }


}

/* Mobile Menu */
@media (max-width: 1366px) {
    .mm-panels #navbar {
        background: #ffffff;
    }

    .mm-navbar {
        display: none;
    }

    .navigation.mm-listview .mm-listitem a {
        font-size: 18px;
        color: #202124 !important;
        font-weight: 600;
        line-height: 29px;
        margin-bottom: 4px;
        padding: 5px 0;

    }

    li.search-form.mm-listitem {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    a.search-toggle.mm-listitem__text {
        display: none;
    }

    .active-wizard #nav-mobile {
        display: none;
    }

    .active-wizard .mm-wrapper__blocker.mm-slideout {
        display: none;
    }

    li.has-children.mm-listitem:hover {
        border: none;
    }

    /* #nav-mobile {
        display: block !important;
    } */

    #nav-mobile .mm-panels .nav-outer-mobile.mm-panel .nav.main-menu {
        padding: 20px;
    }

    #nav-mobile .mm-panels .nav-outer-mobile.mm-panel .nav.main-menu ul.navigation li a {
        text-align: left;
    }

    #nav-mobile .mm-panels .nav-outer-mobile.mm-panel .nav.main-menu ul.navigation li.active a {
        font-weight: 900;
    }

    /* #nav-mobile .mm-panels .nav-outer-mobile.mm-panel .nav.main-menu ul.navigation li.has-children::after {} */

    .has-children {
        position: relative;
        max-width: 150px;
        min-width: 150px;
    }

    .has-children .fa-angle-down {
        position: absolute;
        right: -25px;
        top: 14px;
    }

    .has-children .fa-angle-down::before {
        color: #000;
    }


    .children-dropdown {
        display: none;
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
    }

    .children-dropdown ul li a {
        color: #000;
        font-size: 14px;
        font-weight: 600;
    }

    .has-children.open .children-dropdown {
        display: flex;
        width: 100vw;
    }

    .has-children.open .fa-angle-down {
        transform: rotateX(180deg);
    }

    .fa-angle-down {
        cursor: pointer;
        margin-left: 10px;
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .logo-side.footer-info {
        margin-top: 10px;
    }

    .top-banner-img {
        width: auto;
        opacity: 0.1 !important;
    }
}

@media (max-width: 991px) {
    .ls-section .filters-outer {
        top: 90px;
    }

    .top-banner-img {
        right: -40%;
    }

    .ls-section .toggle-filters {
        display: block;
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 14px;
        padding: 15px 25px;
    }

    .ls-section .filter-block select {
        height: 45px;
        padding: 5px 5px;
        font-size: 12px;
    }

    .ls-section h4 {
        /* font-size: 15px;
        line-height: 15px;
        color: #202124;
        margin-bottom: 10px; */
    }

    .checkboxes label {
        padding-left: 25px;
        font-size: 13px;
        line-height: 20px;
    }

    .filters-column {
        position: fixed;
        right: -100%;
        z-index: 99;
        background: #fff;
        transition: 0.1s ease-in;
        height: 100vh;
        top: 0;
        overflow: auto;
        max-width: 80%;
        padding: 0;
    }

    .filters-column .toggle-close-filters {
        left: 20px;
        top: 10px;
        position: fixed;
    }

    .filters-column .toggle-close-filters:before {
        content: "\f175";
        font-size: 20px;
        font-family: Flaticon;
        font-style: normal;
        color: #fff;
    }

    .mobile-related {
        margin-top: 20px;
    }

    .mobile-related h3 {
        padding-bottom: 15px;
        font-size: 18px;
        font-weight: 600;
    }

    .banner-section .content-column .inner-column {
        padding: 100px 0 50px;
    }

    /* .banner-section .image-column {
        display: none;
    } */

    .nav-mobile .mm-panels .nav-outer-mobile.mm-panel .nav.main-menu ul.navigation li a {
        font-size: 15px;
    }

    /* .mm-menu_fullscreen.mm-menu_position-bottom {
        top: 93px;
    } */

    .my-program-img {
        left: -20%;
        bottom: -35%;
    }

    .my-program-img svg {
        max-width: 60vw;
    }
}


@media (max-width: 767px) {
    .banner-section.category-banner-section {
        padding: 0;
    }

    .company-block-three .content-inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .content-inner p {
        padding: 0;
    }

    #oikogeneia-quiz-form {
        max-width: 90%;
    }

    label.question-header {
        font-size: 1.2rem;
        line-height: 1.3rem;
    }

    .question-field {
        min-height: 215px;
        max-height: 215px;
    }

    .question-navigation {
        padding-bottom: 0;
    }

    .search-empty-results ul {
        flex-wrap: wrap;
    }

    .nav-outer {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .mobile-header .logo-box {
        width: 91.66666667%;
    }

    .mobile-nav-program {
        display: none;
    }

    .mobile-header.mobile-nav-program-top {
        display: block;
        padding: 0;
        text-align: center;
    }

    #navbar-top li.my-program a {
        font-size: 14px;
        font-weight: 600;
    }

    .mm-menu_fullscreen.mm-menu_position-bottom {
        top: 91px;
    }

    .banner-section .content-column .inner-column {
        padding: 60px 0 50px;
    }

    .my-program-img {
        display: none;
    }

    .sticker {
        margin-bottom: 10px;
    }

    .program-info {
        padding-top: 60px;
    }

    .sidebar-page-container .content-side .program-info {
        padding: 0;
    }

    #navbar-top li.my-program:hover {
        margin: 0;
        border-radius: 0;
    }

    .single-post-container .post-content {
        padding: 20px 0;
    }

    li.my-program {
        background: #1967D2;
        border-radius: 20px;
        margin: 30px 0 40px;
    }

    li.my-program a {
        padding: 5px 15px;
        color: #fff !important;
    }

    svg#map {
        width: 100% !important;
        height: 100%;
    }

    .banner-section .content-column h1.homepage-title {
        font-size: 40px;
        line-height: 50px;
    }

    .eimai-column {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .thelo-column {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .find-program h4 {
        padding-top: 32px;
    }

    .news-section {
        padding-bottom: 50px;
    }
}

@media (max-width: 631px) {

    /* .fs-oikogeneia-16 {
        font-size: 0.70rem;
    } */
    .single-post-container {
        padding: 20px 0;
    }


}

@media (max-width: 578px) {
    .secondary-logo-text {
        display: none;
    }

    .secondary-logo-text-show {
        display: block;
    }

    .main-logo-text::after {
        display: none;
    }

    .sticker {
        text-align: center;
    }

    .top-stickers {
        flex-direction: column;
        max-width: fit-content;
    }

    .nav-outer .support-phone {
        display: none !important;
    }

    #nav-mobile .support-phone {
        display: flex !important;
    }
}

@media (max-width: 401px) {

    .search-form input[type="text"],
    .search-form input[type="search"] {
        min-width: 260px;
    }
}

@media (max-width: 360px) {

    .small-devices-logo-2 {
        font-size: 0.75rem;
    }
}