:root {
  --av-u-ink: #073f37;
  --av-u-muted: #617873;
  --av-u-teal: #0b9b91;
  --av-u-teal-dark: #08766f;
  --av-u-mint: #e8f7f3;
  --av-u-cream: #fbfaf6;
  --av-u-gold: #caa866;
  --av-u-line: rgba(7, 63, 55, .12);
  --av-u-shadow: 0 18px 46px rgba(7, 63, 55, .12);
}

body.av-main-unified #masthead,
body.av-main-unified .elementor-location-header,
body.av-main-unified.av-contact-page > .utility,
body.av-main-unified.av-contact-page > .site-header,
body.av-main-unified #colophon,
body.av-main-unified .elementor-location-footer,
body.av-main-unified.av-contact-page > .site-footer {
  display: none !important;
}

body.av-main-unified {
  --ast-global-color-0: var(--av-u-teal);
  overflow-x: clip;
}

.av-unified-container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.av-unified-topline {
  position: relative;
  z-index: 1200;
  border-bottom: 1px solid var(--av-u-line);
  color: #55716b;
  background: rgba(251, 250, 246, .96);
  font: 600 12px/1.2 Inter, Arial, sans-serif;
}

.av-unified-topline-inner,
.av-unified-topline-group {
  display: flex;
  align-items: center;
}

.av-unified-topline-inner {
  justify-content: space-between;
  min-height: 34px;
}

.av-unified-topline-group {
  gap: 26px;
}

.av-unified-topline a {
  color: inherit;
  text-decoration: none;
}

.av-unified-open::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: #36bf87;
  box-shadow: 0 0 0 5px rgba(54, 191, 135, .1);
  content: "";
}

.av-unified-header {
  position: relative;
  z-index: 1190;
  border-bottom: 1px solid var(--av-u-line);
  background: rgba(255, 255, 252, .96);
  box-shadow: 0 8px 28px rgba(17, 63, 55, .04);
  backdrop-filter: blur(14px);
  font-family: Inter, Arial, sans-serif;
}

.av-unified-header-inner {
  display: flex;
  align-items: center;
  min-height: 86px;
  gap: 32px;
}

.av-unified-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 11px;
  color: var(--av-u-ink);
  text-decoration: none !important;
}

.av-unified-brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(11, 155, 145, .18);
  border-radius: 15px;
  background: #c9f1eb;
  box-shadow: 0 10px 25px rgba(11, 155, 145, .15);
}

.av-unified-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.av-unified-brand-copy {
  display: grid;
  gap: 1px;
}

.av-unified-brand-copy strong {
  color: var(--av-u-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.05;
}

.av-unified-brand-copy small {
  color: #6b817c;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.av-unified-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: clamp(16px, 2vw, 30px);
}

.av-unified-desktop-nav a {
  position: relative;
  padding: 12px 0;
  color: #3d5b55;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.av-unified-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--av-u-teal);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: .2s ease;
}

.av-unified-desktop-nav a:hover,
.av-unified-desktop-nav a.is-current {
  color: var(--av-u-ink);
}

.av-unified-desktop-nav a:hover::after,
.av-unified-desktop-nav a.is-current::after {
  opacity: 1;
  transform: scaleX(1);
}

.av-unified-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.av-unified-call,
.av-unified-booking > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 820;
  line-height: 1;
  text-decoration: none !important;
}

.av-unified-call {
  border: 1px solid var(--av-u-line);
  color: var(--av-u-ink);
  background: #fff;
}

.av-unified-booking {
  position: relative;
}

.av-unified-booking > summary {
  min-width: 118px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #0db1a5, #087e75);
  box-shadow: 0 10px 25px rgba(11, 155, 145, .24);
  cursor: pointer;
  list-style: none;
}

.av-unified-booking > summary::-webkit-details-marker {
  display: none;
}

.av-unified-booking[open] > summary::after {
  content: "×";
  margin-left: 8px;
  font-size: 18px;
}

.av-unified-booking-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: 310px;
  padding: 18px;
  gap: 10px;
  border: 1px solid var(--av-u-line);
  border-radius: 20px;
  background: rgba(255, 255, 252, .99);
  box-shadow: var(--av-u-shadow);
}

.av-unified-booking-panel::before {
  position: absolute;
  top: -6px;
  right: 35px;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--av-u-line);
  border-left: 1px solid var(--av-u-line);
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.av-unified-booking-panel p {
  display: grid;
  margin: 0 0 3px;
  gap: 3px;
  color: var(--av-u-ink);
  font-size: 15px;
}

.av-unified-booking-panel p span {
  color: var(--av-u-muted);
  font-size: 11px;
  font-weight: 600;
}

.av-unified-channel {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 10px 14px;
  gap: 11px;
  border-radius: 15px;
  color: #fff !important;
  text-decoration: none !important;
}

.av-unified-channel svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.av-unified-channel span {
  display: grid;
}

