/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Spacing X and Y */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #f8f8f8;
}

a {
  text-decoration: none;
  color: #001f3f;
}
a:hover {
  color: #ff6b00;
}

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

ul,
ol {
  list-style: none;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  font-family: "Merriweather", serif;
}

section {
  margin-bottom: 2rem;
}

body.logged-in .site-header {
  top: 32px;
}

@media screen and (max-width: 768px) {
  body.logged-in .site-header,
body.logged-in .site-header__nav {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in .site-header.is-fixed {
    top: 0 !important;
  }
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.gradient {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: _ngcontent-ng-c4175281239_textShine 3s ease-in-out infinite alternate;
  animation: _ngcontent-ng-c4175281239_textShine 3s ease-in-out infinite alternate;
  background: -webkit-radial-gradient(circle, #7182ff 0, #3cff52 100%);
  background: radial-gradient(circle, #7182ff 0, #3cff52 100%);
  background-clip: text;
  background-size: 200%;
}

.content-wrapper {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  padding: 36px 24px 32px 24px;
  margin: 36px auto 36px auto;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.single .site-main,
.category .site-main {
  padding: 140px 0 100px;
}

.page-banner, .services-banner {
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 160px 0 100px;
  position: relative;
  background-image: url("../images/services-irini.jpg");
  color: #fff;
}
.page-banner:before, .services-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.page-banner .container, .services-banner .container {
  position: relative;
  z-index: 2;
}
.page-banner h1, .services-banner h1 {
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.page-banner p, .services-banner p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

.services-banner {
  background-image: url("../images/services-irini.jpg");
}

.btn {
  padding: 0.5rem 1rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn--primary {
  background: #001f3f;
  color: #ffffff;
}
.btn--primary:hover {
  background: #001a33;
}
.btn--secondary {
  background: #ff6b00;
  color: #ffffff;
}
.btn--secondary:hover {
  background: #e65b00;
}
.btn--transparent {
  background: transparent;
  border: 1px solid #ffffff;
}
.btn--transparent:hover {
  border-color: #001a33;
}

@media screen and (max-width: 768px) {
  .site-header__navbar-toggle {
    display: block;
    visibility: visible;
  }
  .site-header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .site-header__nav.is-active {
    display: block;
    transform: translateX(0);
  }
}
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.site-header--transparent {
  background: transparent;
}
.site-header.is-fixed {
  background: #001f3f;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .site-header.is-fixed .site-header__topbar {
    padding: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.site-header__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 31, 63, 0.4);
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.site-header__topbar-left span {
  padding-left: 1.8rem;
}
.site-header__topbar-left a {
  color: #ffffff;
}
.site-header__topbar-right {
  display: flex;
  align-items: center;
}
.site-header__topbar-right > .site-header__language-select {
  position: relative;
  display: inline-block;
}
.site-header__topbar-right > .site-header__language-select:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #ffffff;
}
.site-header__topbar-right > .site-header__language-select .site-header__dropdown {
  position: relative;
  padding: 0.5rem 1rem;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
}
.site-header__topbar-right > .site-header__language-select .site-header__dropdown.is-active .site-header__dropdown-menu {
  opacity: 1;
  pointer-events: auto;
}
.site-header__topbar-right > .site-header__language-select .site-header__dropdown .site-header__dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.site-header__topbar-right > .site-header__language-select .site-header__dropdown .site-header__dropdown-menu li {
  padding: 0.5rem;
  cursor: pointer;
  min-width: 110px;
}
@media screen and (max-width: 600px) {
  .site-header__topbar-right > .site-header__language-select .site-header__dropdown .site-header__dropdown-menu li {
    min-width: auto;
  }
}
.site-header__topbar-right > .site-header__language-select .site-header__dropdown .site-header__language-name {
  white-space: nowrap;
}
.site-header__booking {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
}
.site-header__booking-btn {
  background: #001f3f;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.site-header__booking-btn:hover {
  background: #001a33;
}
.site-header__booking-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  padding: 1rem;
  background: #001f3f;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.site-header__booking-form.is-active {
  display: block;
}
.site-header__booking-form-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-header__booking-form-field {
  display: flex;
  flex-direction: column;
}
.site-header__booking-form-field label {
  font-size: 0.85rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.site-header__booking-form-field .site-header__booking-input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.site-header__booking-form-field .site-header__booking-input::placeholder {
  color: #f0f0f0;
}
.site-header__booking-form-field .site-header__booking-input:focus {
  outline: none;
  border-color: #ff6b00;
}
.site-header__booking-form-action {
  text-align: center;
}
.site-header__booking-form-action .btn {
  width: 100%;
  padding: 0.5rem;
  background: #ff6b00;
  color: #ffffff;
}
.site-header__booking-form-action .btn:hover {
  background: #e65b00;
}
.site-header__navbar-toggle {
  width: 2.85rem;
  height: auto;
  background: transparent;
  border: 1px solid #d1d1d1;
  padding: 0 5px;
}
.site-header__navbar-toggle .site-header__icon-bar {
  width: 100%;
  background: #fff;
  height: 4px;
  margin: 4px 0;
  display: block;
}
.site-header__main {
  background: rgba(0, 31, 63, 0.2);
  padding: 10px 0;
  height: auto;
  transition: all 0.2s ease-in-out;
}
.site-header__main .container--header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__main .container--header .site-header__logo {
  flex-grow: 0;
  margin-right: auto;
}
.site-header__main .container--header .site-header__logo img {
  max-height: 80px;
  max-width: 200px;
  width: auto;
  display: block;
}
.site-header__main .container--header .site-header__nav {
  flex-grow: 0;
  margin-left: auto;
}
.site-header__main .container--header .site-header__nav .site-header__nav-overlay {
  display: none;
}
.site-header__main .container--header .site-header__nav .site-header__close-menu {
  display: none;
  visibility: hidden;
}
.site-header__main .container--header .site-header__nav .site-header__menu {
  display: flex;
  list-style: none;
}
.site-header__main .container--header .site-header__nav .site-header__menu li {
  padding: 0 0.5rem;
}
.site-header__main .container--header .site-header__nav .site-header__menu li a {
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  display: block;
  text-transform: uppercase;
}
.site-header__main .container--header .site-header__nav .site-header__menu li a:hover {
  color: #ff6b00;
}
.site-header__main .container--header .site-header__navbar-toggle {
  display: none;
  visibility: hidden;
}

#footer {
  background-color: #001f3f;
  color: #ffffff;
}
#footer .footer__top {
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}
#footer .footer__top .footer__columns {
  display: flex;
  gap: 2rem;
}
#footer .footer__top .footer__column {
  flex: 1 1 calc(33.33% - 1rem);
  max-width: calc(33.33% - 1rem);
}
#footer .footer__top .footer__column--info .footer__contact {
  margin-bottom: 1.5rem;
}
#footer .footer__top .footer__column--info .footer__contact p {
  margin: 0.5rem 0;
  font-size: 0.9rem;
}
#footer .footer__top .footer__column--info .footer__contact p i {
  margin-right: 0.5rem;
  color: #ff6b00;
}
#footer .footer__top .footer__column--info .footer__social .footer__social-list {
  display: flex;
  gap: 1rem;
}
#footer .footer__top .footer__column--info .footer__social .footer__social-list li a {
  font-size: 1.2rem;
  color: #ff6b00;
  transition: color 0.3s ease;
}
#footer .footer__top .footer__column--info .footer__social .footer__social-list li a:hover {
  color: #e65b00;
}
#footer .footer__top .footer__column .footer__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#footer .footer__top .footer__column--menu .footer__nav .footer__menu-container .footer__menu {
  list-style: none;
  padding: 0;
}
#footer .footer__top .footer__column--menu .footer__nav .footer__menu-container .footer__menu li {
  margin-bottom: 0.5rem;
}
#footer .footer__top .footer__column--menu .footer__nav .footer__menu-container .footer__menu li a {
  color: #ff6b00;
  text-decoration: none;
  transition: color 0.3s ease;
}
#footer .footer__top .footer__column--menu .footer__nav .footer__menu-container .footer__menu li a:hover {
  color: #e65b00;
}
#footer .footer__top .footer__column--map .footer__map iframe {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#footer .footer__bottom {
  padding: 1rem 0;
  background-color: #001f3f;
  text-align: center;
}
#footer .footer__bottom .container p {
  font-size: 0.85rem;
  color: #ffffff;
  margin: 0;
}

