/*
Theme Name: Twenty Twenty-Five child
Theme URI: https://www.butterflythemes.com/
Author: Butterflythemes
Author URI: https://www.butterflythemes.com
Description: A Twenty Twenty Five child theme
Template:     twentytwentyfive
Version: 1.0.6
License: GNU General Public License v2 or later
Text Domain: twentytwentyfive
*/

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,0,0&display=swap");

/* Let theme.json layout settings control content width globally. */
.wp-site-blocks {
  max-width: 100%;
}

/* Prevent alignfull blocks from causing horizontal scroll.
   html: hidden stops the scrollbar. body: clip avoids breaking position:fixed. */
html {
  overflow-x: hidden;
}
body {
  overflow-x: clip;
}

.wp-block-button__link {
  transition: all 0.2s ease;
}

/* .wp-block-button__link:hover {
  background-color: #0B2E4A;
} */

.wp-block-button .wp-block-button__link {
  color: #FFFFFF !important;
}

a:hover {
  color: #FF7A00;
}

footer .wp-block-navigation__container {
  gap: 5px;
}

.wp-block-search__button svg {
  fill: #005a87;
  min-height: 35px;
  min-width: 35px;
}


.footer-special-text {
  color: transparent;
  -webkit-text-stroke: 1px #C0912C; /* outline color */
  font-weight: 700;
  font-size: 120px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ============================================
   Service Item Card  (Industrium view_type-2)
   ============================================ */
.tk-service-item {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

/* Dark gradient overlay – behind content, above image */
.tk-service-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 28, 50, 0.92) 0%,
    rgba(10, 28, 50, 0.55) 40%,
    transparent 75%
  );
  z-index: 1;
  transition: background 0.4s ease;
  pointer-events: none;
}

/* Image: zoom on hover, greyscale at rest */
.tk-service-item .wp-block-image {
  margin: 0;
  display: block;
  line-height: 0;
}

.tk-service-item .wp-block-image img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  filter: saturate(0%);
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.45s ease, filter 0.4s ease;
  border-radius: 0 !important;
}

.tk-service-item:hover .wp-block-image img {
  transform: scale(1.07);
  filter: saturate(100%);
}

/* Large number badge – top-left, half above image edge */
.service-item-number {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 28px;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: -0.44em !important;
  color: rgba(255, 255, 255, 0.8) !important;
  pointer-events: none;
  transition: color 0.3s;
  z-index: 3;
}

/* Content panel – always visible at bottom of image */
.tk-service-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 28px 24px !important;
  background: transparent;
  color: #fff;
  z-index: 2;
}

.tk-service-item-content .wp-block-heading {
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 !important;
}

/* Excerpt: hidden at rest, slides in on hover */
.tk-service-item-excerpt {
  overflow: hidden;
  max-height: 0;
  margin-top: 0 !important;
  transition: max-height 0.4s ease, margin-top 0.35s ease, opacity 0.35s ease;
  opacity: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px !important;
  line-height: 1.65;
}

.tk-service-item:hover .tk-service-item-excerpt {
  max-height: 100px;
  margin-top: 10px !important;
  opacity: 1;
}

/* Mobile: always show excerpt, no zoom */
@media (max-width: 640px) {
  .tk-service-item .wp-block-image img {
    height: 280px;
    transform: none !important;
  }
  .tk-service-item-excerpt {
    max-height: 100px !important;
    margin-top: 8px !important;
    opacity: 1 !important;
  }
}

/* Last-pass booking widget lock: keeps the reusable form consistent on every page. */
.alka-booking-bar,
.alka-cta-booking {
  box-sizing: border-box;
}

.alka-booking-form {
  display: grid !important;
  grid-template-columns: minmax(190px, 1.05fr) minmax(190px, 1.05fr) minmax(170px, .95fr) minmax(230px, 1.25fr) minmax(190px, .95fr) !important;
  align-items: center !important;
  gap: 22px !important;
}

.alka-booking-field {
  display: grid !important;
  grid-template-columns: max-content minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 20px !important;
  min-height: 58px !important;
  padding: 0 20px !important;
}

.alka-booking-field-guests {
  grid-template-columns: max-content minmax(70px, 1fr) minmax(88px, 1fr) !important;
}

