@import url(foundation.min.css);
@import url(jquery.fancybox.css);
@import url(slick.css);

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li > a {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: normal;
}

.error > label > small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;
  color: var(--dark-clr) !important;
  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;
  color: #666666 !important;
  background-color: transparent !important;
}

.top-bar-section {
  margin-top: 10px;
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: none;
  box-shadow: none;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: #a69c00;
}

div.breadcrumb {
  max-width: 1200px;
  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1rem;
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background-color: var(--dark-clr);
  box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;
  left: 5px;
}

.top-bar {
  height: 110px;
  display: flex;
  align-items: center;
}

.top-bar-section {
  margin-top: 0;
}

.top-bar .toggle-topbar.menu-icon {
  top: 17px; /* an to header exei upsos 65px diaforetika anaprosarmogi */
  left: 15px;
  right: auto;
  margin-top: 0;
  padding: 0;
  pointer-events: all;
  z-index: 10;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  padding-top: 20rem;
}

.innerpage main {
  padding-top: 20rem;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;
  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

select {
  font-family: "Ubuntu Condensed", sans-serif;
}

#submitform {
  margin-top: 10px;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 600 !important;
  background-color: #a04949;
  border-radius: 3px;
  font-size: 14px;
}

.home-active li:first-of-type a {
  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  position: absolute;
  font-size: var(--font16);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  pointer-events: all;
  z-index: 10;
}
.top-bar .name {
  height: auto;
}

/* Plain header links */
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: var(--font20);
  letter-spacing: 2px;
  color: var(--dark-clr);
  background-color: transparent;
  position: relative;
  display: inline-block;
}

/* Links with after element */
.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  position: absolute;
  top: -15px;
  content: "";
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: -3px;
  background-image: url(../img/hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.top-bar-section li:not(.has-form) a:not(.button):hover::after,
li.has-dropdown.not-click:not(:last-of-type):hover::after {
  opacity: 1;
}
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

/* No Dropdown Arrow */
.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}
.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: var(--dark-clr);
  background-color: transparent;
}
.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;
  background-color: var(--dark-clr);
}

/* ------- HERO ------- */

.slick-slider {
  margin-bottom: 0;
}

/* Slick slide image hover animation */
.slick-slide {
  position: relative;
  overflow: hidden;
}

.slick-slide img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
}

.articlelistingrow::before,
.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
  z-index: 2;
  pointer-events: none;
}
.large-block-grid-3 > li:nth-of-type(n),
.articlelistingrow::before {
  overflow: clip;
}

.main__image img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

ul.pagination {
  margin: 2rem auto;
  width: fit-content;
}

