.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-c1a9db2 *//* RESPONSIVE HEADER */

.tic-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(251,247,241,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(44,70,48,.12);
}

.tic-header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 40px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 36px;
}

.tic-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}

.tic-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.tic-nav a {
  font-family: 'Hanken Grotesk', sans-serif;
  color: #28281f;
  text-decoration: none;
  font-weight: 500;
  font-size: .98rem;
  line-height: 1.35;
  white-space: nowrap;
}

.tic-nav a:hover {
  color: #4C7A51;
}

.tic-book-btn {
  background: #2C4630;
  color: #fff !important;
  padding: 18px 34px;
  border-radius: 999px;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  min-width: 220px;
  justify-content: space-between;
}

.tic-menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}

.tic-menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: #2C4630;
  margin: 6px 0;
  border-radius: 2px;
}

/* Tablet */
@media(max-width: 1180px) {
  .tic-header-inner {
    grid-template-columns: 200px 1fr auto;
    gap: 24px;
    padding: 18px 28px;
  }

  .tic-nav {
    gap: 22px;
  }

  .tic-nav a {
    font-size: .9rem;
  }

  .tic-book-btn {
    min-width: 190px;
    padding: 16px 28px;
  }
}

/* Mobile hamburger */
@media(max-width: 900px) {
  .tic-header-inner {
    display: flex;
    padding: 18px 24px;
  }

  .tic-logo img {
    max-width: 220px;
  }

  .tic-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .tic-nav {
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    background: #FBF7F1;
    padding: 28px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    border-bottom: 1px solid rgba(44,70,48,.12);
    box-shadow: 0 20px 40px rgba(44,70,48,.12);
  }

  body.menu-open .tic-nav {
    display: flex;
  }

  .tic-nav a {
    font-size: 1.15rem;
  }

  .tic-book-btn {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    padding: 18px 28px;
  }
}/* End custom CSS */