.alka-booking-form input,
.alka-booking-form select {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  display: block !important;
  font-family: "Jost", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  height: auto !important;
  line-height: 1.2 !important;
  min-height: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.alka-booking-form option {
  color: #111;
}

.alka-booking-form button {
  align-self: stretch !important;
  background: var(--alka-gold) !important;
  border: 1px solid var(--alka-gold) !important;
  color: #fff !important;
  display: block !important;
  font-family: "Jost", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  min-height: 58px !important;
  padding: 0 28px !important;
  white-space: nowrap !important;
  width: 100% !important;
}

@media (max-width: 1100px) {
  .alka-booking-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .alka-booking-form button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .alka-booking-form {
    grid-template-columns: 1fr !important;
  }

  .alka-booking-field,
  .alka-booking-field-guests {
    grid-template-columns: 1fr !important;
    row-gap: 8px !important;
    padding: 14px 18px !important;
  }
}

/* CozyStay-aligned room page sizing */
.alka-room-hero {
  min-height: 500px !important;
}

.alka-room-hero .wp-block-cover__inner-container {
  max-width: 860px !important;
}

.alka-room-hero h1 {
  font-size: clamp(54px, 6.2vw, 86px) !important;
  line-height: 1.02 !important;
  margin-bottom: 18px !important;
  text-transform: none;
}

.alka-room-page-section {
  padding-top: 92px !important;
  padding-bottom: 112px !important;
}

.alka-room-page-section > .wp-block-group,
.alka-room-page-section > .wp-block-columns {
  max-width: 980px !important;
}

.alka-room-page-section .alka-intro {
  margin-bottom: 78px !important;
}

.alka-room-page-section .alka-intro h2 {
  font-size: clamp(30px, 2.6vw, 43px) !important;
  line-height: 1.16 !important;
  max-width: 760px;
}

.alka-room-page-section .alka-intro .alka-copy {
  max-width: 620px;
}

.alka-room-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 64px !important;
  row-gap: 92px !important;
  margin: 0 auto !important;
  max-width: 980px !important;
}

.alka-room-card {
  margin: 0 !important;
}

.alka-room-card:nth-child(odd) {
  padding-top: 58px;
}

.alka-room-card figure {
  margin-bottom: 28px !important;
}

.alka-room-card img {
  aspect-ratio: 1.25 / 1 !important;
  display: block;
}