ul.pagination li a {
  font-size: 1.6rem;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: #999; /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

ul.pagination li.current a {
  background: var(
    --secondary
  ); /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
  transition: all 0.6s;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: rgba(
    0,
    0,
    0,
    0.514
  ); /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

ul.pagination li a {
  color: #999;
  transition: all 0.6s;
}

ul.pagination li:hover a {
  color: var(
    --dark-clr
  ); /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

.reviews-group .slick-slide::before {
  display: none;
}

.articlelistingrow:hover::before,
.slick-slide:hover::before {
  left: 100%;
}

.slick-slide:hover img {
  transform: scale(1.05);
}

/* ------- SLICK DOTS CUSTOM STYLING ------- */
.slick-dots {
  list-style: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  margin: 0;
  gap: 1rem;
}

.slick-dots li {
  margin: 0;
  cursor: pointer;
  position: relative;
}

.slick-dots li button {
  width: 1.4rem;
  height: 1.4rem;
  border: 2px solid var(--primary);
  border-radius: 50%;
  background-color: var(--secondary);
  cursor: pointer;
  outline: none;
  font-size: 0;
  text-indent: -9999px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  padding: 0;
}

.slick-dots li button:hover {
  border-color: var(--secondary);
  transform: scale(1.1);
  background-color: rgba(255, 160, 43, 0.2);
}

.slick-dots li.slick-active button {
  background-color: var(--secondary);
  border-color: var(--secondary);
  transform: scale(1.2);
  box-shadow: 0 0 0 3px rgba(255, 160, 43, 0.3);
}

.slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* ------- ABOUT ------- */

/* ------- STATIC PAGE ------- */

.static-page__title {
  text-align: center;
}

.static-page__content li,
.static-page__content p {
  line-height: 38px;
  color: var(--dark-clr);
  font-size: var(--font24);
}

.title-category {
  font-size: var(--font30);
  color: var(--dark-clr);
  margin-top: 1rem;
  margin-bottom: 0rem;
  display: block;
}
.innerpage a:hover {
  color: var(--dark-clr);
}

.show-category {
  font-size: var(--font20);
  color: var(--secondary);
  transition: all 0.3s;
}

.static-page__content .articlelistingrow p {
  font-size: var(--font18);
  line-height: 1.2;
}

/* Article listing row image hover animation */
.articlelistingrow img {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.articlelistingrow img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s;
  z-index: 1;
}

.articlelistingrow:hover img::before {
  left: 100%;
}

.articlelistingrow:hover img {
  transform: scale(1.05);
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  background-color: var(--primary);
  position: relative;
  border-top: 2rem solid var(--secondary);
}
.site-footer__copyrights {
  margin-top: 15px;
}
.site-footer__copyrights,
.site-footer__copyrights a {
  font-size: var(--font16);
  color: var(--dark-clr);
}
.site-footer__logo {
  text-align: right;
}

/* MY CSS */

:root {
  /* --primary: #231f20; */
  --primary: #fff5e7;
  --dark-clr: #231f20;
  --secondary: #ffa02b;
  --secondary-bg: #ffa02b;
  --font16: 1.6rem;
  --font18: 1.8rem;
  --font20: 2rem;
  --font24: 2.4rem;
  --font30: 3rem;
  --font40: 4rem;
  --font50: 5rem;
  --font70: 7rem;
  --max-width: 154rem;
  --space: 10rem;
}

body,
html {
  font-size: 62.5%;
  background-color: var(--primary);
}

.outer {
  /* background: var(--secondary-bg); */
}

.site-header {
  background-color: var(--primary);
}

.about-wrapper,
.experiences-wrapper {
  box-shadow: inset 15rem 23rem 22rem #fff5e7;
}

.details h4 {
  font-size: var(--font30);
  margin-bottom: 0rem;
  font-weight: bold;
}

.top-bar .cta,
.top-bar .right,
#logo img,
.top-bar {
  transition: all 0.3s ease;
}

.scrolled #logo img {
  max-width: 13rem;
}

.scrolled .top-bar {
  height: 15rem;
}

.scrolled .top-bar .right {
  position: absolute;
  top: 25px;
}

.scrolled .top-bar .cta {
  top: 4rem;
}

#submitform,
.about-text a,
.experiences-left a,
.cta {
  display: block;
  padding: 10px 20px;
  color: var(--dark-clr);
  background: var(--secondary-bg);
  transition: all 0.3s ease;
  width: fit-content;
  line-height: 1.5;
}

.cta2 {
  display: block;
  padding: 10px 20px;
  transition: all 0.3s ease;
  color: var(--primary);
  width: fit-content;
  background: var(--dark-clr) ab;
  line-height: 1.5;
}
.about-text a:hover,
.experiences-left a:hover,
.cta2:hover,
.cta:hover {
  background: var(--primary);
  color: var(--dark-clr) ad;
  text-decoration: none;
  outline: 2px solid var(--dark-clr);
}

.slider-btns {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}

.slider-btns .cta2,
.slider-btns .cta {
  font-size: var(--font30);
  letter-spacing: 0px;
  text-shadow: none;
  margin-top: 6rem;
}

.top-bar .cta {
  font-size: var(--font20);
  order: 3;
  z-index: 100;
}

.top-bar .right {
  z-index: 100;
}

/* TOP BAR */

.top-bar-section {
  float: none !important;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #000000;
  margin-top: 0px;
}

.top-bar .toggle-topbar.menu-icon a {
  position: relative;
  width: 2.4rem;
  padding-right: 0;
  height: auto;
}

/* .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
  } */

.top-bar .toggle-topbar.menu-icon a::after {
  display: none !important;
}

.top-bar .toggle-topbar {
  display: block !important;
}

.top-bar .toggle-topbar.menu-icon a span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 0.3rem;
  background: var(--secondary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.top-bar .title-area {
  float: left;
  display: flex;
  align-items: center;
}

.top-bar .toggle-topbar.menu-icon a span + span {
  margin-top: 0.3rem;
}

.top-bar .toggle-topbar {
  position: unset;
}

.top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
  -webkit-animation: ease 0.7s top forwards;
  animation: ease 0.7s top forwards;
}

.top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
  -webkit-animation: ease 0.7s top-2 forwards;
  animation: ease 0.7s top-2 forwards;
}

.top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
  -webkit-animation: ease 0.7s scaled forwards;
  animation: ease 0.7s scaled forwards;
}

.top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
  -webkit-animation: ease 0.7s scaled-2 forwards;
  animation: ease 0.7s scaled-2 forwards;
}

.top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
  -webkit-animation: ease 0.7s bottom forwards;
  animation: ease 0.7s bottom forwards;
  margin-top: -7px;
  width: 6rem !important;
}

.top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
  -webkit-animation: ease 0.7s bottom-2 forwards;
  animation: ease 0.7s bottom-2 forwards;
}

