/*
Theme Name: CityOfAthens Child
Theme URI: https://www.cityofathens.gr
Description: Child theme of CityOfAthens theme.
Author: Mindseed
Author URI: https://www.mindseed.gr
Template: Total
Version: 1.0
*/

/*generic rules*/

html body input::placeholder {
  color: rgba(0, 0, 0, 0.60) !important;
}

input::-webkit-input-placeholder { color: rgba(0,0,0,0.60); }
input::-moz-placeholder { color: rgba(0,0,0,0.60); }
input:-ms-input-placeholder { color: rgba(0,0,0,0.60); }
input::placeholder { color: rgba(0,0,0,0.60); }

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 9999s ease-in-out 0s;
}

.context-container {
  max-width: 1324px;
  margin:0 auto;
}

.ellipsis {
    display: -webkit-box !important;
    --numberoflines: 1 !important;
    line-clamp: var(--numberoflines) !important;
    -webkit-line-clamp: var(--numberoflines) !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ellipsis.two-lines {
    --numberoflines: 2 !important;
}

.page-header {
  margin-bottom: 0;
}

.page-header.background-image-page-header:not(.wpex-supports-mods) .page-header-title {
    font-size: 30px;
    font-weight: 900;
    padding-top: 290px;
}

.breadcrumb-trail .trail-end {
  font-weight: 700;
}

.arrow.white::after {
    filter: invert(100%) sepia(0%) saturate(7467%) hue-rotate(96deg) brightness(113%) contrast(113%);
}

.arrow.red::after {
    filter: invert(21%) sepia(83%) saturate(4413%) hue-rotate(5deg) brightness(106%) contrast(80%);
}

.arrow.blue::after {
    filter: invert(28%) sepia(82%) saturate(1295%) hue-rotate(190deg) brightness(78%) contrast(103%);
}

.wpex-card-title, .wpex-post-cards-entry h2, .wpex-post-cards-entry h2 span {
	font-size: 18px !important;
}
.wpex-card-excerpt, .wp-block-list li, .vcex-post-content-c li, .vcex-post-content-c p {
	font-size: 16px !important;
}

.service-template-default .related-services .vcex-page-title__text,
.custom-news-items .wpex-post-cards-entry .vcex-page-title__text,
#deltia-tipou-container .wpex-post-cards-entry .vcex-page-title__text  {
	font-size: 16px;
}

#copyright {
	letter-spacing: 1px;
}

.column-border-left > .vc_column-inner {
  border-left: 5px solid #0A51A0;
}

#content .vcex-term-description > p > strong::after {
  content: " ";
}

#content .vcex-term-description > p {
	white-space: break-spaces;
}

.related-taxonomy-post-media .vcex-post-media.vcex-module {
  aspect-ratio: 1.55;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}


.related-taxonomy-post-media img  {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.thematics .wpex-heading a:hover {
  color: #1a73e8 !important;
}


/*loader on postcards loop*/
.vcex-ajax-loader__overlay {
    background-color: transparent;
}

/* Hide the a11y button by default */
html.hide-a11y-button #ea11y-root {
    display: none !important;
}

/*cookies*/

.cky-btn-revisit-wrapper {
    background: transparent !important;
    width: 76px !important;
    height: 76px !important;

}

.cky-revisit-bottom-left {
    bottom: 165px !important;
    left: 17px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit {
    position: relative;
    width: 76px !important;
    height: 76px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit::before {
    content: "";
    display: block;
    height: 76px;
    width: 76px;
    background: url("/wp-content/uploads/2025/06/cookies.svg");
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/*topbar*/

.searchform--classic .searchform-input {
    padding-block-start: .3em;
    padding-block-end: .3em;
}

#top-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.breaking {
    flex-grow: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    visibility: hidden;
}

.breaking a {
    font-weight: 700;
}

.twentyfourhours {
    position: relative;
    padding-left: 36px;
}

.twentyfourhours::before {
    content: "";
    display: block;
    height: 28px;
    width: 28px;
    background: url("/wp-content/uploads/2025/06/24h-calls.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.twentyfourhours::after, .siteindex::after, .searchtoggle::before {
    content: "";
    display: block;
    height: 34.85px;
    width: 1px;
    background: #ffffff36;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 15px;
}

.searchtoggle::before {
    left: 0;
    margin-left: 0px;
}

.topbar-left .phone {
    margin-left: 15px;
}

.siteindex {
    position: relative;
    padding-left: 36px;
}

.siteindex::before {
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    background: url("/wp-content/uploads/2025/06/sites-index.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.searchtoggle {
    position: relative;
    padding-left: 15px;
}

.searchtoggle a {
    width: 26px;
    height: 26px;
    display: inline-block;
    pointer-events: all;
    z-index: 1;
    position: relative;
}

.searchtoggle::after {
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    background: url("/wp-content/uploads/2025/07/iconsearch.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.topbar-right .polylang-switcher-shortcode {
    margin-left: 15px;
    margin-right: 20px;
}

/*homepage*/

.home-underhero {
    border-radius: 4px;
}

.iconbox-home .vcex-icon-box-icon {
    border-color: var(--wpex-palette-42-color);
}

.sidebordertext .vcex-heading-inner {
    position: relative;
}

.sidebordertext .vcex-heading-inner::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 33px;
    height: 2px;
    background-color: var(--wpex-palette-44-color);
    left: -50px;
    top: 20px;
}

.sidebordertext .vcex-heading-inner p:not(:last-of-type) {
  margin-bottom: 0;
}

.popsearch-row {
  position: relative;
  background-color: #FFFFFF;
}

.popsearch-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 68%;
  background-color: #F5F7FA;
  z-index: 0;
}

.popsearch-row > * {
  position: relative;
  z-index: 1;
}

.quotext-block {
    height: 221px;
    position: absolute;
    bottom: -50px;
    right: -120px;
}

.quotext-block > div > p {
    width: 300px;
    position: absolute;
    display: inline-block;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#home-clickable-services, #home-clickable-dendrofiteuseis, #home-clickable-events {
	cursor: pointer;
}


.popsearch.heading {
    width: 28%;
}

.popsearch.services, .popsearch.information {
    width: 36%;
}

.popsearch.services .vcex-list_item, .popsearch.information .vcex-list_item {
    position: relative;
}

.popsearch.services .vcex-list-item-inner .vcex-list-item-icon, .popsearch.information .vcex-list-item-inner .vcex-list-item-icon  {
    position: absolute;
    left: 95%;
}

.circleright-btn .wpex-icon {
    border: 1px solid;
    border-radius: 50px;
    margin-right: 10px;
}

.circleright-btn.big .wpex-icon {
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    width: 50px;
    height: 50px;
}

.circleright-btn.big .wpex-icon svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(315deg) brightness(106%) contrast(101%);
}

.threeb-row >.vc_column_container {
    padding: 25px !important;
}

.threeb-text {
  min-height: 70px;
}


.vcex-navbar-inner a.vcex-navbar-link {
    border-radius: 50px !important;
    margin-right: 25px;
    font-weight: 800;
}

.vcex-navbar-link--240 {
  color: var(--wpex-palette-13-color) !important;
}

.vcex-navbar-link--238 {
  color: var(--wpex-palette-45-color) !important;
}

.vcex-navbar-link--251 {
  color: var(--wpex-palette-46-color) !important;
}

.vcex-navbar-link--244 {
  color: var(--wpex-palette-47-color) !important;
}

.thematics .vcex-module.vcex-icon-box {
    max-height: 165px;
    min-height: 165px;
    max-width: 185px;
    min-width: 185px;
}

.news-filter-wrapper .vc_col-sm-8 {
    width: 69% !important;
}

#coaAllnews .wpex-carousel__nav {
  top: -55px;
  z-index: 2;
}

#coaAllnews .wpex-post-cards-entry {
	background: white;
	padding: 0 30px;
}
#coaAllnews .vcex-post-terms__item.vcex-post-terms__item--445.theme-button.align-center.wpex-mr-5.wpex-mb-5 {
  padding-inline: 15px !important;
}


#coaAllnews .vcex-post-media {
    background: #f6f7fb;
}

#coaAllnews::before {
    position: absolute;
    width: 100vw;
    height: 120px;
    top: 0;
    display: block;
    background-color: var(--wpex-palette-42-color);
    content: "";
    left: 50%;
    transform: translateX(-50%);
}

#coaAllnews .wpex-post-cards-inner {
  margin-top: -90px;
}

.wpex-carousel__arrow {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
}
.wpex-carousel__arrow:first-of-type {
  margin-right:10px;
}


.wpex-carousel__arrow-icon svg {
  width: 50px !important;
  height: 50px !important;
  display: block;
  margin: 0 auto;
}

.news-filter-wrapper {
    z-index: 2;
}

.diavgeia-col {
  max-width: 250px;
}

.diavgeia-feed-item-date {
    color: var(--wpex-palette-44-color);
    font-size: 14px;
}

/*athens in numbers section*/

.wpex-post-cards-template_136651 .wpex-carousel__arrow-icon svg {
    width: 36px !important;
    height: 36px !important;
}

.wpex-post-cards-template_136651 .wpex-carousel__nav {
  margin-top: 0 !important;
}

.ain-counter-wrapper {
  top: -28px;
}

.ain-counter {
    color: var(--wpex-palette-15-color);
    font-family: manrope;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin-top: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.ain-counter-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.ain-progressbar {
    position: relative;
    width: 288px;
    height: 4px;
    background: var(--wpex-palette-15-color);
    margin: 0;
    border-radius: 2px;
    overflow: hidden;
}

.ain-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--wpex-palette-44-color);
    width: 0%;
    transition: width 0.3s ease;
}


.draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--next {
    inset-inline-end: var(--wpex-carousel-arrow-next-right, -100px);
}


.draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--prev {
    inset-inline-start: var(--wpex-carousel-arrow-prev-left, -100px);
}

.wpex-carousel .mstm-arrow-svg circle,
.wpex-carousel .mstm-arrow-svg path {
  stroke: #F5F7FA;
  fill: transparent;
}

.wpex-carousel button:hover .mstm-arrow-svg circle,
.wpex-carousel button:hover .mstm-arrow-svg path {
  stroke: #004190;
  fill: #F5F7FA;
}




.gold-nav .mstm-arrow-svg circle,
.gold-nav .mstm-arrow-svg path {
  stroke: #A18F5F;
}

.ccvp {
    max-width: 575px;
}

html body .main-navigation .megamenu>.sub-menu {
    margin-left: 0 !important;
    max-width: 100vw !important;
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed;
    top: 163px !important;
}

ul.diavgeia-feed {
  position: relative;
  padding-right: 120px;
  margin-left: -45px;
  list-style: none;
}

ul.diavgeia-feed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px; 
  width: 2px;
  background-color: var(--wpex-palette-44-color); 
  min-height: 912px;
}

li.diavgeia-feed-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}

li.diavgeia-feed-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 30px;
    background: url('/wp-content/uploads/2025/09/speech-icon.svg') no-repeat center center;
    background-size: contain;
    background-color: #f5f7fa;
}

.diavgeia-feed-item-link {
  font-size: 16px;
  line-height: 24px;
  color: var(--wpex-palette-42-color);
  text-decoration: underline;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: normal;
}

.diavgeia-feed-item-© {
  font-size: 14px;
  line-height: 20px;
  color: var(--wpex-palette-44-color);
  margin-top: 5px;
}


/*newsletter*/


.newsletter-form .newsletter-input {
    display: flex;
    flex-direction: column;
}


.newsletter-form .newsletter-terms {
    margin-top: 8px;
    font-size: 15px;
    color: white;
    max-width: 500px; 
}

/* checkbox alignment */
.newsletter-form .newsletter-terms input[type="checkbox"] {
    margin-right: 6px;
}


.newsletter-form p {
    display: flex;
    justify-content: center;
    column-gap: 30px !important;
    flex-direction: row;
}


.newsletter-form .newsletter-input input[type="email"] {
    flex: 1;
    padding: 14px 30px;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    border: none;
    border-radius: 4px;
    outline: none;
    background-color: white;
    color: #2c2c2c;
    min-width: 500px;
}

.newsletter-form .newsletter-input input::placeholder {
  color: #666;
  opacity: 0.8;
}

.newsletter-form .newsletter-submit input[type="submit"] {
    background-color: var(--wpex-palette-13-color);
    color: white;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 19px;
    padding: 14px 80px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form .newsletter-submit input[type="submit"]:hover {
  background-color: #05315d; 
}


/****************************************search area @ hero section ****************************************/

.template-header {
  display: none !important;
}

.home-search::after {
  display: none !important;
}

.home .border-top {
  border-top: 0 !important;
}

.main-header {
  text-align: center;
  margin-bottom: 38px;
  padding: 2rem 0;
}

.main-title, .main-subtitle {
  font-size: 56px;
  font-weight: 700;
  color: white;
  line-height: 66px;
  margin: 0;
}

.main-subtitle {
  margin-top: 0.5rem;
}

.search-container {
  max-width: 1056px;
  margin: 0 auto 3rem;
  max-height: 60px;
}

.search-wrapper {
  display: flex;
  background: white;
  border-radius: 50px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
  transition: box-shadow 0.2s;
  position: relative;
  height: 60px;
}

.search-wrapper:hover {
  box-shadow: 0 1px 6px rgba(32,33,36,.28);
}

.ai-dropdown {
  background: #0D6EFD;
  color: white;
  border: none;
  padding: 0.5rem 2.015rem;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s;
  white-space: nowrap;
  border-radius: 50px;
  max-height: 60px;
  min-width: 235px;
  position: relative;
}

.ai-dropdown:hover {
  background: var(--wpex-palette-13-color);
}

.search-input {
  flex: 1;
  border: none;
  padding: 1rem 1.5rem;
  font-size: 16px;
  outline: none;
  background: transparent;
  text-align: left;
  padding-left: 70px;
  color: #6b7280 !important;
}

.search-input:focus {
  box-shadow: none;
}

.voice-search {
  background: none;
  border: none;
  padding: 1rem;
  cursor: pointer;
  color: #6b7280;
  font-size: 1.2rem;
  transition: color 0.2s;
  position: relative;
  width: 60px;
}

.voice-search i {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  border: 1px solid var(--wpex-palette-49-color);
  border-radius: 50px;
  padding: 0.52rem 0.58rem;
  color: var(--wpex-palette-49-color);
}

.voice-search .ticon-microphone:before {
  content: " ";
  background-image:url("/wp-content/uploads/2025/07/voice-search-icon.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
}

.search-icon, .fixedSearchBarButton {
  background: transparent;
  border: none;
  padding: 1rem;
  cursor: pointer;
  color: #00000080;
  font-size: 18px;
  transition: background-color 0.2s;
  position: absolute;
  left: 240px;
}

.form {
  position: relative;
}

.form .fa-search, .fa-times {
  color: white;
}

.form span {
  display: none; 
}

.new-search-container {
  text-align: center;
  margin-bottom: 2rem;
}

.new-search-button {
  color: white;
  cursor: pointer;
  font-size: 1rem;
  transition: opacity 0.2s;
  background: none;
  border: none;
  padding: 9px 20px;
  border-radius: 30px;
  background-color: var(--wpex-palette-43-color);
  display: none;
}

.new-search-button:hover {
  opacity: 0.8;
  background-color: var(--wpex-palette-43-color);
}

.frequent-queries-container {
  max-width: 900px;
  margin: 0 auto;
}

.frequent-queries-title {
  display: none;
}

.frequent-queries-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.frequent-queries, .frequent-query-pill {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: none;
  padding: 0.25rem 1.6rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-decoration: none;
  display: inline-block;
}

.frequent-queries:hover, .frequent-query-pill:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  color: #374151;
}

.coa-ai {
  margin-top: 100px;
  padding: 2rem 1rem;
}

.home-search .coa-ai {
  display: block;
  position: relative;
  top: 0;
  max-height: none;
  overflow: visible;
}

#aiResult {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#aiResults, #searchResults {
  max-width: 1000px;
  margin: 7rem auto 2rem auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  display: none;
  color: #666;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

#aiResults.active {
  display: block;
  background: #7cbae440;
}

#loadingIndicator {
  display: none;
  text-align: center;
  margin-top: 90px;
}

#loadingIndicator[style*="display: block"] {
    display: flex !important;
    gap: 20px;
    justify-content: center;
    
}

#loadingIndicator p {
  font-size: 20px;
}

.spinner-border {
  width: 2rem;
  height: 2rem;
  border: 0.25rem solid rgba(255,255,255,0.3);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
  color: var(--wpex-palette-42-color) !important;
  margin-left: 0;
  margin-right: 0;
  border-top: 0.25rem solid var(--wpex-palette-42-color);
  border-bottom: 0.25rem solid var(--wpex-palette-42-color);
  border-right: 0.25rem solid var(--wpex-palette-42-color);
}

.toggleContainer {
  display: none !important;
}

.toggleSwitch,
.toggleSwitch * {
  display: none !important;
}

.search-result {
  margin-bottom: 35px;
}

.search-result a {
  color: var(--wpex-palette-13-color);
}

.search-result h3 {
  font-size: 16px;
  font-weight: 600;
}

.search-result p {
  font-size: 16px;
}

.ai-link {
  color: var(--wpex-palette-13-color) !important;
}

.no-results {
  text-align: center;
  color: #6b7280;
  font-size: 1.1rem;
}

.coa-logo {
  max-width: 300px !important;
  margin: 30px 0px;
}

.coa-logo-outer {
  position: relative;
  margin: 0px auto 10px auto;
  display: inline-block;
}

.link-container {
  font-size: 12px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
}

.link-container.out-of-bounds {
  right: 0; 
  transform: translateX(-100%); 
}

.link-container.open {
  height: 70px;
  opacity: 1;
  width: 300px;
  background: white;
  padding: 14px;
  border: 1px solid #dadce0;
  border-radius: 14px;
  margin: 10px 0;
  line-height: 2;
}

.md-link::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/07/link.svg");
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

i.md-link {
  background: #c2e7ff;
  padding: 8px 6px;
  border-radius: 50%;
  font-size: 13px;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}

.link-icon {
  margin-left: 3px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.loader {
  height: 15px;
  border-radius: 10px;
  width: 40%;
  --c: no-repeat linear-gradient(#004190 0 0);
  background: var(--c),var(--c),#dae0f1;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}

#loadingIndicator p {
	font-size: 20px;
	color: var(--wpex-palette-42-color);
}

#aiResults.active p a.ailink {
  color: var(--wpex-palette-42-color);
}

#feedback-buttons {
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

#feedback-buttons span {
  margin-right: 10px;
}

.feedback-button {
  color: var(--wpex-palette-41-color);
  border: 1px solid transparent;
  background: none;
}

.feedback-button:not([disabled]):hover, .feedback-button.selected {
  color: var(--wpex-palette-42-color);
}

.feedback-button.selected {
  border: 1px solid var(--wpex-palette-13-color) !important;
}

.feedback-button[disabled] {
  opacity: 0.8;
  pointer-events: none;
  border: 1px solid #dadce0;
}

.hidden-rec {
  display: none;
}

.open-rec {
  display: flex;
}

#recording-container {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#stop-recording {
  background-color: transparent;
  color: white;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 15px;
}

.circle-wrapper {
  position: relative;
  height: 100%;
}

#circle {
  width: 100px;
  height: 100px;
  background-color: var(--wpex-palette-49-color);
  border-radius: 50%;
  transition: transform 0.1s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}

#inner-circle {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999999999999;
  transform: translate(-50%, -50%);
}

.circle-microphone {
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--wpex-palette-49-color);
}

.ai-dropdown i.ticon {
  position: absolute;
  left: 84%;
}

/*search page*/

.searchpage.coa-ai {
  margin-top: 0;
}

.searchpage .main-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}

.searchpage .main-title {
  color: var(--wpex-palette-42-color);
  font-size: 44px;
  font-weight: 800;
  line-height: 56px;
}

