/*
Theme Name: DSGR Child - Thermi Dental Clinic
Theme URI: https://3ds.gr
Author: 3ds.gr
Description: Custom theme για το thermidc.gr — πιστή αναπαραγωγή του αρχικού design με ACF PRO δυναμικό περιεχόμενο. Βασισμένο σε Twenty Twenty scaffolding.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dsgr-child
*/

/* ============================================================
   Thermi Dental Clinic — Static rebuild stylesheet
   Καθαρή αναπαραγωγή του οπτικού αποτελέσματος του thermidc.gr
   (Joomla template "look4website") με σημασιολογικά class names.
   ------------------------------------------------------------
   Design tokens: βλ. :root. Breakpoints: 480 / 768 / 992 / 1200 /
   1280 / 1400 / 1550 (όπως το πρωτότυπο).
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
	font-family: 'PFBagueSP';
	src: url('assets/fonts/PFBAGUESANSPRO.OTF') format('opentype');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'PFBagueSP';
	src: url('assets/fonts/PFBAGUESANSPRO-MEDIUM.OTF') format('opentype');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'PFBagueSP';
	src: url('assets/fonts/PFBAGUESANSPRO-BLACK.OTF') format('opentype');
	font-weight: 600 700;
	font-display: swap;
}

/* ---------- Design tokens ---------- */
:root {
	--color-primary: #411f19;      /* σκούρο καφέ — κουμπιά, footer, τίτλοι */
	--color-accent: #a4823d;       /* χρυσό — highlights, borders, hover */
	--color-body: #604029;         /* βασικό χρώμα κειμένου */
	--color-bg-light: #e6e7ef;     /* απαλό γκρι-μπλε φόντο ενοτήτων */
	--color-bg-brown: #604029;     /* καφέ φόντο (footer logo box) */
	--color-white: #fff;
	--overlay-dark: rgba(42, 42, 42, 0.42);  /* #2a2a2a6b */
	--font-main: 'PFBagueSP', 'Segoe UI', Arial, sans-serif;
	--ls-2: 2px;                   /* καθολικό letter-spacing του site */
	--transition-cta: all 0.6s ease-in-out;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: var(--font-main);
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-body);
	background: #fff;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }

a { color: inherit; text-decoration: none; }
a:hover, a:focus { color: inherit; text-decoration: none; }

p { margin: 0 0 1rem; }
p a { color: var(--color-accent); }

h1, h2, h3, h4, h5, h6 { margin: 0 0 0.5rem; font-weight: 500; line-height: 1.2; }

ul { margin: 0 0 1rem; padding-left: 2rem; }

iframe { max-width: 100%; border: 0; }

button {
	font-family: inherit;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: inherit;
}

.visually-hidden {
	position: absolute !important;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

/* ============================================================
   HEADER (κοινό σε όλες τις σελίδες)
   ============================================================ */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 31;
	background: var(--overlay-dark);
}

.header-inner {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 15px;
}

.header-logo {
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
	display: flex;
	align-items: center;
	padding: 5px 15px;
}

.header-logo img { width: 100%; max-width: 260px; }

