/*
Theme Name: net22
Theme URI: 
Author: Net22
Author URI: https://www.net22.gr/
Description: Net22
Version: 1.0
*/
.transform--none {
	transform:unset !important;
}
.page-template-default  #about .text.editor{
	text-align:left;
}
.page-template-default #about .text.editor p, .page-template-default #about .text.editor span, .page-template-default #about .text.editor li {
	font-size: 16px;
}
@media(min-width:2100px) {
	.hero--element-wrapper, .hero--element-wrapper video, .hero--element-wrapper img {
		max-height: 72svh;
	}
}
.hero--overlay {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: calc(100% + 120px);
	background-color: #fff6f6;
	transform: translateY(-50%);
	transition: all linear 1.7s;
	border-top-left-radius:29px;
	border-bottom-left-radius:29px;
}
.hero--overlay.animate {
	width: calc(100% - 35px);
}
#request--transfer {
	margin-top: 5px;
}
#accordion-results a {
	border:1px solid #1C1C1C;
}
#accordion-results a:hover {
	background-color:#1C1C1CC9;
}
.request--form .single.destination {
	pointer-events:none;
}

.request--form-overlay {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(0,0,0, .2);
	width: 100%;
	height: 100%;
	cursor:pointer;
}
.request--form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	transition:all linear 500ms;
	z-index: 100;
	width: 100%;
	height: 100%;
	max-width: 600px;
	background-color: #fff;
	padding: 10px 35px 35px;
}
.request--form-wrapper:not(.active) {
	transform:translateX(-100%);
}
.close--request svg {
	transition:all ease-in-out 250ms;
}
.close--request:hover svg {
	transform:rotate(90deg);
}
.close--request {
	display: flex;
	margin: 0 0 25px auto;
	max-width: max-content;
}

html.lock--scroll,
html.lock--scroll body {
	overflow:hidden !important;
}

@media(max-width:1680px) {
	.hero--overlay {
		height: calc(100% + 86px);
	}
}
@media(max-width:1550px) {
	.hero--overlay.animate {
		width: calc(100% - 25px);
	}

	.hero--overlay {
		height: calc(100% + 150px);
	}
}
body.single-accommodation #about .header--book-button {
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0;
	display: flex;
}
.page-template-template-gallery #gallery .section--title {
	display:none;
}
body.page-template-template-gallery #gallery .container--full {
	width:90vw;
}
.page-template-template-gallery #gallery {
	padding-top: 80px;
}

.homepage--accommodation-wrapper .cols.reverse { grid-template-columns: 1.5fr 1fr; }
.homepage--accommodation-wrapper .cols.reverse .col--right { grid-area: 1 / 1 / 2 / 2; }
.homepage--accommodation-wrapper .cols.reverse .col--left { grid-area: 1 / 2 / 2 / 3; } 

#homepage--hero h1 {
	color:#fff;
	transition:all 1s cubic-bezier(.46,.03,.52,.96) 700ms;
}
#homepage--hero {
	min-height:100svh;
}
#homepage--hero img {
	height:100svh;
	transition:all 6s cubic-bezier(.46,.03,.52,.96);
	position:relative;
	/* 	z-index:1; */
	transform: scale(1.2);
}
#homepage--hero .owl-carousel .owl-item {
	overflow:hidden;
}
#homepage--hero .owl-carousel .owl-item.active img {
	transform:translateY(-45px) scale(1.2);
}
.section--subtitle,
h2.title,
h2.section--title {
	text-align:center;
}
.homepage--services-header > .text.editor,
#about .text.editor {
	margin-inline:auto;
	text-align:center;
}
#homepage--hero .owl-stage .owl-item {
	position:relative;
}
#homepage--hero .owl-stage .owl-item::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.15;
}
#homepage--hero img.homepage-hero--logo {
	position: absolute;
	transition:all cubic-bezier(.4, 0, .2, 1) 1s;
	/* 	transition: top 1s cubic-bezier(.46,.03,.52,.96), height 1s cubic-bezier(.46,.03,.52,.96), width 1s cubic-bezier(.46,.03,.52,.96); */
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 270px;
	top: 20px;
}
@media(max-width:991px) {
	#homepage--hero img.homepage-hero--logo {
		width: 180px;
		height: 200px;
	}
}
#homepage--hero:not(.loaded) img.homepage-hero--logo {
	height: 380px;
	width: 350px;
	top: 200px;
}
#homepage--hero:not(.loaded) h1 {
	transform: translateY(35px);
	opacity: 0;
}
.socials--list {
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.socials--list li.socials--item svg{
	width:2.5em;
	height: auto;
}
@media(max-width:991px) {
	.homepage--services-grid .single a .content {
		opacity: 1;
	}
}
@media(min-width:481px) {
	html:not(.menu--visible) body.home #header:not(.scrolled) #burger .lines span {
		background-color: #fff;
	}
	html:not(.menu--visible) body.home #header:not(.scrolled) #burger,
	html:not(.menu--visible) body.home #header:not(.scrolled) .header--book-button {
		color:#fff;
	}

}
@media(max-width:480px) {
	#homepage--hero img.homepage-hero--logo {
		display:none;
	}
	.template--accommodation-wrapper .items {
		row-gap: 20px;
	}
	.accommodation--card .content .title {
		font-size: 26px;
		line-height: 1.2;
	}
	.accommodation--card .content .subtitle {
		display: none;
	}
	.section--subtitle {
		font-size: 16px;
	}
	.homepage--discover-wrapper .cols .col--right {
		padding-top:40px;
	}
	.homepage--services-grid .single .image {
		height: 235px;
	}
	body.single-accommodation #hero {
		margin-bottom: 0;
	}
	body.single-accommodation #about {
		padding-top:40px;
	}
}
#homepage--hero > .next {
	right:20px;
}
#homepage--hero > .prev {
	left:20px;
}
#homepage--hero > .next,
#homepage--hero > .prev {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	width:70px;
	height:70px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
}
#homepage--hero > .next svg,
#homepage--hero > .prev svg {
	height:100%;
	width:100%;
	transition:all ease-in-out 250ms;
}
#homepage--hero > .next:hover svg {
	transform:translateX(10px);
}
#homepage--hero > .prev:hover svg {
	transform:translateX(-10px);
}
.show--mob {
	display:none;
}
@media(max-width:480px) {
	#homepage--hero > .next,
	#homepage--hero > .prev {
		top:unset;
		transform:unset;
		bottom:20px;
		width:50px;
		height:50px;
	}
	#homepage--hero > .next:hover svg {
		transform:unset;
	}
	#homepage--hero > .prev:hover svg {
		transform:unset;
	}
	#header .header--book-button:hover {
		letter-spacing: unset;
		color: #fff;
	}
	#header .header--book-button .show--desk {
		display:none;
	}
	#header .header--book-button .show--mob {
		display:block;
	}
	#header .header--book-button {
		font-size: 13px;
		min-width:max-content;
		padding: 10px;
		line-height: 1;
		color: #fff;
		background-color: #77746D;
		display: block;
		letter-spacing: unset;
		border-radius: 8px;
		overflow: hidden;
	}
	#burger .text {
		display:none;
	}
	#burger {
		min-width: 40px;
	}
}