.alka-room-card .alka-room-meta {
  color: var(--alka-gold);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.alka-room-card h3 {
  font-size: clamp(26px, 2vw, 34px) !important;
  line-height: 1.18 !important;
  margin: 0 0 12px !important;
}

.alka-room-card .alka-copy {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.alka-room-facilities {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.alka-room-facilities .wp-block-columns {
  gap: 72px !important;
}

@media (min-width: 1200px) {
  .alka-booking-bar.alignwide,
  .alka-booking-bar {
    max-width: 1260px !important;
    width: calc(100vw - 180px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 900px) {
  .alka-room-page-section {
    padding-top: 64px !important;
    padding-bottom: 76px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow-x: hidden;
  }

  .alka-room-page-section .alka-intro {
    box-sizing: border-box;
    max-width: 318px !important;
    overflow: hidden;
    width: 100% !important;
  }

  .alka-room-page-section .alka-intro h2 {
    font-size: 25px !important;
    line-height: 1.18 !important;
    max-width: 310px !important;
    overflow-wrap: anywhere;
    width: 100% !important;
  }

  .alka-room-page-section .alka-intro .alka-copy {
    max-width: 310px !important;
    width: 100% !important;
  }

  .alka-room-list {
    grid-template-columns: 1fr !important;
    row-gap: 54px !important;
  }

  .alka-room-card:nth-child(odd) {
    padding-top: 0;
  }
}

.alka-cta-booking-form {
  background: transparent !important;
  border: 0 !important;
  color: #fff;
  margin: 56px auto 0 !important;
  max-width: 1120px;
}

.alka-cta-booking-form .alka-cta-field {
  border-left: 1px solid rgba(199, 164, 111, .85);
  display: grid !important;
  grid-template-columns: 34px 1fr !important;
  grid-template-rows: auto auto;
  min-height: 62px !important;
  padding: 0 26px !important;
}

.alka-cta-booking-form .alka-cta-field:first-child {
  border-left: 0;
}

.alka-cta-booking-form .material-symbols-outlined {
  color: var(--alka-gold);
  font-size: 28px;
  grid-row: 1 / 3;
  line-height: 1;
  margin-top: 5px;
}

.alka-cta-booking-form strong {
  color: #fff;
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.alka-cta-booking-form input,
.alka-cta-booking-form select {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.alka-cta-booking-form .alka-cta-guests {
  grid-template-columns: 34px minmax(76px, 1fr) minmax(90px, 1fr) !important;
}

.alka-cta-booking-form .alka-cta-guests strong {
  grid-column: 2 / 4;
}

.alka-cta-booking-form button {
  min-height: 66px !important;
}

@media (max-width: 1100px) {
  .alka-cta-booking-form .alka-cta-field,
  .alka-cta-booking-form .alka-cta-field:first-child {
    border-left: 0;
    border-top: 1px solid rgba(199, 164, 111, .55);
    padding-top: 18px !important;
  }
}

@media (max-width: 700px) {
  .alka-cta-booking-form .alka-cta-field,
  .alka-cta-booking-form .alka-cta-guests {
    grid-template-columns: 34px 1fr !important;
  }

  .alka-cta-booking-form .alka-cta-guests strong,
  .alka-cta-booking-form .alka-cta-guests select {
    grid-column: 2;
  }
}

/* Hotel Alka reusable patterns */
.alka-booking-bar {
  margin-top: -56px !important;
  position: relative;
  z-index: 8;
  background: #050505;
  color: #fff;
  padding: 28px 34px;
}

.alka-booking-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(190px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.alka-booking-field,
.alka-cta-booking-form label {
  border: 1px solid var(--alka-gold);
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 18px;
  padding: 0 18px;
  color: #fff;
}

.alka-booking-field span {
  font-family: "Marcellus", serif;
  font-size: 20px;
}

.alka-booking-form input,
.alka-booking-form select,
.alka-newsletter-form input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.alka-booking-form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) sepia(1) saturate(0.4);
  cursor: pointer;
}

.alka-booking-form select {
  appearance: auto;
}

.alka-booking-field-guests {
  grid-template-columns: auto 1fr 1fr;
}

.alka-booking-form button,
.alka-newsletter-form button {
  border: 0;
  background: var(--alka-gold);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.alka-essentials-pattern {
  gap: clamp(44px, 7vw, 90px) !important;
}

.alka-service-grid {
  margin-top: 52px;
}

.alka-service-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.alka-service-item h4 {
  margin: 0 0 10px;
  font-family: "Marcellus", serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--alka-ink) !important;
}

.alka-service-item p {
  margin: 0;
  color: var(--alka-muted);
  line-height: 1.65;
}

.alka-service-icon {
  width: 44px;
  color: var(--alka-gold);
  font-size: 34px;
  line-height: 1.1;
  text-align: left;
}

.alka-essentials-images {
  gap: 18px !important;
}

.alka-essentials-images img {
  min-height: 520px;
  object-fit: cover;
}

.alka-section-heading-row {
  margin-bottom: 90px;
}

.alka-section-heading-row h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(38px, 4vw, 62px);
}

.alka-accommodation-cards {
  align-items: stretch !important;
  gap: 80px !important;
}

.alka-accommodation-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
}

.alka-accommodation-card figure {
  margin: 0;
  height: 100%;
}

.alka-accommodation-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.alka-accommodation-card.is-muted img {
  opacity: 0.62;
}

.alka-accommodation-card button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 34px;
}

.alka-accommodation-card:first-child button {
  left: 34px;
}

.alka-accommodation-card:last-child button {
  right: 34px;
}

.alka-room-price {
  position: absolute;
  top: 34px;
  left: 34px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(189,155,111,0.88);
  color: #fff;
  padding: 13px 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.alka-accommodation-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 80px 44px 42px;
  color: #fff;
  text-align: center;
  background: linear-gradient(0deg, rgba(0,0,0,0.72), rgba(0,0,0,0));
}

.alka-accommodation-overlay h3 {
  color: #fff !important;
  font-size: clamp(34px, 3vw, 48px);
}

.alka-accommodation-overlay p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
}

.alka-local-cards {
  margin-top: 64px;
  gap: 42px !important;
  text-align: center;
}

.alka-local-cards figure {
  margin: 0 0 28px;
}

.alka-local-cards img {
  width: 100%;
  aspect-ratio: 4 / 5.2;
  object-fit: cover;
}

.alka-local-cards h3 {
  font-size: 28px;
}

.alka-local-cards p,
.alka-location-lists p {
  color: var(--alka-muted);
  line-height: 1.75;
}

.alka-location-lists {
  margin-top: 70px;
  border-top: 1px solid var(--alka-line);
  padding-top: 34px;
  text-align: center;
}

.alka-stay-cta h2 {
  max-width: 920px;
  margin-inline: auto;
  color: #fff !important;
  font-size: clamp(34px, 4vw, 56px);
}

.alka-cta-booking-form {
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
  margin-top: 56px;
}

.alka-cta-booking-form label {
  border-width: 0 0 0 1px;
  grid-template-columns: 38px 1fr;
  min-height: auto;
}

.alka-cta-booking-form label > select,
.alka-cta-booking-form label > input {
  grid-column: 2;
}

.alka-footer {
  background: #101010;
  color: #fff;
  padding-top: 86px;
  padding-bottom: 40px;
}

.alka-footer h2,
.alka-footer h3 {
  color: #fff !important;
}

.alka-footer h2 {
  font-size: 34px;
  letter-spacing: 4px;
}

.alka-footer h3 {
  font-size: 25px;
}

.alka-footer p,
.alka-footer a {
  color: rgba(255,255,255,0.88);
}

.alka-payment-row {
  display: inline-block;
  margin-top: 18px;
  padding: 5px 8px;
  background: #fff;
  color: #111 !important;
  border-radius: 2px;
  font-size: 12px !important;
}

.alka-newsletter-form {
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,0.72);
  padding-bottom: 12px;
}

.alka-newsletter-form input {
  flex: 1;
  color: #fff;
}

.alka-newsletter-form button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
}