.footer__logo {
  text-align: center;
  margin-bottom: 1rem;
}
.footer__logo .footer__logo-image {
  max-width: 200px;
  height: auto;
  display: inline-block;
}
.footer__logo .footer__logo-text {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer__top .footer__column {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__top .footer__columns {
    flex-direction: column;
    flex-wrap: nowrap !important;
  }
  .footer__top .footer__column {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  .footer__bottom p {
    font-size: 0.75rem;
  }
}
/* Grouped Action Buttons */
.action-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.action-buttons__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #ff6b00, #ff9500);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s ease;
}
.action-buttons__link:hover {
  background: linear-gradient(45deg, #e65b00, #ff6b00);
  color: #ffffff;
}
.action-buttons__link i {
  font-size: 24px;
}

.hero-section {
  position: relative;
  height: 100vh;
}
.hero-section__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .hero-section__content {
    top: 80%;
  }
}
.hero-section__content__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .hero-section__content__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .hero-section__content__title {
    font-size: 1rem;
  }
}
.hero-section__content__description {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .hero-section__content__description {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .hero-section__content__description {
    font-size: 0.75rem;
  }
}
.hero-section__image {
  width: 100%;
  height: 100%;
}
.hero-section__image img,
.hero-section__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.hero-section__action {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .hero-section__action {
    bottom: 7rem;
  }
}
.hero-section__btn {
  display: flex;
  align-items: center;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 1.25rem;
  outline: none;
  cursor: pointer;
}
.hero-section__btn svg.circle-fill {
  position: relative;
  width: 80px;
  height: 80px;
}
.hero-section__btn svg.circle-fill circle {
  transition: all 0.2s ease-in-out;
}
.hero-section__btn svg.circle-fill polygon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
}
.hero-section__btn span {
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.hero-section__btn:hover circle {
  fill: #ff6b00;
  stroke: #ff6b00;
}
.hero-section__btn:hover span {
  color: #ff6b00;
}
.hero-section--desktop {
  display: block;
}
@media screen and (max-width: 600px) {
  .hero-section--desktop {
    display: none;
  }
}
.hero-section--mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .hero-section--mobile {
    display: block;
    height: auto;
  }
}
.hero-section--not-fullheight {
  height: 600px;
  max-height: 600px;
}
.hero-section--not-fullheight .hero-section__image {
  height: 100%;
}
.hero-section--not-fullheight .hero-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-section {
  padding: 2rem 0;
  background: #f8f8f8;
}
@media screen and (min-width: 1025px) {
  .booking-section .booking-form__step1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .booking-section .booking-form__step1 .booking-form__label {
    flex-grow: 1;
  }
  .booking-section .booking-form__step1 .btn.booking-next-step {
    align-self: flex-end;
    margin-top: auto;
  }
}

