:root {
  --wakehouse-sage: #354F45;
  --wakehouse-deep-sage: #354F45;
  --wakehouse-sky: #8ECAE6;
  --wakehouse-tan: #D8AB74;
  --wakehouse-aqua: #354F45;
  --wakehouse-orange: #FF9F1C;
  --wakehouse-ivory: #FEFAE0;
  --theme: #354F45;
  --header: #354F45;
  --text: #000;
  --bg: #FEFAE0;
  --bg2: #354F45;
}

body {
  font-size: 19px;
  line-height: 1.55;
  color: #000;
}

p {
  font-size: 19px;
  line-height: 1.55;
  color: #000;
  text-transform: none;
}

.section-padding {
  padding-top: 88px;
  padding-bottom: 88px;
}

.portfolio-4 {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  background: var(--wakehouse-sage) url("../img/wakehouse/live-rider-woman.webp") center 42% / cover no-repeat;
}

.portfolio-4 .portfolio-4-activ {
  opacity: 0;
}

.portfolio-4 .portfolio-4-activ.swiper-initialized {
  opacity: 1;
  transition: opacity 220ms ease;
}

.portfolio-4 .portfolio-4-activ.is-static {
  opacity: 1;
}

.portfolio-4 .portfolio-4-activ.is-static .swiper-wrapper {
  transform: none !important;
}

.portfolio-4 .swiper-container,
.portfolio-4 .slider,
.portfolio-4 .swiper-wrapper,
.portfolio-4 .swiper-slide,
.portfolio-4 .slide-inner {
  height: 100%;
  min-height: 720px;
}

.side-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wakehouse-deep-sage);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.side-wordmark span:last-child {
  color: var(--wakehouse-orange);
  font-size: 13px;
  letter-spacing: 2px;
}

.wakehouse-mobile-logo {
  display: none;
}

.offcanvas__logo img {
  width: 170px;
  height: auto;
}

.footer-section-2 .widget-title img {
  width: 180px;
  height: auto;
  object-fit: contain;
  object-position: center top;
  filter: brightness(0) invert(1);
}

.portfolio-4 .media img,
.portfolio-4 .media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.portfolio-4__content {
  top: 50% !important;
  left: 170px !important;
  width: 660px;
  margin-top: 0 !important;
  text-align: center;
  transform: translateY(-50%) !important;
}

.portfolio-4__content-title {
  font-size: 76px !important;
  line-height: 0.92;
  letter-spacing: 0;
  white-space: normal;
  text-transform: none !important;
  transform: none !important;
}

.portfolio-4__content-title span {
  display: block;
  text-transform: none !important;
}