.beta {
  font-size: 12px;
  font-weight: 500;
  color: var(--wpex-palette-41-color);
  background-color: var(--wpex-palette-37-color);
  border-radius: 6px;
  height: 22px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.searchpage .search-wrapper {
  box-shadow: unset;
  border: 1px solid var(--wpex-palette-41-color);
}

.searchpage .frequent-queries-container span {
  color: var(--wpex-palette-13-color);
  font-weight: 700;
  font-size: 19px;
}

.searchpage .frequent-queries, .searchpage .frequent-query-pill {
  background: var(--wpex-palette-13-color);
  color: white;
}

.ai-generated {
  font-size: 13px;
  color: var(--wpex-palette-41-color);
  margin: 20px 0;
}

.searchpage .results-container h2 {
  font-size: 22px;
  color: var(--wpex-palette-13-color);
  margin: 0;
  margin-bottom: 20px;
}

.searchpage .results-container .p,
.searchpage .results-container .ps-4,
.searchpage .results-container .mt-3,
.searchpage .results-container div {
  font-size: 18px;
  color: var(--wpex-palette-41-color);
} 

/************************************* custom-off-canvas *************************************/
.off-canvas-sidepanel-toggler {
	position: fixed;
	top: auto;
	bottom: 230px;
	right: 0;
	outline: none;
	border: none;
	height: 68px;
	width: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.2s ease;
	z-index: 4;
	background: none;
}

.off-canvas-sidepanel-toggler::before {
	position: absolute;
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2025/09/off-canvas-sidepanel-icon.png);
	content: "";
	display: block;
}

.off-canvas-sidepanel-toggler .wpex-hamburger-icon {
	width: 0;
}

.offcanvas-elements-row .vcex-icon-box:hover h2 a,
.offcanvas-elements-row .vcex-icon-box-text:hover h2, 
.offcanvas-elements-row .vcex-icon-box-text:hover div {
    color: #fff !important;
}

.offcanvas-elements-row .offcanvas-newsletter .vcex-icon-box-text:hover h2 {
  color: var(--wpex-palette-43-color) !important;
}

.offcanvas-elements-row .offcanvas-newsletter .vcex-icon-box-text:hover div {
  color: #fff !important;
}

/************************************* chatbot *************************************/

body.locked {
    overflow: hidden !important;
    position: relative
}

body.locked::before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s all ease-in-out;
    background-color: rgba(0,0,0,.40);
}

.chatbot-toggler {
    position: fixed;
    top: auto;
    right: 20px;
    outline: none;
    border: none;
    height: 68px;
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--wpex-palette-49-color);
    transition: all 0.2s ease;
    z-index: 4;
    bottom: 90px;
    animation: pulse 2.4s ease-in-out infinite;
}


.chatbot-helper {
    position: fixed;
    bottom: 148px;
    right: 95px;
    z-index: 3;
    background-color: white;
    border: 1px solid var(--wpex-palette-49-color);
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out;
}

.chatbot-helper.hide, .chatbot-helper.hide .chatbot-helper-text, .chatbot-helper.hide .chatbot-helper-close {
    opacity: 0;
    pointer-events: none;
    transform: translateY(150px);   
}


button.chatbot-helper-text {
    font-size: 14px;
    font-weight: 700;
    color: var(--wpex-palette-49-color);
    border: none;
    background: transparent;
    padding: 6px 29px;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out;
}

button.chatbot-helper-close {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: none;
    background: var(--wpex-palette-134838-color);
    cursor: pointer;
    appearance: none;
    display: block;
    position: absolute;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    top: -8px;
    left: -8px;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out;
    color: #ffffff;
}

button.chatbot-helper-close.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(150px);
}

.chat-open-icon {
    position: relative;
    width: 36px;
    height: 36px;
}

.chat-open-icon::before {
    position: absolute;
    background-size: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/total-child-theme/assets/AI/images/chatbot.svg);
    content: "";
    display: block;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: unset;
    align-items: unset;
    justify-content: unset;
    padding: 16px;
    z-index: 1000;
}

#chatbotModal .modal-content {
    background: transparent;
    border-radius: none;
    box-shadow: none;
    width: 100%;
    max-width: unset;
    max-height: unset;
    display: block;
    flex-direction: unset;
    border: 0;
}


#chatbotModal {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 100vw;
    width: 400px;
    height: 100vh;
    background-color: white;
    padding: 0;
    z-index: 1000;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

div#chatbotModal.active {
    opacity: 1;
    transform: translateX(-400px);
    display: block;
}

#chatbotModal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
    flex-direction: column;
    margin-bottom: 36px;
    background-color: #F5F7FA;
    box-shadow: 0px 4px 10px 0px #81818130;
    border: none;
}

#chatbotModal .header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#chatbotModal .header-back-btn {
    background: #B4CBED50;
    position: relative;
    border: none;
    cursor: pointer;
    padding: 1px 16px;
    border-radius: 16px;
}

#chatbotModal .header-back-btn:hover {
   background-color: #B4CBED90;
}

#chatbotModal span.back-txt {
    font-size: 14px;
    padding-left: 8px;
    color: var(--wpex-palette-13-color);
    font-weight: 500;
}

#chatbotModal .header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

#chatbotModal .left-buttons {
    display: flex;
    align-items: center;
}

#chatbotModal .right-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

#chatbotModal .header-back-container {
    display: none;
}

#chatbotModal .back-icon {
    position: relative;
}

#chatbotModal .back-icon::before {
    display: block;
    background-image: url(/wp-content/themes/total-child-theme/assets/AI/images/back-btn.svg);
    width: 17px;
    height: 10px;
    content: "";
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

#chatbotModal .header-back-container.show {
    display: block;
}

#chatbotModal .header-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

#chatbotModal .header-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--wpex-palette-13-color);
    margin: 0;
}

#chatbotModal button#infoIcon {
    width: 19px;
    height: 19px;
    background-image: url(/wp-content/themes/total-child-theme/assets/AI/images/info.svg);
}

#chatbotModal .info-icon-container {
    position: relative;
}

#chatbotModal .info-icon {
    background: none;
    border: none;
    color: #2563eb;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chatbotModal .info-icon:hover {
    background-color: #eff6ff;
}

#chatbotModal .info-popup {
    position: absolute;
    top: 100%;
    left: calc(50% - 60px);
    transform: translateX(-50%);
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    width: 298px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 1001;
    display: none;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
}

#chatbotModal .info-popup p {
    font-family: "Manrope", sans-serif !important;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 10px;
}

#chatbotModal .info-popup p:last-child {
    margin-bottom: 0;
}

#chatbotModal .info-popup .disclaimer {
    background-color: #0D6EFD10;
    padding: 16px 14px 16px 14px;
    border-radius: 2%;
    color: var(--wpex-palette-42-color);
}

#infoPopup.chat-mode {
    left: calc(50% - 100px);
}

#chatbotModal .reset-btn {
    display: none;
    position: relative;
    width: 18px;
    height: 18px;
    padding: 8px;
    border-radius: 4px;
    border:none;
    cursor: pointer;
}

#chatbotModal .reset-btn::before {
    display: block;
    background-image: url(/wp-content/themes/total-child-theme/assets/AI/images/reset-icon.svg);
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}


#chatbotModal .reset-btn:hover::before {
    filter: brightness(0) saturate(100%) invert(14%) sepia(88%) saturate(5392%) hue-rotate(200deg) brightness(93%) contrast(101%);
}

#chatbotModal .close-btn {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: color 0.2s ease;
    line-height: 0;
}

#chatbotModal #closeBtn svg {
    width: 27px;
    height: 27px;
    color: var(--wpex-palette-42-color);
}

#chatbotModal #closeBtn:hover svg {
    color: var(--lightblue);
}

#chatbotModal .search-section {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
}

#chatbotModal .search-input {
    width: 100%;
    padding: 12px 50px 12px 16px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    color: var(--wpex-palette-36-color);
    outline: none;
    transition: border-color 0.2s ease;
}

#chatbotModal .search-input:focus {
    border-color: #3b82f6;
    background-color: white;
}

#chatbotModal .search-input::placeholder {
    color: #9ca3af;
}

#chatbotModal .send-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: color 0.2s ease;
}

#chatbotModal .send-btn:hover {
    color: #2563eb;
}

#chatbotModal .main-categories {
    padding: 0 24px 24px 24px;
    flex: 1;
    overflow: hidden;
}

#chatbotModal .main-categories h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--wpex-palette-36-color);
    margin-bottom: 16px;
    margin-top: 16px;
}

#chatbotModal .main-categories .category-item:first-of-type {
    background-color: #0D6EFD10;
}

#chatbotModal .main-categories .category-item:last-of-type {
    background-color: #45409510;
}

#chatbotModal .main-categories .category-item:first-of-type:hover {
    background-color: #0D6EFD20;
}

#chatbotModal .main-categories .category-item:last-of-type:hover {
    background-color: #45409520;
}

#chatbotModal .category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border: none;
}

#chatbotModal .category-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

#chatbotModal .category-icon {
    padding: 12px;
    border-radius: 8px;
    flex-shrink: 0;
}

#chatbotModal .services-icon {
    background-color: #dbeafe;
    color: #2563eb;
}

#chatbotModal .information-icon {
    background-color: #45409510 !important;
}

#chatbotModal .services-icon,
#chatbotModal .information-icon {
    position: relative;
    width: 36px;
    height: 36px;
    background-color: #0D6EFD10;
    border-radius: 0;
}

#chatbotModal .services-icon::before,
#chatbotModal .information-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/total-child-theme/assets/AI/images/services-icon.svg);
    content: "";
    display: block;
}

#chatbotModal .information-icon::before {
    background-image: url(/wp-content/themes/total-child-theme/assets/AI/images/updates-icon.svg);
    width: 24px;
    height: 23px;
}

#chatbotModal .category-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
    margin: 0 0 4px 0;
    line-height: 1.4;
}

#chatbotModal .category-text p {
    font-family: "Manrope", sans-serif !important;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
}

#chatbotModal .chevron {
    color: #9ca3af;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

#chatbotModal .category-item:hover .chevron {
    color: #6b7280;
}

#chatbotModal .subcategories {
    padding: 0 24px 24px 24px;
    flex: 1;
    overflow: hidden;
}

#chatbotModal .subcategory-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    margin-top: 16px;
}

#chatbotModal .back-btn {
    position: relative;
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: color 0.2s ease;
}

#chatbotModal .back-btn::before {
    display: block;
    background-image: url(/wp-content/themes/total-child-theme/assets/AI/images/back-btn.svg);
    width: 17px;
    height: 10px;
    content: "";
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%);
}

#chatbotModal .back-btn:hover {
    color: #374151;
    background-color: #f9fafb;
}

#chatbotModal .subcategory-header h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--wpex-palette-36-color);
    margin: 0;
}

#chatbotModal .subcategory-list {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

#chatbotModal .subcategory-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #F5F7FA;
    transform: translateY(3em);
    animation: totop 300ms forwards;
    opacity: 0;
    width: 100%;
}

#chatbotModal .subcategory-item:hover {
    background-color: #f9fafb;
}

#chatbotModal .subcategory-item span {
    color: var(--wpex-palette-42-color);
    font-size: 14px;
    font-weight: 400;
}

#chatbotModal .subcategory-item .chevron {
    color: var(--wpex-palette-42-color);
    transition: color 0.2s ease;
}

#chatbotModal .subcategory-item:hover .chevron {
    color: #6b7280;
}

#chatbotModal .subcategory-item:nth-of-type(1) {
        animation-delay: 100ms;
}

#chatbotModal .subcategory-item:nth-of-type(2) {
    animation-delay: 200ms;
}

#chatbotModal .subcategory-item:nth-of-type(3) {
    animation-delay: 300ms;
}

#chatbotModal .subcategory-item:nth-of-type(4) {
    animation-delay: 400ms;
}

#chatbotModal .subcategory-item:nth-of-type(5) {
    animation-delay: 500ms;
}

#chatbotModal .subcategory-item:nth-of-type(6) {
    animation-delay: 600ms;
}

#chatbotModal .subcategory-item:nth-of-type(7) {
    animation-delay: 700ms;
}


#chatbotModal .subcategory-item:nth-of-type(8) {
    animation-delay: 800ms;
}


#chatbotModal .subcategory-item:nth-of-type(9) {
    animation-delay: 900ms;
}


#chatbotModal .subcategory-item:nth-of-type(10) {
    animation-delay: 1s;
}


/* Chat Messages Area */
#chatbotModal .chat-mode-container {
    display: none;
}

#chatbotModal .message-input-section {
    display: none;
    width: 100%;
    background-color: #F5F7FA;
    min-height: 210px;
    position: absolute;
    bottom: 0;
    align-items: center;
    flex-direction: column;
    justify-items: flex-start;
    justify-content: center;
}

#chatbotModal .message-input-section textarea.search-input {
    background-color: white;
    min-height: 130px;
    max-height: 130px;
    width: 100%;
    max-width: 352px;
    padding: 20px;
    font-size: 14px;
    resize: none;
    color: var(--wpex-palette-36-color);
}

#chatbotModal .message-input-section textarea.search-input:focus {
    border-color: #3b82f6;
    background-color: white;
}

#chatbotModal .message-input-section .send-btn {
    left: calc(100% - 70px);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: color 0.2s ease;
    bottom: 25px;
    right: unset;
    top: unset;
}

#chatbotModal .chat-messages {
    flex: 1;
    padding: 16px 20px 0 24px;
    display: none;
    max-height: calc(100vh - 400px);
    overflow-y: auto;
}

#chatbotModal .message {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

#chatbotModal .message.user {
    align-items: flex-end;
}

#chatbotModal .message.assistant {
    align-items: flex-start;
    position: relative;
}

#chatbotModal .message-content {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
}

#chatbotModal .message.user .message-content {
    background-color: var(--wpex-palette-13-color);
    color: white;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
}

#chatbotModal .message.assistant .message-content {
    background-color: #F5F7FA;
    color: var(--wpex-palette-36-color);
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    margin-left: 10px;
}

#chatbotModal .message-content a {
    color: inherit;
    text-decoration: underline;
}

#chatbotModal .message.user .message-content a {
    color: #bfdbfe;
}

#chatbotModal .message.assistant .message-content a {
    color: var(--wpex-palette-49-color);
    text-decoration: none;
}

#chatbotModal .message.assistant .message-content a:hover {
    text-decoration: underline;
}

#chatbotModal .chatbot-icon {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: var(--wpex-palette-13-color);
    border-radius: 4px;
}

#chatbotModal .chatbot-icon::before {
    display: block;
    background-image: url(/wp-content/themes/total-child-theme/assets/AI/images/chatbot.svg);
    width: 12px;
    height: 12px;
    content: "";
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

#chatbotModal .chat-messages {
    flex: 1;
    padding: 16px 20px 0 40px;
    display: none;
    max-height: calc(100vh - 400px);
    overflow-y: auto;
}

#chatbotModal .typing-indicator {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background-color: #f3f4f6;
    border-radius: 18px;
    border-bottom-left-radius: 4px;
    max-width: 80%;
    margin-bottom: 16px;
    margin-left: 22px;
}

#chatbotModal .typing-dots {
    display: flex;
    gap: 4px;
}

#chatbotModal .typing-dot {
    width: 8px;
    height: 8px;
    max-width: 8px;
    max-height: 8px;
    background-color: #9ca3af;
    border-radius: 50%;
    animation: typing 1.4s infinite ease-in-out;
}

#chatbotModal .typing-dot:nth-child(1) {
    animation-delay: -0.32s;
}

#chatbotModal .typing-dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes typing {

    0%,
    80%,
    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Scrollbar styling */
#chatbotModal .subcategory-list::-webkit-scrollbar {
    width: 6px;
}

#chatbotModal .subcategory-list::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

#chatbotModal .subcategory-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

#chatbotModal .subcategory-list::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}


/*********************** footer ************************/

.hasicon.extlink a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hasicon.extlink span {
    order: 2;
}

#footer .footer-box ul li {
    margin-bottom: 15px;
}

.footer-cola-text {
    display: block;
    margin-bottom: 22px;
}

.footer-cola-text a {
    display: block;
    margin-top: 10px;
}

.footer-cola-text a.heading {
    color: var(--wpex-palette-43-color);
}

span.espa-text {
    font-size: 10px;
    display: block;
}

.needhelp p {
    line-height: 24px;
}

div#footer-inner {
    padding-top: 10px !important;
}

.footer-cola-text a.haspad {
    padding-right: 80px;
}


.vcex-social-links__item.wpex-houzz .vcex-social-links__icon svg {
  display: none; 
}

.vcex-social-links__item.wpex-houzz .vcex-social-links__icon {
  background-image: url('/wp-content/uploads/2025/09/messenger.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  width: 22px;
  height: 22px;
  display: inline-block;
  line-height: 1;
}

.vcex-social-links__item.wpex-houzz .vcex-social-links__icon.wpex-icon {
  vertical-align: middle;
}

.footer-cold-text {
    display: flex;
}

.footer-cold-text .icon {
    position: relative;
    display: flex;
}

.footer-cold-text a {
    margin-left: 30px;
    margin-bottom: 30px;
}

.icon.icon-chat::before {
    background-image: url("/wp-content/uploads/2025/09/mobile-message.svg");
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 2px;
    position: absolute;
}


.icon.icon-question::before {
    background-image: url("/wp-content/uploads/2025/09/contact-support.svg");
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 2px;
    position: absolute;
}


.icon.icon-rdv::before {
    background-image: url("/wp-content/uploads/2025/09/calendar-rdv.svg");
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    top: 5px;
    position: absolute;
}


/*services page*/

.services-search-wrapper h2 {
  font-size: 24px;
  font-weight: 900;
  font-family: "Manrope", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  color: var(--wpex-palette-42-color);
}

.services-search-wrapper p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: var(--wpex-palette-41-color);
}


.services-search-wrapper {
  background-color: white;
  padding: 80px 0;
}

.search-controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}

.dropdown-wrap {
  position: relative;
}

.dropdown-toggle {
  background-color: var(--wpex-palette-13-color);
  color: white;
  font-weight: 700;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  padding: 20px;
  z-index: 100;
  min-width: 300px;
}

.searchbar-wrap {
  position: relative;
  max-width: 550px;
  width: 100%;
}

#serviceSearchInput {
  width: 100%;
  padding: 14px 20px;
  padding-left: 50px;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  border: 1px solid var(--wpex-palette-13-color);
  border-radius: 4px;
}

.coa-services-search .search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #aaa;
}

.service-group {
  margin-bottom: 50px;
  background-color: #f8f9fb;
  border-radius: 8px;
  padding: 30px;
  border: 1px solid #e0e0e0;
}

.service-group-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--wpex-palette-42-color);
  position: relative;
  cursor: pointer;
}

.service-group-title::after {
  content: "\25BC";
  position: absolute;
  right: 0;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.service-group-title.collapsed::after {
  transform: rotate(180deg);
}

.service-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding-left: 20px;
  margin-top: 15px;
}

.service-entry a {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: var(--wpex-palette-13-color);
  text-decoration: underline;
  display: inline-block;
}

.service-entry span.status {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  line-height: 1;
  vertical-align: middle;
}

.service-entry span.status.online {
  background-color: #11b550;
  color: white;
}

.service-entry span.status.offline {
  background-color: #cf6c08;
  color: white;
}

#service-search-results {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.topbordertext span {
    position: relative;
}

.topbordertext span::before {
    content: "";
    height: 3px;
    width: 55px;
    background-color: var(--wpex-palette-44-color);
    display: block;
    position: absolute;
    top: -5px;
}

.nrwicon {
  margin-bottom: 20px;
  position: relative;
}

.nrwicon .wpex-icon {
  position: relative;
}

.nrwicon .wpex-icon::before {
    background-color: #45409552;
    content: "";
    width: 45px;
    height: 45px;
    display:block;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
}

.gamos-icon .wpex-icon::before {
    background-color: #45409552;
}

.daktilios-icon .wpex-icon::before {
    background-color: #ED1C2D52;
}

.kok-icon .wpex-icon::before {
    background-color: #0A828F52;
}

.file-icon .wpex-icon::before {
    background-color: #0D6EFD52;
    height: calc(100% + 25px);
}

.euro-icon .wpex-icon::before {
    background-color: #AA223952;
}

.custom-icon-payment .wpex-icon::before {
    background-color: #A18F5F52;
    height: calc(100% + 25px);
}