.main-nav {
	flex: 0 0 66.6667%;
	max-width: 66.6667%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main-nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav li { position: relative; }

/* διαχωριστική γραμμή ανάμεσα στα items */
.main-nav li + li::before {
	content: "\A0";
	border-left: 1px solid rgba(235, 235, 235, 0.3);
	position: absolute;
	bottom: 1em;
	top: 1.6em;
	left: 0;
}

.main-nav a {
	position: relative;
	display: block;
	padding: 0 40px;
	color: var(--color-white);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: var(--ls-2);
	line-height: 62px;
	white-space: nowrap;
}

/* μικρή υπογράμμιση κάτω από κάθε link */
.main-nav a::before {
	content: "\A0";
	border-bottom: 1px solid #fff;
	position: absolute;
	width: 25px;
	bottom: 0.8em;
	left: 40px;
}

.main-nav li.active a { font-weight: 700; }

/* Τα link labels είναι τυλιγμένα σε <h3> (SEO/δομή, βλ. link_before/link_after
   στο wp_nav_menu) — μηδενίζουμε το default heading styling ώστε να
   κληρονομεί ακριβώς το στυλ του link (καμία οπτική αλλαγή). */
.main-nav h3,
.mobile-menu nav h3,
.footer-nav h3 {
	display: inline;
	margin: 0;
	font: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

@media (min-width: 992px) and (max-width: 1600px) {
	.main-nav a { padding: 0 17px; }
	.main-nav a::before { left: 17px; }
}

@media (max-width: 1200px) {
	.main-nav a { font-size: 16px; }
}

/* ---------- Language switcher (desktop) ---------- */
.lang-switcher {
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.lang-switcher .lang-toggle {
	background: #fff;
	color: #000;
	padding: 6px 12px;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* το πρωτότυπο κρύβει τις σημαίες στο header switcher */
.lang-switcher .lang-toggle img { display: none; }

.lang-switcher .lang-toggle::after {
	content: "";
	border-top: 4px solid #000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin-left: 4px;
}

.lang-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 120px;
	background: #fff;
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	z-index: 40;
}

.lang-switcher.open .lang-menu { display: block; }

.lang-menu li { text-align: left; padding: 5px; }
.lang-menu a { display: flex; align-items: center; gap: 6px; color: #000; font-size: 14px; padding: 3px 8px; }
.lang-menu a:hover { background: #f2f2f2; }

/* ---------- Mobile menu ---------- */
.menu-toggle { display: none; }

@media (max-width: 979px) {
	.main-nav, .lang-switcher { display: none; }

	.header-logo { flex: 0 0 66.6667%; max-width: 66.6667%; }
	.header-logo img { max-width: 220px; }

	.menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: auto;
		padding: 12px;
		color: #fff;
	}

	.menu-toggle svg { width: 24px; height: 24px; fill: #fff; }
}

.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 100;
	background: url('assets/images/folder/tds/home/slider/slide01/slider-newcolor2.jpg') center center no-repeat;
	background-size: cover;
	display: none;
	overflow-y: auto;
	padding: 90px 0 40px;
}

.mobile-menu.open {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Όσο είναι ανοιχτό το mobile menu, κρύψε ό,τι επιπλέει από πάνω του
   (ΕΣΠΑ banner κ.λπ.) — στο πρωτότυπο το offcanvas δείχνει ΜΟΝΟ τα βασικά
   στοιχεία του μενού, χωρίς άλλα floating widgets να «μπλέκονται» μέσα. */
body.mobile-menu-open .espa-box { display: none !important; }

/* Το ίδιο και όσο είναι ανοιχτό το modal μέλους ομάδας (mobile «Περισσότερα»)
   — το ΕΣΠΑ banner κάλυπτε το κουμπί «Επιστροφή» και δεν έκλεινε το modal. */
body.team-modal-open .espa-box { display: none !important; }

.mobile-menu .mobile-menu-logo img {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 225px;
}

.mobile-menu .mobile-menu-close {
	position: absolute;
	top: 18px;
	right: 18px;
	color: #fff;
}

.mobile-menu .mobile-menu-close svg { width: 22px; height: 22px; fill: #fff; }

.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-menu nav li { display: flex; justify-content: center; }

.mobile-menu nav a {
	color: #fff;
	font-size: 18px;
	padding: 12px 20px;
	display: block;
	text-align: center;
}

.mobile-menu .mobile-lang {
	display: flex;
	justify-content: center;
	margin-top: 10%;
	padding: 0;
}

.mobile-menu .mobile-lang li a { color: #fff; font-size: 18px; padding: 8px 20px; display: block; }
.mobile-menu .mobile-lang li:last-of-type { border-left: 1px solid #ebebeb; }

/* ============================================================
   HERO SLIDER (αρχική)
   ============================================================ */
.hero {
	position: relative;
	width: 100%;
	height: 56.25vw; /* αναλογία 1280x720 του LayerSlider */
	overflow: hidden;
	background: #000;
}

.hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: hero-kenburns 20s ease-in-out infinite alternate;
}

@keyframes hero-kenburns {
	from { transform: scale(1); }
	to   { transform: scale(1.2); }
}

.hero-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 62px 15px 0; /* ύψος header + πλάγιο gutter του container */
}

/* Το ημιδιαφανές panel αριστερά */
.hero-panel {
	flex: 0 0 50%;
	max-width: 50%;
	background: var(--overlay-dark);
	margin-top: 100px;
	padding: 0 3rem;
	align-self: center;
}

.hero-pane {
	display: none;
	padding: 3rem;
	position: relative;
}

.hero-pane.active { display: block; animation: pane-fade 0.4s ease; }

@keyframes pane-fade {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.hero-pane h1 {
	color: #fff;
	font-size: 50px;
	letter-spacing: var(--ls-2);
	font-weight: 700;
	/* pre-line: κρατά τα line breaks (από «|») αλλά μαζεύει τα περιττά κενά. */
	white-space: pre-line;
	margin: 0;
}

.hero-pane p {
	color: #fff;
	margin-bottom: 1rem;
}

.hero-pane p a { color: #fff; }

/* διακοσμητικά στα panes πληροφοριών (όχι στο default) */
.hero-pane.has-deco::before {
	content: "\A0";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 4rem);
	border-top: 1px solid var(--color-accent);
}

.hero-pane.has-deco::after {
	content: "\A0";
	position: absolute;
	top: -50px;
	right: -150px;
	width: 100px;
	height: 100px;
	background: url('assets/images/folder/tds/home/s3/cross.svg') center center no-repeat;
}

.hero-cta {
	display: inline-block;
	margin-top: 1.5rem;
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: var(--ls-2);
	background: var(--color-primary);
	color: #fff;
	transition: var(--transition-cta);
}

.hero-cta:hover { background: var(--color-accent); color: #fff; }

/* Καρτέλες κάτω από το panel */
.hero-tabs {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 3rem 1rem;
}

.hero-tabs button {
	color: #fff;
	padding: 0.5rem 3rem 0.5rem 1rem;
	font-size: 16px;
	letter-spacing: normal;
	text-align: left;
	border-left: 1px solid #fff;
}

.hero-tabs li:first-child button { border-left: 1px solid #fff; }

.hero-tabs button.active { color: var(--color-accent); }

/* Video δεξιά στο hero (ACF hero.video_id) */
.hero-video {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.hero-video iframe { width: 85%; max-height: 400px; border: 0; }

/* Πολύ φαρδιές οθόνες: ελαφρύ padding ώστε το βίντεο να μη μεγαλώνει υπερβολικά. */
@media (min-width: 1550px) {
	.hero-video { padding: 0 7%; }
	.hero-video iframe { width: 100%; }
}

@media (max-width: 992px) {
	.hero-video { flex: 0 0 100%; max-width: 100%; }
	.hero-video iframe { width: 90%; max-height: 200px; }
}

@media (min-width: 768px) and (max-width: 992px) {
	.hero-video iframe { max-height: 350px; }
}

/* Τηλέφωνο + social κάτω δεξιά */
.hero-contact {
	position: absolute;
	right: 0;
	bottom: 2rem;
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: flex-end;
	padding: 0 3rem;
	width: 50%;
}

.hero-contact a { color: #fff; font-size: 18px; letter-spacing: var(--ls-2); }

.hero-contact .social-icons { display: inline-block; }

.social-icons span a { margin-left: 20px; display: inline-block; }
.social-icons img { width: 25px !important; height: 25px !important; }

@media (min-width: 1200px) {
	.hero-contact { display: flex; }
}

@media (min-width: 1400px) {
	.hero-pane { min-height: 425px; }
}

@media (min-width: 1200px) and (max-width: 1550px) {
	.hero-pane { padding-top: 1rem; padding-bottom: 0; }
	.hero-pane h1 { font-size: 40px; }
	.hero-tabs { padding-top: 1rem; padding-bottom: 1rem; }
	.hero-tabs button { padding-right: 1rem; }
}

@media (min-width: 1023px) and (max-width: 1280px) {
	.hero-pane h1 { font-size: 35px; }
}

@media (max-width: 992px) {
	.hero { height: auto; min-height: 100vw; }

	.hero-content { padding-top: 125px; align-items: flex-start; }

	.hero-panel {
		flex: 0 0 90%;
		max-width: 90%;
		margin: 0 auto;
		padding: 0 1rem;
	}

	.hero-pane { padding: 1.5rem 1rem; }

	.hero-pane h1 {
		font-size: 30px;
		line-height: 34px;
	}

	.hero-cta { padding: 18px; font-size: 12px; }

	.hero-tabs { padding: 1.5rem 0.5rem; }
	.hero-tabs button { font-size: 14px; line-height: 15px; padding: 0.4rem 0.6rem; }

	.hero-pane p { font-size: 14px; line-height: 20px; }

	.hero-pane.has-deco::after {
		top: -60px;
		right: 4em;
		width: 40px;
		height: 40px;
		background-size: cover;
	}

	.hero-pane.has-deco::before {
		top: -40px;
		left: 4em;
		right: auto;
		width: calc(80% - 4em);
	}
}

@media (max-width: 480px) {
	.hero-pane h1 { white-space: normal; }
	.hero { min-height: 700px; }
}

/* ============================================================
   ΕΝΟΤΗΤΑ ΥΠΗΡΕΣΙΩΝ ΑΡΧΙΚΗΣ (sect-1)
   ============================================================ */
.services-section {
	background: var(--color-bg-light);
	padding-bottom: 6rem;
}

.services-columns {
	display: flex;
	flex-wrap: wrap;
}

.services-image {
	flex: 0 0 41.6667%;
	max-width: 41.6667%;
	overflow: hidden;
	min-height: 650px;
}

.services-image img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: left;
}

.services-pills-col {
	flex: 0 0 25%;
	max-width: 25%;
	background: #fff;
	position: relative;
}

.services-pills-inner {
	position: relative;
	height: 100%;
	padding: 6rem 3rem;
}

.services-pills {
	display: flex;
	flex-direction: column;
	padding: 0 3rem;
}

.services-pills button {
	display: block;
	text-align: left;
	padding: 0.5rem 1rem;
	color: var(--color-accent);
	font-size: 27px;
	line-height: 1.3;
	font-family: inherit;
}

.services-pills button.active {
	color: var(--color-primary);
	border-left: 2px solid var(--color-primary);
	font-weight: 700;
	letter-spacing: var(--ls-2);
}

/* χρυσή γωνία κάτω δεξιά του λευκού box */
.services-pills-col .corner-deco {
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 100px;
	height: 100px;
	border-bottom: 20px solid var(--color-accent);
	border-right: 20px solid var(--color-accent);
	z-index: 1;
}

.services-lists {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	text-align: left;
	padding: 3rem;
}

.services-pane { display: none; padding: 3rem; }
.services-pane.active { display: block; }

.services-pane ul { list-style: none; padding-left: 0; margin-bottom: 1rem; }

.services-pane ul li a {
	font-size: 24px;
	letter-spacing: var(--ls-2);
	font-weight: 500;
	color: var(--color-primary);
	display: block;
	padding: 0;
	line-height: 1.5;
}

.services-more {
	display: inline-block;
	margin-top: 3rem;
	padding: 0 2px 5px 2px;
	border-bottom: 2px solid var(--color-accent);
	font-weight: 700;
	letter-spacing: var(--ls-2);
	color: var(--color-primary);
}

/* Κινητό: carousel υπηρεσιών */
.services-mobile { display: none; }

@media (max-width: 992px) {
	.services-image {
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 0;
		max-height: 340px;
	}

	.services-image img { max-height: 425px; object-fit: contain; }

	.services-pills-col, .services-lists { display: none; }

	.services-mobile {
		display: block;
		width: 100%;
		background: #fff;
		text-align: center;
		padding: 3rem 0;
	}

	.services-mobile .carousel-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.services-mobile .carousel-head .carousel-title {
		flex: 1;
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
		color: var(--color-accent);
		text-align: center;
	}

	.services-mobile .carousel-head img { cursor: pointer; padding: 0 15px; }

	.services-mobile .carousel-item { display: none; padding: 3rem; }
	.services-mobile .carousel-item.active { display: block; }

	.services-mobile .carousel-item ul { list-style: none; padding: 0; text-align: center; }

	.services-mobile .carousel-item ul li a {
		display: block;
		font-size: 19px;
		line-height: 22px;
		color: var(--color-primary);
		padding: 0.5rem 1rem;
	}
}

/* ============================================================
   CTA «ΚΛΕΙΣΤΕ ΡΑΝΤΕΒΟΥ ONLINE» (sect-3)
   ============================================================ */
.booking-cta-section {
	background: var(--color-bg-light);
	padding: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.booking-cta {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
}

/* διακοσμητικό πλαίσιο-γωνίες */
.booking-cta::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "\A0";
	display: block;
	width: calc(100% - 90px);
	height: 50px;
	border-top: 1px solid var(--color-primary);
	border-right: 1px solid var(--color-primary);
}

.booking-cta::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "\A0";
	display: block;
	width: 50px;
	height: calc(100% - 90px);
	border-bottom: 1px solid var(--color-primary);
	border-left: 1px solid var(--color-primary);
}

.booking-cta-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 3rem;
	position: relative;
}

/* σταυρός πάνω αριστερά */
.booking-cta-inner::before {
	position: absolute;
	top: -50px;
	left: -50px;
	content: "\A0";
	display: block;
	width: 125px;
	height: 125px;
	background: url('assets/images/folder/tds/home/s3/cross.svg') center center no-repeat;
	transform: scale(0.5);
}

.booking-cta-title {
	flex: 0 0 50%;
	max-width: 50%;
	font-size: 40px;
	font-weight: 600;
	color: var(--color-primary);
	margin: 0;
}

.booking-cta-btn-wrap {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.cta-button {
	display: inline-block;
	background: var(--color-primary);
	color: #fff;
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: var(--ls-2);
	transition: var(--transition-cta);
}

.cta-button:hover { background: var(--color-accent); color: #fff; }

.booking-cta-section .section-spacer { flex: 0 0 100%; padding: 3rem; }

@media (max-width: 992px) {
	.booking-cta { flex: 0 0 100%; max-width: 100%; }

	.booking-cta-inner { padding: 1.5rem 0.5rem; }

	.booking-cta-inner::before { top: -35px; left: -35px; }

	.booking-cta-title {
		flex: 0 0 100%;
		max-width: 100%;
		font-size: 30px;
		text-align: center;
	}

	.booking-cta-btn-wrap {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: flex-end;
	}

	.cta-button { padding: 10px; font-size: 13px; margin-top: 3rem; }
	.cta-button img { max-width: 32px; }
}

/* ============================================================
   PAGE HERO (breadcrumb εσωτερικών σελίδων)
   ============================================================ */
.page-hero {
	background: url('assets/images/folder/tds/services/bread-services2.jpg') center center no-repeat;
	background-size: cover;
	height: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px;
}

body.page-services .page-hero { height: 650px; }

.page-hero-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding-top: 62px;
}

.page-hero-text-col {
	margin-left: 8.3333%;
	flex: 0 0 50%;
	max-width: 50%;
	color: #fff;
}

.page-hero-title {
	font-size: 82px;
	line-height: 94px;
	font-weight: 400;
	letter-spacing: var(--ls-2);
	margin: 0;
}

.page-hero-sub {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: var(--ls-2);
	padding: 3rem 6rem 3rem 0;
}

.page-hero-icon-col {
	margin-left: 50%;
	flex: 0 0 50%;
	max-width: 50%;
	color: #fff;
	text-align: left;
}

@media (max-width: 992px) {
	.page-hero { height: 340px; }
	body.page-services .page-hero { height: 800px; }

	.page-hero-title { font-size: 48px; line-height: 1.15; }

	.page-hero-text-col { margin-left: 0; flex: 0 0 100%; max-width: 100%; padding: 0 15px; }
	.page-hero-sub { padding: 1rem 0; }
	.page-hero-icon-col { margin-left: 0; flex: 0 0 100%; max-width: 100%; text-align: right; padding: 0 15px; }
}

/* ============================================================
   SERVICE PAGE (Υπηρεσίες / Κλινική / κειμενοσελίδες)
   ============================================================ */
.service-page {
	background: var(--color-bg-light);
	padding-bottom: 1px; /* περιέχει τα κάτω margins */
}

.service-category { display: flex; flex-wrap: wrap; padding-bottom: 3rem; }

.service-category-inner {
	flex: 0 0 83.3333%;
	max-width: 83.3333%;
	padding-bottom: 6rem;
}

/* πρώτη κατηγορία: τραβηγμένη πάνω μέσα στο page hero */
.service-category.pull-up .service-category-inner { margin-top: -3rem; padding-bottom: 6rem; }

.service-category.align-right { justify-content: flex-end; }
.service-category.align-right .service-category-inner { margin-left: 16.6667%; }
.service-category.align-left .service-category-inner { margin-right: 16.6667%; }

.category-banner {
	display: flex;
	flex-wrap: wrap;
	background: var(--color-primary);
}

.category-title-col {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	order: 1;
}

.category-title {
	position: relative;
	z-index: 1;
	margin: 0 -12rem 0 0;
	padding-left: 3rem;
	color: var(--color-accent);
	font-size: 50px;
	line-height: 57px;
	font-weight: 700;
	letter-spacing: var(--ls-2);
	border-left: 2px solid var(--color-accent);
	/* pre-wrap: σέβεται και το «|» (χειροκίνητο break) και σπάει φυσικά όταν
	   ο τίτλος έχει πολλές λέξεις — όπως στο πρωτότυπο (2 γραμμές). */
	white-space: pre-wrap;
	max-width: 6em;
}

.category-image-col {
	flex: 0 0 66.6667%;
	max-width: 66.6667%;
	order: 2;
	padding: 0;
}

.category-image-col img { width: 100%; }

.category-cards-row { display: flex; justify-content: center; }

.category-cards {
	flex: 0 0 66.6667%;
	max-width: 66.6667%;
	margin-top: -3rem;
	background: #fff;
	padding: 1.5rem 1.5rem 3rem;
}

@media (min-width: 992px) and (max-width: 1400px) {
	.category-title { font-size: 38px; }
}

@media (max-width: 992px) {
	.service-category-inner,
	.service-category.align-right .service-category-inner,
	.service-category.align-left .service-category-inner {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.category-title-col {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center;
		order: 2;
		padding: 3rem 0;
	}

	.category-title {
		font-size: 22px;
		line-height: 24px;
		margin-right: 0;
		padding-left: 0;
		border-left: 0;
		max-width: none;
		text-align: center;
	}

	.category-image-col {
		flex: 0 0 91.6667%;
		max-width: 91.6667%;
		order: 1;
		margin-top: -1.5rem;
	}

	.category-cards { flex: 0 0 75%; max-width: 75%; padding: 1rem 1rem 3rem; }
}

/* Tablet: χωρίς border/padding στον τίτλο (όπως πρωτότυπο) */
@media (min-width: 767px) and (max-width: 992px) {
	.category-title { padding-left: 0; border-left: none; }
}

/* ---------- Accordion ---------- */
.accordion-item { background: #fff; }

.accordion-header { padding: 0.75rem 1.25rem; background: transparent; }

.accordion-toggle {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: var(--color-primary);
	text-align: left;
	padding: 0.375rem 0.75rem;
	margin: 0;
	cursor: pointer;
}

.accordion-toggle::before {
	content: "\A0";
	position: absolute;
	left: -10px;
	top: 11px;
	width: 15px;
	height: 15px;
	background: url('assets/images/folder/tds/services/sect-closed.svg') center center no-repeat;
}

.accordion-toggle[aria-expanded="true"]::before {
	background: url('assets/images/folder/tds/services/sect-open.svg') center center no-repeat;
}

/* Ομαλό άνοιγμα/κλείσιμο — το max-height ορίζεται δυναμικά από το main.js */
.accordion-body {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.45s ease;
}

.accordion-content {
	padding: 1.25rem 3rem;
}

.accordion-content p {
	font-size: 18px;
	color: var(--color-primary);
}

.accordion-content img { max-width: 100%; }

/* YouTube/βίντεο iframes μέσα στο περιεχόμενο: full-width, αναλογία 16:9.
   Υπερισχύει των inline width/height του embed. */
.accordion-content iframe,
.text-page-content iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 1.5rem 0;
	border: 0;
}

@media (max-width: 767px) {
	.accordion-content { padding: 1.25rem 1rem; }
}

/* CTA στο τέλος κάθε κατηγορίας — ευθυγραμμισμένο με τη λευκή κάρτα */
.category-cta-row { display: flex; justify-content: center; margin: 0 0 3rem; }
.category-cta-row .inner { flex: 0 0 66.6667%; max-width: 66.6667%; margin-bottom: 3rem; }

@media (max-width: 992px) {
	.category-cta-row .inner { flex: 0 0 75%; max-width: 75%; }
}

.category-cta {
	display: inline-block;
	padding: 20px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: var(--ls-2);
	background: var(--color-accent);
	color: #fff;
	transition: var(--transition-cta);
}

.category-cta:hover { background: var(--color-primary); color: #fff; }

.category-cta img { padding-left: 10px; }

@media (max-width: 992px) {
	.category-cta { display: block; text-align: center; }
}

/* ---------- Gallery (αντικατάσταση Unite Gallery tilesgrid) ---------- */
.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
	margin: 2rem auto 0;
}

.gallery a {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery a:hover::after { opacity: 1; }

@media (max-width: 480px) {
	.gallery a { width: calc(50% - 5px); height: 140px; }
}

/* ---------- Lightbox ---------- */
.lightbox {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: #000;
	display: none;
	align-items: center;
	justify-content: center;
}

.lightbox.open { display: flex; }

.lightbox img {
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
}

.lightbox .lightbox-close {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #e5e5e5;
	font-size: 30px;
	line-height: 1;
	z-index: 2;
}

.lightbox .lightbox-counter {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #e5e5e5;
	font-size: 14px;
}

.lightbox .lightbox-prev,
.lightbox .lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #e5e5e5;
	font-size: 42px;
	padding: 10px 18px;
	user-select: none;
}

.lightbox .lightbox-prev { left: 10px; }
.lightbox .lightbox-next { right: 10px; }

/* ---------- Απλή σελίδα κειμένου (τουρισμός / απόρρητο) ---------- */
.text-page-row { display: flex; justify-content: center; }

.text-page-content {
	flex: 0 0 83.3333%;
	max-width: 83.3333%;
	margin: 3rem 0;
	padding: 0 3rem 6rem;
}

.page-main-title {
	padding-top: 25px;
	padding-bottom: 50px;
	font-size: 2.5rem;
	font-weight: 500;
}

/* Στο πρωτότυπο υπάρχει μια κενή παράγραφο (&nbsp;) ανάμεσα στον τίτλο και
   το πρώτο κείμενο, που δίνει επιπλέον οπτικό κενό. Το αναπαράγουμε εδώ με
   CSS ώστε η απόσταση να είναι πάντα σωστή, ανεξάρτητα από το αν κάποιος
   προσθέσει ή όχι κενή γραμμή στο περιεχόμενο. */
.page-main-title + p { margin-top: 40px; }

@media (max-width: 767px) {
	.text-page-content { flex: 0 0 100%; max-width: 100%; padding: 0 1.5rem 4rem; }
	.page-main-title { font-size: 2rem; }
}

/* ============================================================
   ΟΜΑΔΑ (omada)
   ============================================================ */
.team-section {
	background: url('assets/images/folder/tds/home/slider/slide01/slider-newcolor2.jpg') center center no-repeat;
	background-size: cover;
	width: 100vw;
	height: 110vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.team-section { min-height: 1350px; }
}

.team-section-inner { width: 100%; }

.team-progress-row {
	display: flex;
	justify-content: center;
	padding-top: 3rem;
}

.team-progress-bar {
	flex: 0 0 91.6667%;
	max-width: 91.6667%;
	position: relative;
	margin-top: 3rem;
}

.team-progress-bar::before {
	content: "\A0";
	position: absolute;
	top: 50%;
	left: 0;
	width: 75%;
	height: 1px;
	border-bottom: 1px solid var(--color-accent);
}

.team-progress-bar > img { transition: all 0.4s ease-in-out; }

.team-title-row { display: flex; flex-wrap: wrap; justify-content: center; }

.team-title-row .title-col { flex: 0 0 91.6667%; max-width: 91.6667%; }

.team-page-title {
	font-size: 82px;
	letter-spacing: var(--ls-2);
	line-height: 94px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

.team-arrows {
	flex: 0 0 91.6667%;
	max-width: 91.6667%;
	display: flex;
	justify-content: space-between;
}

.team-arrows img { padding: 0 25px; cursor: pointer; }

/* Carousel */
.team-carousel { overflow: hidden; position: relative; }

.team-track {
	display: flex;
	transition: transform 0.45s ease;
	will-change: transform;
}

.team-slide {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 5px;
}

@media (max-width: 1279px) {
	.team-slide { flex: 0 0 100%; max-width: 100%; }
}

.team-card {
	background: transparent;
	border: 1px solid transparent;
	padding: 3rem;
	display: flex;
	flex-wrap: nowrap;
}

.team-card .team-photo { flex: 0 0 33.3333%; max-width: 33.3333%; padding-left: 1.5rem; }

.team-card .team-info { flex: 0 0 66.6667%; max-width: 66.6667%; padding: 1.25rem; }

.team-card .team-name {
	font-size: 27px;
	line-height: 32px;
	font-weight: 700;
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	display: inline-block;
	width: min-content; /* όπως το πρωτότυπο: κάθε λέξη σε δική της γραμμή */
	padding-bottom: 0.5rem;
	margin: 0;
}

.team-card .team-role {
	font-size: 27px;
	line-height: 32px;
	font-weight: 400;
	color: var(--color-accent);
	padding: 0.5rem 0;
	margin: 0;
}

.team-card .team-toggle { text-align: right; }
.team-card .team-toggle img { max-width: 115px; cursor: pointer; }

.team-card .team-bio {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	min-height: 275px;
	padding-bottom: 3rem;
}

.team-card .team-bio .bio-text {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.45s ease, opacity 0.45s ease;
}
.team-card .team-bio .bio-text.open { opacity: 1; }

@media (min-width: 1279px) { .team-card .team-bio { min-height: 375px; } }
@media (min-width: 1400px) { .team-card .team-bio { min-height: 500px; padding-bottom: 0; } }

.team-more-btn {
	display: none;
}

.team-bottom-row {
	display: none;
	justify-content: center;
}

.team-bottom-row .inner {
	flex: 0 0 91.6667%;
	max-width: 91.6667%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

.team-bottom-row .social-icons { display: inline-block; line-height: 0; }

.team-bottom-row a { color: #fff; font-size: 18px; letter-spacing: var(--ls-2); }

.team-bottom-row .social-icons img { width: 18px !important; height: 18px !important; }

@media (min-width: 992px) {
	.team-bottom-row { display: flex; }
}

@media (max-width: 992px) {
	.team-section { padding-top: 75px; }

	.team-progress-bar::before { left: 4em; }
	.team-progress-bar > img { max-width: 50px; max-height: 50px; }

	.team-page-title { font-size: 40px; line-height: 55px; }

	.team-card { flex-wrap: wrap; padding: 1rem; }
	.team-card .team-photo { flex: 0 0 100%; max-width: 100%; padding-left: 0; text-align: center; }
	.team-card .team-photo img { max-height: 200px; width: auto; margin: 0 auto; }
	.team-card .team-info { flex: 0 0 100%; max-width: 100%; }

	.team-card .team-name { max-width: 100%; }

	.team-card .team-bio { min-height: 0; }
	.team-card .team-bio .bio-text { display: none !important; } /* στο κινητό ανοίγει modal */

	.team-card .team-toggle img { display: none; }

	.team-more-btn {
		display: inline-block;
		padding-top: 5px;
		color: #fff;
		padding-bottom: 2px;
		border-bottom: 2px solid #fff;
		float: left;
		font-size: 14px;
		cursor: pointer;
	}
}

@media (min-width: 767px) and (max-width: 1280px) {
	.team-progress-bar > img { max-height: 80px; }
	.team-card .team-role { font-size: 16px; line-height: 18px; }
}

@media (min-width: 481px) and (max-width: 992px) {
	.team-card .team-bio { min-height: 350px; }
}

/* Modal μέλους ομάδας (κινητό) */
.team-modal {
	position: fixed;
	inset: 0;
	z-index: 150;
	display: none;
	overflow-y: auto;
	background: url('assets/images/folder/tds/home/slider/slide01/slider-newcolor2.jpg') center center no-repeat;
	background-size: cover;
	padding: 50px 1rem 2rem;
}

.team-modal.open { display: block; }

.team-modal .modal-title {
	font-size: 27px;
	line-height: 32px;
	font-weight: 700;
	color: var(--color-accent);
	padding-bottom: 5px;
	border-bottom: 1px solid var(--color-accent);
	display: inline-block;
	margin: 0;
}

.team-modal .modal-subtitle {
	display: block;
	width: 100%;
	font-size: 27px;
	line-height: 32px;
	font-weight: 400;
	color: var(--color-accent);
	margin: 0.5rem 0 0;
}

.team-modal .modal-body { color: #fff; padding: 1rem 0; }

.team-modal .modal-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
}

.team-modal .modal-footer .team-more-btn { display: inline-block; float: none; }

/* Το footer εμφανίζεται κανονικά και στην «ομάδα» — απόκλιση σκόπιμη
   από το πρωτότυπο (πελάτης το ζήτησε ρητά, βλ. σχόλιο 2026-07). */

/* ============================================================
   ΦΟΡΜΕΣ (Επικοινωνία / Ραντεβού)
   ============================================================ */
.form-section {
	padding: 5em 15px;
	text-align: center;
}

body.page-form .form-section { padding-top: 125px; padding-bottom: 125px; }

.form-title { font-size: 2.5rem; font-weight: 500; margin-bottom: 2rem; }

.contact-form { display: flex; justify-content: center; }

.contact-form .form-fields {
	flex: 0 0 100%;
	max-width: 480px;
	text-align: left;
}

.form-row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.form-row .form-field { flex: 1 1 200px; padding: 0 10px; }

.form-field { margin-bottom: 0.75rem; }

.form-field label { display: block; padding-bottom: 0.25rem; }

.form-required { color: inherit; }

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control { height: auto; }

.form-check {
	text-align: center;
	padding: 0.5rem 0;
}

.form-check label { display: inline; padding-left: 6px; }
.form-check a { text-decoration: underline; color: #007bff; }

/* Επικοινωνία: φόρμα αριστερά, χάρτης δεξιά */
.form-map-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

.form-map-row .contact-form { flex: 0 0 33.3333%; max-width: 33.3333%; }
.form-map-row .contact-form .form-fields { max-width: none; padding: 0 15px; }

.form-map-row .map-col { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }
.form-map-row .map-col iframe { width: 100%; height: 500px; display: block; }

@media (max-width: 992px) {
	.form-map-row .contact-form,
	.form-map-row .map-col { flex: 0 0 100%; max-width: 100%; }
	.form-map-row .map-col { margin-top: 3rem; }
}

.form-captcha {
	display: flex;
	justify-content: center;
	padding: 0.75rem 0;
}

.captcha-placeholder {
	width: 302px;
	height: 76px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	background: #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	color: #555;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.captcha-placeholder .cbx {
	width: 28px;
	height: 28px;
	border: 2px solid #c1c1c1;
	border-radius: 2px;
	background: #fff;
}

.captcha-placeholder .brand { font-size: 10px; color: #9b9b9b; text-align: center; }

.form-submit { text-align: center; padding-top: 0.5rem; }

.form-submit input[type="submit"],
.submit-button {
	background: var(--color-primary);
	border: 0;
	color: #fff;
	font-size: 16px;
	font-family: inherit;
	padding: 15px 20px;
	cursor: pointer;
}

.map-section iframe { width: 100%; height: 500px; display: block; }

/* ============================================================
   CONTACT FORM 7 (σελίδα Επικοινωνία / Ραντεβού)
   Στυλ για τα δικά σου classes cf7-* + τα wrappers του CF7.
   ============================================================ */

/* Το CF7 τυλίγει κάθε πεδίο σε .wpcf7-form-control-wrap — κάν' το block/full-width */
.contact-form .wpcf7-form-control-wrap { display: block; width: 100%; }

/* Όνομα + Επώνυμο σε 2 στήλες */
.cf7-row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.cf7-row .cf7-col { flex: 1 1 180px; padding: 0 10px; }

.cf7-field,
.cf7-row { margin-bottom: 0.75rem; }

.cf7-col label,
.cf7-field label { display: block; padding-bottom: 0.25rem; color: var(--color-body); }

/* Inputs & textarea */
.contact-form .cf7-col input,
.contact-form .cf7-field input,
.contact-form .cf7-field textarea,
.contact-form .wpcf7-form-control.wpcf7-text,
.contact-form .wpcf7-form-control.wpcf7-tel,
.contact-form .wpcf7-form-control.wpcf7-email,
.contact-form .wpcf7-form-control.wpcf7-textarea {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form .cf7-field textarea,
.contact-form .wpcf7-form-control.wpcf7-textarea {
	height: auto;
	min-height: 120px;
	resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: 0;
	border-color: var(--color-accent);
	box-shadow: 0 0 0 2px rgba(164, 130, 61, 0.2);
}

/* Checkboxes (newsletter + αποδοχή όρων) */
.cf7-checkbox { text-align: center; padding: 0.5rem 0; }
.cf7-checkbox .wpcf7-form-control-wrap { display: inline-block; width: auto; }
.cf7-checkbox .wpcf7-list-item { display: inline-block; margin: 0; }
.cf7-checkbox label { display: inline; font-weight: 400; }
.cf7-checkbox .wpcf7-list-item-label,
.cf7-checkbox a { padding-left: 4px; }
.cf7-checkbox a { text-decoration: underline; color: #007bff; }
.cf7-checkbox input[type="checkbox"] { margin-right: 4px; }

/* Κουμπί αποστολής */
.cf7-submit { text-align: center; padding-top: 0.75rem; }
.cf7-submit input[type="submit"],
.contact-form .wpcf7-submit {
	background: var(--color-primary);
	border: 0;
	color: #fff;
	font-size: 16px;
	font-family: inherit;
	letter-spacing: var(--ls-2);
	padding: 15px 30px;
	cursor: pointer;
	transition: var(--transition-cta);
}
.cf7-submit input[type="submit"]:hover,
.contact-form .wpcf7-submit:hover { background: var(--color-accent); }

/* Μηνύματα validation / απόκρισης του CF7 */
.contact-form .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 0.5rem 0.75rem;
	font-size: 0.9rem;
}
.contact-form .wpcf7-not-valid-tip { color: #dc3232; font-size: 0.85rem; }
.contact-form .wpcf7-not-valid { border-color: #dc3232 !important; }

/* Ajax spinner δίπλα στο κουμπί */
.contact-form .wpcf7-spinner { margin: 0 0 0 10px; }

/* ============================================================
   FOOTER (κοινό)
   ============================================================ */
.site-footer {
	background: var(--color-primary);
	color: #fff;
}

.footer-columns { display: flex; flex-wrap: wrap; }

.footer-logo-box {
	flex: 0 0 25%;
	max-width: 25%;
	margin-top: -3rem;
	padding: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-bg-brown);
	height: min-content;
}

.footer-logo-box img { max-height: 150px; }

.footer-nav {
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
	padding: 3rem 0.75rem 0;
}

.footer-nav ul { list-style: none; margin: 0; padding: 0; }

.footer-nav a {
	font-size: 15px;
	line-height: 17px;
	letter-spacing: var(--ls-2);
	font-weight: 400;
	color: #fff;
	display: block;
	padding: 0.5rem 1rem;
	text-align: left;
}

.footer-location,
.footer-hours {
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
	padding: 3rem 0.75rem 0;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: var(--ls-2);
	font-weight: 400;
	color: #fff;
}

.footer-location p, .footer-hours p { margin-bottom: 1rem; }

.footer-social {
	flex: 0 0 8.3333%;
	max-width: 8.3333%;
	margin-left: 8.3333%;
	padding-top: 3rem;
}

.footer-copyright {
	display: flex;
	justify-content: center;
}

.footer-copyright .inner {
	flex: 0 0 83.3333%;
	max-width: 83.3333%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.copyright-text {
	color: #fff;
	font-size: 12px;
	letter-spacing: var(--ls-2);
	line-height: 14px;
}

.copyright-text svg { fill: #fff; vertical-align: middle; }

@media (min-width: 992px) and (max-width: 1500px) {
	.footer-nav { padding-left: 10px; padding-right: 10px; }
	.footer-nav a { padding-left: 0; padding-right: 0; }
}

@media (max-width: 992px) {
	.footer-logo-box { flex: 0 0 100%; max-width: 100%; margin-top: 0; }
	.footer-nav, .footer-location, .footer-hours { flex: 0 0 33.3333%; max-width: 33.3333%; }
	.footer-social { flex: 0 0 100%; max-width: 100%; margin-left: 0; text-align: center; }
}

@media (max-width: 767px) {
	.footer-nav, .footer-location, .footer-hours { flex: 0 0 100%; max-width: 100%; }
	.footer-nav a, .footer-location, .footer-hours { text-align: center; }
	.footer-copyright .inner { margin-top: -1.5rem; padding: 0 1.5rem; }
	.footer-social { text-align: left; padding-left: 1rem; }
}

@media (max-width: 480px) {
	.footer-copyright .inner { justify-content: center; }
}

/* ============================================================
   ESPA popup (κάτω αριστερά)
   ============================================================ */
.espa-box {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	max-width: 500px;
	background: #fff;
	color: #333;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.espa-box.closed { display: none; }

.espa-box .espa-close {
	position: absolute;
	top: 2px;
	right: 6px;
	color: #000;
	font-size: 18px;
	line-height: 1;
	z-index: 2;
}

.espa-box p { margin: 0; }

/* ============================================================
   Fade-in on scroll (αντικατάσταση AOS)
   ============================================================ */
.fade-up, .fade-right, .fade-left {
	opacity: 0;
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up { transform: translateY(60px); }
.fade-right { transform: translateX(-60px); }
.fade-left { transform: translateX(60px); }

.fade-up.in-view, .fade-right.in-view, .fade-left.in-view {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.fade-up, .fade-right, .fade-left { opacity: 1; transform: none; transition: none; }
	.hero-bg { animation: none; }
}


/* ============================================================
   WordPress compatibility layer
   ============================================================ */

/* Admin bar offset για το fixed header */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

/* wp_nav_menu: active states */
.main-nav li.current-menu-item a,
.main-nav li.current_page_item a,
.main-nav li.current-menu-ancestor a { font-weight: 700; }

.mobile-menu nav li.current-menu-item a,
.mobile-menu nav li.current_page_item a { font-weight: 700; }

/* Footer links πάντα λευκά (υπερισχύει του p a { color: accent }) */
.site-footer a, .site-footer p a { color: #fff; }

/* Polylang select στο header — λευκό κουτί όπως το πρωτότυπο */
.lang-switcher select.pll-switcher-select {
	background: #fff;
	color: #000;
	border: 0;
	padding: 6px 10px;
	font-size: 14px;
	font-family: inherit;
}

/* custom_logo() output */
.header-logo .custom-logo-link { display: block; width: 100%; }
.header-logo img.custom-logo { width: 100%; max-width: 260px; height: auto; }
.footer-logo-box .custom-logo-link img { max-height: 150px; width: auto; }

/* Χωρίς custom logo: site title fallback */
.header-logo .site-title a { color: #fff; font-size: 20px; letter-spacing: 2px; }

/* WP content styles μέσα σε accordions / text pages */
.accordion-content .wp-block-image img,
.text-page-content img { max-width: 100%; height: auto; }

.text-page-content ul { list-style: disc; }

/* Screen reader text (WP core class) */
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}