.booking-form__step1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #001f3f;
  padding: 1rem;
  border-radius: 8px;
  color: #ffffff;
}
.booking-form__label {
  position: relative;
  display: inline-block;
}
.booking-form__label .booking-form__input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  color: #ffffff;
}
.booking-form__label .booking-form__input::placeholder {
  color: #f0f0f0;
}
.booking-form__label .booking-form__input:focus {
  outline: none;
  border-color: #ff6b00;
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 115, 170, 0.3);
}
.booking-form__label .booking-form__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #ff6b00;
}
.booking-form__textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  min-height: 120px;
  resize: vertical;
}
.booking-form__textarea:focus {
  border-color: #0073aa;
  outline: none;
}
.booking-form__datepicker {
  padding-right: 40px;
  cursor: pointer;
  background-color: #fff;
}
.booking-form__dropdown.is-active .dropdown__menu {
  display: block;
  animation: fadeIn 0.2s ease;
}
.booking-form__row {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.booking-form__row .booking-form__label {
  flex: 1 0 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .booking-form__row .booking-form__label {
    flex: 1 0 50%;
  }
}
.booking-form__row--full .booking-form__label {
  flex: 1 0 100%;
}
.booking-form__submit {
  margin-top: 30px;
  text-align: center;
}

.dropdown__trigger {
  display: block;
  cursor: pointer;
  position: relative;
}
.dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.dropdown__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown__item:last-child {
  border-bottom: none;
}
.dropdown__label {
  font-weight: 500;
  color: #333;
}
.dropdown__controls {
  display: flex;
  align-items: center;
}
.dropdown__value {
  width: 30px;
  text-align: center;
  font-weight: 500;
  color: #333;
}

.booking-popup {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  position: relative;
  border-radius: 8px;
}
.booking-popup__title {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  font-size: 24px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}
.booking-popup__summary {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.booking-popup .booking-form__input {
  border: 1px solid #ddd;
  color: #333;
}
.booking-popup .booking-form__input::placeholder {
  color: #999;
}
.booking-popup .btn {
  width: 100%;
}
.booking-popup .booking-form__label {
  color: #333;
}
.booking-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #001f3f;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
  transition: color 0.3s ease;
}
.booking-popup__close:hover {
  color: #00060c;
}

.booking-summary__item {
  display: flex;
  margin-bottom: 10px;
}
.booking-summary__item:last-child {
  margin-bottom: 0;
}
.booking-summary__label {
  font-weight: 500;
  width: 120px;
  flex-shrink: 0;
}
.booking-summary__value {
  color: #666;
}

.btn--control {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 4px;
}
.btn--control:hover {
  background: #e5e5e5;
}
.btn--control:focus {
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.content-block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
  border-radius: 8px;
  overflow: hidden;
  align-items: stretch;
  flex-wrap: nowrap;
}
.content-block--with-background {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.content-block__media {
  flex: 1 1 50%;
  max-width: 50%;
  overflow: hidden;
}
.content-block__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.content-block__media img:hover {
  transform: scale(1.05);
}
.content-block__content {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 2rem;
}
.content-block__content .content-block__header {
  margin-bottom: 1rem;
}
.content-block__content .content-block__header .content-block__title {
  font-size: 1.8rem;
  color: #00396b;
  margin: 0;
}
.content-block__content .content-block__header .content-block__divider {
  width: 50px;
  height: 4px;
  background-color: #ff6b00;
  margin-top: 0.5rem;
  border: none;
}
.content-block__content .content-block__body {
  margin-bottom: 1.5rem;
}
.content-block__content .content-block__body .content-block__highlight {
  font-size: 1.1rem;
  font-weight: bold;
  color: #00396b;
  margin-bottom: 1rem;
}
.content-block__content .content-block__body p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  text-align: justify;
}
.content-block__content .content-block__button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #001f3f;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.content-block__content .content-block__button:hover {
  background-color: #001a33;
  color: #ffffff;
}
.content-block--centered {
  align-items: center;
}
.content-block--centered .content-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.content-block--centered .content-block__content .content-block__header .content-block__divider {
  margin: 0.5rem auto;
}
.content-block--centered .content-block__content .content-block__button {
  align-self: center;
}

