/*!
Theme Name: Onymia-booking
Theme URI: http://underscores.me/
Author: Onymia
Author URI: http://onymia.gr
Description: Custom Theme Development for Levents powered by Onymia
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onymia-booking
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Onymia-booking is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}




a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:black;
	font-weight: 600;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}



.hero-title {
	letter-spacing: 2.5px;
line-height: 1.36!important;
font-size: 54px!important;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.photo-sunset{
    aspect-ratio: 9 / 11;
    object-fit: cover;
    object-position: top;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Josefin Sans Fonts */
@font-face {
    font-family: 'Josefin Sans';
    src: url('inc/fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('inc/fonts/JosefinSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('inc/fonts/JosefinSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('inc/fonts/JosefinSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('inc/fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('inc/fonts/JosefinSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('inc/fonts/JosefinSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Northwell Fonts */
@font-face {
    font-family: 'Northwell';
    src: url('inc/fonts/Northwell.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Northwell Alt';
    src: url('inc/fonts/Northwell-Alt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Northwell Swash';
    src: url('inc/fonts/Northwell-Swash.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}

h2 {
    font-family: 'Josefin Sans', sans-serif;
	font-weight:600!important;
	color:black!important;
	    text-transform: uppercase;
}

h4 {
    font-family: 'Josefin Sans', sans-serif;
	font-weight:600!important;
	color:black!important;
	    text-transform: uppercase;
		font-size:35px!important;
}

h5 {
    font-family: 'Josefin Sans', sans-serif;
}

h3 {
    font-family: 'Northwell', cursive;
	font-size:60px!important;
	color:#b7985b!important;
}

p {
    font-family: 'Open Sans', sans-serif;
	font-size:16px!important;
}

a {
    font-family: 'Josefin Sans', sans-serif;
}

/* Reset and base styles */
.site-header {
  z-index: 999;
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.top-header {
  background: transparent;
  transition: all 0.4s ease;
}

.main-header {
  background: transparent;
  transition: background-color 0.4s ease, padding 0.4s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header.scrolled .top-header {
  opacity: 0;
  pointer-events: none;
  height:0;
  padding:0!important;
}

.site-header.scrolled .main-header {
  background-color: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.site-header.scrolled .main-header .nav-left a,
.site-header.scrolled .main-header .nav-right a {
  color: #000 !important;
}

.site-header .nav-left,
.site-header .nav-right {
  gap: 20px;
}

.site-header.scrolled .whitelogo{
	display:none;
}

.site-header.scrolled .blacklogo{
	display:block;
}



.site-header .whitelogo{
	display:block;
}


.site-header .blacklogo{
	display:none;
}


.site-header.scrolled .white{
	display:none;
}

.site-header.scrolled .black{
	display:block;
}



.site-header .white{
	display:block;
}


.site-header .black{
	display:none;
}



.site-footer a {
	color:white;
}


.logo-center img {
  transition: transform 0.3s ease;
     max-width: 140px;
}
.hero-content{
	opacity:1;
}
.about-section{
	margin:150px 0px
}

.reservation-button-element img{
	width:50px;
}

.home .site-header .main-navigation a {
	color:white;
}
.home .site-header.scrolled .main-navigation a {
	color:black;
}

.full-section{
	    background-image: url(https://leventes.gr/wp-content/uploads/2025/07/IMG_6082-scaled.jpeg);
       background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-bottom: 156px;
    padding-top: 156px;
}


    .mouse-scroll {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 10%;
        z-index: 1;
        animation: floatPulse 2s ease-in-out infinite;
    }

.mouse-scroll img {
        width: 100%;
        max-width: 50px;
		filter: invert(1);
    }
	
	
	
	.footer-menu {
  padding-left: 0;
  list-style: none;
}

.footer-menu li {
  display: inline;
  margin: 0 10px;
}

.footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.footer-menu li a:hover {
  text-decoration: underline;
}

.site-footer i {
  font-size: 1.1rem;
}

.footer-logo img{
	
	width:100px;
	
}
	.footer-menu{
		margin-left:0px;
	}
	
@keyframes floatPulse {
  0% {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
  }
}


.burger-btn {
  z-index: 1001;
}

.mobile-menu a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 1rem;
}

.mobile-menu a:hover {
  text-decoration: underline;
}

.mobile-menu {
  position: fixed;
  top: 0;
  inset: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: white;
  z-index: 9999;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  overflow-y: auto; 
}
html.menu-open,
body.menu-open{
  overflow: hidden;
  height: 100%;
}

.mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.close-mobile-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

.home .site-header .burger-btn i:before{
	color: white;
}

.home .site-header.scrolled .burger-btn i:before{
	color: black;
}


.rbs-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Josefin Sans', sans-serif;
}

.rbs-form input[type="text"],
.rbs-form input[type="email"],
.rbs-form input[type="number"],
.rbs-form input[type="date"] {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #fff;
}

.rbs-form input[type="submit"] {
  background-color: #b7985b;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.rbs-form input[type="submit"]:hover {
  background-color: #a18449;
}

.rbs-table-responsive {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .top-header {
    flex-wrap: wrap;
    text-align: center;
  }

  .main-navigation {
    flex-direction: column;
  }
  
  .logo-center img {
  transition: transform 0.3s ease;
  max-width:80px;
}
  .find-us-section h2 {
    font-size: 2.5rem !important;
  }
  .map-wrapper iframe {
    height: 300px;
  }
  
  .hero-bg{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://leventes.gr/wp-content/uploads/2025/08/thumbnail_1000025226-scaled.jpg) center bottom / cover no-repeat!important;  
	 filter: blur(0px); 
  }
  .menu-inner {padding: 60px 20px!important;}
  .about-section {
    margin: 50px 0px;
}




.row.align-items-center {
    flex-direction: column-reverse;
}


.hero-title {
	letter-spacing: 2.5px;
line-height: 1.36!important;
font-size: 32px!important;
}

  
}



/* Booking Form */
.reservation-form-section label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}

.reservation-form-section input,
.reservation-form-section select,
.reservation-form-section textarea {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  background-color: #fff;
}

.reservation-form-section textarea {
  min-height: 120px;
  resize: vertical;
}

.reservation-form-section input[type="submit"] {
  background-color: #b7985b;
  color: white;
  border: none;
  padding: 20px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.reservation-form-section input[type="submit"]:hover {
  background-color: #a18449;
}


@media (max-width: 600px) {
  .rbs-table-responsive table,
  .rbs-table-responsive thead,
  .rbs-table-responsive tbody,
  .rbs-table-responsive th,
  .rbs-table-responsive td,
  .rbs-table-responsive tr {
    display: block;
  }

  .rbs-table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .rbs-table-responsive tr {
    margin: 0 0 1em;
    border-bottom: 1px solid #ddd;
  }

  .rbs-table-responsive td {
    /* Add spacing and alignment */
    position: relative;
    padding-left: 50%;
    text-align: left;
    white-space: pre-wrap;
  }

  .rbs-table-responsive td:before {
    /* Use the data-label for the “heading” */
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 45%;
    padding-left: 0.5em;
    font-weight: bold;
    white-space: nowrap;
  }

  /* Optional: shrink button links for mobile */
  .rbs-table-responsive .button {
    display: inline-block;
    margin-bottom: 0.5em;
    width: auto;
    font-size: 0.9em;
  }
} 

.video-highlight-section {
  background:
    radial-gradient(ellipse at top, rgba(212, 175, 55, 0.05) 0%, transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 100%);
}

.video-card {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(212,175,55,0.22);
  padding: 16px;
}

.video-halo {
  position: absolute; inset: -40% -20% auto -20%;
  height: 80%;
  background:
    radial-gradient(60% 60% at 50% 40%, rgba(212,175,55,.15) 0%, rgba(212,175,55,0) 60%),
    radial-gradient(40% 40% at 70% 60%, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
  animation: haloFloat 18s ease-in-out infinite;
}

@keyframes haloFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50%     { transform: translateY(10px) rotate(1deg); }
}

.video-overlay {
  position: absolute; inset: 16px 16px auto 16px;
  z-index: 2;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,0));
}

.video-badge {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.2);
  padding: 6px 10px;
  border-radius: 999px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .75rem;
}

.video-mute-btn {
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #fff;
  padding: 6px 10px;
  cursor: pointer;
}
.video-mute-btn:hover { background: rgba(0,0,0,.5); }

.video-controls {
  margin-top: 10px;
  background: #0f0f0f;
  border-radius: 10px;
  padding: 10px 12px;
  color: #fff!important;
}

.video-controls .btn { font-family: 'Josefin Sans', sans-serif; }

.btn-gold {
  position: relative; overflow: hidden;
      border: 2px solid #b7985b !important;
    color: #b7985b !important; background:transparent;z-index: 0;
}
.btn-gold::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #b7985b;
  transform: translate(-50%, -50%);
  transition: width .3s ease, height .3s ease;
  z-index: -1; /* keeps it behind text */
}
.btn-gold:hover{ color:#fff !important; border-color:#b7985b !important; }
.btn-gold:hover::before{ width:100%; height:100%; left:0; top:0; transform:none; }
.btn-gold > * { position: relative; z-index:1; }

@media (max-width: 768px) {
  .video-overlay { padding: 10px 12px; inset: 0px 0px auto 0px; }
  .video-badge { font-size: .7rem; }
  .video-controls { padding: 8px 10px; }
  
  .video-card h3{
	  font-size: 30px !important;
	  line-height: 1;
  }
  .video-card h2{
	  font-size: 20px !important;
	  line-height: 1;
  }
  .bottom-cont-vid{
	  margin-bottom: 60px;
  }
  
  .video-mute-btn{
	      padding: 0px 3px;
  }
  .video-card{
	  padding: 0px;
  }
  
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .video-halo { animation: none !important; }
}

/* ===== Global thin scrollbars (all scrollable areas) ===== */
:root{
  --sb-thumb:#b7985b;
  --sb-track:rgba(0,0,0,.06);
  --sb-shadow:rgba(0,0,0,.18);
}

/* Firefox */
*{
  scrollbar-width: thin;
  scrollbar-color: var(--sb-thumb) var(--sb-track);
}

/* WebKit (Chrome/Safari/Edge) */
*::-webkit-scrollbar{ width:8px; height:8px; }
*::-webkit-scrollbar-track{
  background: var(--sb-track);
  border-radius: 8px;
  box-shadow: inset 0 0 6px var(--sb-shadow);
}
*::-webkit-scrollbar-thumb{
  background: var(--sb-thumb);
  border-radius: 999px;
  box-shadow:
    0 1px 2px rgba(0,0,0,.25),
    inset 0 0 0 2px rgba(255,255,255,.45);
}
*::-webkit-scrollbar-thumb:hover{ filter: brightness(0.95); }

/* ===== Global thin scrollbars (keep site-wide) ===== */
:root{
  --sb-thumb:#b7985b;
  --sb-track:rgba(0,0,0,.06);
  --sb-shadow:rgba(0,0,0,.18);
}
/* Firefox */
*{ scrollbar-width: thin; scrollbar-color: var(--sb-thumb) var(--sb-track); }
/* WebKit */
*::-webkit-scrollbar{ width:8px; height:8px; }
*::-webkit-scrollbar-track{
  background: var(--sb-track);
  border-radius: 8px;
  box-shadow: inset 0 0 6px var(--sb-shadow);
}
*::-webkit-scrollbar-thumb{
  background: var(--sb-thumb);
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0,0,0,.25), inset 0 0 0 2px rgba(255,255,255,.45);
}
*::-webkit-scrollbar-thumb:hover{ filter: brightness(0.95); }

/* ===== Gallery section ===== */
.gp-section{ position: relative; isolation:isolate;
  background:
    radial-gradient(ellipse at top, rgba(212,175,55,0.05) 0%, transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 100%);
}
.gp-fore{ position:relative; z-index:2; }

/* Ambient Ken Burns stage (no scroll-tied movement) */
.kb-stage{
  position:absolute; inset:0; z-index:-1;
}
.kb-stage .kb-slide{
  position:absolute; inset:-10%; /* overscan for zoom/pan */
  background-size:cover; background-position:center;
  opacity:0; transform: scale(1) translate3d(0,0,0);
  animation: none;
  will-change: opacity, transform;
}
.gp-halo{
  position:absolute; inset:0;    border-radius: 20px; z-index:-1; pointer-events:none;
  background:
    radial-gradient(60% 45% at 50% 10%, rgba(212,175,55,.12) 0%, rgba(212,175,55,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.78) 100%);
  animation: haloFloat 18s ease-in-out infinite;
  scale: 1.05;
}

/* Two-row horizontal rail */
.gp-rail{
  position: relative;
  height: 60vh; /* reveals ~6 cards initially */
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-columns: clamp(260px, 26vw, 360px);
  gap: 16px;
  padding: 16px;
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory;
  backdrop-filter: blur(18px);
  border-radius: 20px;
 
}

/* Cards */
.gp-card{
  scroll-snap-align: start;
  display:block; border-radius:16px; overflow:hidden;
  border:1px solid rgba(212,175,55,0.22);
  background: rgba(255,255,255,.65);
  box-shadow: 0 8px 20px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);
  transition: transform .35s ease, box-shadow .35s ease;
}
.gp-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,.12), 0 3px 10px rgba(0,0,0,.06);
}
.gp-card img{
  display:block; width:100%; height:100%;
  object-fit:cover; aspect-ratio:4/3;
  transition: transform .5s ease, filter .5s ease;
}
.gp-card:hover img{ transform: scale(1.04); filter: saturate(1.06) contrast(1.02); }

/* Edge fades + progress */
.gp-fade{
  position:absolute; top: calc(220px - 12vh); bottom: 64px;
  width: 60px; z-index:3; pointer-events:none;
}


.gp-progress{
  position: relative; margin: 14px auto 0;
  width: min(520px, 60%); height: 6px; overflow:hidden;
  background: rgba(0,0,0,.06);
  border-radius: 999px; border: 1px solid rgba(212,175,55,0.22);
}
.gp-progress span{
  display:block; height:100%; width:0%;
  background: linear-gradient(90deg, #b7985b, #d4af37);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(212,175,55,.45);
  transition: width .15s ease;
}

/* Lightbox */
.gp-lightbox{
  width:min(96vw, 980px);
  border:none; padding:0;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(212,175,55,0.22);
  border-radius: 18px;
}
.gp-lightbox::backdrop{ background: rgba(0,0,0,.6); }
#glbImage{ display:block; width:100%; height:auto; border-radius:18px; }
.glb-close, .glb-prev, .glb-next {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: grid
;
    /* place-items: center; */
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    padding: 4px !important;
}
.glb-close{ top:10px; right:10px; }
.glb-prev{ top:50%; left:10px; transform: translateY(-50%); }
.glb-next{ top:50%; right:10px; transform: translateY(-50%); }
.glb-close:hover,.glb-prev:hover,.glb-next:hover{ background: rgba(0,0,0,.5); }

@media (max-width: 992px){
  .gp-rail{ height: 56vh; grid-auto-columns: clamp(220px, 38vw, 320px); }
}
@media (max-width: 576px){
  .gp-rail{ height: 50vh; grid-template-rows: 1fr; } /* single row on small screens */
  .gp-fade{ display:none; }
}

/* Motion preferences */
@keyframes haloFloat { 0%,100%{transform:translateY(0) rotate(0)} 50%{transform:translateY(10px) rotate(1deg)} }
@media (prefers-reduced-motion: reduce){
  .gp-halo{ animation:none!important; }
}