/* Popup Overlay */
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000; /* Ensure it's on top of other content */
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.show {
	opacity: 1;
	visibility: visible;
}

/* Popup Content Box */
.popup-content {
	background-color: #ffffff;
	/*padding: 1.5rem;*/
	/* border-radius: 0.75rem; Rounded corners */
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
	max-width: 90%; /* Responsive width */
	width: 600px; /* Max width for desktop */
	position: relative;
	transform: translateY(20px);
	transition: transform 0.3s ease;
	border:5px solid;
}

.popup-overlay.show .popup-content {
	transform: translateY(0);
}

/* Close Button */
.close-button {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: #4a5568; /* Gray-700 */
	transition: color 0.2s ease;
}

.close-button:hover {
	color: #2d3748; /* Gray-800 */
}

/* Text Alignment and Spacing */
.text-center {
	text-align: center;
}

/* Image Styling */
.book-image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem; /* mb-4 */
	border-radius: 0.75rem; /* rounded-lg */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* shadow-md */
	width: 100%;
	max-width: 200px; /* max-w-[200px] */
	height: auto;
	display: block; /* Ensure it behaves like a block element for margin auto */
}
#book-popup .flex {
	flex-wrap: wrap;
}
.pop-text {
	display: flex;
	align-items: flex-end;
	flex: 60%;
	background: #ededed;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 5px;
}
.pop-book-section{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 60%;
}
.pop-image {
	flex: 30%;
	padding: 20px;
	display: flex;
	padding-top: 60px;
	padding-bottom: 0;
}
.pop-image img {
	max-width: 160px;
}
.pop-book-section a {
	font-family: 'Zen Maru Gothic';
	color: inherit;
	padding: 0px 0px 60px 0px;
	font-weight: 600;
	text-transform: uppercase;
}
.pop-book-section a:hover{
	color:#555;
}
.below-img{
	flex: 30%;
	border-bottom: 20px solid;
}
.services--request--transfer {
	border: 1px solid #1C1C1C;
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
	background-color: #1C1C1C;
	color: #fff;
	column-gap: 5px;
	max-width:max-content;
	margin-top:25px;
	font-size: 18px;
	text-transform:uppercase;
	padding: 15px 40px;
}
.services--request--transfer:hover {
	background-color: #1C1C1CC9;
	color:#fff;
}
.pop-text h3:lang(el){
	font-weight:400;
}
@media (max-width:767px) {
	.locations__page-map__directions {
		padding-inline: 20px;
	}
	.services--request--transfer {
		font-size: 15px;
		padding: 10px 30px;
	}
	.pop-book-section {
		flex: unset;
		align-items: center;
	}
	.pop-book-section a{
		padding-bottom: 30px;
		text-transform: uppercase;
	}
	.below-img{
		flex:unset;
	}
	.pop-text{
		flex:unset;
		padding: 20px;
		align-items: center;
		justify-content: center;
		margin: auto;
		text-align: center;
	}
	.pop-image{
		padding-bottom: 0;
		align-items: center;
		justify-content: center;
		margin: auto;
		padding-top: 30px;
	}
}