.nrwicon.euro-icon {
    display: flex;
    left: -15px;
    top: 5px;
}

.nrwicon.euro-icon .vcex-icon-box-symbol {
  margin-right: 4px;
}

.nrwicon h2 {
  margin-bottom: 0;
}

.nrwicon.file-icon {
    top: 3px;
}

.nrwicon.custom-icon-payment {
  top: 20px;
}


/*services search*/

.coa-services-search .input-wrapper {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background-color: white;
}

.coa-services-search .dropdown-button {
    background-color: var(--wpex-palette-49-color);
    color: white;
    padding: 16px 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coa-services-search .dropdown-button .arrow::after,
.coa-services-controls .filter-dropdown .arrow::after,
.coa-services-controls .coa-toggle-switch .arrow::after {
    content: "";
    background-image: url("/wp-content/uploads/2025/09/arrow-outlined.svg");
    margin-left: 8px;
    font-size: 12px;
    width: 20px;
    height: 10px;
    display: inline-block;
}

.toggle-switch-button[data-state="expanded"] .arrow::after {
  transform: rotate(-180deg);
}


.coa-services-search .dropdown-menu {
  display: none; 
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  width: 100%;
}

.coa-services-search .dropdown-menu.open {
  display: block;
}


.coa-services-search .dropdown-item {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 15px;
}

.coa-services-search .dropdown-item:hover {
  background-color: #f0f0f0;
}

.coa-services-search .search-input {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.coa-services-search .search-input input[type="text"] {
    border: none;
    outline: none;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    width: 100%;
    padding: 16px 20px 16px 40px;
    background-color: white;
    color: #2c2c2c;
}

.coa-services-search .search-icon {
    position: absolute;
    left: 20px;
    font-size: 16px;
    width: 21px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/07/iconsearch.svg");
    filter: invert(40%) sepia(0%) saturate(1044%) hue-rotate(194deg) brightness(94%) contrast(90%);
    background-repeat: no-repeat;
    top: 56%;
}

.coa-services-search .search-icon.has-text {
    background-image: url("/wp-content/uploads/2025/09/search-close.svg");
    top: 62%;
    left: 24px;
}

/*services controls*/

.coa-services-controls {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1320px;
}

.coa-services-controls .filter-dropdown {
  position: relative;
}

.coa-services-controls .filter-button {
    background-color: var(--wpex-palette-15-color);
    color: var(--wpex-palette-134838-color);
    border-radius: 25px;
    padding: 6px 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    border: none;
}

.coa-toggle-switch .toggle-switch-button {
    background-color: var(--wpex-palette-15-color);
    color: var(--wpex-palette-13-color);
    border: none;
    border-radius: 25px;
    padding: 6px 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
}


.coa-services-controls .filter-button.is-all {
    color: var(--wpex-palette-134838-color); 
}

.coa-services-controls .filter-button.is-online {
    color: var(--wpex-palette-51-color); 
}

.coa-services-controls .filter-button.is-offline {
    color: var(--wpex-palette-134838-color); 
}

.coa-services-controls .filter-button .arrow.red {
    color: var(--wpex-palette-134838-color);
}

.coa-services-controls .filter-button .arrow.green {
    color: var(--wpex-palette-51-color);
}



.coa-services-controls .filter-options {
  display: none; /* JS will toggle this */
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  width: 220px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.coa-services-controls .filter-option {
  padding: 12px 20px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: var(--wpex-palette-13-color);
  cursor: pointer;
}

.coa-services-controls .filter-option:hover, .coa-services-controls .filter-option.active {
  background-color: #f0f0f0;
}


/*service groups*/

.coa-sg-flag.is-offline {
  background-color: #FFE0DB !important;
  color: #ED1C2D !important;
}

.coa-sg-flag.is-offline .wpex-icon svg {
  fill: #ED1C2D !important;
}

.coa-sg-flag {
  max-width: 90px;
}

.coa-sg-title::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/09/arrow-outlined.svg);
    width: 20px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    transform: rotate(-90deg);
    filter: invert(41%) sepia(0%) saturate(1284%) hue-rotate(213deg) brightness(92%) contrast(85%);
}

.coa-sg-title {
    position: relative;
    padding-left: 30px;
}

.coa-sg-title .vcex-page-title__heading {
  text-decoration: underline;
}

.coa-services-search .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    max-height: calc(100vh - 500px);
    overflow: auto;
}


/*toggle service groups*/

.coa-sg-group {
  position: relative;
}

.coa-sg-group.is-collapsed .coa-sg-services {
  display: none;
}
.coa-sg-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coa-sg-group .group-toggler-wrapper {
  cursor: pointer;
}

.coa-sg-group .group-toggler svg {
  transform: rotate(-180deg);
}


.coa-sg-group.is-collapsed .group-toggler svg {
  transform: rotate(0deg);
}

.coa-services-search .dropdown-item.show-all {
    font-weight: bold;
    color: var(--wpex-palette-49-color);
}

.archive .wpex-card-template_136502 .vcex-post-media img, .event-thumb img {
    height: 330px;
    object-fit: contain;
}

.page-header .page-subheading {
	font-size: 0 !important;
}
.page-header .page-header-title {
	color: #fff;
}
.page-header .page-header-inner {
	flex-wrap: nowrap !important;
	min-height: 310px;
	max-height: 350px;
	align-items: end;
	display: flex;
}

.my-mobile-header-html {
  display: none;
}

.vcex-post-content p {
	font-size: 16px;
}

.content-right-sidebar #content-wrap > .content-area {
	float: right !important;
}

#mstm-off-canvas-container {
	position: absolute;
}

#mstm-off-canvas {
	background-color: #05315DF7 !important;
	width: 100%;
	max-width: unset;
}

.custom-sidepanel-logo {
	position: fixed;
	top: 20px;
}

#mstm-off-canvas .wpex-template-shortcode {
	height: 100%;
	align-content: center;
}

#mstm-off-canvas .wpex-off-canvas__header button {
	color: #fff;
	position: relative;
  width: 60px;
  height: 60px;
}


#mstm-off-canvas .wpex-off-canvas__header button span {
	display: none;
}

#mstm-off-canvas .wpex-off-canvas__header button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2025/09/close-circle-sidepanel.svg');
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}


.newsletter-form.sidepanel-newsletter .newsletter-input input[type="email"] {
	min-width: unset;
	max-width: 350px;
	margin: 0 !important;
	height: 100%;
}

.newsletter-form.sidepanel-newsletter p {
	justify-content: start;
}

	#mstm-off-canvas .newsletter-form .newsletter-submit input[type="submit"] {
		margin: 0 !important;
	}
	#mstm-off-canvas .newsletter-form .newsletter-submit input[type="submit"]:hover {
		background-color: #0a51a091 !important;
	}

#menu-main-menu > li > a svg,
#menu-main-menu-en > li > a svg {	
	max-width: 12px;
}

#menu-main-menu > li .menu-item-icon,
#menu-main-menu-en > li .menu-item-icon {
	left: 100%;
	position: relative;
	margin-left: 10px;
	margin-right: 0;
}
#menu-main-menu .sub-menu > li .menu-item-icon,
#menu-main-menu-en .sub-menu > li .menu-item-icon {
	left: unset;
	margin-left: unset;
	margin-right: 10px;
}

#menu-main-menu .menu-capitalize-text .link-inner,
#menu-main-menu-en .menu-capitalize-text .link-inner {
	text-transform: capitalize;
}

#menu-main-menu .menu-capitalize-text a,
#menu-main-menu-en .menu-capitalize-text a  {
	pointer-events: none;
	cursor: default;
}

#menu-main-menu .custom-menu-image .sub-menu,
#menu-main-menu-en .custom-menu-image .sub-menu {
	grid-template-columns: minmax(0, 1fr) minmax(0, 320px) minmax(0, 320px) minmax(0, 320px);
  justify-content: start;
}

#menu-main-menu .menu-text-capitalize .link-inner-text,
#menu-main-menu-en .menu-text-capitalize .link-inner-text {
	text-transform: capitalize !important;
}
#menu-main-menu .menu-text-capitalize .link-inner,
#menu-main-menu-en .menu-text-capitalize .link-inner  {
	text-transform: capitalize !important;
}

.vcex-horizontal-menu-nav__item-text,
.vcex-horizontal-menu-nav__mega-heading{
	font-size: 16px;
}

.border-right-indicator::after {
	content: '';
	position: absolute;
	height: 80%;
	border: 1px solid #ACACAC40;
	display: inline-block;
	left: 95%;
	top: 45%;
	transform: translate(-50%, -50%);
}

.menu-grey-text {
    color: #646464;
}
.menu-grey-text svg {
	max-width: 12px;
	max-height: 15px;
}

.menu-grey-text.large-svg svg {
	max-width: unset;
	max-height: unset;
	width: 50px;
	height: 50px;
}

.menu-grey-text.custom-svg svg {
	width: 50px;
	height: 25px;
	color: #0A51A0;
	max-width: unset;
	max-height: unset;
}
.menu-grey-text.large-svg.custom-icon-payment svg {
	width: 50px;
	height: 25px;
	color: #A18F5F;
}
.menu-grey-text span{
    color: #646464;
	font-weight: normal !important;
	align-items: center;
  	display: flex;
	text-transform: capitalize !important;
}
.menu-grey-text.underline span {
    text-decoration: underline;
}

.menu-grey-text svg {
	max-width: 12px;
	max-height: 15px;
}

.dark-blue-text span {
	 color:  #05315D;
}

.main-navigation-ul > .menu-item:hover > a {
	color: #0A51A0;
}

#site-navigation-wrap.has-menu-underline .main-navigation-ul > li.current-menu-item > a > .link-inner::after, #site-navigation-wrap.has-menu-underline .main-navigation-ul > li:hover > a > .link-inner::after, #site-navigation-wrap.has-menu-underline .main-navigation-ul > li.wpex-active > a > .link-inner::after {
	transform: scaleX(1) translateX(-50%);
	width: 50%;
	left: 50%;
}
.absolute-icon .link-inner {
	position: relative;
}

#menu-main-menu > li .absolute-icon .link-inner .menu-item-icon,
#menu-main-menu-en > li .absolute-icon .link-inner .menu-item-icon  {
	position: absolute;
	left: 100%;
	margin-right: 0;
	margin-left: 10px;
}

#menu-main-menu > li .absolute-icon.multiline .link-inner .menu-item-icon,
#menu-main-menu-en > li .absolute-icon.multiline .link-inner .menu-item-icon {
  top: calc(100% - 25px);
}

#menu-main-menu .mega-menu-button-container,
#menu-main-menu-en .mega-menu-button-container  {
	position: absolute;
	top: calc(100% - 40px);
	left: calc(100% - 40px);
	transform: translateX(-100%) translateY(-100%);
	background: rgba(0,0,0, 0.0);
	width: auto;
	display: flex;
	min-width: 300px;
	font-size: 16px;
}

#menu-main-menu .mega-menu-button-container a:not(.mega-menu-button),
#menu-main-menu-en .mega-menu-button-container a:not(.mega-menu-button) {
	padding-left: 0;	
	padding-right: 0;	
	margin-top: 4px;	
}


#menu-main-menu .mega-menu-button-container a,
#menu-main-menu-en .mega-menu-button-container a {
	padding-left: 0;	
	padding-right: 0;		
}

#menu-main-menu .custom-menu-grid .sub-menu,
#menu-main-menu-en .custom-menu-grid .sub-menu  {
	grid-template-columns: minmax(0,500px) minmax(0,300px) minmax(0,300px);
}

.menu-image .link-inner {
	display: grid;
	min-height: 300px;
	max-width: 300px;
	background: #fff;
	color: black;
	grid-template-rows: minmax(0, 190px) minmax(0, 90px) minmax(0, 50px);
}

.menu-image .link-inner .link-inner-text {
	margin-left: 15px;
	text-transform: initial;
}

.menu-image .menu-item-icon {
	order: 2;
	margin-left: 15px !important;
	font-size: 12px;
	color: #05315D;
}

.menu-image .menu-item-icon::before {
	content: 'ΠΕΡΙΣΣΟΤΕΡΑ';
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #05315D;
}

html[lang="en-US"] .menu-image .menu-item-icon::before {
  	content: 'MORE';
  margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #05315D;
}


.custom-menu-item {
	max-width: 300px;
}

.custom-menu-item > ul > li a .link-inner {
	display: grid;
	grid-template-rows: 1fr minmax(0, 100px) auto;
	align-content: space-between;
	background: #fff;
}

.custom-menu-item > ul > li > a .menu-item-icon {
	order: 2;
	color: #0a51a0;
	font-weight: normal;
}

.custom-menu-item > ul > li > a .menu-item-icon::before {
	content: 'ΠΕΡΙΣΣΟΤΕΡΑ';
	margin-right: 20px;
}

.custom-menu-item > ul > li > a .link-inner span {
	padding: 10px 20px;
}

html body .main-navigation .megamenu > .sub-menu {
	padding-left: 175px;
	padding-right: 175px;
}

.main-navigation .megamenu > .sub-menu > .menu-item.menu-align-content {
	align-content: end;
}
.footer-menu-small-icon .menu-item-icon {
	display: flex;
}
.footer-menu-small-icon svg {
	max-height: 14px;
}

.menu-footer-menu-3-container .absolute-icon a,
.menu-footer-menu-4-container .absolute-icon a,
.menu-footer-menu-3-en-container .absolute-icon a,
.menu-footer-menu-4-en-container .absolute-icon a  {
	position: relative;

}

.menu-footer-menu-3-container .absolute-icon .menu-item-icon,
.menu-footer-menu-3-en-container .absolute-icon .menu-item-icon,
.menu-footer-menu-4-container .absolute-icon .menu-item-icon,
.menu-footer-menu-4-en-container .absolute-icon .menu-item-icon {
	position: absolute;
	left: 100%;
	margin-left: 5px;
	font-size: 14px;
	top: -2px;
}

.menu-footer-menu-3-en-container .absolute-icon.dl:nth-of-type(2) .menu-item-icon {
	left: 81px;
  top: 23px !important;
}

.menu-footer-menu-3-container .absolute-icon.dl .menu-item-icon {
  top: 23px;
}

.icon-pseudo-background .menu-item-icon {
	position: relative;
}

.icon-pseudo-background .menu-item-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #A18F5F;
	opacity: 0.1;
	border-radius: 4px;
	transform: translateY(-50%);
}

.gamos-icon .menu-item-icon::before {
	background-color: #45409552;
}
	.daktilios-icon .menu-item-icon::before {
		background-color: #ED1C2D52;
	}
	.kok-icon .menu-item-icon::before {
		background-color: #0A828F52;
	}
	.custom-svg .menu-item-icon::before {
		background-color: #0D6EFD52;
		height: calc(100% + 25px);
	}
	.euro-icon .menu-item-icon::before {
		background-color: #AA223952;
	}
	.custom-icon-payment .menu-item-icon::before {
		background-color: #A18F5F52;
		height: calc(100% + 25px);
	}

.is-sticky .main-navigation-ul > .menu-item > a > .link-inner  {
	color: #0A51A0;
}

.detail-label {
    color: #0A51A0;
    display: block;
}


 .section-title-border-top {
    position: relative;
}
 .section-title-border-top::before {
    content: '';
    position: absolute;
    border: 1px solid #A18F5F;
    width: 7%;
    top: calc(0% - 20px);
}


.absolute-icon.float-right-icon svg {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 10px;
}

.antidimarchoi-description h4 {
    z-index: 1;
} 
.antidimarchoi-description > div > div {
	text-align: center;
	z-index: 2;
}

.antidimarchoi-description > div > .vcex-terms-grid-entry-title {
	position: relative;
	padding: 0px 40px;
}

.antidimarchoi-description > div > .vcex-terms-grid-entry-excerpt{
	padding: 10px 20px;
}

.antidimarchoi-description > div > .vcex-terms-grid-entry-title::before {
	content: '';
	width: 100%;
	position: absolute;
	background: #fff;
	display: inline-block;
	z-index: -2;
	top: -100px;
	left: 0;
	height: 235px;
}

.antidimarchoi-term-cards .wpex-term-cards-loop {
	row-gap: 120px;
}

.antidimarchoi-term-cards .wpex-term-cards-entry {
	background: #fff;
	min-height: 235px;
}

.antidimarchoi-term-cards a .vc_column-inner > .wpb_wrapper {
	text-align: center;
}

.antidimarxoi-title .vcex-page-title__text {
    display: block;
}

.antidimarchoi-term-cards .wpex-term-cards-entry a .vc_row {
	height: 100%;
	align-content: end;
}

.antidimarchoi-thumbnail {
    position: relative;
    text-align: center;
    top: -100px;
    margin-bottom: -80px;
}

.custom-recent-news .vcex-news-entry-details {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(2, auto);
    column-gap: 20px;
}
.custom-recent-news .vcex-news-entry-thumbnail {
	grid-area: 1 / 1 / 3 / 2;
	align-content: center;
}

.apofaseis-grid-container > span {
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: left;
    gap: 15px;
}

.custom-navigation-menu a:first-child {
	padding-left: 0 !important;
}


.custom-caption .vcex-image-caption {
	background: #f5f7fa;
	max-width: 360px;
	padding: 30px 60px;
	position: absolute;
	bottom: 100px;
	opacity: 0.8;
	font-size: 24px;
	font-weight: bold;
	border-radius: 60px 0;
	left: 60px;
}

.custom-caption .vcex-image-caption::before {
	content: "'";
	display: inline-block;
	position: absolute;
	top: -30px;
	background-image: url(/wp-content/uploads/2025/09/double-quote-icon.png);
	background-repeat: no-repeat;
	color: transparent;
	height: 100%;
	width: 100%;
	transform: translateX(-100%) translateY(-50%) scale(-1);
}

.custom-caption .vcex-image-caption::after {
	content: "'";
	display: inline-block;
	position: absolute;
	top: calc(100% - 30px);
	left: calc(100% - 30px);
	background-image: url(/wp-content/uploads/2025/09/double-quote-icon.png);
	background-repeat: no-repeat;
	color: transparent;
	height: 100%;
	width: 100%;
	transform: translate(-0%, -0%);
}

#row-max-height {
    max-height: 635px;
}

#video-max-width {
    max-height: 635px;
  overflow: hidden;
}

.accordion-container .vc_tta-controls-icon{
	transform: translateY(-50%) translateX(-100%) !important;
	left: 98% !important;
}

.accordion-container .accordion-content-block a {
    color: var(--wpex-palette-42-color) !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.accordion-container .accordion-content-block a:hover {
    text-decoration: underline !important;
}


.coa-prokirikseis-feed .post-card-item h4 a {
  font-weight: 700 !important;
}

.border-bottom .vc_tta-panel-heading h4 {
	border: 0 !important;
	border-bottom: 1px solid #6464641a !important;
}

.border-bottom .vc_tta-panel-heading h4 a {
	padding-left: 10px !important;
}

.border-bottom .vc_tta-controls-icon {
	color: #05315D;
}

.absolute-icon.float-right-icon > span  {
    position: relative;
}

.absolute-icon.float-right-icon > span > span {
	left: 100%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	margin-left: 5px;
}

.custom-navigation-menu a:first-child {
	padding-left: 0 !important;
}

.custom-caption .vcex-image-inner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-block;
	border: 1px solid #A18F5F;
	top: -10px;
	left: -10px;
	border-radius: 5px;
	z-index: -1;
}

.absolute-icon.float-right-icon svg {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 10px;
}

.border-icon > span > span > span {
    padding: 5px 10px;
}

.border-icon > span > span {
    border: 1px solid #05315D;
    border-radius: 50%;
    margin-right: 10px;
}

.apofaseis-grid-container > span {
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: left;
    gap: 15px;
}
.title-font-weight-normal h4 {
    max-width: 430px;
    font-weight: normal;
    color: #05315D;
}

.vertical-icons {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.vertical-icons::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #A18F5F;
  left: 5px;
  transform: translateX(-50%);
  margin-top: 25px;
}

.vertical-icons.full-height {
    gap: 300px;
}

.post-card-icon {
	position: relative;
}

.post-card-icon::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background-color: var(--wpex-palette-44-color);
	min-height: 629px;
}