.alka-footer .wp-block-separator {
  margin-top: 80px;
  margin-bottom: 34px;
  border-color: rgba(255,255,255,0.14);
}

@media (max-width: 900px) {
  .alka-booking-form,
  .alka-cta-booking-form {
    grid-template-columns: 1fr;
  }
  .alka-booking-bar {
    margin-top: 0 !important;
  }
  .alka-accommodation-cards {
    gap: 24px !important;
  }
  .alka-accommodation-card,
  .alka-accommodation-card img,
  .alka-essentials-images img {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .alka-booking-bar {
    padding: 20px;
  }
  .alka-booking-field,
  .alka-booking-field-guests {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
  }
  .alka-service-grid {
    gap: 30px !important;
  }
}

.tk-layout {
  gap: 24px;
}

.tk-layout .tk-card,
.tk-layout .tk-cta {
  border-radius: 14px;
  padding: 24px;
}

.tk-layout .tk-hero {
  border-radius: 14px;
  overflow: hidden;
}

.tk-layout .tk-two-col {
  gap: 24px;
}

.tk-layout .wp-block-image img {
  border-radius: 12px;
}


.two-column-menu ul {
  column-count: 2;
  column-gap: 40px;
}

.two-column-menu li {
  break-inside: avoid;
}

footer p {
  margin-top: 10px !important;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 267px;
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  height: 400px; /* adjust as needed */
  border: 0;
  display: block;
 /* filter: grayscale(100%)
    brightness(130%)
    contrast(80%); */
  pointer-events: none;
}

/* Overlay */
.map-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background:rgba(255, 255, 255, 0.3) */
  /* pointer-events: none; */
}

.contact-form-7 {
  flex-direction: column;
  padding: 65px;
}

.contact-form-7 input:is([type="text"], [type="email"], [type="tel"], [type="url"], [type="number"]),
textarea {
  border-bottom: 1px solid #d3d3d3 !important;
  border: none;
  width: 100%;
}

textarea {
  max-height: 150px;
}

.contact-form-7 input:is([type="text"], [type="email"], [type="tel"], [type="url"], [type="number"]), textarea, select{
font-size: 16px;
line-height: 1.875em;
text-transform: none;
letter-spacing: 0em;
word-spacing: 0px;
font-style: normal;
font-weight: 400;
font-family: inherit;
background: none;
}


footer,
footer.wp-block-template-part,
.wp-site-blocks > footer {
  background-color: #121c22;
  background-image: url("../../uploads/2026/04/map-bg-1.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

footer.wp-block-template-part .wp-block-cover__background {
  opacity: 0.2 !important;
}

footer.wp-block-template-part .wp-block-cover .wp-block-group.has-background {
  background-color: transparent !important;
}



/* Default header (transparent) */
.site-header {
  position: absolute;
  top: 36px;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: all 0.3s ease;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Sticky state */
.site-header.scrolled {
  top: 0px;
  position: fixed;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Top-level menu links white when header is transparent */
.site-header:not(.scrolled)
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li > a.mega-menu-link {
  color: #fff;
}

/* Active/current top-level item — keep purple */
.site-header:not(.scrolled)
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-current-menu-item > a.mega-menu-link,
.site-header:not(.scrolled)
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-current-menu-ancestor > a.mega-menu-link,
.site-header:not(.scrolled)
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-current-page-ancestor > a.mega-menu-link {
  color: #bd9b6f;
}

/* Flyout submenu text always black */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu li > a.mega-menu-link {
  color: #000;
}

/* Hover flyout submenu */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu li > a.mega-menu-link:hover {
  color: #bd9b6f;
}

/* Menu color after scroll */
.site-header.scrolled a {
  color: #000;
}

.entry-content {
  margin-top: 0px !important;
}

.hide-now {
display: none;
}

/* .tt4-page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 56px;
  overflow: hidden;
}

.tt4-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 28, 34, 0.86) 0%, rgba(18, 28, 34, 0.55) 48%, rgba(18, 28, 34, 0.25) 100%);
}

.tt4-page-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 96px;
  color: #ffffff;
}

.tt4-page-hero__title {
  margin: 0;
  max-width: 12ch;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.tt4-page-hero__excerpt {
  margin: 20px 0 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.8;
}

.tt4-page-hero__actions {
  margin-top: 28px;
}

.tt4-page-hero__button {
  color: #ffffff !important;
  background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%) !important;
}

.tt4-page-hero__button::after {
  color: #ffffff;
}

@media (max-width: 781px) {
  .tt4-page-hero {
    min-height: 340px;
    margin-bottom: 40px;
  }

  .tt4-page-hero__inner {
    padding-top: 104px;
    padding-bottom: 72px;
  }

  .tt4-page-hero__title {
    max-width: none;
  }
} */


.wp-block-site-logo img {
    height: 50px;
    width: auto;
    max-width: 100%;
}

.align-right {
   margin-right: 0px !important;
  margin-left: auto !important;
}

.column-border-top {    border-top: 2px solid #5d686e;
    padding-top: 20px;}

/* ============================================
   History of Our Company Slider
   ============================================ */
.tk-history-section {
  background: #f0f4f8;
  padding: 0px 0 60px;
  overflow: hidden;
  max-width: 100%;
}

.tk-history-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px;
}

.tk-history-header {
  margin-bottom: 48px;
}

.tk-history-label {
  color: #FF7A00 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin: 0 0 10px !important;
}

.tk-history-heading {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #121c22;
  margin: 0 !important;
  line-height: 1.1;
}

.tk-history-slider-outer {
  overflow: hidden;
  position: relative;
}

.tk-history-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.tk-history-slide {
  flex: 0 0 50%;
  padding: 0px 48px 32px 48px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 90, 135, 0.12);
}

.tk-history-slide:last-child {
  border-right: none;
}

.tk-history-year {
  font-size: clamp(72px, 9vw, 120px);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #005a87;
  line-height: 0.85;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
  font-family: inherit;
}

.tk-history-slide-title {
  font-size: 22px;
  font-weight: 600;
  color: #121c22;
  margin: 0 0 14px !important;
  line-height: 1.3;
}

.tk-history-slide-text {
  font-size: 15px;
  color: #55657e;
  line-height: 1.75;
  margin: 0 !important;
}

/* Timeline Controls */
.tk-history-controls {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 52px;
}

.tk-history-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #005a87;
  background: transparent;
  color: #005a87;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, color 0.25s;
  padding: 0;
}

.tk-history-btn:hover {
  background: #005a87;
  color: #fff;
}

.tk-history-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.tk-history-btn:hover:disabled {
  background: transparent;
  color: #005a87;
}

.tk-history-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.tk-history-timeline {
  flex: 1;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}

.tk-history-timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #c5d1dc;
  transform: translateY(-50%);
}