@-webkit-keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 0.5rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 0.5rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes top-2 {
  0% {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 0.5rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes top-2 {
  0% {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 0.5rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 0.7rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0.7rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 0.7rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0.7rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@-webkit-keyframes bottom-2 {
  0% {
    bottom: 0.7rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    bottom: 0.7rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 0.7rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    bottom: 0.7rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes scaled {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes scaled {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.top-bar.expanded .title-area {
  background: transparent;
}

.top-bar.expanded .top-bar-section {
  height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.205),
    var(--dark-clr) 100%
  );
  backdrop-filter: blur(90px);
  position: fixed;
  top: 20rem;
  left: 0;
  width: 100%;
  z-index: 999;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 120px;
}

.inline-list > li {
  margin-left: 1rem;

  margin-right: 1rem;
}

.top-bar.expanded .top-bar-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.top-bar.expanded .left.menu-right {
  position: unset;
  order: 2;
  transform: none;
}

.top-bar.expanded .left.menu-left {
  position: unset;
  order: 3;
  transform: none;
}

.top-bar.expanded .left.menu-hidden {
  display: block;
  order: 1;
  transform: none;
}

.left.menu-hidden {
  display: none;
}

.top-bar.expanded .top-bar-section ul {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: transparent !important;
}

.top-bar.expanded .top-bar-section ul.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.top-bar.expanded .top-bar-section li {
  width: auto;
  text-align: center;
  margin: 0;
  opacity: 0;
  transform: translateY(-20px);
  animation: slideInFromTop 0.6s ease forwards;
}

.top-bar.expanded .top-bar-section li:nth-child(1) {
  animation-delay: 0.1s;
}
.top-bar.expanded .top-bar-section li:nth-child(2) {
  animation-delay: 0.2s;
}
.top-bar.expanded .top-bar-section li:nth-child(3) {
  animation-delay: 0.3s;
}
.top-bar.expanded .top-bar-section li:nth-child(4) {
  animation-delay: 0.4s;
}
.top-bar.expanded .top-bar-section li:nth-child(5) {
  animation-delay: 0.5s;
}

.top-bar.expanded .top-bar-section li a {
  font-size: var(--font20) !important;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--dark-clr) !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 280px;
  text-align: center;
}

.top-bar.expanded .top-bar-section li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s;
}

.top-bar.expanded .top-bar-section li a:hover {
  color: var(--dark-clr) !important;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.top-bar.expanded .top-bar-section li a:hover::before {
  left: 100%;
}

/* .top-bar.expanded .right {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
} */

.right .inline-list {
  display: flex;
  gap: 0rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 0.5rem;
  backdrop-filter: blur(5px);
}

.top-bar.expanded .right .inline-list li a {
  border-radius: 20px;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid transparent;
  width: auto !important;
}

.top-bar.expanded .right .inline-list li a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: none !important;
  box-shadow: none !important;
}

.top-bar.expanded .cta:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.top-bar.expanded {
  height: 20rem;
}
/* Animation keyframes */
@keyframes slideInFromTop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-bar-section li:not(.has-form) a:not(.button) {
  text-align: center;
}

.top-bar {
  height: 65px;
}

ul.dropdown {
  background: transparent !important;
}
/* .site-header__row,
.site-header, */
.top-bar {
  height: 20rem;
}
.slideshow {
  position: relative;
  max-height: 78rem;
  overflow: clip;
}

.sliderCaption {
  font-size: var(--font70);
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--dark-clr);
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  /* letter-spacing: 2px; */
  animation: letterClosing 2s ease forwards;
}

@keyframes letterClosing {
  0% {
    letter-spacing: 6px;
  }
  100% {
    letter-spacing: 2px;
  }
}

.main__image {
  position: relative;
}

.main__image::before,
.slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    177deg,
    var(--primary) 20%,
    var(--secondary) 100%
  );
  z-index: 0;
  opacity: 0.4;
}

.main__image h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--dark-clr);
  font-size: var(--font70);
  letter-spacing: 3px;
}

.sliderCaption::before {
  content: "";
  position: absolute;
  top: -20rem;
  left: 0;
  width: 100%;
  height: 30rem;
  background-image: url(../img/slidecaption-2.png);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  animation: scaleBack 2s ease forwards;
}

@keyframes scaleBack {
  0% {
    scale: 0.6;
  }
  100% {
    scale: 1;
  }
}

#logo img {
  max-width: 19rem;
}
.top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
  -webkit-animation: ease 0.7s top-2 forwards;
  animation: ease 0.7s top-2 forwards;
  width: 6rem;
  height: 5px;
}
.top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
  -webkit-animation: ease 0.7s top-2 forwards;
  animation: ease 0.7s top-2 forwards;
  width: 5rem;
  height: 5px;
}