.post-card-item {
	position: relative;
	padding-left: 35px;
	margin-bottom: 30px;
}

.post-card-item::before {
	content: "";
	position: absolute;
	left: -9px;
	top: -2px;
	width: 20px;
	height: 30px;
	background: url('/wp-content/uploads/2025/09/speech-icon.svg') no-repeat center center;
	background-size: contain;
	background-color: #fff;
}

.contact-form-container input {
	border: 0;
	border-bottom: 1px solid #ACACAC40;
	width: 100%;
	border-radius: 0;
}

.contact-form-container input:focus {
	border-bottom: 1px solid #ACACAC40 !important;
	color: black !important;
}

.contact-form-container input[type="checkbox"] {
	width: fit-content;
}

.contact-form-container textarea {
	border: 0;
	border-bottom: 1px solid #ACACAC61;
	border-radius: 0;
	height: 200px;
}

.contact-form-container textarea::placeholder {
  color: rgba(0, 0, 0, 0.60) !important;
}

.contact-form-container textarea:focus {
	border-bottom: 1px solid #ACACAC40 !important;
	color: black !important;
}

.contact-form-container.no-border form {
	border: none;
	padding: 30px;
	background: #fff;
}

.contact-form-container form {
	border: 1px solid #ACACAC40;
	padding: 30px;
}

.contact-form-container input[type="submit"] {
	width: auto;
	padding: 14px 34px;
	background: #05315D;
	border-radius: 5px;
}

.contact-form-container .wpcf7-acceptance span {
	color: #646464;
}

.novoville-link-in-contact a {
	text-decoration: none !important;
}
.novoville-link-in-contact:hover a {
	text-decoration: underline !important;
}

.thematics-general .vcex-module.vcex-icon-box {
	max-height: 165px;
	min-height: 165px;
	max-width: 285px;
	min-width: 185px;
}

.thematics-general .vcex-module.vcex-icon-box:hover h2 {
  text-decoration: underline;
}

.contact-issues-row .vcex-icon-box-content {
    line-height: 1.4;
}

#site-header.hovering-menu {
	background: #fff !important;
}

#site-header.hovering-menu #menu-main-menu .menu-item a,
#site-header.hovering-menu #menu-main-menu-en .menu-item a  {
	color: #05315D !important;
}

#site-header.hovering-menu .logo-img--sticky {
	display: block !important;
}

#site-header.hovering-menu .logo-img--base {
	display: none !important;
}

.dark-blue-text-color {
	color: #05315D;
}

.border-bottom .vc_tta-panel-heading {
	border-bottom: 1px solid #F5F7FA !important;
}

.section-title-border-top.messenger-icon > a {
	border-width: 1px;
}

.messenger-icon .vcex-social-links__item.wpex-houzz .vcex-social-links__icon {
	background-image: url('/wp-content/uploads/2025/09/messenger-color.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 22px;
	height: 22px;
	display: inline-block;
	line-height: 1;
}

.home-banner-desktop {
	display: block;
}

.show-more-thematikes-mobile,	.mobile-thematikes, .threeb-row.mobile, .vc_row.show-more-btn-mobile, .home-banner-mobile, .vc_row.thematics-general.mobile  {
	display: none;
}

#chatbotModal {
	z-index: 2000 !important;
}

.newsletter-home-form .vcex-heading {
	padding-top: 100px;
}
.inner-row-nl .wpb_wrapper {
	display: flex;
	justify-content: center;
	min-height: 180px;
}
.inner-row-nl .wpb_wrapper > div {
	align-content: start;
}
.inner-row-nl form {
	max-width: 1200px;
}
.inner-row-nl .wpcf7-response-output {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.wpcf7-not-valid-tip {
	color: #721c24 !important;
	background-color: #f8d7da !important;
	border-color: #f5c6cb !important;
	padding-left: 15px !important;
	font-size: 16px !important;
}
.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	font-size: 16px !important;
}
.contact-form-container .wpcf7-acceptance span {
	font-size: 16px;
}
.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	margin-bottom: 0;
	margin-top: 10px;
}

.vcex-social-links__item.wpex-facebook .vcex-social-links__icon svg {
  display: none; 
}

.vcex-social-links__item.wpex-facebook .vcex-social-links__icon {
  background-image: url('/wp-content/uploads/2025/10/Vector-facebook.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  line-height: 1;
}
.messenger-icon .vcex-social-links__item.wpex-facebook .vcex-social-links__icon{
	background-image: url('/wp-content/uploads/2025/10/Vector-facebook-blue.svg');
}
.main-navigation-ul .sub-menu .link-inner:hover {
	color: #0D6EFD;
}
.main-navigation-ul .sub-menu .menu-grey-text .link-inner:hover {
	color: #646464;
}

.background-icon > div {
	align-content: center;
}

.background-icon:hover .vcex-icon-box-icon {
	background: #05315D;
}
.background-icon:hover .vcex-icon-box-icon svg{
	color: #fff !important;
}
.background-icon:hover p {
	text-shadow: 0 0 1px;
	text-decoration: underline;
}
.flex-column .wpb_wrapper {
	display: flex;
	justify-content: space-between;
}

.news-categories.flex-column .wpb_wrapper {
    display: flex;
    justify-content: flex-start;
    max-width: 1530px;
    left: 35px;
    position: relative;
}

.news-heading .vc_column-inner {
	padding-right: 0;
}
#coaAllnews .wpex-post-cards-inner {
	margin-top: -40px !important;
}
.all-news-button-mobile{
	display: none;
}
.all-news-button-desktop {
	display: block;
}

.news-categories a:nth-child(2) .vcex-navbar-link-text {
	color: #AA2239;
}
.news-categories a:nth-child(2):hover .vcex-navbar-link-text,
.news-categories a:nth-child(3):hover .vcex-navbar-link-text,
.news-categories a:nth-child(4):hover .vcex-navbar-link-text {
	color: #fff;
}
.news-categories a:nth-child(3) .vcex-navbar-link-text {
	color: #0A828F;
}
.news-categories a:nth-child(4) .vcex-navbar-link-text {
	color: #454095;
}

.news-categories .vcex-navbar-link:hover, .news-categories .vcex-navbar-link.active {
	background: transparent !important;
	color: #fff !important;
}

.news-categories .vcex-navbar-link.active .vcex-navbar-link-text {
  color: #fff !important;
}

.allnewsbtn {
    display: block;
    z-index: 2;
    position: relative;
}

a.allnewsbtn:hover, .allnewsbtn a:hover {
  text-decoration: underline !important;
}

.vcex-button.diavgeia {
	border: 1px solid #fff;
}
.vcex-button.diavgeia:hover {
	background: transparent;
	color: #fff !important;
}
.thematics .vcex-icon-box:hover {
	box-shadow: 0 -4px 15px 5px #b8b8b17d;
}
.thematics .vcex-icon-box {
	transition: 0.3s all ease-in-out;
}

ul.page-numbers {
	float: right;
	margin-bottom: 20px;
	font-size: 16px;
}

.cky-btn-revisit-wrapper .cky-btn-revisit::before {
	height: 65px;
	width: 65px;
	background-size: contain;
	background-repeat: no-repeat;
}
.cky-btn-revisit-wrapper {
	width: 55px !important;
	height: 55px !important;
}

.chatbot-toggler {
  height: 58px;
  width: 58px;
  right: 13px;
}
.chat-open-icon::before {
	background-size: 36px;
	width: 36px;
	height: 36px;
}
.chatbot-helper {
	bottom: 95px;
	right: 80px;
}
button.chatbot-helper-text {
	padding: 6px 16px;
}
.off-canvas-sidepanel-toggler::before {
	background-size: 75px;
}
.off-canvas-sidepanel-toggler {
	bottom: 150px;
	height: 75px;
	width: 75px;
}
#site-scroll-top {
	font-size: 16px;
	min-height: 55px;
	min-width: 55px;
	margin-right: 15px;
}
.services-popular-mobile .vcex-icon-box-heading:hover {
	text-decoration: underline;
}
.top-bar-item.underline-hover:hover a {
	text-decoration: underline;
}
#site-navigation-wrap {
	--wpex-main-nav-link-underline-color: #fff !important;
}

.hovering-menu #site-navigation-wrap, .is-sticky #site-navigation-wrap {
	--wpex-main-nav-link-underline-color: #0a51a0 !important;
}
#site-navigation-wrap.has-menu-underline .main-navigation-ul > li.current-menu-item.menu-item-has-children > a > .link-inner::after,
#site-navigation-wrap.has-menu-underline .main-navigation-ul > li.menu-item-has-children:hover > a > .link-inner::after,
#site-navigation-wrap.has-menu-underline .main-navigation-ul > li.menu-item-has-children.wpex-active > a > .link-inner::after {
	left: calc(50% + 10px) !important;
}
.contact-form-container input, .contact-form-container textarea {
	font-size: 16px;
}
.contact-form-container .wpcf7-list-item {
	margin: 0;
}
.custom-load-more-btn .vcex-loadmore-button.theme-button {
	padding: 0.75em 2.5em 0.75em 2em !important;
	font-size: 16px;
}
.custom-load-more-btn .vcex-loadmore-button.theme-button:hover {
	background: #0d6efd;
	color: #fff;
}
.custom-load-more-btn .vcex-loadmore-button.theme-button:hover > span::after {
	background: url('/wp-content/uploads/2025/10/arrow-down-white.svg') !important;
	background-repeat: no-repeat !important;
}
.main-navigation-ul .sub-menu .menu-item a:hover {
	background: transparent !important;
	text-decoration: underline;
}
.underline-hover:hover a {
	text-decoration: underline;
}

#main .site-breadcrumbs {
    background: #F5F7FA;
}

#search-bar-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 20px;
    background: url('/wp-content/uploads/2025/09/search-bar-icon-grey.svg');
    display: inline-block;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    max-width: 30px;
    max-height: 25px;
}

.custom-news-items .wpex-post-cards-entry {
    box-shadow: 0 4px 20px rgba(83,83,84,0.25);
    padding: 20px;
}

.custom-load-more-btn .vcex-loadmore-button.theme-button {
    color: #0d6efd;
    background: #F5F7FA;
    border-radius: 60px;
    padding: 0.75em 1.8em;
}

.custom-load-more-btn .vcex-loadmore-button.theme-button > span {
    position: relative;
}

.custom-load-more-btn .vcex-loadmore-button.theme-button > span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(100% - 2px);
    left: calc(100% + 8px);
    background: url('/wp-content/uploads/2025/09/arrow-down-toggle-blue.svg');
    display: inline-block;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    max-width: 17px;
}

.custom-post-filters nav > ul > li {
    background: #F5F7FA;
    padding: 5px 15px;
    border-radius: 50px;
    margin: 0px 8px;
}

.custom-post-filters ul ul {
    max-height: 350px;
    overflow: auto;
    max-width: 350px;
}

.custom-dropdown-filters {
    position: relative;
    margin-right: 10px;
}

.custom-dropdown-filters::before,
.custom-dropdown-date-filter::before,
.custom-dropdown-event-date-filter::before {
    content: 'ΚΑΤΗΓΟΡΙΕΣ';
    background: #F5F7FA;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 0px 8px;
    color: #0a51a0;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.custom-dropdown-filters.who-taxonomy::before {
    content: 'ΠΟΙΟΣ';
    color: #AA2239;
}

.custom-dropdown-filters.who-taxonomy::after {
    color: #AA2239;
}

.custom-dropdown-date-filter::before,
.custom-dropdown-event-date-filter::before {
    content: 'ΗΜΕΡΟΜΗΝΙΑ';
    color: #0A828F;
}

.custom-dropdown-filters::after,
.custom-dropdown-date-filter::after,
.custom-dropdown-event-date-filter::after {
    content: '';
    position: absolute;
    top: calc(50% + 5px);
    left: calc(100% - 15px);
    transform: translateY(-50%) translateX(-100%);
    background: url('/wp-content/uploads/2025/09/arrow-outlined.svg');
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.custom-dropdown-date-filter {
  position: relative;
}

.custom-dropdown-date-filter::after {
    color: #0A828F;
    top: 32px;
}

.custom-dropdown-date-filter input.form-control.input {
    max-width: 175px !important;
    top: 2px;
    position: absolute;
    left: 11px;
    max-height: 50px;
    opacity: 0;
}

.custom-dropdown-filters .vcex-navbar-inner {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 2;
    background: #F5F7FA;
    padding: 10px;
    overflow: auto;
    margin-top: 10px;
}

.custom-dropdown-filters .vcex-navbar-inner.expanded {
    visibility: visible;
    opacity: 1;
    max-height: 350px;
    box-shadow: 0 4px 20px rgba(83,83,84,0.25);
    align-content: center;
    align-items: center;
}

.filters-container .wpb_wrapper {
    display: flex;
    align-items: flex-start;
}

.custom-dropdown-filters .vcex-navbar-inner a.vcex-navbar-link {
    background: none;
    border: 0;
}

.custom-dropdown-date-filter,
.custom-dropdown-event-date-filter {
    position: relative;
}

#filter-date-input,
#events-filter-date-input {
    position: absolute;
    top: calc(100% + 5px);
    left: calc(50% + 7px);
    transform: translateX(-50%);
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    color: black;
    z-index: 10;
}

.custom-dropdown-date-filter.expanded #filter-date-input,
.custom-dropdown-date-filter.expanded #filter-date-input:focus,
.custom-dropdown-event-date-filter.expanded #events-filter-date-input,
.custom-dropdown-event-date-filter.expanded #events-filter-date-input:focus  {
    max-height: 350px;
    visibility: visible;
    opacity: 1;
}

.filters-preview > ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 20px;
}

#selected-filters-list {
	display: flex !important;
	gap: 10px;
  align-items: center;
}

#selected-filters-list p {
	display: none;
}

#selected-filters-list:has(.selected-filter-item) p {
	display: block;
}

.selected-filter-item {
    border: 1px solid #646464;
    width: fit-content;
    padding: 10px 50px 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    max-width: 300px;
    overflow: hidden;
    max-height: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selected-filter-item .remove-filter {
    position: absolute;
    left: 80%;
    font-size: 16px;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    cursor: pointer;
}

.custom-dropdown-filters a.vcex-navbar-link.active {
    opacity: 0.2;
}

.coa-services-controls .filter-options {
	width: 100% !important;
	border-radius: 12px !important;
}

#mstm-off-canvas form {
	align-content: start;
	min-height: 155px;
}
#mstm-off-canvas .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
}

.phonebook-item-title h1 {
	color: #A18F5F;
	font-size: 16px;
	margin-bottom: 10px;
  	font-weight: normal;
}

.phonebook-item-custom-field {
	color: #05315D;
	font-weight: normal;
  	font-size: 14px;
}
.phonebook-item-custom-field.ellipsis.three-lines {
	--numberoflines: 3 !important;
}
.phonebook-item-custom-field.ellipsis.three-lines:hover {
	overflow: auto;
}
.phonebook-item-container {
	background: #F5F7FA;
	padding: 28px;
	max-height: 260px;
	min-height: 260px;
	overflow: hidden;
}

.search-bar-icon {
	position: relative;
}
.search-bar-icon::before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2025/09/search-bar-icon-grey.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}
.phonebook-inner-row .vcex-loadmore-button.theme-button,
.events-load-more-button .vcex-loadmore-button.theme-button {
	background: #F5F7FA;
	color: #0D6EFD;
	border-radius: 60px;
	padding: 18px 45px 18px 25px;
	position: relative;
	margin-top: 70px;
	font-size: 16px;
}
.phonebook-inner-row .vcex-loadmore-button.theme-button::after,
.events-load-more-button .vcex-loadmore-button.theme-button::after {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2025/09/arrow-down-toggle-blue.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 10px;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	right: 20px;
}

.phonebook-inner-row .vcex-loadmore-button.theme-button:hover,
.events-load-more-button .vcex-loadmore-button.theme-button:hover {
	background: #0d6efd;
	color: #fff;
}
.phonebook-inner-row .vcex-loadmore-button.theme-button:hover::after,
.events-load-more-button .vcex-loadmore-button.theme-button:hover::after {
	background: url('/wp-content/uploads/2025/10/arrow-down-white.svg') !important;
  	background-repeat: no-repeat !important;
}

.menu-hidden-item {
	display: block;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.services-menu .megamenu__inner-ul li {
	min-height: 66px;
	align-content: center;
}
.popsearch .vcex-list-item-text:hover {
	text-shadow: 0px 0px 1px #fff;
}
.ellipsis.four-lines {
		--numberoflines: 4 !important;
	}
	#coaAllnews .wpex-carousel__nav {
	width: fit-content;
	left: 100%;
	transform: translateX(-100%);
}
.filters-container .vcex-navbar-link {
	font-size: 16px;
}

.remove-margin-bottom p {
	margin-bottom: 0 !important;
}

a {
	text-decoration-thickness: 1px !important;
}

/****************************taxonomies****************************/
.tax-who #main .site-breadcrumbs,
.tax-where #main .site-breadcrumbs,
.tax-thema #main .site-breadcrumbs,
.tax-department #main .site-breadcrumbs,
.tax-neighborhood #main .site-breadcrumbs,
.tax-faq #main .site-breadcrumbs,
.page-id-137304 #main .site-breadcrumbs {
	background: #fff;
}
.page-header .page-subheading img {
	display: none;
}
.page-header .page-header-aside {
	display: none;
}
.tax-who:not(.term-dimarchos):not(.term-antidimarchoi):not(.term-genikos-grammateas):not(.term-mayor-en) #content  > .vc_row:first-of-type,
.tax-where #content > .vc_row:first-of-type,
.tax-thema #content > .vc_row:first-of-type,
.tax-department #content > .vc_row:first-of-type,
.tax-neighborhood #content > .vc_row:first-of-type,
.tax-faq #content > .vc_row:first-of-type {
	display: grid;
	gap: 30px;
  	align-content: space-around;
}

.tax-who.tax-who.term-dimarchos #content > .vc_row:first-of-type .wpb_column:last-of-type,
.tax-who.tax-who.tax-who.term-antidimarchoi #content > .vc_row:first-of-type .wpb_column:last-of-type, 
.tax-who.tax-who.tax-who.term-genikos-grammateas #content > .vc_row:first-of-type .wpb_column:last-of-type {
	padding-left: 0;
}

.tax-who .vcex-heading ,
.tax-where .vcex-heading,
.tax-thema .vcex-heading,
.tax-department .vcex-heading, 
.tax-neighborhood .vcex-heading, 
.tax-faq .vcex-heading {
	margin-top: 10px;
}

.tax-who .page-sidebar,
.tax-where .page-sidebar,
.tax-thema .page-sidebar,
.tax-department .page-sidebar,
.tax-neighborhood .page-sidebar,
.tax-faq .page-sidebar,
.page-template-default .page-sidebar {
	display: flex;
	gap: 40px;
	margin-left: 0;
	list-style: none;
  align-items: center;
}

.show-all-posts-button .vcex-button.theme-button {
	justify-content: start;
	display: flex;
	width: fit-content;
	background: transparent;
	color: #05315D;
	text-transform: uppercase;
	font-weight: bold;
  padding: 0;
}

.page-sidebar .mobile-dropdown-toggle {
	display: none;
}