.tk-history-dots-row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tk-history-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c5d1dc;
  border: 2px solid #f0f4f8;
  cursor: pointer;
  position: relative;
  transition: background 0.3s, transform 0.3s;
  padding: 0;
  flex-shrink: 0;
}

.tk-history-dot.active {
  background: #FF7A00;
  transform: scale(1.4);
  border-color: #f0f4f8;
}

.tk-history-dot[data-year]::after {
  content: attr(data-year);
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: #718096;
  white-space: nowrap;
  font-weight: 500;
}

@media (max-width: 768px) {
  .tk-history-inner {
    padding: 0 24px;
  }
  .tk-history-slide {
    flex: 0 0 88%;
    padding-right: 24px;
    border-right: none;
  }
  .tk-history-section {
    padding: 56px 0 44px;
  }
}

:where(.wp-block-post-excerpt) {
    margin-top: 0px !important;
  
  }

    .child-page-nav {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 6px;
}

.child-page-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.child-page-nav li {
    margin-bottom: 10px;
}

.child-page-nav a {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #222;
}

.child-page-nav li.current a {
    background: #111;
    color: #fff;
}

.client-logo-grid {
    margin: 0px;
    padding: 0px;
}

/* Target the actual inner grid div (was .wp-block-grid which never matched) */
.client-logo-grid .is-layout-grid {
    gap: 0 !important;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.client-logo-grid .wp-block-image {
    margin: 0;
    /* min-height: 280px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
}

.client-logo-grid .wp-block-image img {
    max-width: 180px;
    max-height: 120px;
    width: auto;
    height: auto;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.client-logo-grid .wp-block-image:hover img {
    opacity: 1;
    transform: scale(1.05);
}

/* ============================================
   Product Grid  (financials-style default + image reveal on hover)
   ============================================ */
.tk-product-grid {
  margin: 0;
  padding: 0;
  /* borders match the Financials grid */
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  gap: 0 !important;
}

/* Each grid cell */
.tk-product-item {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin: 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  transition: background 0.4s ease;
}

/* Dark gradient overlay – hidden at rest, appears on hover */
.tk-product-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 28, 50, 0.95) 0%,
    rgba(10, 28, 50, 0.65) 55%,
    rgba(10, 28, 50, 0.20) 100%
  );
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.tk-product-item:hover::after {
  opacity: 1;
}

/* Image: fills cell, hidden at rest, fades + zooms in on hover */
.tk-product-item .wp-block-image {
  margin: 0;
  display: block;
  line-height: 0;
}

.tk-product-item .wp-block-image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transform-origin: center center;
  transition: opacity 0.45s ease, transform 0.55s ease;
  border-radius: 0 !important;
}

.tk-product-item:hover .wp-block-image img {
  opacity: 1;
  transform: scale(1);
}

/* Number badge – dark at rest, white on hover */
.tk-product-item .service-item-number {
  color: rgba(18, 28, 34, 0.13) !important;
  transition: color 0.4s ease;
}

