/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.customBlockquote {
    background: #f3f5f7;
    border-color: #164e9c;
    border-radius: .375rem;
}

.customBlockquote p{
    font-size: 1.35rem;
    line-height: 1.75rem;
    color: #000;
    font-family: "Libre Baskerville", Georgia, serif;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style:normal;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(15, 47, 67, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(0.9);
    padding: 0 !important;
}

.back-to-top:hover {
    transform: translateY(-4px) scale(1);
    box-shadow: 0 8px 30px rgba(15, 47, 67, 0.5);
    background-color: #fff;
}

.back-to-top:active {
    transform: translateY(-2px) scale(1.02);
}

/* Arrow Icon */
.back-to-top .arrow-icon {
    color: #0F2F43;
    position: absolute;
    z-index: 2;
    transition: transform 0.3s ease;
}

.back-to-top:hover .arrow-icon { transform: translateY(-3px);}

/* Progress Ring */
.progress-svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    width: 60px;
    height: 60px;
}

.progress-circle {
    stroke: #0F2F43;
    stroke-dasharray: 176; /* 2πr where r=28 */
    stroke-dashoffset: 176;
    transition: stroke-dashoffset 0.1s ease, stroke 0.3s ease;
    stroke-linecap: round;
}

.back-to-top:hover .progress-circle { stroke: #0F2F43;}
.twae-wrapper {
    --tw-line-width: 2px;
    --tw-ibx-size: 30px !important;
}

.twae-vertical.twae-wrapper .twae-end, .twae-vertical.twae-wrapper .twae-start{ display: none;}

.newsGridArxiki a{ font-size: 1.1rem;}

body:not(.ast-theme-transparent-header) .main-header-bar {
    padding: 0.3em 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* .single-post .site-content, .archive.category .site-content{
    background-image: url(/wp-content/uploads/2020/06/blob-grad.svg);
} */

.wp-block-latest-posts > li > a { color: #39338e;}

.sidebar-main .widget{ border-radius: 10px;}

.archive.category h2.entry-title.ast-blog-single-element a, h3.ast-related-post-title.entry-title a{
   color: #39338e;
   font-weight: 600;
}

.archive.category .ast-excerpt-container.ast-blog-single-element{
    font-size: 0.9rem;
}

span.flagNumber {
    background-color: hsl(210 30% 94%);
    color: hsl(215 35% 20%);
    margin-left: 8px;
    padding: .195rem .375rem;
    border-radius: 9999px;
    font-size: .75rem;
    height: 1.25rem;
}

.text-xs{
    font-size: 0.75rem;
}

.leading-relaxed {
    line-height: 1.625;
}

span.badgeIconBoxProjects {
    font-size: 12px;
    color: #164E9C;
    border: 1px solid #E1EAF1;
    padding: 4px 7px;
    border-radius: 11px;
}

span.badgeIconBoxProjectsAssociated {
    font-size: 12px;
    color: #888a8c;
    border: 1px solid #E1EAF1;
    padding: 4px 7px;
    border-radius: 11px;
}

.activeEffect {
    position: relative;
    overflow: visible;
}

/* Κοινές ιδιότητες */
.activeEffect::before,
.activeEffect::after {
    content: '';
    position: absolute;
    inset: 43px 19px auto auto; /* top right */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    pointer-events: none;
}

/* Σταθερή κουκκίδα */
.activeEffect::after {
    background-color: #22c55e;
    z-index: 2;
}

/* Pulse */
.activeEffect::before {
    background-color: #4ade80;
    z-index: 1;
    animation: pulseExact 1.4s infinite;
    opacity: 0.75;
}

@keyframes pulseExact {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.protoSectionArthron .nekit-news-block-two-posts-wrap .primary-row .trailing-post {
    grid-template-columns: 1fr; /* αρχικά 1 στήλη για κινητά */
}

/* Από 768px και πάνω, 2 στήλες */
@media (min-width: 768px) {
    .protoSectionArthron.nekit-news-block-two-posts-wrap .primary-row .trailing-post {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Mobile*/
@media (max-width: 640px) {
    .customBlockquote{
        margin: 0;
    }
}

.timeline {
  position: relative;
  padding-left: 80px;
  max-width: 57vw;
}

@media (max-width: 470px ){
	.timeline {
	position: relative;
	padding-left: 40px;
	max-width: 65vw;
	}
}

.timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #164e9c;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
}

.timeline-year {
  position: absolute;
  left: -80px;
  width: 60px;
  height: 60px;
  background: #164e9c;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-content {
  background: #fff;
  padding: 20px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  width: 100%;
}

.timeline-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}

.timeline-content h4 {
  margin: 0;
  font-size: 16px;
}

.italic {
    font-style: italic;
}

@media (min-width: 821px) {
    .site-primary-header-wrap .ast-grid-right-section {
        justify-content: space-between;
    }
}

.meliLogoText{
	display: flex; 
	align-items: center;
	gap: 8px;
	padding: 0.5rem 0;
}

.single-post .ast-badge-tax{
    background-color: #ecb613;
}

.institutional-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
    margin-top: -3rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 10; /* να μην κρύβεται πίσω από το banner */
}

.post-hero-figure {
    margin: 0;
    overflow: hidden;
    border-radius: 2px;       /* rounded-sm */
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
                0 4px 6px -2px rgba(0,0,0,0.05); /* shadow-lg */
    background-color: #fff;
}

.post-hero-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover; /* δείχνει ολόκληρη την εικόνα χωρίς κόψιμο */
    display: block;
}

.post-hero-caption {
    background: #f5f5f5;      /* bg-muted */
    padding: 0.75rem 1rem;    /* py-3 px-4 */
    font-size: 0.75rem;       /* text-xs */
    color: #6b7280;           /* text-muted-foreground */
    line-height: 1.5;
}

@media (min-width: 640px) {
    .institutional-container {
        margin-top: -1rem;    /* sm:-mt-4 */
    }
    .post-hero-image {
        height: 320px;        /* sm:h-80 */
    }
}

.mb-2 {
    margin-bottom: .5rem;
}
.meta-label {
    font-size: .85rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: hsl(var(--muted-foreground));
}

#block-7{
    background-color: #e8ebee !important;
}

.related-posts {
    margin-top: 1rem;
}

.related-posts-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.related-posts-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.related-post-item {
    display: flex;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
    align-items: flex-start;
}

.related-post-item:hover .related-post-title {
    text-decoration: underline;
}

.related-post-thumb {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 4px;
}

.related-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-post-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.related-post-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
}

.related-post-date {
    font-size: 0.75rem;
    color: #9ca3af;
}

#secondary .sidebar-main {
    position: sticky;
    top: 40px; 
}

/* Hero carousel height */
.elementor-widget-geo_hero_slider{
	height: 100% !important;
}