.tax-who .page-sidebar .sidebar-item, 
.tax-where .page-sidebar .sidebar-item,
.tax-thema .page-sidebar .sidebar-item,
.tax-department .page-sidebar .sidebar-item,
.tax-neighborhood .page-sidebar .sidebar-item,
.tax-faq .page-sidebar .sidebar-item,
.page-template-default .page-sidebar .sidebar-item {
	width: auto;
	max-width: 210px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	align-content: center;
	text-align: center;
	position: relative;
	display: flex;
}
.tax-who .page-sidebar .sidebar-item a,
.tax-where .page-sidebar .sidebar-item a,
.tax-thema .page-sidebar .sidebar-item a,
.tax-department .page-sidebar .sidebar-item a,
.tax-neighborhood .page-sidebar .sidebar-item a,
.tax-faq .page-sidebar .sidebar-item a,
.page-template-default .page-sidebar .sidebar-item a {
	color: #05315D !important;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s ease-in-out;
	width: 100%;
	transform-origin: top;
    white-space: normal !important;
  max-width: 230px; 
  line-height: 1.2; 
  max-height: calc(1.2em * 6);
  display: -webkit-box !important;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.nested-related-links li a {
    overflow: unset !important;
    max-height: unset !important;
    line-clamp: 6 !important;
    -webkit-line-clamp: 6 !important;
    font-size: 14px;
}

.nested-related-links {
	background: #f5f7fa;
	padding: 25px 20px;
	border-radius: 12px;
}

.tax-who:not(.term-dimarchos):not(.term-antidimarchoi):not(.term-genikos-grammateas) #content > .vc_row:first-of-type .wpb_column:last-of-type, 
.tax-where #content > .vc_row:first-of-type .wpb_column:last-of-type,
.tax-thema #content > .vc_row:first-of-type .wpb_column:last-of-type,
.tax-department #content > .vc_row:first-of-type .wpb_column:last-of-type, 
.tax-neighborhood #content > .vc_row:first-of-type .wpb_column:last-of-type, 
.tax-faq #content > .vc_row:first-of-type .wpb_column:last-of-type {
	order: -1;
	max-height: 100px;
	width: 100vw;
	left: -50%;
	transform: translateX(50%);
	position: relative;
	top: 0;
	padding-left: 0;
  z-index: 1;
}

.tax-who:not(.term-dimarchos):not(.term-antidimarchoi):not(.term-genikos-grammateas) #content > .vc_row:first-of-type .wpb_column, 
.tax-where #content > .vc_row:first-of-type .wpb_column,
.tax-thema #content > .vc_row:first-of-type .wpb_column,
.tax-department #content > .vc_row:first-of-type .wpb_column, 
.tax-neighborhood #content > .vc_row:first-of-type .wpb_column, 
.tax-faq #content > .vc_row:first-of-type .wpb_column {
	width: 100%;
}

.tax-who:not(.term-dimarchos):not(.term-antidimarchoi):not(.term-genikos-grammateas) #content > .vc_row:first-of-type .wpb_column:last-of-type::before,
.tax-where #content > .vc_row:first-of-type .wpb_column:last-of-type::before,
.tax-thema #content > .vc_row:first-of-type .wpb_column:last-of-type::before,
.tax-department #content > .vc_row:first-of-type .wpb_column:last-of-type::before, 
.tax-neighborhood #content > .vc_row:first-of-type .wpb_column:last-of-type::before,
.tax-faq #content > .vc_row:first-of-type .wpb_column:last-of-type::before {
	content: '';
	position: absolute;
	width: calc(100% + 200px);
  height: 100%;
  display: inline-block;
  background-color: #f5f7fa;
  z-index: -1;
  left: 0;
  transform: translateX(-200px);
}
.tax-who:not(.term-dimarchos):not(.term-antidimarchoi):not(.term-genikos-grammateas) #content > .vc_row:first-of-type .wpb_column:last-of-type .vc_column-inner,
.tax-where #content > .vc_row:first-of-type .wpb_column:last-of-type .vc_column-inner,
.tax-thema #content > .vc_row:first-of-type .wpb_column:last-of-type .vc_column-inner,
.tax-department #content > .vc_row:first-of-type .wpb_column:last-of-type .vc_column-inner,
.tax-neighborhood #content > .vc_row:first-of-type .wpb_column:last-of-type .vc_column-inner, 
.tax-faq #content > .vc_row:first-of-type .wpb_column:last-of-type .vc_column-inner {
	padding: 25px 0;
	margin: 0;
}

.page-template-default .page-sidebar {
	padding: 25px 0;
}

.tax-who .page-sidebar .sidebar-item button,
.tax-where .page-sidebar .sidebar-item button,
.tax-thema .page-sidebar .sidebar-item button,
.tax-department .page-sidebar .sidebar-item button, 
.tax-neighborhood .page-sidebar .sidebar-item button, 
.tax-faq .page-sidebar .sidebar-item button, 
.page-template-default .page-sidebar .sidebar-item button {
	background: transparent;
	border: none;
	text-transform: unset;
	font-weight: bold;
	font-size: 16px;
	color: #05315D;
	font-family: manrope,sans-serif;
	justify-self: start;
	width: auto;
}
.tax-who .page-sidebar .sidebar-item .nested-related-links,
.tax-where .page-sidebar .sidebar-item .nested-related-links,
.tax-thema .page-sidebar .sidebar-item .nested-related-links,
.tax-department .page-sidebar .sidebar-item .nested-related-links, 
.tax-neighborhood .page-sidebar .sidebar-item .nested-related-links,
.tax-faq .page-sidebar .sidebar-item .nested-related-links,
.page-template-default .page-sidebar .sidebar-item .nested-related-links {
	margin: 0;
	list-style: none;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease-in-out;
	position: absolute;
	left: -20px;
	display: grid;
	gap: 15px;
	top: 40px;
  	min-width: 250px;
}
.tax-who .page-sidebar .sidebar-item .nested-related-links.expanded,
.tax-where .page-sidebar .sidebar-item .nested-related-links.expanded,
.tax-thema .page-sidebar .sidebar-item .nested-related-links.expanded, 
.tax-department .page-sidebar .sidebar-item .nested-related-links.expanded,
.tax-neighborhood .page-sidebar .sidebar-item .nested-related-links.expanded, 
.tax-faq .page-sidebar .sidebar-item .nested-related-links.expanded,
.page-template-default .page-sidebar .sidebar-item .nested-related-links.expanded {
	max-height: 350px;
	opacity: 1;
	visibility: visible;
	max-width: 270px;
	min-height: 150px;
	overflow: auto;
	z-index: 2;
}

.tax-who .page-sidebar .sidebar-item .nested-related-links .sidebar-item, 
.tax-where .page-sidebar .sidebar-item .nested-related-links .sidebar-item,
.tax-thema .page-sidebar .sidebar-item .nested-related-links .sidebar-item,
.tax-department .page-sidebar .sidebar-item .nested-related-links .sidebar-item, 
.tax-neighborhood .page-sidebar .sidebar-item .nested-related-links .sidebar-item,
.tax-faq .page-sidebar .sidebar-item .nested-related-links .sidebar-item,
.page-template-default .page-sidebar .sidebar-item .nested-related-links .sidebar-item {
	text-align: left;
}
.tax-who .page-sidebar .sidebar-item button::after,
.tax-where .page-sidebar .sidebar-item button::after,
.tax-thema .page-sidebar .sidebar-item button::after,
.tax-department .page-sidebar .sidebar-item button::after, 
.tax-neighborhood .page-sidebar .sidebar-item button::after, 
.tax-faq .page-sidebar .sidebar-item button::after,
.page-template-default .page-sidebar .sidebar-item button::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url('/wp-content/uploads/2025/10/custom-burger-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	top: calc(50% + 3px);
	transform: translateY(-50%);
	margin-left: 10px;
}

.coa-bottom-promos {
	display: grid;
	justify-content: start;
	align-content: center;
	padding: 20px 0;
	gap: 10px;
	grid-auto-rows: auto;
}

.promo-title {
	color: #0A51A0;
	margin: 0 !important;
	text-decoration: underline;
}

li.sidebar-item.more-items {
    background-color: #deeef8;
    min-width: 174px;
    padding: 3px 15px;
}

html[lang="en-US"] li.sidebar-item.more-items {
    min-width: 116px;
}

li.sidebar-item.more-items button {
    font-size: 15px !important;
}

.vc_row:has(.coa-tax-related-post.empty-shortcode) > .wpb_column.tax-related-post-container {
  display: none !important;
}

.wpb_column:has(.coa-related-links.empty-shortcode),
.wpb_column:has(.coa-tax-info.empty-shortcode),
.wpb_column:has(.coa-tax-gallery .empty-shortcode) {
    display: none !important;
}

.tax-thema .vcex-term-description, .tax-thema .vc_column-inner:has(.vcex-term-description) {
	margin-bottom: 0 !important;
}

.vcex-term-description::before {
	content: '';
	position: absolute;
	border: 1px solid #A18F5F;
	width: 80px;
	top: calc(0% - 10px);
}

.vcex-term-description {
	max-width: 1600px;
}

.coa-tax-info .info-item {
	display: flex;
	align-content: center;
	align-items: center;
	column-gap: 20px;
  margin-bottom: 20px !important;
}

.coa-tax-info iframe {
	border-radius: 5px;
}

.info-item .icon {
    position: relative;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

.info-item .icon::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #F5F7FA;
	border-radius: 50%;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center;
  position: absolute;
}

.info-item.address .icon::before {
  background-image: url('/wp-content/uploads/2025/10/pin-svg.svg');
}
.info-item.tel .icon::before {
  background-image: url('/wp-content/uploads/2025/11/tel-icon.svg');
}
.info-item.fax .icon::before {
  background-image: url('/wp-content/uploads/2025/09/mail-icon.svg');
}
.info-item.email .icon::before {
  background-image: url('/wp-content/uploads/2025/09/mail-icon.svg');
}
.info-item.website .icon::before {
  background-image: url('/wp-content/uploads/2025/09/globe-custom-icon.svg');
  background-size: 16px;
}

.text-full-width .wpb_text_column {
	width: 100% !important;
}

.service-template-default .vcex-page-title h1 {
	font-size: 30px;
	color: #05315D;
}
.related-services .vcex-page-title h1{
	font-size: 16px;
}

.vc_row.service-inner-sidebar {
	margin-top: 45px !important;
}
.service-request-button {
	min-width: 300px;
	margin-top: 10px;
}

.related-services .wpex-post-cards-entry {
	max-width: 450px;
	min-height: 140px;
	background: #fff;
	padding-top: 20px;
}
.related-services .wpex-post-cards-loop {
	gap: 20px;
}

.service-template-default .post-pagination-wrap,
.phonebook-template-default .post-pagination-wrap,
.event-template-default .post-pagination-wrap,
.place-template-default .post-pagination-wrap {
	display: none;
}

.wpex-post-cards-pagination {
	margin-bottom: 50px;
}

.wpex-post-cards-entry .vcex-post-excerpt {
	font-size: 16px;
}
/*.wpex-post-cards-entry .vcex-post-terms.vcex-module.wpex-clr.textcenter {
	width: fit-content;
}*/

.wpex-post-cards-entry .vcex-post-terms.vcex-module.wpex-clr.textcenter span {
  padding-inline: 15px !important;
}

.wpex-post-cards-entry .vcex-post-meta.vcex-module {
	width: fit-content;
}

.custom-singular-template .vcex-page-title__text {
	color: #05315D;
	font-size: 18px;
}
.place-template-default .section-title-border-top {
	margin-bottom: 5px !important;
}

.event-post-card {
	padding: 20px;
	min-height: 650px;
	align-content: start;
}

.event-template-default .wpex-post-cards-loop {
	justify-content: center;
}

.post-template-default .wpb_wrapper {
	align-content: start;
}
.post-template-default .vcex-post-content {
	margin-top: 0 !important;
	align-content: start;
}
.post-template-default .vcex-post-content h2 {
	margin-top: 0;
}

.no-content {
	margin-top: 20px;
}

.tribe-events-view {
	margin: 50px 0;
}

.archive .promo-box {
    margin-bottom: 60px;
}

.term-athlitismos .coa-bottom-promos .promo-box {
    display: none;
}

.taxonomy-all-template .vcex-post-media {
  margin-bottom: 20px;
}

.taxonomy-all-template .vcex-post-terms.vcex-module.wpex-clr.textcenter > span:nth-of-type(3) {
    display: none;
}

  .footer-builder-content .vc_col-sm-3:nth-of-type(1) figure {
    max-width: 202px;
  }

/*Remove spacing from truly empty columns*/
body.archive .vc_column-inner:has(> .wpb_wrapper:not(:has(img, a, p, span, strong, em, ul, ol, iframe, video, h1, h2, h3, h4, h5, h6))) {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

/*admin overrides*/
#home-clickable-services .vc_column-inner,
#home-clickable-dendrofiteuseis .vc_column-inner,
#home-clickable-events .vc_column-inner {
        background-position: 0px 18px;
    }

.no-results {
  text-align: center;
  color: #6b7280;
  font-size: 1.1rem;
  background-color: #F5ECDC;
  padding: 10px;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--wpex-palette-48-color);
}

.vcex-post-media.vcex-module img {
    max-height: 330px;
    object-fit: contain;
    aspect-ratio: 1.55;
    min-height: 330px;
}

.vcex-post-media.vcex-module {
			text-align: center;
}

.wpb_column.vc_column_container.vc_col-sm-3 .vcex-post-media.vcex-module img {
	aspect-ratio: auto;
	min-height: unset;
	max-height: unset;
}

.single img.blog-single-media-img {
    display: none;
}

/*bflfixes*/
.term-dimarchos .vcex-bullets-check ul li, 
.term-dimarchos .vcex-bullets-gray ul li, 
.term-dimarchos .vcex-bullets-blue ul li, 
.term-dimarchos .vcex-bullets-red ul li, 
.term-dimarchos .vcex-bullets-purple ul li {
  background-position: left 14px; 
}

html[lang="en-US"] .chatbot-helper,
html[lang="en-US"] .chatbot-toggler {
  display: none !important;
}

html body .service-info-contact-heading {
  display: none;
  margin-bottom: 20px !important;
}

/* EN – base logo */

html[lang="en-US"] img.logo-img--base {
    content: url("/wp-content/uploads/2026/01/LOGO-EN.png");
}

/* EN – sticky logo */
html[lang="en-US"] img.logo-img--sticky {
    content: url("/wp-content/uploads/2026/01/logo-en-blue.png");
}

.tribe-common-b1.tribe-common-b2--min-medium.tribe-events-widget-events-month__view-more {
  display: none !important;
}

.footer-cola-image {
    margin-bottom: 20px;
}

.postid-128562 .page-header.has-bg-image,
.postid-214444 .page-header.has-bg-image {
    background-image: url(/wp-content/uploads/2026/02/anaplasi-pao-cover-.jpg);
}

/*custom paddings for tax images*/

.cpup { padding-top: 80px; 
}

.cpdown { padding-bottom: 80px; 
}

.cpleft { padding-left: 80px; 
}

.cpright { padding-right: 80px; 
}



#menu-main-menu .sub-menu > li .alslftop .menu-item-icon, #menu-main-menu-en .sub-menu > li  .alslftop .menu-item-icon {
  align-self: flex-start;
  top: 0;
}

#menu-main-menu .sub-menu > li .alslftop.menu-item-154578 .menu-item-icon, #menu-main-menu-en .sub-menu > li  .alslftop.menu-item-154578 .menu-item-icon {
  top: 19px;
}

html body .mobile-no-paddings.news-heading {
    padding-right: calc(100vw - (100% + 136px)) !important;
    padding-left: calc(100vw - (100% + 136px)) !important;
}

.coa-tax-info { 
  font-size: 15px; 
  line-height: 1.6; 
}

.coa-tax-info .info-item { 
  margin-bottom: 6px; 
}

.coa-tax-info .info-item strong { 
  color: var(--wpex-palette-13-color); 
}

.coa-tax-info a { 
  color: var(--wpex-palette-42-color); 
  text-decoration: none; 
}

.coa-tax-info a:hover { 
  text-decoration: underline; 
}

.home-top-row {
    --vp-width: calc(100vw - var(--wpex-vc-full-width-vp-offset, 0px) - (var(--wpex-site-frame-border-size) * 2)) !important;
}

/*monath-calendar view overrides*/

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event{
  display: block !important; /* override your display:flex */
}

.tribe-events-view--month .tribe-events-calendar-month__events{
  display: none; 
}

.tribe-events-view--month .tribe-events-calendar-month__day-cell{
  position: relative;
}

.tec-month-count-btn{
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  line-height: 1.2;
}

.tec-month-count-btn:focus{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.tec-month-modal-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 999999;
  display: none;
}

.tec-month-modal{
  position: fixed;
  left: 50%;
  top: 12%;
  transform: translateX(-50%);
  width: min(92vw, 520px);
  max-height: 76vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  z-index: 1000000;
  display: none;
}

.tec-month-modal header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.tec-month-modal h3{
  margin: 0;
  font-size: 1.1em;
}

.tec-month-modal-close{
  border: 1px solid currentColor;
  background: transparent;
  border-radius: 10px;
  padding: 4px 10px;
  cursor: pointer;
  font: inherit;
}

.tec-month-modal ul{
  margin: 0;
  padding-left: 18px;
}

.tec-month-modal li{
  margin: 8px 0;
}

.tec-month-modal a{
  text-decoration: underline;
}

.mini-calendar .tec-month-count-btn {
    font-size: 13px !important;
}

.mini-calendar .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month.tribe-common--breakpoint-xsmall,
.mini-calendar .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding: 0 !important;
  margin: 0 !important;
}

.mini-calendar .tribe-events .tribe-events-calendar-month__day-date-daynum,
.mini-calendar .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
  font-size: 20px !important;
}

/*#################################################################### responsive ################################################################*/

@media (min-width: 1930px) {
  body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  html {
    background-color: #021b35;
  }
}


@media (max-width: 1840px) {
  .ain-progressbar {
    width: 55%;
  }

    html body .thematics, html body .stats-number-mobile, html body .sinedriasi-row  {
    padding-right: 160px !important;
    padding-left: 160px !important;
    margin-inline: calc(-3*var(--wpex-vc-gutter)) !important;
  }

  html body .thematics .vcex-module.vcex-icon-box {
      min-width: unset !important;
      max-width: unset !important;
  }

  .thematics .vcex-icon-box-text h2 {
    font-size: 15px !important;
    word-wrap: break-word;
    max-width: 85%;
    text-align: center;
    margin: 0 auto;
  }

  .footer-box.col-1, .footer-box.col-2, .footer-box.col-3, .footer-box.col-4, .footer-box.col-5, .footer-box.col-6 {
    width: calc(100% / 6) !important;
  }

  #menu-main-menu .custom-menu-image .sub-menu, #menu-main-menu-en .custom-menu-image .sub-menu {
    padding-left: 5%;
    padding-right: 5%;
  }

  html body .threeb-row.slider-by-viewport {
    padding-right: 14.5% !important;
    padding-left: 14.5% !important;
  }

  html body .ccvp, div#virtualtour {
    max-width: 92% !important;
    margin: 0 auto;
  }

  html body .mobile-no-paddings.news-heading {
    padding-right: calc(100vw - (100% + 57px)) !important;
    padding-left: calc(100vw - (100% + 57px)) !important;
  }

}


@media (max-width: 1680px) {

  #aiResult .main-title, #aiResult .main-subtitle {
    font-size: 54px;
  }

  .main-title, .main-subtitle {
    font-size: 2.5rem;
  }

  .ain-progressbar {
    width: 50%;
  }

  .athens-in-numbers-col-left.mobile-no-paddings > .vc_column-inner{
    padding-right: 100px !important;
	}


  html body .news-container {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .tax-who .page-sidebar .sidebar-item,
  .tax-where .page-sidebar .sidebar-item,
  .tax-thema .page-sidebar .sidebar-item,
  .tax-department .page-sidebar .sidebar-item,
  .tax-neighborhood .page-sidebar .sidebar-item,
  .tax-faq .page-sidebar .sidebar-item,
  .page-template-default .page-sidebar .sidebar-item {
    max-width: 160px;
  }

  html body .sinedriasi-row .sidebordertext {
    font-size: 24px;
    line-height: 32px;
  }

  .draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--next {
    inset-inline-end: var(--wpex-carousel-arrow-next-right, -70px);
  }


  .draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--prev {
    inset-inline-start: var(--wpex-carousel-arrow-prev-left, -70px);
  }

  .tax-who .page-sidebar .sidebar-item, .tax-where .page-sidebar .sidebar-item, .tax-thema .page-sidebar .sidebar-item, .tax-department .page-sidebar .sidebar-item, .tax-neighborhood .page-sidebar .sidebar-item, .tax-faq .page-sidebar .sidebar-item, .page-template-default .page-sidebar .sidebar-item {
    max-width: 190px;
  }

  .vcex-term-description {
	max-width: 90%;
  }

  html body .threeb-row.slider-by-viewport {
    padding-right: 12% !important;
    padding-left: 12% !important;
}

.mini-calendar  {
  max-width: 90%;
}

}