.tk-product-item:hover .service-item-number {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Content panel – anchored to bottom of cell */
.tk-product-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 22px 20px !important;
  background: transparent;
  z-index: 2;
}

/* Heading: dark at rest, white on hover */
.tk-product-item-content .wp-block-heading {
  color: #121c22 !important;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  margin: 0 !important;
  transition: color 0.4s ease;
}

.tk-product-item:hover .tk-product-item-content .wp-block-heading {
  color: #fff !important;
}

/* Excerpt / sub-text: hidden at rest, slides in on hover */
.tk-product-item-excerpt {
  overflow: hidden;
  max-height: 0;
  margin-top: 0 !important;
  transition: max-height 0.4s ease, margin-top 0.35s ease, opacity 0.35s ease;
  opacity: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px !important;
  line-height: 1.6;
}

.tk-product-item:hover .tk-product-item-excerpt {
  max-height: 80px;
  margin-top: 8px !important;
  opacity: 1;
}

/* Full-card clickable overlay link */
.tk-product-item-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

/* Mobile: always show image + excerpt */
@media (max-width: 640px) {
  .tk-product-item .wp-block-image img {
    height: 220px;
    opacity: 1 !important;
    transform: none !important;
  }
  .tk-product-item::after {
    opacity: 1 !important;
  }
  .tk-product-item .service-item-number {
    color: rgba(255, 255, 255, 0.75) !important;
  }
  .tk-product-item-content .wp-block-heading {
    color: #fff !important;
  }
  .tk-product-item-excerpt {
    max-height: 80px !important;
    margin-top: 6px !important;
    opacity: 1 !important;
  }
}

/* ============================================
   Financials Document Grid
   ============================================ */
.financials-text-grid {
  margin: 0;
  padding: 0;
}

.financials-text-grid.is-layout-grid {
  gap: 0 !important;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.financials-text-grid.is-layout-grid > p {
  margin: 0;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  text-align: center;
  transition: background 0.3s ease;
}

.financials-text-grid.is-layout-grid > p:hover {
  background: #f8f8f8;
}

.financials-text-grid.is-layout-grid > p a {
  color: #121c22;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.financials-text-grid.is-layout-grid > p a:hover {
  color: #bd9b6f;
}

/* ============================================
   Mobile Responsiveness
   ============================================ */

/* ── Financials grid: 5-col → 3-col on tablet, 2-col on mobile ── */
@media (max-width: 900px) {
  .financials-text-grid.is-layout-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* ── Client logo grid: horizontal scroll on mobile/tablet ── */
@media (max-width: 900px) {
  .client-logo-grid {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .client-logo-grid .is-layout-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content;
    border-right: none;
  }

  .client-logo-grid .wp-block-image {
    flex: 0 0 160px;
    min-height: 140px;
    padding: 24px 16px;
  }

  .client-logo-grid .wp-block-image img {
    max-width: 110px;
    max-height: 70px;
  }
}

@media (max-width: 600px) {
  .financials-text-grid.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  /* Tighter financials cells on small screens */
  .financials-text-grid.is-layout-grid > p {
    min-height: 80px;
    padding: 16px 10px;
    font-size: 14px;
  }

  .financials-text-grid.is-layout-grid > p a {
    font-size: 13px;
  }

  /* ── History slider dots: larger touch targets ── */
  .tk-history-dot {
    width: 22px;
    height: 22px;
  }

  .tk-history-dot.active {
    width: 26px;
    height: 26px;
  }

  /* ── Footer columns: stack vertically ── */
  footer .wp-block-columns.is-layout-flex {
    flex-direction: column !important;
  }

  footer .wp-block-columns.is-layout-flex > .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  /* ── Top admin bar / announcement bar ── */
  .wp-block-group.is-content-justification-space-between.is-layout-flex {
    flex-wrap: wrap;
    gap: 4px;
  }

  /* ── Service item cards: reduce image height ── */
  .tk-service-item .wp-block-image img {
    height: 240px;
  }

  /* ── History section header padding ── */
  .tk-history-inner {
    padding: 0 20px;
  }
}

/* ── Header: top bar hide on very small screens ── */
@media (max-width: 480px) {
  .site-header {
    top: 0;
  }
}

/* ============================================
   Hotel Alka - CozyStay inspired Gutenberg system
   ============================================ */
:root {
  --alka-ink: #1f2528;
  --alka-muted: #667174;
  --alka-gold: #bd9b6f;
  --alka-cream: #f4eee6;
  --alka-dark: #111111;
  --alka-line: #e6ded4;
}

body {
  font-family: "Jost", sans-serif;
  color: var(--alka-ink);
  background: #ffffff;
}

body .wp-site-blocks {
  padding-top: 0;
}

body h1,
body h2,
body h3,
body h4,
.alka-brand {
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.alka-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 50;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(0,0,0,0.48), rgba(0,0,0,0));
}

.alka-header .alignwide,
.alka-hero .wp-block-cover__inner-container {
  max-width: min(1180px, calc(100vw - 40px)) !important;
  width: 100%;
  box-sizing: border-box;
}

.alka-header a {
  color: inherit;
  text-decoration: none;
}

.alka-topbar {
  min-height: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.alka-nav {
  min-height: 78px;
}

.alka-logo img {
  filter: brightness(0) invert(1);
}

.alka-menu {
  gap: 26px !important;
}

.alka-book-btn .wp-block-button__link,
.alka-outline-btn .wp-block-button__link {
  border: 1px solid currentColor;
  background: transparent !important;
  color: inherit !important;
  border-radius: 0;
  padding: 12px 28px;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: none;
}

.alka-gold-btn .wp-block-button__link {
  background: var(--alka-gold) !important;
  color: #ffffff !important;
  border-radius: 0;
  padding: 13px 28px;
  font-size: 12px;
  text-transform: none;
}

.alka-hero {
  min-height: clamp(520px, 72vh, 760px);
  margin-top: 0 !important;
}

.alka-hero.is-small {
  min-height: 430px;
}

.alka-hero .wp-block-cover__background {
  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.42)) !important;
}