.portfolio-4 .hero-box .icon-item span {
  display: block;
  max-width: 310px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

.portfolio-4 .hero-box .icon-item p {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1399px) {
  .portfolio-4 .hero-box .icon-item span {
    max-width: 100%;
    font-size: 18px;
  }

  .portfolio-4 .hero-box {
    top: auto;
    right: 60px;
    bottom: 48px;
    left: 60px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 28px 30px;
  }

  .portfolio-4 .hero-box .icon-item,
  .portfolio-4 .hero-box .icon-item.style-1,
  .portfolio-4 .hero-box .icon-item.style-2 {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0 28px;
    border: 0;
  }

  .portfolio-4 .hero-box .icon-item:not(.style-2) {
    border-right: 1px solid rgba(255, 255, 255, .22);
  }
}

@media (max-width: 575px) {
  .portfolio-4 .hero-box {
    top: 310px;
    right: 16px;
    bottom: auto;
    left: 16px;
    display: block;
    padding: 18px 20px;
    border-radius: 26px;
  }

  .portfolio-4 .hero-box .icon-item,
  .portfolio-4 .hero-box .icon-item.style-1,
  .portfolio-4 .hero-box .icon-item.style-2 {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 12px;
    margin: 0 0 13px;
    padding: 0 0 13px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .portfolio-4 .hero-box .icon-item.style-2 {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }

  .portfolio-4 .hero-box .icon-item .icon {
    grid-row: 1 / 3;
  }

  .portfolio-4 .hero-box .icon-item span {
    grid-column: 2;
    margin-top: 0;
    font-size: 17px;
    line-height: 1.25;
  }

  .portfolio-4 .hero-box .icon-item p {
    grid-column: 2;
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.35;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .portfolio-4 .hero-box {
    right: 24px;
    bottom: 34px;
    left: 24px;
    padding: 24px 18px;
  }

  .portfolio-4 .hero-box .icon-item,
  .portfolio-4 .hero-box .icon-item.style-1,
  .portfolio-4 .hero-box .icon-item.style-2 {
    padding-inline: 20px;
  }

  .portfolio-4 .hero-box .icon-item span {
    font-size: 16px;
  }

  .portfolio-4 .hero-box .icon-item p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.portfolio-4__content .video-btn {
  top: 180px !important;
  left: 292px !important;
}

.portfolio-4__content .wakehouse-hero-book {
  position: absolute;
  top: 264px;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  min-width: 176px;
  min-height: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 28px;
  border: 1px solid var(--wakehouse-orange);
  border-radius: 8px;
  background: var(--wakehouse-orange);
  box-shadow: 0 10px 24px rgba(255, 159, 28, .22);
  transform: translateX(-50%);
}

.portfolio-4__content .wakehouse-hero-book:hover,
.portfolio-4__content .wakehouse-hero-book:focus-visible {
  color: #fff;
  background: var(--wakehouse-orange);
  box-shadow: 0 12px 28px rgba(255, 159, 28, .3);
  filter: brightness(.97);
  transform: translate(-50%, -2px);
}

.portfolio-4__content .wakehouse-hero-book::after,
.wakehouse-inclusions-book::after {
  border-color: var(--wakehouse-orange) !important;
  border-radius: inherit;
  background: var(--wakehouse-orange) !important;
  transform: none !important;
}

.portfolio-4__content .wakehouse-hero-book::before,
.wakehouse-inclusions-book::before {
  display: none;
}

.portfolio-4__content .wakehouse-hero-book:hover::after,
.portfolio-4__content .wakehouse-hero-book:focus-visible::after,
.wakehouse-inclusions-book:hover::after,
.wakehouse-inclusions-book:focus-visible::after {
  background: var(--wakehouse-orange) !important;
  filter: brightness(.97);
  transform: none !important;
}

.wakehouse-inclusions-book,
.wakehouse-inclusions-book .txt,
.wakehouse-inclusions-book:hover,
.wakehouse-inclusions-book:hover .txt,
.wakehouse-inclusions-book:focus-visible,
.wakehouse-inclusions-book:focus-visible .txt {
  color: #fff !important;
}

.wakehouse-inclusions-book {
  border-color: var(--wakehouse-orange) !important;
  background: var(--wakehouse-orange) !important;
}

.wakehouse-inclusions-book:hover,
.wakehouse-inclusions-book:focus-visible {
  border-color: var(--wakehouse-orange) !important;
  background: var(--wakehouse-orange) !important;
  filter: brightness(.97);
}

.why-choose-us-wrapper-2 .why-choose-us-image > img {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.why-choose-us-wrapper-2 .why-choose-us-content .why-choose-us-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
  margin-bottom: 24px;
  align-items: center;
}

.why-choose-us-wrapper-2 .why-choose-us-content .why-choose-us-item .icon-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  align-items: center;
}

.why-choose-us-wrapper-2 .why-choose-us-content .why-choose-us-item .icon-item span {
  display: block;
  min-width: 0;
  font-size: 18px;
  line-height: 1.3;
}

.footer-section-2 .footer-shape {
  position: relative;
  top: auto;
  right: auto;
  z-index: 1;
  width: min(520px, 62vw);
  max-width: 520px;
  margin: 24px auto 0;
  transform: none;
}

.footer-section-2 .footer-shape img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 190px;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}

.footer-widget-wrapper-2 .footer-text {
  margin-top: 100px;
  padding-bottom: 42px;
}

.footer-widget-wrapper-2 .footer-text .wakehouse-footer-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: clamp(72px, 8.2vw, 154px);
  line-height: 0.82;
  letter-spacing: 0;
}

.footer-widget-wrapper-2 .footer-text .wakehouse-footer-title span {
  display: block;
}

.footer-section-2,
.footer-section-2 h2,
.footer-section-2 h3,
.footer-section-2 p,
.footer-section-2 span,
.footer-section-2 a,
.footer-section-2 li,
.footer-section-2 i {
  color: #fff !important;
}

.footer-widget-wrapper-2 > .row {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.footer-widget-wrapper-2 .single-footer-widget,
.footer-widget-wrapper-2 .single-footer-widget .widget-title,
.footer-widget-wrapper-2 .single-footer-widget .footer-content,
.footer-widget-wrapper-2 .single-footer-widget .contact-content {
  text-align: center;
}

.footer-widget-wrapper-2 .single-footer-widget .widget-title img {
  margin-inline: auto;
}

.footer-widget-wrapper-2 .single-footer-widget .widget-title {
  display: flex;
  min-height: 0;
  margin-bottom: 14px;
  align-items: flex-start;
  justify-content: center;
}

.footer-widget-wrapper-2 .single-footer-widget:not(.brand-footer-widget) .widget-title {
  margin-bottom: 24px;
}

.footer-widget-wrapper-2 .single-footer-widget .widget-title h3 {
  padding-top: 15px;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content p {
  line-height: 1.5;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content p {
  margin-inline: auto;
}

.footer-widget-wrapper-2 .single-footer-widget .social-icon {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  align-items: center;
  justify-content: center;
}

.footer-widget-wrapper-2 .single-footer-widget .social-icon a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.footer-widget-wrapper-2 .single-footer-widget .social-icon a:hover {
  border-color: var(--wakehouse-orange);
  background: var(--wakehouse-orange);
  transform: translateY(-2px);
}

.footer-widget-wrapper-2 .single-footer-widget .list-area {
  padding-left: 0;
}

.footer-widget-wrapper-2 .single-footer-widget .list-area li {
  text-align: center;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-subtitle {
  margin: 26px 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-secondary-links {
  margin-top: 0;
}

.footer-widget-wrapper-2 .single-footer-widget .contact-content .support-title,
.footer-widget-wrapper-2 .single-footer-widget .contact-content .social-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-widget-wrapper-2 .single-footer-widget .contact-content .support-line,
.footer-widget-wrapper-2 .single-footer-widget .contact-content .support-hours {
  max-width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.footer-widget-wrapper-2 .single-footer-widget .contact-content .support-hours {
  margin-top: 12px;
}

.footer-widget-wrapper-2 .single-footer-widget .contact-content .social-title {
  margin-top: 20px;
}

.footer-bottom-2 {
  text-align: center;
}

.footer-bottom-2 p,
.footer-bottom-2 p a {
  font-size: 13px !important;
  line-height: 1.5;
}

.wakehouse-side-menu-actions {
  display: grid;
  width: min(460px, 100%);
  gap: 12px;
  margin-top: 20px;
}

.wakehouse-side-feature {
  position: relative;
  display: none;
  width: min(520px, 100%);
  aspect-ratio: 16 / 9;
  margin-bottom: 26px;
  overflow: hidden;
  border-radius: 6px;
  color: #fff !important;
  background: var(--wakehouse-deep-sage);
}

.wakehouse-side-feature::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(53, 79, 69, .02) 15%, rgba(32, 49, 42, .84) 100%);
}

.wakehouse-side-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 63%;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.wakehouse-side-feature-copy {
  position: absolute;
  right: 56px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.wakehouse-side-feature-copy small {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wakehouse-side-feature-copy strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.wakehouse-side-feature > i {
  position: absolute;
  right: 24px;
  bottom: 27px;
  z-index: 1;
  color: #fff;
  font-size: 18px;
}

.wakehouse-side-feature:hover img {
  transform: scale(1.035);
}

@media (min-width: 1200px) {
  .style-offcanvas-2 .offcanvas__top {
    margin-bottom: 22px !important;
  }

  .wakehouse-side-feature {
    display: block;
  }
}

.wakehouse-side-phone,
.wakehouse-side-book {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.wakehouse-side-phone {
  color: #111 !important;
  border: 1px solid rgba(17, 17, 17, 0.2);
  background: #fff;
}

.wakehouse-side-phone i {
  color: var(--wakehouse-aqua);
}

.wakehouse-side-phone:hover {
  color: var(--wakehouse-aqua) !important;
  border-color: var(--wakehouse-aqua);
}

.wakehouse-side-book {
  color: #fff !important;
  border: 1px solid var(--wakehouse-orange);
  background: var(--wakehouse-orange);
}

.wakehouse-side-book:hover,
.wakehouse-side-book:focus-visible {
  color: #fff !important;
  background: var(--wakehouse-orange);
  border-color: var(--wakehouse-orange);
  box-shadow: 0 10px 24px rgba(255, 159, 28, .24);
  transform: translateY(-2px);
}

.wakehouse-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 52px;
}

.wakehouse-instagram-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 20px;
  background: var(--wakehouse-ivory);
}

.wakehouse-instagram-card:nth-child(3n + 2) {
  transform: translateY(48px);
}

.wakehouse-instagram-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.wakehouse-instagram-card > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #111;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.wakehouse-instagram-card:hover img {
  transform: scale(1.035);
}

.wakehouse-instagram-card:hover > span {
  color: #fff;
  background: var(--wakehouse-orange);
  transform: translateY(-2px);
}

.wakehouse-instagram-follow {
  display: flex;
  margin-top: 96px;
  justify-content: center;
}

.wakehouse-instagram-follow .theme-btn {
  min-width: 260px;
  color: #fff !important;
  border: 1px solid var(--wakehouse-sage);
  background: var(--wakehouse-sage);
  text-align: center;
}

.wakehouse-instagram-follow .theme-btn::after {
  background: var(--wakehouse-sage);
  transform: none;
  transition: background-color 180ms ease;
}

.wakehouse-instagram-follow .theme-btn::before {
  display: none;
}

.wakehouse-instagram-follow .theme-btn:hover,
.wakehouse-instagram-follow .theme-btn:focus-visible {
  color: #fff !important;
  border-color: var(--wakehouse-sage);
  background: var(--wakehouse-sage);
  box-shadow: 0 10px 24px rgba(53, 79, 69, .2);
  transform: translateY(-2px);
}

.wakehouse-instagram-follow .theme-btn:hover::after,
.wakehouse-instagram-follow .theme-btn:focus-visible::after {
  background: var(--wakehouse-sage);
  transform: none;
}

.service-box-items .service-image img,
.adventure-showcase-image img,
.news-image img,
.news-thumb img,
.about-image img,
.about-image-2 img,
.we-offer-image img,
.we-offer-image-2 img {
  object-fit: cover;
}

.we-offer-wrapper .wakehouse-inclusions-image {
  width: 100%;
  max-width: none;
}

.we-offer-wrapper .wakehouse-inclusions-image > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.service-box-items .service-image img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.service-box-items {
  padding: 24px;
}

.service-box-items .service-content {
  margin-top: 24px;
}

.service-box-items .service-content .tags-item {
  display: flex;
  width: 100%;
  gap: 12px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-box-items .service-content .tags-item span {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 14px;
  align-items: center;
  line-height: 1.2;
  white-space: nowrap;
}

.service-box-items .service-content .tags-item .experience-meta {
  font-size: 16px;
}

.service-box-items .service-content .tags-item .experience-price {
  order: -1;
  width: 100%;
  margin-left: 0;
  border-color: rgba(255, 159, 28, 0.44);
  background: rgba(255, 159, 28, 0.09);
  color: var(--wakehouse-orange);
  font-size: 22px;
  font-weight: 800;
  justify-content: center;
  text-align: center;
}

.service-box-items .service-content h3 {
  min-height: 58px;
  font-size: 24px;
  line-height: 1.2;
}

.service-box-items .service-content .arrow {
  margin-top: 22px;
}

.about-wrapper-2 .about-content .about-image-2 {
  max-width: 380px;
  margin-top: 32px;
}

.about-wrapper-2 .about-content .about-image-2 img {
  display: block;
  aspect-ratio: 4 / 5;
  object-position: center;
}

.about-wrapper-2 .about-content .about-image-2 .content {
  top: auto;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  min-height: 74px;
  gap: 14px;
  padding: 14px 16px;
  align-items: center;
  border-radius: 10px;
  background: rgba(53, 79, 69, 0.9);
  text-align: left;
}

.about-wrapper-2 .about-content .about-image-2 .content h2 {
  flex: 0 0 auto;
  margin: 0;
  font-size: 34px;
  line-height: 1;
}

.about-wrapper-2 .about-content .about-image-2 .content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}

.featured-listing-card-item .sheep-image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.featured-listing-card-item .feature-bg-box {
  position: relative;
  display: flex;
  flex-direction: column;
}

.featured-listing-card-item {
  position: relative;
}

.featured-listing-card-item .wakehouse-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.featured-listing-card-item .wakehouse-card-overlay:focus-visible {
  outline: 2px solid var(--theme);
  outline-offset: 5px;
}

.featured-listing-card-item .theme-btn {
  position: relative;
  z-index: 2;
}

.featured-listing-card-item .feature-bg-box > span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  margin: 0 auto 16px;
  padding: 9px 18px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--wakehouse-orange);
  color: var(--wakehouse-sage);
  background: var(--wakehouse-ivory);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.wakehouse-experience-grid > [class*="col-"] {
  display: flex;
}

.wakehouse-experience-grid .featured-listing-card-item {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0;
  flex-direction: column;
}

.wakehouse-experience-grid .featured-listing-card-item .feature-bg-box {
  flex: 0 0 auto;
}

.wakehouse-experience-grid .featured-listing-card-item h3 {
  min-height: 88px;
  margin: 0;
}

.wakehouse-experience-grid .featured-listing-card-item h3 a {
  display: flex;
  min-height: 58px;
  align-items: center;
  color: var(--white);
}

.wakehouse-experience-grid .featured-listing-card-item .listing-rate {
  margin-bottom: 24px;
  flex: 1 1 auto;
}

.wakehouse-card-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.wakehouse-card-actions .theme-btn,
.wakehouse-card-actions .theme-btn.style-border {
  width: 100%;
  margin-top: 0;
  justify-content: center;
  border-radius: 8px;
  color: #fff !important;
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wakehouse-card-actions .theme-btn::before,
.wakehouse-card-actions .theme-btn:hover::before,
.wakehouse-card-actions .theme-btn:focus-visible::before {
  display: none;
}

.wakehouse-card-actions .wakehouse-view-btn,
.wakehouse-card-actions .wakehouse-view-btn::after {
  border-color: var(--wakehouse-sage) !important;
  background: var(--wakehouse-sage) !important;
}

.wakehouse-card-actions .theme-btn:not(.wakehouse-view-btn),
.wakehouse-card-actions .theme-btn:not(.wakehouse-view-btn)::after {
  border-color: var(--wakehouse-orange) !important;
  background: var(--wakehouse-orange) !important;
}

.wakehouse-card-actions .theme-btn:hover,
.wakehouse-card-actions .theme-btn:focus-visible {
  color: #fff !important;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.wakehouse-card-actions .theme-btn:hover::after,
.wakehouse-card-actions .theme-btn:focus-visible::after {
  transform: none !important;
}

.wakehouse-card-row-centered {
  justify-content: center;
}

.wakehouse-card-promo {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 7px 12px;
  margin: 12px 0 4px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 159, 28, .72);
  border-radius: 6px;
  color: var(--wakehouse-ivory);
  background: rgba(53, 79, 69, .58);
  flex-wrap: wrap;
  text-align: center;
}

.wakehouse-card-promo strong,
.wakehouse-card-promo span {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.wakehouse-card-promo strong {
  color: var(--wakehouse-orange);
  text-transform: uppercase;
}

.wakehouse-card-promo span:not(:last-child) {
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

@media (max-width: 575px) {
  .wakehouse-experience-grid .featured-listing-card-item h3 {
    min-height: 0;
  }

  .wakehouse-experience-grid .featured-listing-card-item h3 a {
    min-height: 0;
  }

  .wakehouse-card-promo {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .wakehouse-card-promo span:not(:last-child) {
    padding-right: 0;
    border-right: 0;
  }
}

.feature-benefit-item {
  border-bottom: 0;
  padding-top: 34px;
  padding-bottom: 56px;
}

.feature-benefit-item .feature-image {
  max-width: 700px;
}

.feature-benefit-item .feature-image img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 44%;
}

.destination-image .wakehouse-map-point .map-dot {
  animation: wakehouse-map-pulse 2.2s ease-out infinite;
}

.destination-image.wakehouse-map-stage {
  isolation: isolate;
  overflow: visible;
  border-radius: 18px;
  background: var(--wakehouse-ivory);
  box-shadow: inset 0 0 0 1px rgba(142, 202, 230, 0.68);
}

.destination-image.wakehouse-map-stage::before {
  position: absolute;
  z-index: 1;
  inset: 40px 0 0;
  border-radius: 18px;
  background: radial-gradient(ellipse at 61% 48%, rgba(142, 202, 230, 0.38) 0%, rgba(142, 202, 230, 0.18) 42%, rgba(255, 255, 255, 0) 72%);
  content: "";
  pointer-events: none;
}

.destination-image.wakehouse-map-stage::after {
  position: absolute;
  z-index: 1;
  inset: 40px 0 0;
  background-image: radial-gradient(circle, rgba(53, 79, 69, 0.42) 1px, transparent 1.2px);
  background-size: 8px 8px;
  content: "";
  opacity: 0.2;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 39%, transparent 50%, transparent 71%, #000 82%, #000 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 39%, transparent 50%, transparent 71%, #000 82%, #000 100%);
}

.destination-image.wakehouse-map-stage > img {
  position: relative;
  z-index: 0;
  display: block;
  border-radius: 18px;
  filter: saturate(1.45) brightness(0.98);
}

.destination-image.wakehouse-map-stage .wakehouse-map-point {
  z-index: 2;
}

.destination-image .wakehouse-map-point .map-card {
  top: -112px;
  left: -338px;
}

.destination-image .wakehouse-map-point .map-dot::after {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(53, 79, 69, 0.82);
  border-radius: 50%;
  content: "";
  opacity: 0;
  animation: wakehouse-map-ring 2.2s ease-out infinite;
}

@keyframes wakehouse-map-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(142, 202, 230, 0.42); }
  45% { box-shadow: 0 0 0 12px rgba(142, 202, 230, 0); }
}

@keyframes wakehouse-map-ring {
  0% { opacity: 0.8; transform: scale(0.75); }
  70%, 100% { opacity: 0; transform: scale(1.9); }
}

.wakehouse-newsletter-section .cta-content p {
  max-width: 660px;
  margin: 18px auto 0;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.45;
}

.wakehouse-newsletter-section .cta-image::after {
  position: absolute;
  inset: 0;
  border-radius: 60px;
  background: rgba(53, 79, 69, 0.44);
  content: "";
}

.wakehouse-newsletter-section .cta-content .search-widget {
  margin-top: 34px;
}

.testimonial-box-items-2 .client-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.wakehouse-live-review-section {
  overflow: hidden;
  background: #fff;
}

.wakehouse-review-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.wakehouse-review-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--wakehouse-sage);
  font-size: 16px;
  font-weight: 700;
}

.wakehouse-review-heading h2 {
  margin-bottom: 14px;
  color: #000;
  font-size: 42px;
  line-height: 1.15;
}

.wakehouse-review-heading a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.wakehouse-review-heading a i {
  color: #4285f4;
}

.wakehouse-google-review-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.wakehouse-google-review-card .client-image img {
  width: 72px;
  height: 72px;
}

.wakehouse-google-review-card > span {
  color: #000;
  font-size: 16px;
}

.wakehouse-google-review-card p {
  display: -webkit-box;
  min-height: 174px;
  margin: 28px auto 18px;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.wakehouse-google-review-card .star {
  margin-top: auto;
}

.wakehouse-live-review-section .array-button {
  top: 55%;
}

.theme-btn,
.video-btn {
  justify-content: center;
  text-align: center;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.theme-btn:not(.style-border),
.theme-btn:not(.style-border) .txt {
  color: #fff !important;
}

.theme-btn .txt {
  justify-content: center;
  text-align: center;
}

.news-section-2 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.news-section-2 .news-wrapper {
  margin-top: 36px;
}

.theme-btn:hover,
.video-btn:hover {
  transform: translateY(-2px);
}

@media (min-width: 1400px) {
  #smooth-wrapper {
    width: calc(100% - 120px) !important;
    margin-left: 120px;
  }

  .portfolio-4__content {
    left: 72px !important;
  }
}

.faq-wrapper.style-2 {
  isolation: isolate;
  z-index: 0;
}

.faq-wrapper.style-2 .faq-background-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.faq-wrapper.style-2::before {
  z-index: 1;
  background: linear-gradient(115deg, rgba(32, 49, 42, 0.94) 0%, rgba(53, 79, 69, 0.88) 52%, rgba(32, 49, 42, 0.84) 100%);
}

.faq-wrapper.style-2 > .row {
  position: relative;
  z-index: 2;
}

@media (max-width: 1399px) {
  .section-padding {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .header-2 .logo {
    width: auto !important;
    height: auto;
    transform: none !important;
  }

  .side-wordmark {
    gap: 7px;
    font-size: 16px;
    letter-spacing: 2px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .side-wordmark span:last-child {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .portfolio-4__content {
    left: 32px !important;
    width: min(620px, calc(100% - 64px));
  }

  .wakehouse-side-menu-actions {
    width: 100%;
    margin-top: 24px;
  }

  .wakehouse-instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wakehouse-instagram-card:nth-child(3n + 2) {
    transform: none;
  }

  .wakehouse-instagram-follow {
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .footer-bottom-2 {
    padding-bottom: 96px;
  }

  .footer-bottom-2 p,
  .footer-bottom-2 p a {
    font-size: 12px !important;
  }

  .wakehouse-instagram-grid {
    gap: 12px;
    margin-top: 30px;
  }

  .wakehouse-instagram-card {
    border-radius: 12px;
  }

  .wakehouse-instagram-card > span {
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
  }

  .wakehouse-instagram-follow {
    margin-top: 28px;
  }

  .wakehouse-instagram-follow .theme-btn {
    width: 100%;
    min-width: 0;
  }

  .wakehouse-review-heading {
    margin-bottom: 28px;
  }

  .wakehouse-review-heading h2 {
    font-size: 30px;
  }

  .wakehouse-live-review-section .array-button {
    display: none;
  }

  .wakehouse-google-review-card {
    min-height: 380px;
    padding: 26px 22px;
  }

  .wakehouse-google-review-card p {
    min-height: 154px;
    margin-top: 22px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .wakehouse-newsletter-section .cta-wrapper-2 {
    padding: 54px 22px;
    overflow: hidden;
  }

  .wakehouse-newsletter-section .cta-wrapper-2 > .row {
    margin-inline: 0;
  }

  .wakehouse-newsletter-section .cta-wrapper-2 > .row > [class*="col-"] {
    padding-inline: 0;
  }

  .wakehouse-newsletter-section .cta-content {
    width: 100%;
    max-width: 100%;
    padding-inline: 4px;
  }

  .wakehouse-newsletter-section .cta-content h2 {
    width: min(100%, 282px);
    margin-inline: auto;
    color: #fff !important;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0;
    overflow-wrap: break-word;
  }

  .wakehouse-newsletter-section .cta-content p {
    width: min(100%, 278px);
    margin-top: 14px;
    color: #fff !important;
    font-size: 15px;
    line-height: 1.4;
    overflow-wrap: break-word;
  }

  .wakehouse-newsletter-section .cta-content .search-widget {
    width: min(100%, 278px);
    margin: 24px auto 0;
  }

  .wakehouse-newsletter-section .cta-content .search-widget form,
  .wakehouse-newsletter-section .cta-content .search-widget form input {
    width: 100%;
    max-width: 100%;
  }

  .destination-image .wakehouse-map-point {
    top: 51.4% !important;
    left: 35.7% !important;
  }

  .destination-image .wakehouse-map-point .map-dot {
    width: 30px;
    height: 30px;
  }

  .destination-image .wakehouse-map-point .map-dot::before {
    width: 14px;
    height: 14px;
  }

  .destination-image .wakehouse-map-point .map-card {
    top: 42px;
    left: -88px;
    width: min(290px, calc(100vw - 44px));
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .portfolio-4,
  .portfolio-4 .swiper-container,
  .portfolio-4 .slider,
  .portfolio-4 .swiper-wrapper,
  .portfolio-4 .swiper-slide,
  .portfolio-4 .slide-inner {
    min-height: 720px;
  }

  html.mobile-lite {
    scroll-behavior: auto;
  }

  .mobile-lite body,
  .mobile-lite #smooth-wrapper,
  .mobile-lite #smooth-content {
    overflow: visible !important;
    transform: none !important;
  }

  .mobile-lite .wow,
  .mobile-lite .fade_up,
  .mobile-lite .fade_down,
  .mobile-lite .zoom_in,
  .mobile-lite .zoom_out,
  .mobile-lite .fade_right,
  .mobile-lite .fade_left,
  .mobile-lite .flip_left,
  .mobile-lite .flip_right,
  .mobile-lite .flip_up,
  .mobile-lite .flip_down {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }

  .mobile-lite .mobile-reveal {
    opacity: 0 !important;
    transform: translate3d(0, 16px, 0) !important;
    transition: opacity 420ms ease, transform 420ms ease !important;
    will-change: opacity, transform;
  }

  .mobile-lite .mobile-reveal.mobile-reveal-visible {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .mobile-lite .why-choose-us-wrapper-2 .why-choose-us-image > img {
    animation: none;
  }

  .mobile-lite .footer-widget-wrapper-2 .footer-text .wakehouse-footer-title span {
    opacity: 1;
    transform: none;
  }

  .wakehouse-inner-page .footer-widget-wrapper-2 .footer-text .wakehouse-footer-title span {
    opacity: 1;
    transform: none;
  }

  .footer-section-2 .footer-shape {
    display: block;
    top: auto;
    width: min(420px, 72vw);
    max-width: min(420px, 72vw);
  }

  .portfolio-4__content {
    left: 24px !important;
    width: min(540px, calc(100% - 48px));
  }

  .portfolio-4__content-title {
    font-size: 58px !important;
  }

  .portfolio-4__content .video-btn {
    top: 140px !important;
    left: calc(50% - 27px) !important;
  }

  .section-title-area {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .section-title-area .section-title {
    width: 100%;
  }

  .section-title-area > .theme-btn {
    margin-inline: auto;
  }

  .news-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .we-offer-wrapper .offer-button-item {
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .wow,
  .mobile-reveal,
  .float-bob-y,
  .portfolio-4 .slide-inner,
  .portfolio-4 .media img,
  .portfolio-4 .media video {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .footer-section-2 .footer-shape {
    top: auto;
    width: min(390px, 82vw);
    max-width: 82vw;
    margin-top: 18px;
  }

  .footer-section-2 .footer-shape img {
    max-height: 146px;
  }

  .portfolio-4__content {
    top: 132px !important;
    left: 14px !important;
    width: calc(100% - 28px);
    transform: none !important;
  }

  .portfolio-4__content-title {
    width: 100%;
    max-width: 100%;
    font-size: 40px !important;
    line-height: 0.92;
  }

  .portfolio-4__content .video-btn {
    top: 98px !important;
    left: calc(50% - 24px) !important;
  }

  .portfolio-4 .media img,
  .portfolio-4 .media video {
    object-position: 58% center;
  }

  .feature-benefit-item {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .why-choose-us-wrapper-2 .why-choose-us-content .why-choose-us-item {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .footer-widget-wrapper-2 .footer-text {
    margin-top: 64px;
    padding-bottom: 32px;
  }

  .footer-widget-wrapper-2 .footer-text .wakehouse-footer-title {
    font-size: clamp(42px, 14vw, 64px);
    line-height: 0.86;
  }

  .footer-widget-wrapper-2 .single-footer-widget .widget-title {
    min-height: auto;
    margin-bottom: 12px;
  }

  .footer-widget-wrapper-2 .single-footer-widget:not(.brand-footer-widget) .widget-title {
    margin-bottom: 20px;
  }

  .footer-widget-wrapper-2 .single-footer-widget .widget-title img {
    width: 190px;
  }

  .footer-widget-wrapper-2 .single-footer-widget .widget-title h3 {
    padding-top: 0;
  }

  .footer-widget-wrapper-2 .single-footer-widget.brand-footer-widget {
    margin-top: 16px;
  }

  .service-box-items {
    padding: 18px;
  }

  .service-box-items .service-content {
    margin-top: 18px;
  }

  .service-box-items .service-content .tags-item {
    gap: 10px;
    margin-bottom: 16px;
  }

  .service-box-items .service-content .tags-item span {
    min-height: 40px;
    padding: 8px 12px;
  }

  .service-box-items .service-content .tags-item .experience-price {
    margin-left: 0;
    min-height: 46px;
    font-size: 21px;
  }

  .service-box-items .service-content h3 {
    min-height: 0;
    font-size: 21px;
  }

  .about-wrapper-2 .about-content .about-image-2 .content {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-height: 68px;
    padding: 12px 14px;
  }

  .about-wrapper-2 .about-content .about-image-2 .content h2 {
    font-size: 30px;
  }

  .about-wrapper-2 .about-content .about-image-2 .content p {
    font-size: 16px;
  }

  .featured-listing-card-item .feature-bg-box > span {
    min-height: 46px;
    margin-bottom: 14px;
    padding: 10px 18px;
    font-size: 20px;
  }

  .about-wrapper-2 .about-content > .theme-btn,
  .why-choose-us-wrapper-2 .theme-btn,
  .offer-button-item > .theme-btn,
  .faq-content > .theme-btn,
  .cta-content .theme-btn {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .news-section-2 {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .news-section-2 .section-title {
    margin-bottom: 0;
  }

  .news-section-2 .news-wrapper {
    margin-top: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-lite .mobile-reveal,
  .mobile-lite .mobile-reveal.mobile-reveal-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

a[href^="mailto:"],
.offcanvas__contact a[href^="mailto:"],
.support-line a[href^="mailto:"],
.wakehouse-email-link {
  text-transform: none !important;
  overflow-wrap: anywhere;
}

.wakehouse-email-link,
.wakehouse-phone-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--wakehouse-orange);
  text-underline-offset: 3px;
}

.wakehouse-email-link:hover,
.wakehouse-email-link:focus-visible,
.wakehouse-phone-link:hover,
.wakehouse-phone-link:focus-visible {
  color: var(--wakehouse-sage);
}

.wakehouse-guide-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    margin-top: 34px;
}

.wakehouse-guide-links a {
    color: var(--wakehouse-sage);
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--wakehouse-orange);
    text-underline-offset: 5px;
    transition: color 180ms ease;
}

.wakehouse-guide-links a:hover,
.wakehouse-guide-links a:focus-visible {
    color: #000;
}

.wakehouse-mobile-call {
    display: none;
}

@media (max-width: 991px) {
    .portfolio-4__content .wakehouse-hero-book {
        display: none;
    }

    .header-2 .header-main {
        position: relative;
        display: grid;
        grid-template-columns: 90px minmax(0, 1fr) 90px;
        align-items: center;
        height: 82px;
        padding-inline: 14px;
    }

    .header-2 .header-main > .header__hamburger:first-child {
        grid-column: 1;
        justify-self: start;
    }

    .header-2 .header-main .logo {
        grid-column: 2;
        justify-self: center;
        width: 112px !important;
        margin: 0 !important;
    }

    .header-2 .header-main .side-wordmark {
        display: flex;
        width: 112px;
        height: 72px;
        align-items: center;
        justify-content: center;
        gap: 0;
        letter-spacing: 0;
    }

    .header-2 .header-main .side-wordmark > span {
        display: none;
    }

    .header-2 .header-main .side-wordmark .wakehouse-mobile-logo {
        display: block;
        width: 112px;
        height: 70px;
        object-fit: contain;
    }

    .header-2 .mean__menu-wrapper,
    .header-2 .wakehouse-desktop-sidebar {
        display: none;
    }

    .wakehouse-mobile-call {
        display: inline-flex;
        grid-column: 3;
        width: auto;
        min-width: 88px;
        height: 44px;
        align-items: center;
        justify-content: center;
        justify-self: end;
        gap: 7px;
        padding: 0 12px;
        border-radius: 6px;
        color: #fff;
        background: var(--wakehouse-orange);
        box-shadow: 0 8px 18px rgba(255, 159, 28, .2);
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
        transition: box-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
    }

    .wakehouse-mobile-call i {
        font-size: 15px;
    }

    .wakehouse-mobile-call:hover,
    .wakehouse-mobile-call:focus-visible {
        color: #fff;
        box-shadow: 0 10px 22px rgba(255, 159, 28, .3);
        filter: brightness(.97);
        transform: translateY(-1px);
    }

    .wakehouse-mobile-call:focus-visible {
        border-radius: 8px;
        outline: 3px solid rgba(142, 202, 230, .62);
        outline-offset: 1px;
    }
}

@media (max-width: 575px) {
    .wakehouse-guide-links {
        align-items: center;
        flex-direction: column;
        margin-top: 24px;
    }
}

@media (max-width: 359px) {
    .header-2 .header-main {
        grid-template-columns: 82px minmax(0, 1fr) 82px;
        padding-inline: 10px;
    }

    .header-2 .header-main .logo {
        width: 102px !important;
    }

    .header-2 .header-main .side-wordmark {
        width: 102px;
    }

    .header-2 .header-main .side-wordmark .wakehouse-mobile-logo {
        width: 102px;
    }

    .wakehouse-mobile-call {
        min-width: 80px;
        gap: 5px;
        padding-inline: 9px;
        font-size: 11px;
    }

    .header-2 .header-main > .header__hamburger:first-child .sidebar__toggle-2 {
        gap: 6px;
    }

    .header-2 .header-main > .header__hamburger:first-child .sidebar__toggle-2 span {
        font-size: 14px;
    }
}