@media (max-width: 1540px) {
    html body .threeb-row.slider-by-viewport {
    padding-right: 5% !important;
    padding-left: 5% !important;
}

#menu-main-menu .custom-menu-image .sub-menu, #menu-main-menu-en .custom-menu-image .sub-menu {
    grid-template-columns: minmax(0, 1fr) minmax(0, 260px) minmax(0, 260px) minmax(0, 260px);
}

#menu-main-menu .custom-menu-image .sub-menu .border-right-indicator, #menu-main-menu-en .custom-menu-image .sub-menu .border-right-indicator {
    padding-right: 6%;
}

.news-categories.flex-column .wpb_wrapper {
    max-width: 100%;
    left: 35px;
}

}


@media (max-width: 1400px) {

  #coaAllnews .vcex-post-terms__item.vcex-post-terms__item--445.theme-button.align-center.wpex-mr-5.wpex-mb-5 {
  padding-inline: 10px !important;
}

  .mayorbio-col-home .vc_column-inner  {
    margin-left: 60px !important;
  }

    .quotext-block {
      height: 221px;
      position: absolute;
      bottom: -80px;
      right: -40px;
      background-size: 390px !important;
      background-repeat: no-repeat !important;
      width: 390px !important;
  }

  .quotext-block p {
      line-height: 30px;
      font-size: 22px;
      margin-top: -15px;
      margin-left: 10px;
  }

    .athens-in-numbers-col-left.mobile-no-paddings > .vc_column-inner {
      padding-right: 60px !important;
  }

    html body #home-clickable-services .vc_column-inner,
    html body #home-clickable-dendrofiteuseis .vc_column-inner,
    html body #home-clickable-events .vc_column-inner {
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
    }

    html body #home-clickable-services .vc_column-inner .vcex-heading,
    html body #home-clickable-dendrofiteuseis .vc_column-inner .vcex-heading,
    html body #home-clickable-events .vc_column-inner .vcex-heading {
      font-size: 24px !important;
    }

    .popsearch.services .vcex-list_item, .popsearch.information .vcex-list_item {
      word-wrap: break-word;
      width: 98%;
    }

    .antidimarxoi-desc, .antidimarxoi-title {
        max-width: 80%;
        line-height: 1.4;
        text-align: center;
        margin: 0 auto 10px auto;
    }

    .antidimarchoi-term-cards .wpex-term-cards-loop {
        row-gap: calc(100vh / 4);
    }

	.services-menu .megamenu__inner-ul li {
		min-height: 42px;
	}

	.main-title, .main-subtitle {
		line-height: 46px;
	}

    #aiResult .main-title, #aiResult .main-subtitle {
    font-size: 2.5rem;
  }

	ul.diavgeia-feed {
		padding-right: 0;
		margin-left: 0;
	}
	#coaAllnews .wpex-carousel__nav {
		transform: translateX(-100%) translateY(-100%);
		top: -5px;
	}
	#coaAllnews .vcex-post-terms__item {
		padding: 5px 10px !important;
	}
	.thematics.mobile-no-paddings {
		padding: 100px 5% 30px 5% !important;
	}
	.thematics .vcex-module.vcex-icon-box {
		max-width: 170px;
		min-width: 170px;
	}

	.vc_row.wpb_row.vc_inner.vc_row-fluid.contact-details-container {
		display: flex;
		gap: 15px;
	}
	.mobile-flex .vc_row {
		display: flex;
		gap: 15px;
	}

	.icon-box-min-height {
		min-height: 220px;
	}
	.sub-domains-container .vcex-module {
		min-height: 150px;
	}

  .service-request-button {
    min-width: unset;
  }


  .news-navigation-wrapper .filters-container {
      order: 1;
      width: calc(100% - 160px); 
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
  }

  .news-navigation-wrapper .diavgeia-col {
      order: 2;
      width: 160px;
      display: flex;
      justify-content: flex-end;
      margin-left: 0;
      max-width: unset;
  }

  .news-navigation-wrapper .search-col {
      order: 3;
      width: 100% !important;
      margin-top: 30px;
  }
  


  #menu-main-menu .custom-menu-image .sub-menu .border-right-indicator, #menu-main-menu-en .custom-menu-image .sub-menu .border-right-indicator {
    font-size: 15px;
  }

html body .mobile-no-paddings.news-heading {
    padding-right: calc(100vw - (100% + 20px)) !important;
    padding-left: calc(100vw - (100% + 20px)) !important;
}

html body .diavgeia-all-btn {
    margin-left: 35px !important;
}

}


@media (max-width: 1140px) {

  #menu-main-menu .custom-menu-image .sub-menu .border-right-indicator, #menu-main-menu-en .custom-menu-image .sub-menu .border-right-indicator {
    font-size: unset;
  }

  #aiResults, #searchResults {
    margin: 10rem auto 2rem auto !important;
  }

  html body .news-container, html body .thematics, html body .stats-number-mobile, html body .sinedriasi-row {
    padding-left: unset !important;
    padding-right: unset !important;
  }

.threeb-row.slider-by-viewport {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 20px;
    padding-bottom: 10px;
    scrollbar-width: none; 
}

.threeb-row.slider-by-viewport::-webkit-scrollbar {
    display: none;
}

.threeb-row.slider-by-viewport > .vc_column_container {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.threeb-row.slider-by-viewport > .vc_column_container:last-child {
    margin-right: 0;
}

.threeb-row.slider-by-viewport > .vc_column_container {
    flex: 0 0 auto;
    flex-shrink: 0;
    width: auto !important;
    max-width: 410px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.site-breadcrumbs {
  font-size: 12px;
}

p {
  line-height: 25px;
}

#mstm-off-canvas form {
  min-height: unset;
}

#top-bar.coa-checking {
  display:none !important;
}

.off-canvas-sidepanel-toggler {
  bottom: 150px;
  height: 55px;
  width: 55px;
}

.chatbot-toggler {
    height: 48px;
    width: 48px;
    right: 8px;
}

.chat-open-icon {
    position: relative;
    width: 26px;
    height: 26px;
}

.chat-open-icon::before {
    background-size: 26px;
    width: 26px;
    height: 26px;
}

#site-scroll-top {
    min-width: 48px;
    margin-bottom: 15px;
    min-height: 48px;
    margin-right: 8px;
}

html .cky-btn-revisit-wrapper .cky-btn-revisit::before {
    height: 55px;
    width: 55px;
}

.cky-revisit-bottom-left {
    bottom: 132px !important;
    left: 16px !important;
}

/***********************mobile-menu*********************/

.services-menu .megamenu__inner-ul li {
  min-height: unset;
  align-content: center;
}

.wpex-mobile-menu .wpex-open-submenu {
  width: 100% !important;
}
	
.sidr-mobile-nav-menu ul .sidr-mobile-nav-menu__link {
    padding: 5px 20px;
    line-height: 23px;
    font-size: 16px;
    padding-left: 40px;
}

.sidr-mobile-nav-menu ul .sidr-mobile-nav-menu__link:last-of-type {
  margin-bottom: 20px;
}

.wpex-mobile-menu ul#sidr-id-menu-main-menu > li > span .menu-item-icon {
  display: none;
}

.sidr-class-menu-hidden-item {
  display: none;
}

.sidr-class-menu-image .sidr-class-link-inner {
	display: grid;
	min-height: 300px;
	max-width: 300px;
	background: #F5F7FA;
	color: black;
	margin-bottom: 15px;
}

.sidr-class-menu-image .sidr-class-link-inner .sidr-class-link-inner-text {
	margin-left: 15px;
	text-transform: capitalize;
}

.sidr-class-menu-image .menu-item-icon {
	order: 2;
	margin-left: 15px !important;
	font-size: 12px;
	color: #05315D;
	display: flex;
	width: 100%;
	align-items: start;
	height: fit-content;
}

.sidr-class-menu-image .menu-item-icon svg {
	top: 5px;
	position: relative;
}

.sidr-class-menu-image .menu-item-icon::before {
	content: 'ΠΕΡΙΣΣΟΤΕΡΑ';
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #05315D;
}

.wpex-mobile-menu .sidr-class-link-inner {
  padding-left: 0;
  margin-left: 0;
}

.wpex-mobile-menu .sidr-class-menu-capitalize-text {
  text-transform: capitalize;
      padding-top: 15px;
  border-bottom: 0;
    border-top: 1px solid #05315D66;
}

	.wpex-mobile-menu .sidr-class-icon-pseudo-background {
		font-weight: normal;
	}
	
	.wpex-mobile-menu .sidr-class-absolute-icon span.menu-item-icon {
		float: right;
		margin-left: 10px;
		margin-right: 0;
	}

	.wpex-mobile-menu .sidr-class-menu-grey-text span {
		text-transform: capitalize;
		color: #646464;
		font-size: 14px;
		line-height: 25px;
        display: flex;
        align-content: center;
	}

	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-underline span {
		text-decoration: underline;
		display: flex;
	}
	
	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-large-svg span.menu-item-icon,
	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-custom-svg span.menu-item-icon {
		width: 100%;
		max-width: 50px;
		position: relative;
        align-items: center;
	}

	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-large-svg svg {
		width: 100%;
		height: 100%;
		max-width: 50px;
	}

	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-underline a > span > span {
		display: block;
		align-content: center;
	}

	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-large-svg span.menu-item-icon::before,
	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-custom-svg span.menu-item-icon::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #A18F5F;
		opacity: 0.1;
		border-radius: 4px;
		transform: translateY(-50%);
		max-height: 50px;
	}

	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-large-svg.sidr-class-gamos-icon span.menu-item-icon::before {
		background-color: #45409552;
	}
	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-large-svg.sidr-class-daktilios-icon span.menu-item-icon::before {
		background-color: #ED1C2D52;
	}
	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-large-svg.sidr-class-kok-icon span.menu-item-icon::before {
		background-color: #0A828F52;
	}
	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-custom-svg span.menu-item-icon::before {
		background-color: #0D6EFD52;
		height: calc(100% + 25px);
	}
	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-large-svg.sidr-class-euro-icon span.menu-item-icon::before {
		background-color: #AA223952;
	}
	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-custom-icon-payment span.menu-item-icon::before {
		background-color: #A18F5F52;
		height: calc(100% + 25px);
	}

	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-custom-icon-payment svg {
		width: 50px;
		height: 25px;
		color: #A18F5F;
		align-content: center;
    display: flex;
	}

	.wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-custom-svg svg {
		width: 50px;
		color: #0A51A0;
		height: 25px;
		align-content: center;
		display: flex;
	}

	.sidr-mobile-nav-menu ul > li:first-child {
		margin-top: 5px;
	}

	.off-canvas-sidepanel-toggler::before {
		background-size: contain;
	}

	.chatbot-helper {
		right: 80px;
		bottom: 80px;
	}

	.chatbot-toggler {
		bottom: 76px;
	}

	.off-canvas-sidepanel-toggler {
		bottom: 130px;
	}

	button.chatbot-helper-text {
		font-size: 12px;
	}

	.wpex-mobile-menu ul#sidr-id-menu-main-menu > li {
		position: relative;
	}

	.wpex-mobile-menu ul#sidr-id-menu-main-menu > li:not(:last-of-type)::before {
		content: '';
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #05315D66;
	}

	.wpex-mobile-menu ul#sidr-id-menu-main-menu {
		padding: 5px 15px;
	}
	
	.mobile-menu-extra-content h2 {
	margin: 0;
	color: #0A51A0 !important;
	font-size: 14px;
}
	
	.mobile-menuu-flex-grid {
	display: flex;
	align-content: center;
	gap: 15px;
}
	
	.mobile-menu-extra-content p {
		margin-top: 10px;
	font-size: 16px !important;
	text-transform: initial;
	font-weight: normal;
	color: #2C2C2C;
}
	
	.mobile-menu-extra-content p a {
		color: #2C2C2C;
		text-decoration: underline;
	}
	
	#sidr-main .wpex-mobile-menu__top {
	padding-bottom: 0 !important;
}
	
	/**************************header**************************/
		#top-bar-wrap {
		background-color: #79B7E4 !important;
		}

		#top-bar {
			color: #05315D !important;
		}

	#site-logo-link .logo-img.logo-img--base {
		display: block !important;
	}

	#site-logo-link .logo-img.logo-img--sticky {
		display: none !important;
	}

	.is-sticky #mobile-menu .wpex-hamburger-icon {
	color: #fff;
}

	#site-header-sticky-wrapper.is-sticky #site-header {
	background-color: #0A51A0;
}

.my-mobile-header-html {
    position: absolute;
    left: 210px;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
}

.my-mobile-header-html a .svg-container::before, .my-mobile-header-html div .svg-container::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 3px;
	max-width: 25px;
	background-size: contain;
}

.lang-accessibility-svg {
    padding: 0 15px;
}

.twentyfourhours::after, .siteindex::after, .searchtoggle::before {
  margin-left: 0;
}

.evretirio-svg .svg-container::before {
    background: url('/wp-content/uploads/2025/06/sites-index.svg');
}
.lang-accessibility-svg .svg-container::before {
    background: url('/wp-content/uploads/2025/06/accessibility-fixed.svg');
}
.search-svg .svg-container::before {
    background: url('/wp-content/uploads/2025/07/iconsearch.svg');
}
	#site-logo .logo-img {
		/*height: 42px !important;*/
		width: auto;
	}

	.topbar-left.topbar-mobile, .topbar-right.topbar-mobile {
		display: none;
	}
	
	.breaking {
	font-size: 12px;
}

li.polylang-switcher-shortcode__item.lang-item a {
    color: white;
}
	
	/********side-panel-off-canvas**************/
	#mstm-off-canvas img {
		display: none;
	}

	#mstm-off-canvas a {
		text-decoration: underline;
	}
		
		body .cky-btn-revisit-wrapper {
		z-index: 1400;
	}	
		#mstm-off-canvas .vc_column_container > .vc_column-inner {
		padding: 0;
	}
		
		#mstm-off-canvas .wpex-off-canvas__content {
		padding: 10px;
	}
		#mstm-off-canvas .mobile-remove-padding {
		padding: 0 !important;
	}
		#mstm-off-canvas h2.vcex-icon-box-heading.wpex-heading {
		font-size: 19px;
	}
		#mstm-off-canvas p {
		font-size: 16px;
	}
		#mstm-off-canvas .vcex-icon-box-icon svg {
		height: 0.8em;
	}
		#mstm-off-canvas .vcex-icon-box-icon {
		font-size: 22px;
		width: 50px;
		height: 50px;
	}
		#mstm-off-canvas .sidepanel-newsletter p {
		display: grid;
			gap: 20px;
	}
		#mstm-off-canvas .newsletter-form.sidepanel-newsletter .newsletter-input input[type="email"] {
		max-width: 300px;
		padding-left: 15px;
	}
		
		#mstm-off-canvas .newsletter-form .newsletter-submit input[type="submit"] {
		font-size: 16px;
		max-width: 300px;
		width: 100%;
	}


.footer-box.col-1, .footer-box.col-2, .footer-box.col-3, .footer-box.col-4, .footer-box.col-5, .footer-box.col-6 {
  width: unset !important;
}
	
	#footer .footer-cola-text .heading {
		font-family: manrope,sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
	}

	#custom_html-2.expanded .textwidget {
		padding-top: 5px;
	}

	#footer-widgets .footer-box {
	margin-bottom: 15px;
}
	
	#footer-bottom-inner .footer-bottom-flex {
	display: grid;
}

#menu-footer-bottom {
	display: grid;
	justify-content: flex-start;
	text-align: left;
}

#copyright {
	order: 2;
	justify-content: flex-start;
	text-align: left;
	color: #fff;
	margin-top: 40px;
}
	#copyright a {
	color: #fff;
}
	
	#footer-builder .needhelp {
	padding: 0 !important;
}
	
	#footer-builder img {
	max-width: 160px;
}
	
	#footer-builder .footer-builder-content > .vc_row {
	padding-top: 30px !important;
}


.ai-result-outer .search-input {
	background: #fff;
	border-radius: 60px;
	padding-left: 40px;
}
	
	.ai-result-outer .ai-dropdown {
	border-radius: 50px;
	align-content: center;
	max-width: 200px;
	display: flex;
	align-self: center;
	justify-content: center;
}
	
	.ai-result-outer .search-wrapper {
	flex-direction: column;
	border-radius: 1rem;
	gap: 25px;
	align-content: center;
	margin-bottom: 90px;
	background: no-repeat;
	box-shadow: none;
}
	
	.ai-result-outer .voice-search {
	padding: 0;
	top: calc(-100% + 10px);
}
	
	.ai-result-outer .search-icon {
	left: 0;
	top: calc(100% + 5px);
}
	
	.frequent-queries-list {
	flex-direction: row;
	margin-top: 80px;
}
	
.frequent-query-pill {
	width: auto;
	text-align: center;
	font-size: 11px;
	max-width: unset;
}
	
	.vc_row.home-underhero {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
	
	.home-underhero .vc_column-inner {
	padding: 15px 20px !important;
	border: 0 !important;
}
	.home-banner-mobile{
		display: block;
	}
	
.home-banner-container  {
  margin-top: 0 !important;
  min-height: unset !important;
}

	.ai-result-outer .main-title {
	max-height: 30px;
}
	
	.home-banner-desktop {
	display: none;
}
	
.vc_row.home-banner-container{
  margin-top: -220px !important;
}
	
	.wpb_column.popsearch {
	width: 100% !important;
}
	
	.vc_row.popsearch-row {
	padding-top: 50px !important;
}

.show-on-desktop {
	display: none;
}

.show-on-mobile {
	display: block;
}

.popsearch.heading .wpb_text_column {
	margin-right: 0;
	width: 100% !important;
	padding-top: 0px !important;
}
.popsearch.services .vc_column-inner, .popsearch.information .vc_column-inner {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
	
	.vcex-heading {
		font-size: 19px !important;
		line-height: 30px !important;
	}
	
	.dimarchos-home-section .vc_column-inner {
	margin: 0 !important;
}
	
.quotext-block {
    height: 180px;
    position: absolute;
    bottom: -80px;
    right: 0;
    font-size: 16px !important;
    background-size: contain;
    background-repeat: no-repeat;
}
	
	.dimarchos-home-section .vc_row .vc_column_container:first-child {
	margin-bottom: 70px;
}

.dimarchos-home-section .background-icon {
	margin-top: 15px !important;
}


.dimarchos-home-section .background-icon .vcex-icon-box-text {
	align-content: center;
}

.dimarchos-home-section .background-icon:hover p {
	font-weight: normal;
}
	
	.quotext-block > div > p {
	width: auto;
	left: 50%;
}
	
.vc_row .theme-button-wrap .circleright-btn {
	font-size: 14px;
}

	.circleright-btn > span {
	flex-wrap: nowrap;
}
	
	.vc_row.threeb-row {
		margin-top: 65px !important;
		margin-bottom: 0px !important;
	}
	
	.vc_row.threeb-row .wpb_wrapper .vc_column-inner {
	padding: 25px !important;
}
	
	body .mobile-no-paddings{
		padding: 30px 5% !important;
	}

	
	.news-filter-wrapper .vcex-navbar-inner {
		display: grid;
		grid-template-columns: auto auto;
		gap: 10px;
	}
	
		.theme-button.diavgeia {	
		max-width: 150px;
		padding: 10px 14px !important;
		max-height: 43px;
	}

	.athens-in-numbers-col-left .wpex-carousel__nav {
		top: 0px;
		position: relative;
	}
	.ain-counter-wrapper {
		top: 0;
		min-height: 35px;
    	align-content: center;
	}
	.ain-counter-text {
		display: flex;
		white-space: nowrap;
	}
		.draseis-banners .wpex-carousel__nav button {
		margin-top: 10px;
	}

	#coaAllnews .wpex-card-inner .vc_row .wpb_wrapper .vc_row {
		display: flex;
		margin-top: 10px;
	}
	#coaAllnews .wpex-carousel__nav {
		top: 25px;
	}
	.all-news-button-mobile {
		display: flex;
		position: relative;
		justify-content: start;
		top: 40px;
		z-index: 2;
		width: fit-content;
	}
	.all-news-button-desktop {
		display: none;
	}

	.ellipsis.four-lines {
		--numberoflines: 4 !important;
	}