.top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
  -webkit-animation: ease 0.7s top-2 forwards;
  animation: ease 0.7s top-2 forwards;
  width: 7rem;
  height: 5px;
}
.top-bar .toggle-topbar.menu-icon a {
  position: relative;
  width: 7rem;
}
.top-bar .toggle-topbar.menu-icon a span + span {
  margin-top: 1rem;
}
.top-bar .toggle-topbar.menu-icon a {
  display: flex;
  align-items: end;
  flex-direction: column;
}

.top-bar .title-area {
  width: 100%;
  width: 100%;
  justify-content: space-between;
  /* 
  align-items: baseline; */
}
.top-bar {
  flex-direction: column;
  max-width: var(--max-width);
  padding: 1rem;
  margin: auto;
}

.top-bar:before,
.top-bar:after {
  display: none;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  display: flex;
  flex-direction: column;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  display: flex;
  flex-direction: row;
}

.top-bar .right {
  position: absolute;
  top: 2rem;
  display: flex;
  right: 30rem;
}
.inline-list > li > * {
  display: block;
  font-size: var(--font24);
  color: var(--dark-clr);
}
.inline-list > li:nth-child(1):after {
  content: "/";
  margin-left: 1rem;
  color: var(--dark-clr);
  right: 0;
  margin-right: -1rem;
  font-size: var(--font20);
  color: var(--secondary);
}
.inline-list > li {
  display: flex;
  align-items: center;
}
.top-bar .right {
  position: absolute;
  top: 4rem;
  display: flex;
  right: 9rem;
}
.top-bar .cta {
  font-size: var(--font24);
  order: 3;
  position: absolute;
  top: 7rem;
  right: 1rem;
}

.top-bar-section {
  float: none !important;
  flex-direction: row;
  position: absolute;
  width: 100%;
  height: 100%;
}

.left.menu-right {
  position: absolute;
  left: 34rem !important;
  top: 50%;
  transform: translate(-50%, -50%);
}

.inner-location div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.left.menu-left {
  position: absolute;
  left: auto;
  right: 23rem !important;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  max-width: var(--max-width);
  padding: var(--space) 1rem;
  margin: 0 auto;
}

.about-us h4 strong {
  font-size: var(--font40);
  margin-bottom: 2rem;
}

.about-us h2 {
  font-size: var(--font50);
  color: var(--dark-clr);
  margin-bottom: -2rem;
}

.booking-img {
  position: absolute;
  right: 10px;
  max-width: 230px;
}
.map {
  position: relative;
}

.about-text p {
  font-size: var(--font24);
  color: var(--dark-clr);
  max-width: 68rem;
}