/* Modifier: Full Image */
.content-block--full {
  flex-wrap: wrap;
}
.content-block--full .content-block__media {
  flex: 1 1 100%;
  max-width: 100%;
}
.content-block--full .content-block__content {
  flex: 1 1 100%;
  max-width: 100%;
  padding: 2rem 1rem;
}

/* Modifier: Image Left */
.content-block--image-left {
  flex-direction: row;
}
.content-block--image-left .content-block__media {
  order: 1;
}
.content-block--image-left .content-block__content {
  order: 2;
}

/* Modifier: Image Right */
.content-block--image-right {
  flex-direction: row-reverse;
}
.content-block--image-right .content-block__media {
  order: 2;
}
.content-block--image-right .content-block__content {
  order: 1;
}

/* Modifier: Three Columns */
.content-block--three-columns {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.content-block--three-columns .content-block__column {
  flex: 1 1 calc(33.333% - 1rem);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.content-block--three-columns .content-block__column:hover .content-block__label {
  bottom: 50%;
  transform: translateY(50%);
  color: #ffffff !important;
}
.content-block--three-columns .content-block__column:hover::before {
  bottom: 10px;
  opacity: 1;
  transform: scale(1, 1);
}
.content-block--three-columns .content-block__column:hover .content-block__image-wrapper img {
  animation: zoomslow 5s linear infinite;
  animation-play-state: running;
  opacity: 0.9;
}
.content-block--three-columns .content-block__column:hover .content-block__overlay {
  transform: translateY(0);
}
.content-block--three-columns .content-block__column .content-block__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.content-block--three-columns .content-block__column .content-block__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-block--three-columns .content-block__column .content-block__image-wrapper .content-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomslow 5s linear infinite;
  animation-play-state: paused;
  transition: transform 0.3s ease;
}
.content-block__image-wrapper:hover .content-block--three-columns .content-block__column .content-block__image-wrapper .content-block__image {
  animation-play-state: running;
  opacity: 0.9;
}
.content-block--three-columns .content-block__column .content-block__image-wrapper .content-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 57, 107, 0.5);
  transform: translateY(200%);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.content-block__image-wrapper:hover .content-block--three-columns .content-block__column .content-block__image-wrapper .content-block__overlay {
  transform: translateY(0);
}
.content-block--three-columns .content-block__column .content-block__image-wrapper .content-block__overlay:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 100%;
  opacity: 0;
  transform: scale(0.2, 0.2);
  border: 5px solid #fff;
  border-bottom: 0;
  border-right: 0;
  transition: all 0.5s ease 0.2s;
}
.content-block__image-wrapper:hover .content-block--three-columns .content-block__column .content-block__image-wrapper .content-block__overlay::before {
  bottom: 10px;
  opacity: 1;
  transform: scale(1, 1);
}
.content-block--three-columns .content-block__column .content-block__image-wrapper .content-block__label {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.15rem;
  font-family: "Times New Roman", sans-serif;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.content-block__image-wrapper:hover .content-block--three-columns .content-block__column .content-block__image-wrapper .content-block__label {
  bottom: 50%;
  transform: translateY(50%);
  color: #ffffff;
}

/* Keyframes for zoomslow */
@keyframes zoomslow {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoomslow {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.3, 1.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
/* Responsive styles */
@media screen and (max-width: 768px) {
  .content-block {
    flex-direction: column;
  }
  .content-block__media, .content-block__content {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .content-block--three-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
  .content-block--three-columns .content-block__column {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 600px) {
  .content-block {
    gap: 1.5rem;
  }
  .content-block__content {
    padding: 1.5rem;
  }
  .content-block__content .content-block__title h2 {
    font-size: 1.5rem;
  }
  .content-block__content .content-block__body p {
    font-size: 0.9rem;
  }
  .content-block__content .content-block__button {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 600px) {
  .content-block--three-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
  .content-block--three-columns .content-block__column {
    flex: 1 1 100%;
  }
  .content-block--three-columns .content-block__overlay:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 90%;
  }
}

@media screen and (max-width: 600px) {
  .site-header__logo img {
    max-width: 200px !important;
  }
}

@media screen and (max-width: 1200px) {
  .header__topbar {
    flex-direction: column;
  }
  .header__topbar .header__hotline,
.header__topbar .header__email {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 90%;
  }
  .header__logo {
    padding-right: 0.5rem;
  }
  .site-header__navbar-toggle {
    display: block !important;
    visibility: visible !important;
  }
  .site-header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .site-header__nav.is-active {
    display: block;
    transform: translateX(0);
  }
  .site-header__nav .site-header__nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .site-header__nav .site-header__close-menu {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    color: #ffffff;
    cursor: pointer;
  }
  .site-header__nav .site-header__menu {
    list-style: none;
    padding: 1rem;
  }
  .site-header__nav .site-header__menu li {
    margin-bottom: 0.5rem;
  }
  .site-header__nav .site-header__menu li a {
    color: #ffffff;
    font-size: 1rem;
  }
  .site-header__nav .site-header__menu li a:hover {
    color: #ff6b00;
  }
  .site-header__main .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .site-header__main .container .site-header__logo {
    margin-bottom: 0.5rem;
    padding: 0;
  }
  .site-header__main .container .site-header__logo a {
    color: #ffffff;
  }
  .site-header__main .container .site-header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .site-header__main .container .site-header__nav.is-active {
    display: block;
    transform: translateX(0);
  }
  .site-header__main .container .site-header__nav .site-header__nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 31, 63, 0.5);
    z-index: -1;
  }
  .site-header__main .container .site-header__nav .site-header__close-menu {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    color: #ffffff;
    cursor: pointer;
    display: block;
    visibility: visible;
  }
  .site-header__main .container .site-header__nav .site-header__menu {
    flex-direction: column;
  }
  .site-header__main .container .site-header__nav .site-header__menu li {
    margin-bottom: 0.5rem;
  }
  .site-header__main .container .site-header__nav .site-header__menu li a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    display: block;
  }
  .site-header__main .container .site-header__navbar-toggle {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 600px) {
  .site-header__logo img {
    max-width: 180px !important;
  }
  .header__topbar {
    flex-direction: column;
  }
  .header__topbar .header__hotline,
.header__topbar .header__email {
    font-size: 0.85rem;
  }
  .site-header__topbar-left {
    width: 55%;
    text-align: center;
    padding: 0.5rem 0;
    line-height: 1.6;
  }
  .site-header__topbar-left span {
    padding-left: 0;
    display: block;
  }
  .site-header__language-name {
    display: none;
  }
  .site-header__booking-btn {
    padding: 0.5rem;
  }
  .site-header__booking-form {
    position: fixed;
    top: 87px;
    width: 100%;
  }
}
.about-us__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 32px 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .about-us__content {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.about-us__content .about-us__image {
  flex: 1 1 320px;
  min-width: 260px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.about-us__content .about-us__image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}
.about-us__content .about-us__description {
  flex: 2 1 340px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.about-us__content .about-us__description p {
  margin-bottom: 16px;
}
.about-us__content .about-us__description .about-us__highlight {
  background: #e6f7ff;
  border-left: 4px solid #001f3f;
  padding: 10px 18px;
  border-radius: 6px;
  margin-bottom: 18px;
  color: #001f3f;
  font-weight: 500;
}
.about-us__climate, .about-us__services {
  margin-top: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 28px 18px 18px 18px;
  margin-left: auto;
  margin-right: auto;
}
.about-us__climate h2, .about-us__services h2 {
  text-align: center;
  font-size: 2rem;
  color: #001f3f;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.about-us__section {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin-top: 36px;
  margin-bottom: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 28px 18px 18px 18px;
}
@media screen and (max-width: 768px) {
  .about-us__section {
    flex-direction: column;
    padding: 18px 6px;
    gap: 18px;
  }
}
.about-us__section-image {
  flex: 1 1 320px;
  min-width: 220px;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us__section-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}
.about-us__section-content {
  flex: 2 1 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us__section-content h2 {
  text-align: left;
  font-size: 2rem;
  color: #001f3f;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.about-us__section-content h2 i {
  margin-right: 10px;
  color: #001f3f;
}
.about-us__icon-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.about-us__icon-list li {
  font-size: 1.08rem;
  color: #333333;
  padding-left: 0;
  position: relative;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
.about-us__icon-list li i {
  margin-right: 10px;
  color: #001f3f;
  font-size: 1.2em;
  min-width: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-us__section--image-left {
    flex-direction: column;
  }
}
.about-us__section--image-left .about-us__section-image {
  order: 1;
}
.about-us__section--image-left .about-us__section-content {
  order: 2;
}
@media screen and (max-width: 768px) {
  .about-us__section--image-right {
    flex-direction: column;
  }
}
.about-us__section--image-right .about-us__section-image {
  order: 2;
}
.about-us__section--image-right .about-us__section-content {
  order: 1;
}
.about-us__gallery img {
  padding: 0 10px;
}
.about-us__explore h2 {
  text-align: left;
  font-size: 2rem;
  color: #001f3f;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.about-us__explore h2 i {
  margin-right: 10px;
  color: #001f3f;
}
.about-us__explore p {
  font-size: 1.08rem;
  color: #333333;
  margin-bottom: 18px;
}
.about-us__explore-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .about-us__explore-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .about-us__explore-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.about-us__explore-card {
  background: #f8fafc;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.about-us__explore-card:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}
.about-us__explore-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.about-us__explore-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
  transition: transform 0.3s;
}
.about-us__explore-card:hover .about-us__explore-img img {
  transform: scale(1.05);
}
.about-us__explore-info {
  padding: 18px 16px 14px 16px;
  display: flex;
  flex-direction: column;
}
.about-us__explore-info h4 {
  font-size: 1.15rem;
  color: #001f3f;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.about-us__explore-info h4 i {
  margin-right: 7px;
  color: #001f3f;
}
.about-us__explore-info p {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 0;
}

.contact-us {
  padding: 50px 0;
}
.contact-us__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .contact-us__content {
    flex-direction: column;
  }
}
.contact-us__map {
  flex: 1;
  min-width: 300px;
  height: 400px;
  background: #f0f0f0;
  border: 1px solid #898989;
  border-radius: 5px;
}
.contact-us__map .map-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #898989;
  font-size: 1rem;
}
.contact-us__form {
  flex: 1;
  min-width: 300px;
}
.contact-us__form .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-us__form .contact-form__row {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact-us__form .contact-form__row {
    flex-direction: column;
  }
}
.contact-us__form .contact-form__group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-us__form .contact-form__submit {
  background: #001f3f;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-us__form .contact-form__submit:hover {
  background: #001a33;
}
.contact-us__form .contact-form label {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #898989;
}
.contact-us__form .contact-form input,
.contact-us__form .contact-form textarea {
  padding: 10px;
  border: 1px solid #898989;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
}

.home-section__wrap {
  position: relative;
  padding: 2rem;
}
.home-section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-section__background--pattern {
  background: url("../images/bg-pattern.png") no-repeat center center;
}
.home-section__background--pattern-2 {
  background: url("../images/bg-pattern-2.png") no-repeat center center;
}

.room-details .room-main-image {
  text-align: center;
  margin-bottom: 32px;
}
.room-details .room-main-image img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  height: auto;
  width: 100%;
  max-height: 600px;
}
.room-details .room-info {
  text-align: center;
  margin-bottom: 40px;
}
.room-details .room-info ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
}
.room-details .room-info ul li {
  margin-bottom: 6px;
}
.room-details .room-info ul li i {
  color: #e67e22;
  margin-right: 7px;
  min-width: 18px;
  text-align: center;
}
.room-details .room-info .room-price {
  font-weight: bold;
  color: #e67e22;
  font-size: 1.3em;
}
.room-details .room-info .room-price i {
  margin-right: 6px;
}
.room-details .room-info .room-includes {
  font-size: 0.95em;
}
.room-details .room-info .room-includes i {
  margin-right: 5px;
  color: #27ae60;
}
.room-details .room-info .room-book-btn {
  margin-top: 18px;
}
.room-details .room-info .room-book-btn .btn-primary {
  font-size: 1.1em;
  padding: 12px 32px;
}
.room-details .room-info .room-book-btn .btn-primary i {
  margin-right: 7px;
}
.room-details .room-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.room-details .room-cards .room-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  width: 320px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.room-details .room-cards .room-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
  background: #f5f5f5;
}
.room-details .room-cards .room-card h4 {
  margin-bottom: 8px;
}
.room-details .room-cards .room-card h4 i {
  color: #2980b9;
  margin-right: 7px;
}
.room-details .room-cards .room-card .room-card-price {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.room-details .room-cards .room-card .room-card-price i {
  font-size: 1.1em;
}
.room-details .room-cards .room-card .room-card-price.room-card-price-sea {
  color: #e67e22;
}
.room-details .room-cards .room-card .room-card-price.room-card-price-garden {
  color: #27ae60;
}
.room-details .room-cards .room-card .btn-secondary {
  margin-top: auto;
  width: 100%;
}
.room-details .room-cards .room-card .btn-secondary i {
  margin-right: 7px;
}
.room-details .additional-fees {
  margin-top: 24px;
  background: #f9fafb;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px 20px 18px 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: relative;
}
.room-details .additional-fees h3 {
  margin-bottom: 14px;
  font-size: 1.18em;
  font-weight: bold;
  color: #e67e22;
  display: flex;
  align-items: center;
  gap: 8px;
}
.room-details .additional-fees h3 i {
  margin-right: 7px;
  color: #e67e22;
  font-size: 1.1em;
}
.room-details .additional-fees ul {
  padding-left: 22px;
}
.room-details .additional-fees ul li {
  margin-bottom: 6px;
  font-size: 1.04em;
}
.room-details .additional-fees ul li i {
  color: #e67e22;
  margin-right: 7px;
}

.beer-coffee {
  padding: 60px 0 40px 0;
  background: #f8fafc;
}
.beer-coffee__intro {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 32px 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .beer-coffee__intro {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.beer-coffee__intro .beer-coffee__image {
  flex: 1 1 320px;
  min-width: 260px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.beer-coffee__intro .beer-coffee__image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}
.beer-coffee__intro .beer-coffee__description {
  flex: 2 1 340px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.beer-coffee__intro .beer-coffee__description p {
  margin-bottom: 16px;
}
.beer-coffee__intro .beer-coffee__description .beer-coffee__highlight {
  background: #e6f7ff;
  border-left: 4px solid #001f3f;
  padding: 10px 18px;
  border-radius: 6px;
  margin-bottom: 18px;
  color: #001f3f;
  font-weight: 500;
}
.beer-coffee__intro .beer-coffee__info-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.beer-coffee__intro .beer-coffee__info-list li {
  font-size: 1.08rem;
  color: #333333;
  padding-left: 0;
  position: relative;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
.beer-coffee__intro .beer-coffee__info-list li i {
  margin-right: 10px;
  color: #001f3f;
  font-size: 1.2em;
  min-width: 22px;
  text-align: center;
}
.beer-coffee__section {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin-top: 36px;
  margin-bottom: 36px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 28px 18px 18px 18px;
}
@media screen and (max-width: 768px) {
  .beer-coffee__section {
    flex-direction: column;
    padding: 18px 6px;
    gap: 18px;
  }
}
.beer-coffee__section-image {
  flex: 1 1 320px;
  min-width: 220px;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beer-coffee__section-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}
.beer-coffee__section-content {
  flex: 2 1 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.beer-coffee__section-content h2 {
  text-align: left;
  font-size: 2rem;
  color: #001f3f;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.beer-coffee__section-content h2 i {
  margin-right: 10px;
  color: #001f3f;
}
@media screen and (max-width: 768px) {
  .beer-coffee__section--image-left {
    flex-direction: column;
  }
}
.beer-coffee__section--image-left .beer-coffee__section-image {
  order: 1;
}
.beer-coffee__section--image-left .beer-coffee__section-content {
  order: 2;
}
@media screen and (max-width: 768px) {
  .beer-coffee__section--image-right {
    flex-direction: column;
  }
}
.beer-coffee__section--image-right .beer-coffee__section-image {
  order: 2;
}
.beer-coffee__section--image-right .beer-coffee__section-content {
  order: 1;
}
.beer-coffee__icon-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.beer-coffee__icon-list li {
  font-size: 1.08rem;
  color: #333333;
  padding-left: 0;
  position: relative;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
.beer-coffee__icon-list li i {
  margin-right: 10px;
  color: #001f3f;
  font-size: 1.2em;
  min-width: 22px;
  text-align: center;
}
.beer-coffee__gallery img {
  padding: 0 10px;
}
.beer-coffee__invite {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 28px 18px 18px 18px;
  margin-top: 30px;
  text-align: center;
}
.beer-coffee__invite h2 {
  color: #001f3f;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.beer-coffee__invite h2 i {
  margin-right: 10px;
  color: #001f3f;
}
.beer-coffee__invite p {
  font-size: 1.08rem;
  color: #333333;
  margin-bottom: 0;
}

.services-content {
  padding: 40px 0 80px;
}
.services-content .service-category {
  margin-bottom: 60px;
}
.services-content .service-category h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
.services-content .service-category h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #001f3f;
}
.services-content .services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.services-content .service-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  width: calc(25% - 30px);
  text-align: center;
  transition: all 0.3s ease;
}
.services-content .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.services-content .service-item .service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #001f3f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: #fff;
}
.services-content .service-item .service-icon i {
  font-size: 36px;
}
.services-content .service-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.services-content .service-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.services-cta {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
}
.services-cta h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.services-cta p {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #666;
}
.services-cta .btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .services-content .service-item {
    width: calc(33.333% - 30px);
  }
}
@media (max-width: 992px) {
  .services-content .service-item {
    width: calc(50% - 30px);
  }
  .services-banner h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .services-banner {
    padding: 60px 0;
  }
  .services-banner h1 {
    font-size: 32px;
  }
  .services-banner p {
    font-size: 16px;
  }
  .services-content .service-category h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .services-content .services-list {
    gap: 20px;
  }
  .services-cta h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .services-content .service-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.category-archive .page-header {
  text-align: center;
  margin-bottom: 30px;
}
.category-archive .page-title {
  font-family: "Times New Roman", sans-serif;
  font-size: 3rem;
  color: #001f3f;
  margin-bottom: 10px;
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.grid-item {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
.grid-item-inner {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
.grid-item-inner:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.grid-item .post-thumbnail {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}
.grid-item .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.grid-item .post-thumbnail:hover img {
  transform: scale(1.05);
}
.grid-item .post-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.grid-item .entry-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Times New Roman", sans-serif;
}
.grid-item .entry-title a {
  color: #001f3f;
  text-decoration: none;
  transition: color 0.2s ease;
}
.grid-item .entry-title a:hover {
  color: #ff6b00;
}
.grid-item .entry-summary {
  margin-bottom: 15px;
  flex-grow: 1;
  color: #333333;
  line-height: 1.6;
}
.grid-item .read-more {
  display: inline-block;
  background-color: #ff6b00;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}
.grid-item .read-more:hover {
  background-color: #e65b00;
}

@media screen and (max-width: 768px) {
  .grid-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .category-archive .page-title {
    font-size: 2.2rem;
  }
}
.single-post {
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.single-post .entry-header {
  margin-bottom: 25px;
}
.single-post .title-detail {
  margin-bottom: 15px;
}
.single-post .title-detail .title {
  margin-bottom: 0;
}
.single-post .title-detail .navigation {
  color: #001f3f;
}
.single-post .title-detail .navigation i {
  margin-right: 5px;
}
.single-post .title-detail .navigation:hover {
  color: #ff6b00;
}
@media screen and (max-width: 768px) {
  .single-post .title-detail .navigation {
    position: static;
    transform: none;
    margin-bottom: 10px;
    display: block;
  }
}
.single-post .post-meta {
  color: #898989;
  font-size: 14px;
  margin: 10px 0;
}
.single-post .post-meta span {
  margin-right: 15px;
}
.single-post .post-categories a {
  color: #001f3f;
}
.single-post .featured-image {
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.single-post .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post .entry-content {
  margin-bottom: 30px;
  line-height: 1.7;
}
.single-post .entry-content p {
  margin-bottom: 20px;
}
.single-post .entry-content img {
  max-width: 100%;
  height: auto;
}
.single-post .post-tags {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.single-post .post-tags .tag-title {
  font-weight: bold;
  color: #222;
}

.post-navigation {
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.post-navigation-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .post-navigation-inner {
    flex-direction: column;
  }
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 100%;
    margin-bottom: 10px;
  }
}
.post-navigation .nav-next {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .post-navigation .nav-next {
    text-align: left;
  }
}
.post-navigation a {
  display: block;
  padding: 10px;
  color: #333333;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.post-navigation a:hover {
  background: #f5f5f5;
  color: #001f3f;
}
.post-navigation .nav-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #ff6b00;
  margin-bottom: 5px;
}
.post-navigation .post-title {
  font-family: "Times New Roman", sans-serif;
  font-size: 16px;
}

.related-posts {
  margin-top: 40px;
  padding-top: 30px;
}
.related-posts .related-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #001f3f;
  font-family: "Times New Roman", sans-serif;
  position: relative;
}
.related-posts-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.related-post {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .related-post {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 600px) {
  .related-post {
    width: 100%;
  }
}
.related-post:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.related-post .related-thumbnail {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}
.related-post .related-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-post .related-thumbnail:hover img {
  transform: scale(1.05);
}
.related-post h4.related-title {
  font-size: 18px;
  margin: 15px 15px 10px;
}
.related-post h4.related-title a {
  color: #001f3f;
  text-decoration: none;
  transition: color 0.2s ease;
}
.related-post h4.related-title a:hover {
  color: #ff6b00;
}
.related-post .related-excerpt {
  padding: 0 15px;
  margin-bottom: 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.related-post .read-more {
  display: inline-block;
  margin: 0 15px 15px;
  background-color: #ff6b00;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.related-post .read-more:hover {
  background-color: #e65b00;
}

.error-404 {
  padding: 60px 0;
  text-align: center;
}
.error-404__title {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #001f3f;
}
.error-404__content {
  max-width: 800px;
  margin: 0 auto;
}
.error-404__body {
  margin-bottom: 30px;
}
.error-404__body p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.error-404__search {
  margin: 30px 0;
}
.error-404__search .search-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
}
.error-404__search .search-form .search-field {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px 0 0 4px;
}
.error-404__search .search-form .search-submit {
  padding: 10px 20px;
  background: #001f3f;
  color: white;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.error-404__search .search-form .search-submit:hover {
  background: #00060c;
}
.error-404__suggestions {
  margin: 30px 0;
}
.error-404__suggestions h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.error-404__suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.error-404__suggestions ul li a {
  color: #001f3f;
  text-decoration: none;
  font-weight: 500;
}
.error-404__suggestions ul li a:hover {
  text-decoration: underline;
}
.error-404__button {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .error-404 {
    padding: 40px 0;
  }
  .error-404__title {
    font-size: 2rem;
  }
  .error-404__suggestions ul {
    flex-direction: column;
    gap: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