.athens-in-numbers-col-left .wpex-post-cards-inner .wpex-post-cards-loop {
	max-height: 150px;
}
	
	.newsletter-home-form .newsletter-form .newsletter-submit input[type="submit"] {
 	 	padding: 12px 30px;
		min-width: unset;
		width: 100%;
	}
	
	.newsletter-home-form .newsletter-form .newsletter-input input[type="email"] {
		max-width: 90vw; 
		min-width: unset;
		padding: 14px 15px;
	}
	
	.newsletter-home-form .vc_column-inner {
	padding: 0 30px !important;
}

.newsletter-home-form .vcex-heading {
	font-size: 22px !important;
}

.newsletter-home-form p {
	font-size: 16px !important;
}

.newsletter-form p {
	flex-direction: column;
	gap: 10px;
}
	
	ul.diavgeia-feed {
	padding-right: 0px;
	margin-left: -10px;
}
	
	ul.diavgeia-feed::before {
	min-height: unset;
}
	
	.show-more-thematikes-mobile, .mobile-thematikes {
		display: block;
	}
	
	.desktop-thematikes {
		display: none !important;
	}
	
	.vc_row .mobile-thematikes:first-child {
		grid-area: 1 / 1 / 2 / 2;
	}
	
		.vc_row .mobile-thematikes:last-child {
		grid-area: 1 / 2 / 2 / 3;
	}
	
.vc_row .mobile-thematikes .vcex-module:nth-child(n+10) {
	max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0;
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
	transition: all 0.3s ease-in-out;
}

.vc_row .mobile-thematikes.expanded .vcex-module:nth-child(n+10) {
    opacity: 1;
    visibility: visible;
   	max-height: 115px !important;
    min-height: 115px !important;
    padding-top: 10px !important;
    margin-bottom: 20px !important;
}

.show-more-thematikes-mobile.expanded .vcex-button-inner.theme-button-inner, .show-more-thematikes-mobile.expanded .vcex-button-icon, 
.show-more-micro-sites-button .vcex-button-inner.theme-button-inner, .show-more-micro-sites-button.expanded .vcex-button-icon {
	transition: all 0.3s ease-in-out;
}

.show-more-thematikes-mobile.expanded .vcex-button-inner.theme-button-inner,
.show-more-micro-sites-button.expanded .vcex-button-inner.theme-button-inner {
	position: relative;
	color: transparent;
}

.show-more-micro-sites-button.expanded {
	width: auto !important;
}

.show-more-thematikes-mobile.expanded .vcex-button-icon {
	color: #fff;
	transform: rotateX(180deg);
}

.show-more-micro-sites-button.expanded .vcex-button-icon {
	color: #1a73e8;
	transform: rotateX(180deg);
}

.show-more-thematikes-mobile.expanded .vcex-button-inner.theme-button-inner::before,
.show-more-micro-sites-button.expanded .vcex-button-inner.theme-button-inner::before {
	content: 'ΔΕΙΤΕ ΛΙΓΟΤΕΡΑ';
	position: absolute;
	opacity: 1;
	color: #fff;
	width: 100%;
	height: 100%;
}

.show-more-micro-sites-button.expanded .vcex-button-inner.theme-button-inner::before {
	color: #1a73e8;
}

.micro-sites-container .vcex-icon-box-content p,
.sub-domains-container .vcex-icon-box-content p {
	line-height: 35px;
}
	
	.thematics .vcex-module.vcex-icon-box {
	margin-bottom: 20px !important;
}
	
	.page-header .page-header-inner {
		align-content: end;
		display: flex;
		max-height: 240px;
		min-height: 240px;
	}

	.page-header .page-header-inner .page-header-content {
		align-content: end;
	}

.vc_row.popsearch-row-inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    overflow-x: auto;
}

.popsearch.heading {
	grid-area: 1 / 1 / 2 / 3;
}

.popsearch.services {
	grid-area: 2 / 1 / 3 / 2;
}

.popsearch.information {
	grid-area: 2 / 2 / 3 / 3;
}

.popsearch.heading .vcex-heading.vcex-module.wpex-heading {
	margin-left: 45px;
}

.popsearch.heading .vc_column-inner {
	padding-left: 0;
}

.dimarchos-heading {
	margin-left: 45px;
}

.popsearch.services .vc_column-inner, .popsearch.information .vc_column-inner  {
	min-height: 100%;
}

.threeb-row > .vc_column_container {
	padding: 0 !important;
}

.threeb-row.mobile .sp-buttons{
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.threeb-row.mobile .sp-button {
	background: #D9D9D9;
}

.threeb-row.mobile .sp-button.sp-selected-button {
	background: #AA2239;
}

#coaAllnews .vcex-post-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.vc_row.news-heading {
	padding-top: 45px !important;
}

.thematics .vcex-heading {
	margin-bottom: 10px !important;
	margin-left: 35px;
}
.news-heading.vcex-heading, .draseis-banners .vcex-heading, .sinedriasi-row .vcex-heading, .athens-in-numbers-col-left .vcex-heading {
	margin-left: 45px;
	width: 100%;
}
.sinedriasi-row > div > .vc_column-inner {
	padding-right: 15px !important;
}

.sinedriasi-row .wpb_text_column {
	padding-right: 0 !important;
}

.sidebordertext .vcex-heading-inner::before {
  top: 15px !important;
}

.stats-number .vcex-heading {
	padding-top: 20px;
}


.vc_row.draseis-banners {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.vc_row.dimarchos-home-section {
	padding-top: 120px !important;
}



.page-header.background-image-page-header {
	max-height: 180px !important;
    align-content: end;
    min-height: 140px;
}

.page-header .page-header-title {
	font-size: 19px;
}

.page-header.background-image-page-header:not(.wpex-supports-mods) .page-header-title {
	font-size: 19px;
	padding-top: 0;
}


.vc_row.services-popular-mobile {
	padding-left: 20px !important;
}

.services-popular-mobile .vcex-module {
	padding-right: 0 !important;
	max-width: 95%;
	left: 0 !important;
	top: 0 !important;
	min-height: 40px;
}

.vcex-module.vcex-icon-box.nrwicon.file-icon {
	left: 15px !important;
}

.nrwicon.file-icon .vcex-icon-box-text, .custom-icon-payment .vcex-icon-box-symbol, .custom-icon-payment .vcex-icon-box-text,
.euro-icon .vcex-icon-box-text {
	margin-left: 15px;

}
.coa-services-search .input-wrapper {
	display: grid;
	border-radius: 0;
	background-color: transparent;
	gap: 20px;
}

.coa-services-search .dropdown-button {
	width: 100%;
}

.coa-services-search .search-input {
	padding: 0px;
	width: 100%;
	order: -1;
}
.coa-services-search .search-icon {
	left: 10px;
	font-size: 16px;
	width: 20px;
	height: 20px;
	top: 50%;
	padding: 0.7rem;
	background-size: contain;
	transform: translateY(-50%);
}

.coa-sg-group .group-toggler-wrapper {
	display: flex;
}

.group-toggler-wrapper .vc_column_container.vc_col-sm-11 {
	flex: 1 1 95%;
}

.group-toggler-wrapper .wpb_column.vc_column_container.vc_col-sm-1 {
	flex: 1 1 5%;
}

.group-toggler-wrapper .vcex-page-title__heading {
	font-size: 16px;
}


.contact-form-container input[type="submit"] {
	width: 100%;
}

.vc_row.contact-details-container {
	display: flex;
	background: #F5F7FA;
  	padding-top: 20px;
	column-gap: 0 !important;
    max-height: 90px;
}

.contact-details-container .wpb_text_column p span {
	font-size: 16px;
}

.contact-details-container .vcex-icon-wrap {
	padding: 15px;
	font-size: 16px;
	background-color: #fff !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.contact-details-container .wpb_text_column {
	padding-top: 0 !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.contact-details-container p {
  font-size: 16px;
}

    .vc_row.wpb_row.vc_inner.vc_row-fluid.contact-details-container .vc_column-inner {
	margin-bottom: 20px;
}

.mobile-flex .vc_row {
	display: flex;
	gap: 0;
}
.mobile-flex .wpb_text_column {
	width: auto !important;
}
.mobile-flex .vcex-icon-wrap {
	width: 45px !important;
	height: 45px !important;
	font-size: 29px;
}

.micro-sites-container .wpb_wrapper .vcex-module.vcex-icon-box, .sub-domains-container .vcex-module.vcex-icon-box {
	padding-right: 15px !important;
	padding-left: 20px !important;
}
.micro-sites-container.vc_row {
	margin-bottom: 0 !important;
}

.micro-sites-container .vc_column_container:last-child {
	max-height: 0px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.micro-sites-container .vc_column_container.expanded:last-child {
	max-height: 100%;
	visibility: visible;
	opacity: 1;
	transition: 0.3s all ease-in-out;
}

.vc_row.show-more-btn-mobile {
	display: block;
}


.vc_row.thematics-general.mobile {
	display: block;
}

.vc_row.thematics-general {
	display: none;
}

.sxetikes-apofaseis-container .vc_column-inner {
	margin-bottom: 0px;

}
.dimos-stats .athens-in-numbers-col-left.vc_column_container > .vc_column-inner {
	padding-right: 0 !important;
}

.post-card-icon::before {
	min-height: 210px;
}


.mobile-margin-bottom .wpb_column.vc_column_container {
	margin-bottom: 50px;
}

.custom-caption .vcex-image-caption {
	max-width: 280px;
	padding: 20px 30px;
	position: absolute;
	bottom: -80px;
	font-size: 22px;
	left: 50px;
	z-index: 2;
}

.contact-form-container {
	margin-bottom: 50px;
}

.term-dimarchos .vcex-social-links {
	margin-top: 50px;
}

.term-genikos-grammateas .vcex-social-links {
	margin-top: 50px;
}

#row-max-height .wpb_text_column {
	margin-top: 0 !important;
}

#row-max-height {
	max-height: unset;
	margin-top: 150px !important;
}
.accordion-container .vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
	padding-left: 0 !important;
}

.vc_row.accordion-container {
	margin-top: 50px;
	margin-bottom: 40px !important;
}

.accordion-container .vcex-module {
	padding-left: 0 !important;
}

.term-dimarchos .mobile-no-paddings > .vc_column_container > .vc_column-inner {
	padding-left: 15px !important;
}

.term-dimarchos .mobile-flex .vc_row {
	padding-left: 0 !important;
}

.term-dimarchos .mobile-flex .vcex-icon-wrap {
	font-size: 16px;
}

.term-dimarchos .mobile-flex .vcex-heading-inner {
	font-size: 16px;
}

.term-genikos-grammateas .mobile-no-paddings > .vc_column_container > .vc_column-inner {
	padding-left: 15px !important;
}

.term-genikos-grammateas .mobile-flex .vc_row {
	padding-left: 0 !important;
}

.term-genikos-grammateas .mobile-flex .vcex-icon-wrap {
	font-size: 16px;
}

.term-genikos-grammateas .mobile-flex .vcex-heading-inner {
	font-size: 16px;
}

.dimarxos-form-inner-row {
    margin-bottom: 10px !important;
}

.genikos-form-inner-row {
    margin-bottom: 10px !important;
}

.dimarxos-form-row .vcex-social-links {
    font-size: 18px !important;
    margin-left: 20px;
}

.dimarxos-form-row .vcex-social-links__item .vcex-social-links__icon {
    width: 18px !important;
    height: 18px !important;
}

.genikos-form-row .vcex-social-links {
    font-size: 18px !important;
    margin-left: 20px;
}

.genikos-form-row .vcex-social-links__item .vcex-social-links__icon {
    width: 18px !important;
    height: 18px !important;
}

.tax-who .vc_row,
.tax-where .vc_row,
.tax-thema .vc_row,
.tax-neighborhood .vc_row,
.tax-department .vc_row,
.tax-faq .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.searchpage .main-title {
	font-size: 22px;
	line-height: 40px;
	max-height: unset !important;
}

.ai-result-outer .search-wrapper {
	border: 0;
}

.home .ai-result-outer .search-input {
	border: 0;
}

.ai-result-outer .search-input {
	border: 1px solid #646464;
}

#loadingIndicator {
	margin-top: 160px;
}

.link-container.open {
	border: 1px solid #999;
	position: fixed;
	left: 50%;
	top: 65%;
	transform: translateX(-50%);
	height: auto;
	font-size: 12px !important;
}

.link-container.open .reference-title {
	font-size: 12px !important;
}


.custom-news-items .vc_row.vc_inner , #deltia-tipou-container .vc_row.vc_inner {
	display: flex;
	padding-left: 15px;
}

.custom-news-items .vc_row.vc_inner .vc_column-inner, #deltia-tipou-container .vc_row.vc_inner {
	padding-left: 0;
	padding-right: 0;
}

.filters-container {
	margin-bottom: 20px;
}

#search-bar-icon::before {
  max-height: 20px;
  max-width: 20px;
}

#deltia-tipou-container .wpex-card-inner {
	display: block;
}

#deltia-tipou-container .vcex-post-terms__item {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

#deltia-tipou-container {
	margin-top: 0;
	padding-top: 10px;
}

.vc_row.mobile-no-padding-top {
	padding-top: 0 !important;
}

.vc_row.mobile-no-margin-bottom {
	margin-bottom: 0 !important;
}

.mobile-no-padding-top .vcex-heading {
	margin-top: 40px;
}


.search-bar-icon::before {
	width: 16px;
	height: 16px;
	left: 10px;
}

.search-bar-icon input {
	padding-left: 30px;
	padding-right: 20px;
}

.phonebook-inner-row {
	padding: 0 15px;
}

.phonebook-item-container {
	padding: 15px;
}


.vc_row.mobile-no-padding-top {
	margin-top: 0 !important;
}

  .page-header .page-header-title {
    display: -webkit-box !important;
    --numberoflines: 2 !important;
    line-clamp: var(--numberoflines) !important;
    -webkit-line-clamp: var(--numberoflines) !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .site-breadcrumbs .breadcrumb-trail .trail-end {
    font-weight: 700;
    display: -webkit-box !important;
    --numberoflines: 2 !important;
    line-clamp: var(--numberoflines) !important;
    -webkit-line-clamp: var(--numberoflines) !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  #sidr-main.sidr-right {
    z-index: 9999999999;
  }

  .mobile-menu-extra-content {
      background-color: var(--wpex-gray-100);
      position: relative;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      padding: 30px;
  }

  .footer-builder-content .vcex-heading {
      margin-top: 0 !important;
      font-size: 16px !important;
  }

  .footer-builder-content .vcex-social-links {
      font-size: 18px;
  }

  .footer-builder-content .vcex-icon-box .vcex-icon-box-content {
      font-size: 14px !important;
  }

  .footer-builder-content .vc_col-sm-3:nth-of-type(1) {
    width: 190px;
  }

  .footer-builder-content .vc_col-sm-3:nth-of-type(3) .wpb_wrapper {
    position: relative;
    top: -4px;
  }

  .footer-builder-content .vc_col-sm-3:nth-of-type(3) .vcex-social-links {
    font-size: 17px;
  }

  .thematics-general .vcex-module.vcex-icon-box {
      max-height: unset;
      max-width: unset;
      min-width: unset;
      margin-bottom: 20px !important;
  }

  .news-navigation-wrapper .search-col {
    margin-top: 0 !important;
  }

  .ai-result-outer .voice-search {
    padding: 0;
    top: calc(-100% + 8px);
    left: calc(100% - 60px);
}

.dimarxos-faq-wrapper .wpb_wrapper > div:last-of-type {
  padding-left: 0 !important;
}

  .news-categories.flex-column .wpb_wrapper {
      display: grid;
      justify-content: start;
      row-gap: 30px;
    }

    .vc_row.news-heading {
      padding-bottom: 0px !important;
    }

    html body .coa-prokirikseis-feed {
      padding-top: 80px !important;
  }

}


@media (max-width: 1024px) {

  #aiResults, #searchResults {
    max-width: 100%;
    padding: 1rem;
  }
  
  #aiResult .main-title, #aiResult .main-subtitle {
    font-size: 2rem;
  }

  .main-title, .main-subtitle {
    font-size: 2rem;
  }

  .athens-in-numbers-col-left.mobile-no-paddings > .vc_column-inner {
    padding-right: 0px !important;
}

.quotext-block {
  background-size: 330px !important;
}

.quotext-block p {
    font-size: 20px;
    margin-left: -15px;
}

  .draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--next {
    inset-inline-end: var(--wpex-carousel-arrow-next-right, -10px);
}


.draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--prev {
    inset-inline-start: var(--wpex-carousel-arrow-prev-left, -10px);
}

.tax-who .page-sidebar, .tax-where .page-sidebar, .tax-thema .page-sidebar, .tax-department .page-sidebar, .tax-neighborhood .page-sidebar, .tax-faq .page-sidebar, .page-template-default .page-sidebar {
  gap: 20px;
}

.service-template-default .vc_col-sm-9, .service-template-default .vc_col-sm-3 {
    float: unset;
    width: 100%;
}

.service-template-default .custom-singular-template.entry > div {
    margin-top: 20px !important;
}

.tax-who .page-sidebar .sidebar-item, .tax-where .page-sidebar .sidebar-item, .tax-thema .page-sidebar .sidebar-item, .tax-department .page-sidebar .sidebar-item, .tax-neighborhood .page-sidebar .sidebar-item, .tax-faq .page-sidebar .sidebar-item, .page-template-default .page-sidebar .sidebar-item {
    max-width: 220px;
}

.coa-sg-flag {
    margin-top: -40px;
    margin-bottom: 40px;
}

}


@media (max-width: 768px) {

  #aiResult .main-title, #aiResult .main-subtitle {
    font-size: 1.8rem;
  }

  .main-title, .main-subtitle {
    font-size: 1.8rem;
  }

  .search-wrapper {
    flex-direction: column;
    border-radius: 1rem;
  }

  .ai-dropdown {
    border-radius: 0;
    justify-content: center;
  }

  .search-input {
    height: 50px;
  }

  .frequent-queries-list {
    align-items: center;
  }

  
  #aiResults {
    display: none;
  }

  .search-controls {
    flex-direction: column;
    align-items: center;
  }

  .service-entry {
    flex-direction: column;
    gap: 10px;
  }

  .service-group {
    padding: 20px;
  }

  .frequent-query-pill {
    font-size: 13px;
  }

  .ain-progressbar {
    width: calc(100% - 170px);
  }
  
.stats-numbers .vc_col-sm-6 {
    width: 50%;
    float: left;
  }

.home-banner-container .home-banner-mobile .vcex-image-inner {
    padding-top: 250px !important;
  }



ul.diavgeia-feed::before {
  left: 40px;
  }

li.diavgeia-feed-item {
  padding-left: 70px;
  }

li.diavgeia-feed-item::before {
  left: 33px;
  }