.alka-hero h1 {
  font-size: clamp(44px, 7vw, 92px);
  line-height: 1.05;
  color: #ffffff !important;
  text-transform: uppercase;
}

.alka-hero p {
  color: rgba(255,255,255,0.9);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  overflow-wrap: anywhere;
}

.alka-kicker {
  color: var(--alka-gold) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.alka-section {
  padding-top: clamp(72px, 8vw, 130px);
  padding-bottom: clamp(72px, 8vw, 130px);
}

.alka-section-tight {
  padding-top: clamp(54px, 6vw, 90px);
  padding-bottom: clamp(54px, 6vw, 90px);
}

.alka-intro {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.alka-intro h2,
.alka-section h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.16;
  color: var(--alka-ink) !important;
}

.alka-section h1,
.alka-section h2,
.alka-section h3,
.alka-section h4,
.alka-section-tight h1,
.alka-section-tight h2,
.alka-section-tight h3,
.alka-section-tight h4,
.alka-cream-band h1,
.alka-cream-band h2,
.alka-cream-band h3,
.alka-cream-band h4 {
  color: var(--alka-ink) !important;
}

.alka-copy {
  color: var(--alka-muted);
  font-size: 16px;
  line-height: 1.8;
}

.alka-image-stack img,
.alka-card img,
.alka-room-card img,
.alka-blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alka-image-tall img {
  aspect-ratio: 4 / 5.4;
}

.alka-image-wide img {
  aspect-ratio: 16 / 10;
}

.alka-service-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 42px !important;
}

.alka-service-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
}

.alka-service-icon {
  color: var(--alka-gold);
  font-family: "Material Symbols Outlined";
  font-size: 28px;
  line-height: 1;
}

.alka-stat-row {
  gap: clamp(24px, 5vw, 80px) !important;
}

.alka-stat strong {
  display: block;
  font-family: "Marcellus", serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.alka-dark-band {
  background: var(--alka-dark);
  color: #ffffff;
}

.alka-dark-band h2,
.alka-dark-band h3,
.alka-dark-band p,
.alka-dark-band a {
  color: inherit !important;
}

.wp-block-cover.alka-section-tight h1,
.wp-block-cover.alka-section-tight h2,
.wp-block-cover.alka-section-tight h3,
.wp-block-cover.alka-section-tight p {
  color: #ffffff !important;
}

.alka-cream-band {
  background: var(--alka-cream);
}

.alka-card,
.alka-room-card,
.alka-blog-card {
  border-radius: 0;
  overflow: hidden;
}

.alka-room-card {
  border-bottom: 1px solid var(--alka-line);
}

.alka-room-meta {
  color: var(--alka-muted);
  font-size: 13px;
}

.alka-room-card h3,
.alka-blog-card h3 {
  font-size: clamp(24px, 2.2vw, 34px);
}

.alka-link {
  color: var(--alka-ink);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.alka-booking-bar {
  margin-top: -34px !important;
  position: relative;
  z-index: 5;
  background: none;
  color: #ffffff;
  padding: 18px;
}

.alka-booking-bar .wp-block-column {
  border: 1px solid rgba(255,255,255,0.25);
  padding: 12px 16px;
}

.alka-form input,
.alka-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--alka-line) !important;
  padding: 14px 16px;
  font-family: "Jost", sans-serif;
}

.alka-post-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 6vw, 80px) 56px;
}

.alka-post-grid .wp-block-post-featured-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.alka-post-grid .wp-block-post-title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: clamp(24px, 2vw, 34px);
}

.alka-footer {
  background: #101010;
  color: #ffffff;
  padding-top: clamp(70px, 7vw, 110px);
  padding-bottom: 36px;
  
}

footer {
margin-top: 0 !important;
}
.alka-footer a {
  color: #ffffff;
}