.av-unified-channel small {
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.av-unified-channel strong {
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
}

.av-unified-channel-tg {
  background: linear-gradient(135deg, #16a99e, #0b8179);
}

.av-unified-channel-max {
  background: linear-gradient(135deg, #0e5149, #063b35);
}

.av-unified-online {
  padding: 6px 3px 0;
  color: var(--av-u-ink) !important;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
  text-decoration: none !important;
}

.av-unified-mobile-call,
.av-unified-mobile-menu {
  display: none;
}

.av-unified-footer {
  position: relative;
  z-index: 5;
  padding: 64px 0 24px;
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(circle at 82% 15%, rgba(62, 205, 190, .17), transparent 28%),
    linear-gradient(145deg, #073d36, #052f2a);
  font-family: Inter, Arial, sans-serif;
}

.av-unified-footer-grid {
  display: grid;
  grid-template-columns: 1.05fr .55fr 1.2fr;
  gap: clamp(42px, 7vw, 96px);
}

.av-unified-footer .av-unified-brand-copy strong,
.av-unified-footer .av-unified-brand-copy small {
  color: #fff;
}

.av-unified-footer-brand > p {
  max-width: 360px;
  margin: 22px 0 18px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.6;
}

.av-unified-footer-phone {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  color: #fff !important;
  font-size: 19px;
  font-weight: 850;
  text-decoration: none !important;
}

.av-unified-footer-brand > span {
  display: block;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.6;
}

.av-unified-footer-nav {
  display: grid;
  align-content: start;
  gap: 11px;
}

.av-unified-footer-nav strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.av-unified-footer-nav a {
  color: rgba(255, 255, 255, .74) !important;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none !important;
}

.av-unified-footer-booking {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.av-unified-footer-kicker {
  color: #80ddd4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.av-unified-footer-booking h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.av-unified-footer-booking p {
  margin: 0;
  color: rgba(255, 255, 255, .69);
  font-size: 13px;
  line-height: 1.55;
}

.av-unified-footer-booking > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.av-unified-footer-booking a {
  display: grid;
  place-items: center;
  min-height: 50px;
  border-radius: 14px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
}

.av-unified-footer-tg {
  background: linear-gradient(135deg, #13aea2, #078177);
}

.av-unified-footer-max {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(3, 34, 30, .54);
}

.av-unified-footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 20px;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 10px;
  line-height: 1.5;
}

.av-unified-footer-bottom > div {
  display: flex;
  gap: 18px;
}

.av-unified-footer-bottom a {
  color: rgba(255, 255, 255, .65) !important;
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .av-unified-header-inner {
    gap: 18px;
  }

  .av-unified-desktop-nav {
    gap: 15px;
  }

  .av-unified-brand-copy small {
    display: none;
  }
}

@media (max-width: 900px) {
  .av-unified-topline,
  .av-unified-desktop-nav,
  .av-unified-desktop-call,
  .av-unified-booking {
    display: none;
  }

  .av-unified-container {
    width: min(100% - 20px, 1240px);
  }

  .av-unified-header-inner {
    min-height: 68px;
    gap: 10px;
  }

  .av-unified-brand {
    margin-right: auto;
    gap: 9px;
  }

  .av-unified-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .av-unified-brand-copy strong {
    font-size: 17px;
  }

  .av-unified-brand-copy small {
    display: none;
  }

  .av-unified-mobile-call,
  .av-unified-mobile-menu > summary {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--av-u-line);
    border-radius: 14px;
    color: var(--av-u-ink);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 22px rgba(7, 63, 55, .08);
  }

  .av-unified-mobile-call svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .av-unified-mobile-menu {
    position: relative;
    display: block;
  }

  .av-unified-mobile-menu > summary {
    gap: 4px;
    cursor: pointer;
    list-style: none;
  }

  .av-unified-mobile-menu > summary::-webkit-details-marker {
    display: none;
  }

  .av-unified-mobile-menu > summary span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }

  .av-unified-mobile-menu nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: grid;
    width: min(310px, calc(100vw - 20px));
    padding: 10px;
    gap: 3px;
    border: 1px solid var(--av-u-line);
    border-radius: 20px;
    background: rgba(255, 255, 252, .99);
    box-shadow: var(--av-u-shadow);
  }

  .av-unified-mobile-menu nav a {
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 0 13px;
    border-radius: 11px;
    color: #264f48;
    font-size: 14px;
    font-weight: 760;
    text-decoration: none !important;
  }

  .av-unified-mobile-menu nav a[aria-current="page"] {
    color: var(--av-u-ink);
    background: var(--av-u-mint);
  }

  .av-unified-mobile-menu nav .av-unified-menu-tg,
  .av-unified-mobile-menu nav .av-unified-menu-max {
    justify-content: center;
    margin-top: 5px;
    color: #fff;
  }

  .av-unified-mobile-menu nav .av-unified-menu-tg {
    background: var(--av-u-teal);
  }

  .av-unified-mobile-menu nav .av-unified-menu-max {
    background: var(--av-u-ink);
  }

  body.av-main-unified #content {
    margin-top: 0 !important;
  }

  .av-unified-footer {
    padding: 46px 0 94px;
  }

  .av-unified-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .av-unified-footer-booking {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .av-unified-footer-grid {
    grid-template-columns: 1fr;
  }

  .av-unified-footer-nav,
  .av-unified-footer-booking {
    grid-column: auto;
  }

  .av-unified-footer-nav {
    grid-template-columns: 1fr 1fr;
  }

  .av-unified-footer-nav strong {
    grid-column: 1 / -1;
  }

  .av-unified-footer-booking {
    padding: 22px;
  }

  .av-unified-footer-bottom,
  .av-unified-footer-bottom > div {
    display: grid;
  }

  .av-unified-footer-bottom {
    margin-top: 30px;
    gap: 12px;
  }

  .av-unified-footer-bottom > div {
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .av-unified-desktop-nav a::after {
    transition: none;
  }
}