.diavgeia-all-btn {
    margin-top: 38px !important;
    margin-left: 28px !important;
  }

  	#wpex_simple_menu-2,
	  #wpex_simple_menu-3,
	  #wpex_simple_menu-4,
	  #wpex_simple_menu-5 {
		  padding-bottom: 0;
	  }
	
	  #wpex_simple_menu-2 .widget-title,
	  #wpex_simple_menu-3 .widget-title,
	  #wpex_simple_menu-4 .widget-title,
	  #wpex_simple_menu-5 .widget-title,
	  #custom_html-2 .widget-title {
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
	}

  #footer-widgets .footer-box:not(:first-of-type, :last-of-type) {
    border-bottom: 1px solid #144678;
    padding-bottom: 10px;
  }
	
		#wpex_simple_menu-2.expanded .widget-title,
	  #wpex_simple_menu-3.expanded .widget-title,
	  #wpex_simple_menu-4.expanded .widget-title,
	  #wpex_simple_menu-5.expanded .widget-title,
	  #custom_html-2.expanded .widget-title {
		  margin-bottom: 10px;
	}
	
	#wpex_simple_menu-2 ul,
	#wpex_simple_menu-3 ul,
	#wpex_simple_menu-4 ul,
	#wpex_simple_menu-5 ul,
		#custom_html-2 .textwidget {
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s all ease-in-out;
	}

	#wpex_simple_menu-2.expanded ul,
	#wpex_simple_menu-3.expanded ul,
	#wpex_simple_menu-4.expanded ul,
		#wpex_simple_menu-5.expanded ul,
		#custom_html-2.expanded .textwidget {
		max-height: 100%;
		opacity: 1;
		visibility: visible;
	}
	
	#wpex_simple_menu-2 .widget-title::after,
  #wpex_simple_menu-3 .widget-title::after,
  #wpex_simple_menu-4 .widget-title::after,
  #wpex_simple_menu-5 .widget-title::after,
  #custom_html-2 .widget-title::after {
        content: '';
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 100%;
        transform: translate(-100%, -100%);
        background: url(/wp-content/uploads/2025/10/arrow-down.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
    }

	#wpex_simple_menu-2.expanded .widget-title::after,
  #wpex_simple_menu-3.expanded .widget-title::after,
  #wpex_simple_menu-4.expanded .widget-title::after,
  #wpex_simple_menu-5.expanded .widget-title::after,
  #custom_html-2.expanded .widget-title::after {
	  transform: translateX(-100%) translateY(-50%) rotate(180deg);
  }

  .footer-box.col-1, .footer-box.col-2, .footer-box.col-3, .footer-box.col-4, .footer-box.col-5, .footer-box.col-6 {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .popsearch.services .vcex-list_item, .popsearch.information .vcex-list_item {
    padding-right: 20px;
  }

    .news-categories nav .vcex-navbar-inner a {
      width: auto;
      padding: 13px !important;
      margin: 0;
  }


  .news-categories nav .vcex-navbar-inner a:nth-of-type(1) {
    min-width: 80px;
  }


  .news-categories nav .vcex-navbar-inner a:nth-of-type(3) {
    min-width: 140px;
  }

  .news-categories nav .vcex-navbar-inner {
      display: flex;
      justify-content: start;
      justify-items: normal;
      align-items: flex-start;
      gap: 10px;
  }

    .news-categories.slider-by-viewport nav {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-right: 40px;
    }

    .news-categories.slider-by-viewport nav::-webkit-scrollbar {
        display: none;
    }

    .news-categories.slider-by-viewport nav .vcex-navbar-inner {
        display: inline-block !important;
        white-space: nowrap;
    }

    .news-categories.slider-by-viewport nav .vcex-navbar-inner > a {
        display: inline-block !important;
        float: none !important;
        white-space: nowrap;
        margin-right: 10px;
        max-width: 140px;
    }


    .news-categories.slider-by-viewport {
        overflow: visible !important;
    }

  .news-categories.slider-by-viewport nav .vcex-navbar-inner a:last-of-type:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 50px;
      width: 50px;
      pointer-events: none;
      background: linear-gradient(to right, rgba(12, 49, 93, 0), rgba(12, 49, 93,  1));
  }


    .draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--next {
      inset-inline-end: unset;
      top: calc(0px - 100px);
      right: 0px;
    }

    .draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--prev {
        inset-inline-start: unset;
        top: calc(0px - 100px);
        right: 65px;
    }

  
    .custom-caption .vcex-image-caption {
      font-size: 20px;
    }

    .custom-caption .vcex-image-caption::before {
      background-size: 50px;
    }

    .custom-caption .vcex-image-caption::after {
      background-size: 50px;
    }

    .dimarxos-bio-cola .vc_column-inner, .dimarxos-bio-colb .vc_column-inner {
      margin-bottom: 20px !important;
    }

    .dimarxos-bio-cola .wpb_text_column, .dimarxos-bio-colb .wpb_text_column {
      margin: 0 !important;
      padding: 0 !important;
  }

    .accordion-container .vcex-image-inner {
      display: block;
      text-align: center;
      margin: 0px auto 30px auto;
  }  

  .dimarxos-form-row {
      margin-top: 60px;
  }

  .dimarxos-faq-wrapper .vc_col-sm-1,
  .dimarxos-form-inner-row .vc_col-sm-1 {
    width: unset !important;
  }

  .genikos-form-inner-row .vc_col-sm-1 {
    width: unset !important;
  }

  .dimarxos-form-inner-row.social {
    margin-top: 40px;
  }

  .antidimarchoi-term-cards .vc_column-inner {
      margin-bottom: 0 !important;
  }

  .antidimarxoi-desc, .antidimarxoi-title {
      max-width: 90%;
  }

  .antidimarchoi-term-cards .wpex-term-cards-loop {
      row-gap: 150px;
  }

  html body .antidimarxoi-50col-row {
      margin-bottom: 20px !important;
  }

  html body .antidimarxoi-term-cards-row {
      padding-top: 130px !important;
      padding-bottom: 40px !important;
  }

  html body .antidimarxoi-50col-last-row {
      margin-bottom: 0px !important;
      padding-top: 0px !important;
  }

  .antidimarxoi-related-decision-col .vc_column-inner {
    padding-left: 20px !important;
  }

  html body .genikos-50-col-row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .page-header .page-header-title {
    font-size: 26px !important;
    line-height: 26px !important;
  }

   .contact-info-details-col {
    margin-top: 80px !important;
   }

  .contact-info-details-col .vc_column-inner {
    padding-left: 0 !important;
    margin-left: 20px !important;
  }

  .related-taxonomy-post-media .vc_column-inner {
    padding: 0;
  }

  .footer-builder-content .vc_col-sm-3:nth-of-type(1) {
    width: auto;
  }

  html body .footer-builder-content {
    max-width: 100% !important;
  }

  html body .dimos-grey-bg-row {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }

  #footer-builder .footer-builder-content > .vc_row {
    padding-left: 20px !important;
  }

  #footer-builder .footer-builder-content > .vc_row .vc_col-sm-3:last-of-type .vc_column-inner {
    padding-left: 0px !important;
  }

  .info-item.map iframe {
    width: 100%;
  }

  .related-services .wpex-post-cards-loop {
    gap: 0;
  }

  .thematics-general.mobile.fiftyfifty .vc_col-sm-6 {
      width: 50%;
      float: left;
      align-items: flex-start;
  }

   .news-navigation-wrapper .filters-container {
        width: 100% !important;
    }


    
     .news-navigation-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
     }

    .news-navigation-wrapper .diavgeia-col {
        justify-content: flex-start;
    }

    .news-navigation-wrapper .search-col {
        justify-content: flex-end;
    }
    
    .custom-dropdown-filters {
    	position: relative;
    	margin-right: 20px;
    	margin-left: -10px;
    }
    
    .vcex-searchbar .vcex-searchbar-input-wrap input {
    	font-size: 13px;
    	padding-left: 50px !important;
      height: 50px;
    }

    .custom-dropdown-date-filter input.form-control.input {
      max-width: 100% !important;
      min-width: 100% !important;
    }

    .news-navigation-wrapper .diavgeia-col .diavgeia-button span {
      justify-content: space-between;
    }

    .news-navigation-wrapper.vc_row,
    .news-navigation-wrapper.vc_inner {
        display: block !important;
        flex-wrap: unset !important;
        min-height: 0 !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 40px !important;
        margin-bottom: -40px !important;
    }

    .news-navigation-wrapper .vc_column_container,
    .news-navigation-wrapper .vc_column-inner,
    .news-navigation-wrapper .wpb_wrapper {
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    .news-navigation-wrapper .vc_column_container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .news-navigation-wrapper.wpex-vc-row-gap-0 {
        --wpex-vc-gutter: 0 !important;
    }

    html body .dimarchos-home-section .background-icon {
	    margin: 0 !important;
    }

    html body .dimarchos-home-section .background-icon:first-of-type {
      margin-top: 20px !important;
    }

    html body .thematics-text-left-col {
      margin-bottom: 0 !important;
    }

    html body .thematikes-button-col .vc_column-inner {
      margin-bottom: 0 !important;
    }

    html body .stats-number-mobile {
      padding-bottom: 0 !important;
    }

    html body .vc_row.draseis-banners {
      padding-bottom: 10px !important;
    }

    html body .sinedriasi-row {
      padding-bottom: 0 !important;
    }

    html body .custom-caption.quote-container .vcex-image-caption {
      left: 50%;
      transform: translateX(-50%);
      bottom: 14px;
      font-size: 17px;
      width: 80%;
  }

  .dimos-first-image-container {
    margin-bottom: 20px;
}

  .single-content  .vcex-heading {
    margin-bottom: 20px !important;
  }

  .single-content .wpex-post-cards-grid.wpex-row {
    margin-left: 20px !important;
  }

html body .vc_custom_1762790994007 {
    margin-bottom: 0px !important;
}

html body .vc_custom_1769677108311 {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}

html body .coa-sg-flag {
    margin-left: 24px;
    margin-top: -14px;
}

.info-item .icon {
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.site-breadcrumbs .container {
    line-height: 1.3;
}

.thematics.mobile-no-paddings {
    padding: 50px 5% 30px 5% !important;
}

.sinedriasi-row .vc_custom_1757061009978, .sinedriasi-row  .theme-txt-link {
  padding-left: 45px;
}

html body .contact-issues-row {
    margin-top: 0 !important;
}

}


@media (max-width: 600px) {
  .coa-ai {
    padding: 1rem;
  }
  
  .main-header {
    margin-bottom: 2rem;
    padding: 1rem 0;
  }

  .draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--prev {
    inset-inline-start: unset;
    top: calc(0px - 130px);
    right: 25px;
  }

  .draseis-banners .wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--next {
    inset-inline-end: unset;
    top: calc(0px - 130px);
    right: -30px;
  }

  .wpex-carousel__arrow-icon svg {
    width: 40px !important;
    height: 40px !important;
  }

  .vc_row.popsearch-row-inner {
    grid-template-columns: repeat(1, minmax(0px,100%));
    row-gap: 30px;
    overflow-x: hidden;
  }

  .popsearch.heading, .popsearch.services, .popsearch.information  {
    grid-area: unset !important;
  }

  .vc_row.popsearch-row-inner .vc_column-inner {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 500px) {

  .search-container {
    margin-bottom: 2rem;
  }
  
  .coa-ai {
    padding: 0.5rem;
  }


  .vc_row .mobile-thematikes.expanded .vcex-module:nth-child(n+10) {
      max-height: unset !important;
      min-height: 125px !important;
  }

  .threeb-row.slider-by-viewport > .vc_column_container {
      max-width: 350px !important;
  }

  .tax-who .page-sidebar, .tax-where .page-sidebar, .tax-thema .page-sidebar, .tax-department .page-sidebar, .tax-neighborhood .page-sidebar, .tax-faq .page-sidebar, .page-template-default .page-sidebar {
      gap: 20px;
  }

  li.sidebar-item.more-items button {
      font-size: 14px !important;
  }

  .tax-who .page-sidebar .sidebar-item button::after, .tax-where .page-sidebar .sidebar-item button::after, .tax-thema .page-sidebar .sidebar-item button::after, .tax-department .page-sidebar .sidebar-item button::after, .tax-neighborhood .page-sidebar .sidebar-item button::after, .tax-faq .page-sidebar .sidebar-item button::after, .page-template-default .page-sidebar .sidebar-item button::after {
      width: 18px;
      height: 18px;
  }

  li.sidebar-item.more-items {
    min-width: 150px;
    padding: 3px 5px;
  }

  .tax-who .page-sidebar .sidebar-item .nested-related-links.expanded, .tax-where .page-sidebar .sidebar-item .nested-related-links.expanded, .tax-thema .page-sidebar .sidebar-item .nested-related-links.expanded, .tax-department .page-sidebar .sidebar-item .nested-related-links.expanded, .tax-neighborhood .page-sidebar .sidebar-item .nested-related-links.expanded, .tax-faq .page-sidebar .sidebar-item .nested-related-links.expanded, .page-template-default .page-sidebar .sidebar-item .nested-related-links.expanded {
      min-width: 210px;
  }

  .dimarxos-faq-wrapper .vc_col-sm-11 {
    margin-left: 0;
  }

  .antidimarxoi-related-decision-col .apofaseis-col .vc_column-inner {
    padding-left: 0px !important;

  }

  .apofaseis-grid-container > span {
    font-size: 14px !important;
  }

  .page-header .page-header-title {
    font-size: 20px !important;
    line-height: 26px !important;
    	--numberoflines: 3 !important;
  }

  .promo-box {
    margin-bottom: 10px !important;
  }

  .promo-title {
      font-size: 14px;
  }

  .service-template-default .custom-singular-template.entry > div {
    margin-top: 0px !important;
    padding-top: 50px !important;
    padding-bottom: 0 !important;
  }

  .filters-container .wpb_wrapper {
    display: grid;
    row-gap: 15px;
  }

  .filters-container .wpb_wrapper nav {
    margin: 0;
  }

  .custom-dropdown-filters::before, .custom-dropdown-date-filter::before, .custom-dropdown-event-date-filter::before {
    margin-left: 0;
  }

  .news-navigation-wrapper .diavgeia-col, .news-navigation-wrapper .search-col {
	  width: 100% !important;
	  margin-bottom: 20px;
  }

  .news-navigation-wrapper .diavgeia-col .diavgeia-button {
    width: 100%;
  }

  html body .news-navigation-row {
    margin-top: 0 !important;
  }

  .latest-news-col .vc_column-inner {
    margin-bottom: 0 !important;
  }

  .dimarxos-form-inner-row > div > div {
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .mayorformbot {
    margin-bottom: 20px !important;
  }

  .custom-dropdown-filters .vcex-navbar-inner.expanded {
    width: 100%;
  }

.coa-prokirikseis-feed .post-card-item h4 a, .coa-prokirikseis-feed .wpex-card-title,  .coa-prokirikseis-feed  .wpex-post-cards-entry h2, .coa-prokirikseis-feed  .wpex-post-cards-entry h2 span {
  font-size: 16px !important; 
}

}


@media (max-width: 480px) {

  #loadingIndicator p {
    font-size: 17px;
}

    #chatbotModal .message-input-section textarea.search-input {
        max-width: calc(100vw - 40px);
        min-height: 100px;
    }

    #chatbotModal .message-input-section {
        min-height: 150px;
    }

    #chatbotModal .modal-header {
        padding: 20px 20px 16px 20px;
        margin-bottom: 10px;
    }

    #chatbotModal .header-title h2 {
        font-size: 18px;
    }

    #chatbotModal .info-popup {
        width: 280px;
    }

    #chatbotModal {
        display:none !important;
        height: 100vh;
        width: 100%;
    }

    #chatbotModal .modal-content {
        height: 100vh;
    }

    #chatbotModal .modal-content.chat-mode {
        height: calc(100vh - 240px);
    }

    div#chatbotModal.active {
        transform: translateX(-100%); 
    }

    #chatbotModal .subcategories {
        overflow: auto;
        
    }

    #chatbotModal .chat-mode-container {
        max-height: calc(100vh - 280px);
        overflow: auto;
    }

    #chatbotModal input, #chatbotModal textarea {
        font-size: 16px;
    }

   #chatbotModal .chat-messages {
        max-height: 100vh;
    }

    #chatbotModal .subcategory-list {
        max-height: calc(100vh - 330px);
        overflow-y: auto;
  }

  .draseis-banners .ain-description p {
      max-width: 75%;
  }

  .wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-large-svg span.menu-item-icon, .wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-custom-svg span.menu-item-icon {
    max-width: 36px;
    max-height: 36px;
  }

  .wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-custom-svg svg,
  .wpex-mobile-menu .sidr-class-menu-grey-text.sidr-class-custom-icon-payment svg {
    width: 36px;
    height: 18px;
  }

  .related-services .wpex-post-cards-entry .vc_column-inner {
    margin-bottom: 20px !important;
  }

  .related-services .wpex-post-cards-entry {
    min-height: unset !important;
  }

  .service-template-default .related-services .vcex-page-title__text {
    font-size: 14px !important;
  }

  .service-template-default .vcex-page-title h1 {
      line-height: 22px;
      margin-top: 0px;
  }

  .thematics-general .vcex-module.vcex-icon-box .wpex-heading {
    font-size: 14px !important;
  }
  
  html body .thematics-general .vcex-heading {
      font-size: 16px !important;
      line-height: 30px !important;
      margin-bottom: 20px !important;
  }

  body[class*="term-"] #content p img {
    margin-bottom: 20px;
  }

  .quotext-block {
    background-size: 80% !important;
    background-position: top center;
    width: 100% !important;
  }

  .quotext-block > div > p {
    width: auto;
    left: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

}

@media (max-width: 420px) {

   .quotext-block p {
    margin-top: -30px !important;
    font-size: 17px !important;
    line-height: 1.2;
  }

  #site-logo .logo-img {
    height: 60px !important;
    width: auto;
  }

  .my-mobile-header-html {
    position: absolute;
    left: calc(100% - 170px);
    top: 50%;
    display: flex;
    transform: translateY(-50%);
  }

  .siteindex::before, .searchtoggle::after {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .threeb-row.slider-by-viewport > .vc_column_container {
      max-width: 300px !important;
  }

  .threeb-row .threeb-text {
    font-size: 14px !important;
  }

  .news-heading.vcex-heading, .draseis-banners .vcex-heading, .sinedriasi-row .vcex-heading, .athens-in-numbers-col-left .vcex-heading {
      margin-left: 45px;
      width: 85%;
  }

  .dimarxos-faq-wrapper .vc_tta-panel-body {
    padding: 14px 0px !important;
  }
  
  .dimarxos-faq-wrapper .vc_tta-panel-body .vc_col-sm-1 {
      padding-right: 0;
      width: 60px !important;
  }

  .antidimarchoi-thumbnail img {
    max-width: 100px;
  }

  .antidimarxoi-desc, .antidimarxoi-title {
    max-width: 98% !important;
    font-size: 14px !important;
  }

 .antidimarchoi-term-cards .wpex-term-cards-loop {
    row-gap: 110px;
    column-gap: 15px;
  }

  .antidimarchoi-term-cards .vc_column-inner {
    padding: 0 !important;
  }

  .dimarxos-faq-wrapper .vc_col-sm-1, .dimarxos-form-inner-row .vc_col-sm-1, .genikos-form-inner-row .vc_col-sm-1 {
    width: 50px !important;
  }

  .dimarxos-faq-wrapper .vc_col-sm-11 p, .dimarxos-form-inner-row .vc_col-sm-11 p, .genikos-form-inner-row .vc_col-sm-11 p {
    font-size: 14px !important;
  }

  .tax-who .page-sidebar .sidebar-item, .tax-where .page-sidebar .sidebar-item, .tax-thema .page-sidebar .sidebar-item, .tax-department .page-sidebar .sidebar-item, .tax-neighborhood .page-sidebar .sidebar-item, .tax-faq .page-sidebar .sidebar-item, .page-template-default .page-sidebar .sidebar-item {
    max-width: 150px;
  }


  #footer-builder .footer-builder-content > .vc_row .vc_col-sm-3:last-of-type .vc_column-inner {
    padding-left: 5px !important;
  }

  .related-services .wpex-post-cards-entry {
    min-height: unset;
  }

  .sidr-mobile-nav-menu ul .sidr-mobile-nav-menu__link {
      padding: 5px 10px;
      line-height: 18px;
      font-size: 14px;
      padding-left: 22px;
  }

}

@media (max-width: 375px) {
    .threeb-row.slider-by-viewport > .vc_column_container {
      max-width: 260px !important;
  }

  html body #home-clickable-services .vc_column-inner .vcex-heading, html body #home-clickable-dendrofiteuseis .vc_column-inner .vcex-heading, html body #home-clickable-events .vc_column-inner .vcex-heading {
    font-size: 22px !important;
  }

  #site-logo .logo-img {
    height: 50px !important;
  }

  .my-mobile-header-html {
    left: calc(100% - 160px);
  }

}



/*********************** animations ***************************/

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes l16 {
  0% {
    background-position: -150% 0,-150% 0;
  }
  66% {
    background-position: 250% 0,-150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes totop {
  0% {
      opacity: 0;
      transform: translateY(3em);
    }
  100% {
      opacity: 1;
      transform: translateY(0em);
    }
}


@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 153, 255, 0.35);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 12px 6px rgba(0, 153, 255, 0.25);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 153, 255, 0.0);
    }
}

