header .site-branding-logo {
  padding: 12px 0;
  display: inline-block;
  height: auto;
  /*max-width: 145px;*/
  max-width: 200px;
}

.header-one__left {
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 175px;*/
  /*flex: 0 0 175px;*/
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  padding-right: 30px;
  /*background:#ff0000!important;*/
}

.header-one__main-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%);
  flex: 0 0 calc(100%);
}

.header-one__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 calc(100% - 175px);*/
  /*flex: 0 0 calc(100% - 175px);*/
  -ms-flex: 0 0 calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
  /*background:#ff9900!important;*/
}

.top-header-link{
 color: #fff;	
}

.top-header-link:hover{
 color: #fff !important;	
}

.topbar__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.topbar__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.topbar-social a {
    font-size:18px;
}

.slider-layer-bcground-green{
 background: rgba(0, 51, 0, 0.6);
 border-left: 5px solid #fff;
}	

.slider-layer-bcground-green p{
 padding: 10px;
 color: #fff !important;
}


.slider-layer-bcground-grey{
 background: rgba(108, 122, 137, 0.6);
 border-left: 5px solid #fff;
}	

.slider-layer-bcground-grey p{
 padding: 10px;
 color: #fff !important;
}

.slider-layer-bcground-blue{
 background: rgba(49, 67, 135, 0.6);
 border-left: 5px solid #fff;
}	

.slider-layer-bcground-blue p{
 padding: 10px;
 color: #fff !important;
}

.slider-layer-bcground-red{
 background: rgba(150, 40, 27, 0.6);
 border-left: 5px solid #fff;
}	

.slider-layer-bcground-red p{
 padding: 10px;
 color: #fff !important;
}

.box_grey_bg:hover{
  /*background: rgba(167, 135, 75, 0.9);*/
  background: rgba(3, 87, 135, 0.8);
}	

h1, h2, h3, h4, h5, h6 {
  /*color: #765c32;*/
  color: #035787;
}

.iconbox-four__title{
	/*color: #564627;*/
	color: #035787;
}

.iconbox-three__title a{
	/*color: #564627 !important;*/
	color: #035787 !important;
}

.iconbox-bordered{
 background: rgba(255, 255, 255, 0.5);
 /*border: 2px solid #b08b4a;*/
 border: 2px solid #069af0; 
 border-radius: 10px;
 margin-bottom: 20px; 
 padding: 10px;
 position: relative;
 top:0;
 transition: top ease 0.5s;
 -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}	

.iconbox-bordered:hover{
  background: rgba(255, 255, 255, 1);
  top: -10px;
}	

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li a{
  color: #fff;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li a:hover{
  color: #fff;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li{
  color: #fff;
}

.social-icons-wrapper {
  background: transparent;
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-icons-wrapper a {
  color: black;
  font-size: 1.5em;
  text-decoration: none;
}

.social-icons-wrapper a:hover {
  opacity: 0.7;
}

.language-dropdown {
   background: rgba(255, 255, 255, 0.95);
   backdrop-filter: blur(10px);
   border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: 12px;
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   min-width: 160px;
   transition: all 0.3s ease;
}

.language-dropdown:hover {
   box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
   transform: translateY(-2px);
}

.current-language {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 12px 16px;
   cursor: pointer;
   font-weight: 500;
   color: #333;
   background: transparent;
   border: none;
   width: 100%;
   font-size: 14px;
   transition: background-color 0.2s ease;
}

.current-language:hover {
   background: rgba(108, 99, 255, 0.1);
}

.language-options {
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   background: rgba(255, 255, 255, 0.95);
   backdrop-filter: blur(10px);
   border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: 12px;
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
   margin-top: 4px;
   opacity: 0;
   visibility: hidden;
   transform: translateY(-10px);
   transition: all 0.3s ease;
   z-index: 1000;
}

.language-dropdown.open .language-options {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
}

.language-option {
   display: flex;
   align-items: center;
   padding: 12px 16px;
   cursor: pointer;
   transition: all 0.2s ease;
   color: #333;
   text-decoration: none;
   border: none;
   background: none;
   width: 100%;
   font-size: 14px;
}

.language-option:hover {
   background: linear-gradient(90deg, rgba(108, 99, 255, 0.1), rgba(124, 58, 237, 0.1));
   transform: translateX(4px);
}

.link-group {
  margin-bottom: 2.5rem;
  padding: 0;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(to right, #fdfdfd, #ffffff);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-top:5px;
}

.link-group a {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  margin: 0;
  text-decoration: none;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #4a5568;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background: #ffffff;
}

.link-group a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(135deg, #007B8A, #00a3b8);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-group a::after {
  content: '→';
  margin-left: auto;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: #007B8A;
  font-weight: 600;
}

.link-group a:hover {
  background: #f8fafc;
  color: #007B8A;
  padding-left: 28px;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 123, 138, 0.1);
}

.link-group a:hover::before {
  width: 4px;
}

.link-group a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.link-group a:last-child {
  border-bottom: none;
}

.link-group a:focus {
  outline: none;
  background: #f1f8ff;
  box-shadow: 0 0 0 2px rgba(0, 123, 138, 0.2);
}

.link-group a:active {
  transform: translateX(2px);
  transition-duration: 0.1s;
}
.plan-price {
  display:none;
}

.profile-section {
  font-family: 'Segoe UI', sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.profile-section h2 {
  font-size: 28px;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.5rem;
}

.profile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.profile-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  flex: 1 1 100%;
}

.profile-card img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #ccc;
}

.profile-text h3 {
  font-size: 18px;
  margin: 0 0 0.5rem;
}

.profile-text p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

.language-switcher-flags .flag-list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: flex-end;
  padding-top:15px;
}

.language-switcher-flags .flag-list img {
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.language-switcher-flags .flag-list img:hover {
  transform: scale(1.1);
}

.pricing-table.perivalon-bg-image .plan-name {
  background-image: url('/sites/default/files/2025-06/perivalon.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:60px;

}

.pricing-table.perivalon-bg-image {
    padding:0px;
    border-bottom:none;
}

.pricing-table.koinonikes-paroxes-bg-image .plan-name {
  background-image: url('/sites/default/files/2025-06/koinonia.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:60px;

}

.pricing-table.koinonikes-paroxes-bg-image {
    padding:0px;
    border-bottom:none;
}

.pricing-table.diakivernisi-bg-image .plan-name {
  background-image: url('/sites/default/files/2025-06/diakivernisi.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:60px;

}

.pricing-table.diakivernisi-bg-image {
    padding:0px;
    border-bottom:none;
}

.node-2830 .header-title {
  display: none !important;
}

@media (min-width: 1024.1px) {
  .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 40px 8px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    color: var(--menu-link-color);
  }
}

@media (min-width: 1024.1px) and (max-width: 1199px) {
  .navigation .gva_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.search-one__box {
  padding-left: 15px;
  border-left: 1px solid #e2dfeb;
}

@media (max-width: 1024px) {
  .search-one__box{
	display:none;
  }
}