.alka-footer p,
.alka-footer li {
  color: rgba(255,255,255,0.78);
  font-size: 14px;
}

@media (max-width: 900px) {
  .alka-header {
    position: relative;
    background: #101010;
    overflow: hidden;
  }
  .alka-topbar {
    display: none !important;
  }
  .alka-nav {
    min-height: auto;
    padding: 18px 0;
    flex-wrap: wrap !important;
    gap: 18px !important;
  }
  .alka-menu {
    width: 100%;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 14px 22px !important;
  }
  .alka-menu p {
    margin: 0;
  }
  .alka-hero,
  .alka-hero.is-small {
    min-height: 430px;
  }
  .alka-service-grid,
  .alka-post-grid .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .alka-section,
  .alka-section-tight {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .alka-hero h1 {
    font-size: 38px;
  }
  .alka-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: center;
    gap: 14px 10px !important;
    width: 300px !important;
    max-width: calc(100vw - 60px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .alka-menu a {
    display: block;
    font-size: 12px;
  }
  .alka-hero p {
    max-width: 300px !important;
    width: 300px;
    font-size: 14px !important;
    line-height: 1.5;
  }
  .alka-hero .wp-block-cover__inner-container {
    max-width: calc(100vw - 48px) !important;
    width: calc(100vw - 48px) !important;
  }
  .alka-booking-bar {
    margin-top: 0 !important;
  }
}

.wp-block-social-links .wp-social-link svg {
    height: 2em;
    width: 2em;
}

/* Final Hotel Alka pattern overrides */
.alka-menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 26px !important;
}

.alka-menu p {
  margin: 0;
}

.alka-booking-bar {
  margin-top: -100px !important;
  z-index: 8;
  padding: 28px 34px;
}

.alka-booking-form {
  grid-template-columns: 1.12fr 1.12fr 1fr 1.5fr 1.22fr;
  gap: 22px;
}

.alka-booking-form input,
.alka-booking-form select {
  min-width: 0;
  width: 100%;
}

.alka-booking-field {
  grid-template-columns: minmax(86px, auto) minmax(118px, 1fr);
  box-sizing: border-box;
  width: 100%;
}

.alka-smartslider-shell {
  max-width: 1320px !important;
  overflow: hidden;
}

.alka-room-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px 64px !important;
  margin-top: 72px;
}

.alka-room-card figure,
.alka-dine-gallery img,
.alka-dine-feature img {
  margin: 0;
  width: 100%;
}

.alka-room-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.alka-dine-gallery {
  margin-top: 70px;
  gap: 18px !important;
}

.alka-dine-gallery img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.alka-dine-feature {
  margin-top: 70px;
  align-items: center !important;
}

.alka-dine-feature img {
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
}

.alka-blog-page .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 56px;
}

.alka-blog-card {
  position: relative;
}

.alka-blog-card .wp-block-post-featured-image {
  margin-bottom: 26px;
}

.alka-blog-date {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #fff;
  color: var(--alka-ink);
  width: 58px;
  min-height: 58px;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Marcellus", serif;
  z-index: 2;
}

.alka-contact-title-band {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 70px 24px 120px;
}

.alka-contact-title-band h1 {
  color: #fff !important;
  font-size: clamp(48px, 6vw, 86px);
  text-transform: uppercase;
}

.alka-contact-title-band p {
  color: rgba(255,255,255,0.9);
}

.alka-contact-title-band + .alka-section {
  margin-top: -60px;
}

.map-wrapper {
  margin-top: 70px;
  height: 420px;
}

.map-wrapper iframe {
  height: 520px;
}

@media (max-width: 900px) {
  .alka-room-list,
  .alka-blog-page .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}

.alka-booking-field > span,
.alka-booking-form button {
  white-space: nowrap;
}

.alka-booking-form button {
  min-width: 178px;
  padding-inline: 22px;
}

.alka-booking-field-guests {
  grid-template-columns: minmax(76px, auto) minmax(70px, 1fr) minmax(82px, 1fr);
}

.alka-booking-field-guests select {
  font-size: 14px;
}

.alka-accommodation-overlay h3,
.alka-accommodation-overlay p {
  color: #fff !important;
}

@media (max-width: 900px) {
  .alka-menu {
    width: 100%;
    flex-wrap: wrap !important;
  }
  .alka-booking-form {
    grid-template-columns: 1fr;
  }
  .alka-booking-bar {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .alka-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 300px !important;
    max-width: calc(100vw - 60px) !important;
    margin-inline: auto !important;
  }
  .alka-booking-field,
  .alka-booking-field-guests {
    grid-template-columns: 1fr;
  }
  .alka-hero h1 {
    max-width: 300px !important;
    width: 300px;
    margin-inline: auto;
    font-size: 34px !important;
    line-height: 1.1;
    white-space: normal;
  }
  .alka-booking-bar.alignwide,
  .alka-booking-bar {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