strong {
  color: var(--secondary);
}
h3 {
  font-size: var(--font50);
  color: var(--dark-clr);
}
.rooms {
  max-width: var(--max-width);
  padding: 0 1rem;
  margin: 0 auto;
}
.rooms h3 {
  text-align: end;
}
.moduledata1 .cta {
  font-size: var(--font20);
  background: linear-gradient(135deg, #fdb813 0%, #f37021 100%);
}

.moduledata1 h5 a {
  font-size: var(--font24);
  color: var(--dark-clr);
}

.moduledata1 h5 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.moduledata1 {
  margin-left: 1rem;
}

article {
  font-size: var(--font18);
  color: var(--dark-clr);
  margin-bottom: 3rem;
}

.experiences {
  display: flex;
  margin: 0 auto;
  max-width: var(--max-width);
  padding: var(--space) 1rem;
  gap: 5rem;
}
.experiences-right {
  max-width: 82rem;
}

.experiences h2 {
  font-size: var(--font50);
  color: var(--dark-clr);
  margin-bottom: -1rem;
}
.experiences p {
  color: var(--dark-clr);
  font-size: var(--font24);
}
.experiences h4 {
  color: var(--dark-clr);
  font-size: var(--font30);
}

.map-right {
  max-width: 62rem;
  width: 100%;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: var(--secondary);
}

.map {
  display: flex;
  max-width: var(--max-width);
  padding: 0 1rem;
  margin: 0 auto;
  justify-content: space-between;
  gap: 1rem;
  padding-top: var(--space);
}
.card {
  padding: 4rem;
  padding-top: 0;
}

.map-right h3 {
  padding: 10rem;
  padding-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.name {
  font-size: var(--font40);
  color: var(--dark-clr);
  margin-top: 1rem;
}
.comment {
  font-size: var(--font18);
  color: var(--dark-clr);
  margin: 0rem auto;
  font-style: italic;
  line-height: 2;
  font-weight: 100;
}

.book-direct img {
  max-width: 3rem;
}

.site-footer a,
.site-footer li,
.site-footer P {
  color: var(--dark-clr);
  font-size: var(--font20);
  margin-bottom: 0;
}
.quotes {
  font-size: var(--font40);
  color: var(--secondary);
}
.quotes.quotes-end {
  width: fit-content;
  margin-left: auto;
}
.rating {
  font-size: var(--font50);
  color: var(--secondary);
  padding-top: 4rem;
}
.map h3 {
  font-size: var(--font30);
  color: black;

  background: linear-gradient(135deg, var(--secondary) 0%, white 100%);
}

.footer-bottom,
.footer-top {
  display: flex;
  max-width: var(--max-width);
  padding: 0 1rem;
  margin: 0 auto;
}

/* Footer Top Styling */
.footer-top {
  padding: 4rem 1rem;
  gap: 0rem;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-top .col {
  min-width: 33rem;
  margin-bottom: 2rem;
}

.footer-top .col h5 {
  color: var(--secondary);
  font-size: var(--font20);
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.footer-top .col h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 3rem;
  height: 2px;
  background-color: var(--secondary);
}

/* Logo and Social Links */
.footer-top .col:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-top #logo img {
  max-width: 180px;
  margin-bottom: 2rem;
}

.social-links {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.social-links a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.social-links a:hover {
  transform: scale(1.1);
}

.social-links img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  background: var(--dark-clr);
}

.site-footer .columns,
.site-footer.column {
  padding: 0;
}

.social-links img:hover {
  box-shadow: 0 0 15px rgba(255, 160, 43, 0.5);
}

/* Links Section */
.links > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.left.menu-left,
.left.menu-right {
  display: none;
}

.links {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

.links a {
  color: var(--dark-clr);
  font-size: var(--font20);
  text-decoration: none;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
  position: relative;
  padding-left: 0;
}

.links a:hover {
  color: var(--secondary);
  padding-left: 1rem;
}

.links a::before {
  content: "→";
  position: absolute;
  left: -1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: var(--secondary);
}

.links a:hover::before {
  opacity: 1;
}

/* Book Direct Section */
.book-direct {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.book-direct p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--font20);
  color: var(--dark-clr);
  line-height: 1.5;
}
.articlelistingrow {
  position: relative;
  max-width: 45rem;
  margin-left: 2rem;
}

/* Sticky form styling */
.content-with-sidebar {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.article__text {
  flex: 1;
  max-width: calc(100% - 350px);
}

.sticky-form {
  width: 320px;
  position: sticky;
  top: 15rem;
  background: var(--dark-clr);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.sticky-form:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sticky-form h3 {
  margin: 0 0 20px 0;
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.book-form {
  margin-bottom: 20px;
}

.book-form > div {
  margin-bottom: 15px;
}

.book-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.flatpickr-input,
.form-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.flatpickr-input:focus,
.form-select:focus {
  outline: none;
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.btn-cta {
  width: 100%;
  padding: 15px;
  background: var(--secondary-bg);
  color: var(--primary);
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-cta:hover {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.btn-cta:active {
  transform: translateY(0);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .content-with-sidebar {
    flex-direction: column;
    gap: 20px;
  }

  .article__text {
    max-width: 100%;
  }

  .sticky-form {
    position: relative;
    width: 100%;
    top: auto;
  }
}

/* Flatpickr customization */
.flatpickr-calendar {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.flatpickr-day.selected {
  background: #007bff;
  border-color: #007bff;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.book-direct img {
  max-width: 2rem;
}

/* Newsletter and Contact Section */
.newsletter-contact {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.newsletter-contact > p {
  color: var(--dark-clr);
  font-size: var(--font16);
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Form Styling */
.newsletter-contact form {
  margin-bottom: 2rem;
}

.newsletter-contact label {
  color: var(--dark-clr);
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.newsletter-contact input[type="text"] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--dark-clr);
  padding: 1rem;
  border-radius: 5px;
  font-size: 1.4rem;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
  box-shadow: none;
}

.newsletter-contact input[type="text"]:focus {
  border-color: var(--secondary);
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}

.newsletter-contact input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-contact .button.orange {
  background-color: var(--secondary);
  color: var(--primary);
  font-weight: bold;
  padding: 1.2rem 2.5rem;
  border-radius: 5px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newsletter-contact .button.orange:hover {
  background-color: #e8940f;
  transform: translateY(-2px);
}

/* Contact Info */
.newsletter-contact a {
  color: var(--dark-clr);
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.8;
  transition: color 0.3s ease;
}

.newsletter-contact a:hover {
  color: var(--secondary);
}

/* Footer Bottom Styling */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem 1rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer_copyrights {
  font-size: var(--font20);
  color: var(--dark-clr);
}

.site-footer_copyrights a {
  color: var(--secondary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer_copyrights a:hover {
  color: var(--dark-clr);
}

.site-footer_logo img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.site-footer_logo img:hover {
  opacity: 1;
}

/* Placeholder Style */
.newsletter-form input::placeholder {
  color: #666;
  font-size: 0.9rem;
  font-style: italic;
}

.newsletter-form .button.orange {
  height: 4.5rem;
  font-size: var(--font20);
  box-shadow: none;
}

.newsletter-form form {
  display: flex;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  height: 4.5rem;
  font-size: var(--font20);
  box-shadow: none;
}
.footer-middle {
  max-width: var(--max-width);
  padding: 0 1rem;
  margin: auto;
  padding: 2rem;
  max-width: fit-content;
  border-radius: 3rem;
  position: absolute;
  border: 2px solid var(--secondary);
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%) !important;
}

.site-footer [type="text"] {
  width: 23rem;
  border-radius: 1rem;
}

label {
  font-size: var(--font18);
  text-align: left;
  color: var(--dark-clr);
}

input::placeholder {
  font-size: var(--font16) !important;
  font-family: "Ubuntu Condensed", sans-serif !important;
}
.newsletter-form form {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.newsletter-form form small.error {
  position: absolute;
  top: 100%;
}

.footer-middle > p {
  margin-bottom: 20px;
}

#contact #submitform {
  font-size: var(--font20);
}

.static-page__content {
  max-width: var(--max-width);
  margin: var(--space) auto;
  padding: 0 1rem;
}

.flex {
  display: flex;
  gap: 3rem;
}
.details {
  display: flex;
  flex-direction: column;
  background: var(--secondary);
  padding: 2rem;
  gap: 1rem;
}

.details a {
  font-size: var(--font20);
  color: var(--primary);
  margin-top: 0;
  transition: all 0.3s ease;
}

#contact #submitform {
  font-size: var(--font20);
  margin-left: auto;
  padding: 1rem 6rem;
  font-size: var(--font30);
}

.articlelistingrow {
  position: relative;
  max-width: 45rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.map-left iframe,
.map-left {
  width: 100%;
}

video {
  width: 100%;
  height: 100%;
}

.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: var(--dark-clr);
  font-size: var(--font16);
  text-align: center;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  font-size: var(--font16);
}

@media screen and (max-width: 1380px) {
  :root {
    --font16: 1.6rem;
    --font18: 1.8rem;
    --font20: 1.8rem;
    --font24: 2.2rem;
    --font30: 2.8rem;
    --font40: 3.4rem;
    --font50: 4.4rem;
    --font70: 5.6rem;
    --space: 8rem;
  }

  .sliderCaption {
    animation: none;
    letter-spacing: 2px;
  }

  .large-block-grid-3 > li {
    width: 31%;
    list-style: none;
  }

  .articlelistingrow {
    width: calc(50%- 2rem) !important;
  }

  video {
    width: 100%;
    height: 100%;
  }

  .footer-top .col {
    min-width: 0;
  }
  .about-us,
  .experiences {
    gap: 1rem;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 8px;
  }

  .top-bar .cta {
    line-height: 1.4;
    padding: 1rem;
  }
  /* #submitform, */
  .about-text a,
  .experiences-left a,
  .cta,
  .slider-btns .cta2,
  .slider-btns .cta {
    padding: 1rem;
    line-height: 1.4;
  }

  .left.menu-right {
    position: absolute;
    left: 28rem !important;
  }

  .left.menu-left {
    right: 17rem !important;
  }

  .top-bar .right {
    right: 7rem;
  }

  .flex {
    display: flex;
    flex-direction: column-reverse;
  }

  #logo img {
    max-width: 16rem;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --font16: 1.6rem;
    --font18: 1.7rem;
    --font20: 1.7rem;
    --font24: 2rem;
    --font30: 2.4rem;
    --font40: 3rem;
    --font50: 4rem;
    --font70: 5rem;
    --space: 6rem;
  }
  .innerpage main {
    padding-top: 15rem;
  }
  .rating {
    padding-top: 2rem;
  }

  .slick-dots {
    padding: 0 1rem;
  }

  .map-right h3 {
    padding: 4rem;
    padding-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-size: var(--font50);
    margin-bottom: 0;
  }

  .top-bar .toggle-topbar.menu-icon a span + span {
    margin-top: 0.5rem;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2),
  .top-bar .toggle-topbar.menu-icon a span:nth-child(3),
  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    height: 4px;
  }

  .map-right {
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .map,
  .about-us,
  .experiences {
    gap: 1rem;
    flex-direction: column;
  }

  .map {
    flex-direction: column-reverse;
  }

  .experiences-right {
    max-width: 100%;
  }

  #logo img {
    max-width: 13rem;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    width: 5rem;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    width: 4rem;
  }
  .top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
    width: 5rem;
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;
    width: 5rem;
  }

  .left.menu-right {
    left: 24rem !important;
  }

  .left.menu-left {
    right: 15rem !important;
  }

  .top-bar .right {
    right: 6.2rem;
    padding: 3px;
  }

  .top-bar .right {
    position: absolute;
    top: 3rem;
  }

  .top-bar {
    height: 15rem;
  }

  .top-bar .cta {
    top: 5rem;
  }

  .homepage main {
    padding-top: 15rem;
  }

  .scrolled .top-bar .right {
    position: absolute;
    top: 30px;
  }

  .scrolled .top-bar .cta {
    top: 5rem;
    transition: all 0.6s;
  }

  .experiences h2 {
    font-size: var(--font70);
  }
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  :root {
    --font16: 1.5rem;
    --font18: 1.7rem;
    --font20: 1.8rem;
    --font24: 1.9rem;
    --font30: 2.1rem;
    --font40: 2.3rem;
    --font50: 2.6rem;
    --font70: 4rem;
    --space: 5rem;
  }
  .inner-location div {
    flex-direction: column;
  }

  .large-block-grid-3 > li {
    width: 47%;
  }

  .slider-btns {
    gap: 2rem;
  }

  .sliderCaption::before {
    content: "";
    position: absolute;
    top: -10rem;
    left: 0;
    width: 100%;
    height: 27rem;
    opacity: 0.7;
  }

  ul.small-block-grid-1.medium-block-grid-2.large-block-grid-4 {
    max-width: 73rem;
    margin: auto;
  }
  .top-bar.expanded {
    height: 13rem;
  }

  #logo img {
    max-width: 13rem;
  }

  .about-image {
    max-height: 50rem;
    overflow: clip;
  }

  .top-bar.expanded .top-bar-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 2rem;
  }

  .top-bar.expanded .top-bar-section {
    top: 13rem;
  }

  .top-bar.expanded .top-bar-section ul {
    gap: 0;
  }

  .card {
    padding: 3rem;
  }

  .footer-middle {
    position: unset;
    transform: none !important;
  }

  .footer-top .col {
    width: calc(50% - 2rem);
  }

  .footer-top {
    flex-wrap: wrap;
    max-width: 78rem;
    margin: auto;
    gap: 2rem;
  }

  .footer-top .col h5 {
    font-size: var(--font50);
  }

  /* #submitform, */
  .site-footer a,
  .site-footer li,
  .site-footer P,
  .footer-contact,
  .book-direct p,
  .links a {
    font-size: var(--font30);
  }

  .site-footer [type="text"] {
    width: 100%;
  }

  .newsletter-form form {
    width: 100%;
  }

  .site-footer #submitform {
    margin-left: auto;
    padding: 1rem 4rem;
  }

  .footer-middle {
    position: unset;
    transform: none !important;
    max-width: 60rem;
  }

  .newsletter-form form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .left.menu-right,
  .left.menu-left {
    display: none;
  }

  .top-bar.expanded .left.menu-left,
  .top-bar.expanded .left.menu-right {
    display: block;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    width: 5rem !important;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    margin-top: -2px;
  }

  .static-page__content li,
  .static-page__content p {
    line-height: 28px;
  }
  .innerpage main {
    padding-top: 15rem;
  }

  iframe,
  .map-left {
    width: 100%;
    height: 100%;
    min-height: 40rem;
  }

  .large-block-grid-3 > li {
    width: 46%;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --font16: 1.5rem;
    --font18: 1.6rem;
    --font20: 1.7rem;
    --font24: 1.8rem;
    --font30: 1.9rem;
    --font40: 2rem;
    --font50: 2.2rem;
    --font70: 3.3rem;
    --space: 3rem;
  }

  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    margin: 0;
    padding: 0;
  }

  .large-block-grid-3 > li {
    width: 100%;
  }

  iframe,
  .map-left {
    width: 100%;
    height: 100%;
    min-height: 30rem;
  }

  .static-page__content li,
  .static-page__content p {
    line-height: 24px;
  }

  .main__image img {
    object-fit: cover;
    min-height: 25rem;
  }

  .innerpage main {
    padding-top: 8rem;
  }
  .footer-top .col h5 {
    width: fit-content;
    margin: 2rem auto;
  }

  p,
  .comment,
  .about-text p {
    line-height: 1.3;
  }

  .st_linkedin_hcount {
    display: none;
  }
  .footer-top #logo img {
    max-width: 13rem;
  }
  .top-bar.expanded {
    height: 8rem;
  }

  .footer-top .col:first-child {
    align-items: center;
  }

  .footer-top .col {
    width: 100%;
  }

  .top-bar.expanded .top-bar-section {
    top: 8rem;
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;
    width: 3.8rem;
  }

  .footer-top {
    gap: 0;
  }

  .site-footer_logo img {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    max-width: 10rem;
  }

  .links {
    width: fit-content;
  }

  .sliderCaption {
    letter-spacing: 0px;
  }

  .slider-btns .cta2,
  .slider-btns .cta {
    font-size: var(--font30);
    letter-spacing: 0px;
    text-shadow: none;
    margin-top: 2rem;
  }

  .slick-dots li button {
    margin-bottom: 0;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(3),
  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3),
  .top-bar .toggle-topbar.menu-icon a span:nth-child(1),
  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    width: 4rem !important;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    width: 3.5rem !important;
  }

  .homepage main {
    padding-top: 8rem;
  }

  .top-bar .cta {
    top: 2rem;
    right: 7rem;
    padding: 0.7rem;
  }

  .top-bar {
    height: 8rem;
  }

  .top-bar .right {
    right: 10rem;
    top: 12px;
  }
  .footer-top .col:first-child {
    align-items: center;
  }

  .footer-top {
    flex-direction: column;
    padding: 3rem 1rem;
  }

  #logo img {
    max-width: 8rem;
  }

  .top-bar .name {
    position: unset;
    transform: none;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .social-links {
    justify-content: center;
  }

  [class*="block-grid-"] {
    max-width: 330px; /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .scrolled .top-bar .right {
    top: 30px;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .scrolled .top-bar {
    height: 8rem;
  }
  .scrolled #logo img {
    max-width: 8rem;
  }

  .scrolled .top-bar .right {
    top: 12px;
  }

  .map-left {
    max-height: 40rem;
  }
  .scrolled .top-bar .cta {
    top: 2rem;
  }

  .footer-top .col > div,
  .footer-top .col {
    width: fit-content;
    margin: 0rem auto;
  }

  .footer-top {
    padding-bottom: 0;
  }

  .footer-bottom {
    gap: 1rem;
    padding-top: 1rem;
  }

  .footer-middle {
    padding: 0 1rem;
  }

  .top-bar .right {
    right: 8.5rem;
  }

  .footer-middle {
    padding-top: 3rem;
  }

  .site-footer {
    margin: auto;
    max-width: 40rem;
  }
}

@media screen and (max-width: 480px) {
  :root {
    --font16: 1.5rem;
    --font18: 1.5rem;
    --font20: 1.6rem;
    --font24: 1.7rem;
    --font30: 1.7rem;
    --font40: 1.9rem;
    --font50: 2rem;
    --font70: 2.6rem;
    --space: 3rem;
  }

  .footer-top .col h5 {
    font-size: 1.8rem;
  }

  .card {
    padding: 0rem 2rem;
  }

  .sliderCaption::before {
    height: 18rem;
  }

  #submitform,
  .about-text a,
  .experiences-left a,
  .cta,
  .slider-btns .cta2,
  .slider-btns .cta {
    padding: 0.4rem;
  }

  .newsletter-contact input[type="text"] {
    font-size: 1.6rem;
  }

  .site-footer a,
  .site-footer li,
  .site-footer P {
    font-size: 1.7rem;
  }

  .about-us h4 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 370px) {
  :root {
    --font16: 1.5rem;
    --font18: 1.5rem;
    --font20: 1.6rem;
    --font24: 1.6rem;
    --font30: 1.6rem;
    --font40: 1.8rem;
    --font50: 1.9rem;
    --font70: 2.2rem;
    --space: 3rem;
  }

  .top-bar .cta {
    right: 6rem;
  }

  .top-bar .right {
    right: 7.5rem;
  }

  .slider-btns .cta2,
  .slider-btns .cta {
    font-size: 1.5rem !important;
  }
}

/* FAQ Section Styling */
details {
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

details:hover {
  box-shadow: 0 4px 15px rgba(255, 160, 43, 0.15);
}

details summary {
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, var(--secondary) 0%, #e6901f 100%);
  color: white;
  cursor: pointer;
  font-size: var(--font30);
  font-weight: 500;
  position: relative;
  list-style: none;
  user-select: none;
  transition: all 0.3s ease;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary:before {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

details[open] summary:before {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

details summary:hover {
  background: linear-gradient(135deg, #e6901f 0%, var(--dark-clr) 100%);
}

details p {
  padding: 1.5rem;
  margin: 0;
  background-color: var(--primary);
  color: var(--dark-clr);
  line-height: 1.6;
  font-size: 1rem;
  border-top: 1px solid #e0e0e0;
}

details[open] {
  border-color: var(--secondary);
}

/* Animation for content reveal */
details[open] p {
  animation: fadeInDown 0.3s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  details {
    margin-bottom: 0.75rem;
  }

  details summary {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }

  details summary:before {
    right: 1.25rem;
  }

  details p {
    padding: 1.25rem;
    font-size: 0.95rem;
  }
}

@media screen and (max-width: 1024px) {
  .newsletter-form form small.error {
    position: relative;
    top: unset;
  }

  .newsletter-form #submitform {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .footer-middle {
    margin: 2rem 0;
  }
}
