.tsh-hero {
  position: relative;
  min-height: 595px;
  background-position: center;
  background-size: cover;
  overflow: visible;
  margin-top: -2%;
}

.tsh-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 120px;
}

.tsh-hero-overlay {
  min-height: 595px;
  display: flex;
  align-items: center;
}

.header-search-hero {
  min-width: 120px;
}

.header-search-hero .tsh-header-search {
  position: relative;
}

.header-search-hero .tsh-hero-search {
  width: 100%;
  margin: 0;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.45);
  background: #fff;
}

.header-search-hero .tsh-hero-search button {
  height: 36px;
  min-width: 88px;
  font-size: 13px;
  padding: 0 14px;
}

.header-search-hero .tsh-search-panel {
  width: 560px;
  left: auto;
  right: 0;
  transform: translate(0, -6px);
}


.tsh-hero-content {
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 632px !important;
  /* max-width: 700px !important; */
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0;
  padding-bottom: 72px;
}

.tsh-hero-eyebrow {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.tsh-hero h1 {
  margin: 0;
  font-size: 2.375rem;
  line-height: 1.13;
  max-width: 610px;
  font-weight: 400;
  color: #fff;
}

.tsh-hero-search-shell {
  position: relative;
  margin-top: 18px;
  width: 736px;
  max-width: 100%;
}

.tsh-hero-search {
  width: 620px;
  max-width: 100%;
  /* margin: 0 auto; */
  /* padding: 3px; */
  border-radius: 999px;
  border: 1px solid #ececf0;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px;
  box-shadow: 0 6px 16px rgba(10, 11, 17, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  position: relative;
  z-index: 3;
}

.tsh-hero-search.is-active {
  transform: translateY(-1px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.29);
}

.tsh-hero-search input {
    border: 0;
    border-radius: 999px;
    height: 32px;
    padding: 0 18px;
    color: #2f3443;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    margin-top: 2px;
}

.tsh-hero-search-shell .tsh-hero-search input {
    border: 0;
    border-radius: 999px;
    height: 56px;
    padding: 0 18px;
    color: #2f3443;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    margin-top: 2px;
}

.tsh-hero-search input::placeholder {
  color: #a7adbc;
  font-size: 16px;
  font-weight: 400;
}

.tsh-hero-search input:focus {
  outline: 0;
}

.header-search-hero .tsh-hero-search button {
    background: transparent;
    color: var(--cc-primary);
    min-width: 2% !important;
}

.tsh-hero-search button {
    border: 0;
    border-radius: 999px;
    height: 52px;
    min-width: 125px;
    padding: 0px 20px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: var(--tn-primary);
    margin-top: 3px;
    align-items: center;
    gap: 9px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background: var(--cc-primary);
}

.tsh-header-search__form .tsh-header-search-btn {
  min-width: 46px;
  width: 46px;
  padding: 0;
  gap: 0;
}

.tsh-header-search__form .tsh-header-search-icon {
  width: 18px;
  height: 18px;
}

.tsh-hero-search button span {
  font-size: 1.1em;
  line-height: 1;
}

.tsh-hero-search button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(228, 0, 99, 0.33);
}

.tsh-search-panel {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  width: 760px;
  max-width: calc(100vw - 36px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 30px rgba(14, 16, 24, 0.2);
  padding: 22px 24px 18px;
  color: #1e2433;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 10;
}

.tsh-header-search.is-open .tsh-search-panel {
  opacity: 1 !important;
  visibility: visible !important;
  width: 740px;
  right: auto;
  left: -50%;
}

.tsh-hero-search-shell.is-open .tsh-search-panel {
  opacity: 1 !important;
  visibility: visible !important;
}

.tsh-hero-search-shell:focus-within .tsh-search-panel,
.tsh-header-search:focus-within .tsh-search-panel {
  opacity: 1 !important;
  visibility: visible !important;
}

.tsh-search-panel h3 {
  margin: 0 0 18px;
  text-align: center;
  color: var(--tn-primary);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-family: inherit;
}

.tsh-panel-default .tsh-destination-grid,
.tsh-panel-default .tsh-results-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 22px;
  align-items: start;
  margin: 2rem 0.5rem;
}

.tsh-panel-results .tsh-destination-grid,
.tsh-panel-results .tsh-results-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 22px;
  align-items: start;
}

.tsh-destination-item,
.tsh-result-item {
  display: block;
  line-height: 1.08;
  color: #1d2536;
  text-decoration: none;
  min-width: 0;
}

.tsh-destination-item strong,
.tsh-result-item strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tsh-destination-item span,
.tsh-result-item span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #a0a6b2;
  font-family: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tsh-panel-results {
  display: grid;
  gap: 18px;
}

.tsh-panel-results .tsh-results-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tsh-result-title a:hover {
    color: var(--cc-primary);
}

.tsh-panel-results .tsh-result-title a:hover {
  color: var(--cc-primary) !important;
}

.tsh-panel-results .tsh-result-item {
  line-height: 1.2;
  display: block;
}

.tsh-panel-results .tsh-result-title {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}

.tsh-panel-results .tsh-result-item strong {
  font-size: 16px;
  font-weight: 700;
}

.tsh-panel-results .tsh-result-meta {
  font-size: 14px;
  font-weight: 500;
  color: #9aa2b0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tsh-panel-results .tsh-result-meta a {
  color: inherit;
  text-decoration: none;
}

.tsh-panel-results .tsh-result-meta a:hover {
  text-decoration: underline;
}

.tsh-results-section h3 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: var(--cc-primary);
  display: flex;
  align-items: center;
  gap: 10px;
}

.tsh-results-section h3::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.tsh-results-section--destinations h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23e00063' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.333-6-10a6 6 0 0 1 12 0c0 4.667-6 10-6 10z'/%3E%3Ccircle cx='12' cy='11' r='2.5'/%3E%3C/svg%3E");
}

.tsh-results-section--activities h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23e00063' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c1.6-3.8 5-6 8-6s6.4 2.2 8 6'/%3E%3C/svg%3E");
}

.tsh-results-section + .tsh-results-section {
  padding-top: 18px;
  border-top: 1px solid #eceef2;
}

.tsh-results-section .tsh-results-list {
  padding-left: 30px;
}

a.tsh-result-link {
    color: #666 !important;
    font-size: 14px !important;
}

a.tsh-show-all:hover {
    color: white !important;
}
a.tsh-see-all-results {
    color: white !important;
}

.tsh-see-all-results {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 20px 0 4px;
  border-radius: 999px;
  background: var(--cc-primary);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  box-shadow: 0 10px 18px rgba(224, 0, 99, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tsh-see-all-results:hover {
  color: #fff;
  box-shadow: 0 12px 20px rgba(224, 0, 99, 0.32);
  transform: translateY(-1px);
}

.tsh-destination-item:hover strong,
.tsh-result-item:hover strong {
  color: var(--tn-primary);
}

.tsh-show-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  min-height: 39px;
  margin: 23px auto 0;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  background: #fff;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid var(--cc-primary);
  color: var(--cc-primary);
}

.tsh-show-all:hover {
  background: var(--cc-primary);
  border-color: var(--cc-primary);
  color: #fff;
}

.tsh-empty {
  margin: 0;
  text-align: center;
  color: #687086;
  font-size: 14px;
  padding: 14px 0;
}

.tsh-results-list .tsh-empty {
  grid-column: 1 / -1;
  width: 100%;
}

.tsh-results-list.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 156px;
}

.tsh-usp-bar {
  position: relative;
  z-index: 1;
  margin-top: -36px;
  transition: opacity 0.18s ease;
}

.tsh-hero.tsh-has-open-panel .tsh-usp-bar {
  opacity: 0;
  pointer-events: none;
}

.tsh-usp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-radius: 16px;
  overflow: hidden;
}

.tsh-usp-grid span {
    color: white;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 0.7rem;
}

.tsh-usp-grid span i {
  display: inline-flex;
  height: 18px;
  /* width: 18px; */
  /* border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px; */
  align-items: center;
  justify-content: center;
  font-size: 2.125rem;
  color: white;
}

.container.tsh-usp-grid span > .wk-search-icons {
    font-size: 2.2rem;
    margin-right: -12px;
}

@media (max-width: 1199px) {
  .tsh-hero,
  .tsh-hero-overlay {
    min-height: 540px;
  }

  .tsh-hero-content {
    padding-bottom: 60px;
  }

  .tsh-hero h1 {
    font-size: clamp(1.95rem, 4.1vw, 2.7rem);
  }

  .tsh-hero-search {
    width: 452px;
  }

  .tsh-destination-grid,
  .tsh-results-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .tsh-search-panel {
    width: calc(100vw - 36px);
  }

  .tsh-destination-grid,
  .tsh-results-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 767px) {
  .tsh-hero,
  .tsh-hero-overlay {
    min-height: 470px;
  }

  .tsh-hero-content {
    padding-bottom: 22px;
  }

  .tsh-hero h1 {
    font-size: clamp(1.6rem, 7.5vw, 2rem);
  }

  .tsh-hero-search {
    grid-template-columns: 1fr;
    border-radius: 20px;
    padding: 0.6rem;
    max-width: 100%;
    width: 100%;
  }

  .tsh-hero-search input,
  .tsh-hero-search button {
    border-radius: 12px;
    height: 48px;
    width: 100%;
    font-size: 16px;
  }

  .tsh-hero-search input::placeholder {
    font-size: 16px;
  }

  .tsh-search-panel {
    position: static;
    width: 100%;
    margin-top: 0.75rem;
    padding: 1rem;
    box-shadow: 0 12px 26px rgba(12, 14, 24, 0.25);
    transform: none !important;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .tsh-hero-search-shell.is-open .tsh-search-panel {
    display: block;
  }

  .tsh-search-panel h3 {
    font-size: 24px;
  }

  .tsh-results-section h3 {
    font-size: 16px;
  }

  .tsh-destination-grid,
  .tsh-results-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsh-destination-item strong,
  .tsh-result-item strong {
    font-size: 16px;
  }

  .tsh-destination-item span,
  .tsh-result-item span {
    font-size: 13px;
  }

  .tsh-show-all {
    width: 100%;
    font-size: 15px;
  }

  .tsh-usp-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .tsh-hero {
    margin-top: 0;
  }

  .tsh-hero,
  .tsh-hero-overlay {
    min-height: 360px;
  }

  .tsh-hero-content {
    max-width: 100% !important;
    padding: 48px 16px 12px;
    text-align: left;
  }

  .tsh-hero-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }

  .tsh-hero h1 {
    font-size: 1.25rem;
    line-height: 1.25;
    max-width: 260px;
  }

  .tsh-hero-search-shell {
    margin-top: 12px;
    width: 100%;
  }

  .tsh-hero-search {
    width: 100%;
    padding: 0.35rem;
    border-radius: 999px;
    grid-template-columns: 1fr auto;
    box-shadow: 0 6px 16px rgba(10, 11, 17, 0.2);
  }

  .tsh-hero-search input {
    height: 38px;
    font-size: 14px;
    /* padding: 0 12px 0 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23a7adbc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 16px; */
  }

  .tsh-hero-search button {
    height: 35px;
    min-width: 44px;
    padding: 0 12px;
    font-size: 0;
    gap: 0;
  }

  .tsh-hero-search button span {
    font-size: 18px;
  }

  .tsh-usp-bar {
    margin-top: 12px;
  }

  .tsh-usp-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .tsh-usp-grid span {
    min-height: 44px;
    font-size: 0.62rem;
    line-height: 1.1;
    padding: 0.35rem 0.2rem;
    flex-direction: column;
    gap: 0.3rem;
  }

  .tsh-usp-grid span i {
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
  }
}

@media (max-width: 575px) {
  body.page-home #header {
    margin-bottom: 0;
  }

  body.page-home #wrapper,
  body.page-home #content,
  body.page-home main {
    padding-top: 0;
    margin-top: 0;
  }

  body.page-home .tsh-hero-overlay {
    padding-top: 0;
  }
}

/* CSS for empty cart page section */
/* HERO SECTION */
.wk-hero{
    position:relative;
    height:470px;
    background-size:cover;
    background-position:center;
    text-align:center;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    min-height: 470px !important;
}
.wk-hero:after{
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background-image: url('../img/mask-c2.png');
    background-position: center bottom -14rem !important;
    background-size: 156.25rem 24.625rem !important;
    bottom: -3px !important;
}
/* overlay alignment */
.wk-hero-overlay{
    width:100%;
}
/* content */
.wk-hero-content{
    max-width:850px;
    margin:auto;
}
/* TITLE */
.wk-hero-title{
    font-size:40px !important;
    font-weight:700 !important;
    line-height:1.2;
    max-width: initial !important;
}
/* subtitle */
.wk-hero-subtitle{
    margin-bottom:30px;
    opacity:.9;
    text-transform: none !important;
    letter-spacing: 0;
}
/* SEARCH BAR */
.wk-hero-search{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
    width:580px;
    max-width:100%;
    margin:auto;
}
/* INPUT */
.wk-search-input{
    flex:1;
    border:none;
    padding:16px 22px;
    font-size:15px;
    outline:none;
    border-radius:40px 0 0 40px;
}
/* BUTTON */
.wk-search-btn{
    background:#ff0055;
    color:#fff;
    border:none;
    padding:14px 26px;
    font-size:15px;
    font-weight:600;
    border-radius:40px;
    margin:4px;
    cursor:pointer;
}

/* RESPONSIVE */
@media(max-width:768px){
    .wk-hero{
        height:420px;
    }
    .wk-hero-title{
        font-size:36px;
    }
    .wk-search-input{
        padding:14px 18px;
    }
    .wk-search-btn{
        padding:12px 20px;
    }
}
@media (max-width: 992px) {
  .tsh-panel-default .tsh-destination-grid, .tsh-panel-default .tsh-results-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* Mobile search overlay (ps_toursearchhero) */
  .mobile-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
  }

  .mobile-search-overlay.is-open {
    display: block;
  }

  .mobile-search-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
  }

  .mobile-search-overlay__panel {
    position: absolute;
    inset: 0;
    background: var(--cc-primary);
    padding: 10px 14px 16px;
    overflow-y: auto;
  }

  .mobile-search-overlay__close {
    border: 0;
    background: transparent;
    color: #fff;
    position: sticky;
    float: right;
    margin-bottom: 10px;
    z-index: 99;
  }

  .mobile-search-overlay__content .tsh-header-search {
    position: relative;
    width: 100%;
  }
  
  .mobile-search-overlay__content .tsh-hero-search.is-active {
    box-shadow: none;
  }

  .mobile-search-overlay__content .tsh-hero-search {
    width: 100%;
    margin: 6px 0 12px;
    padding: 4px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.65);
  }

  .mobile-search-overlay__content .tsh-hero-search input {
    height: 40px;
    font-size: 14px;
    border-radius: 999px;
    padding-left: 16px;
  }

  .mobile-search-overlay__content .tsh-hero-search button {
    height: 40px;
    min-width: 70px;
    font-size: 13px;
    border-radius: 999px;
    background: transparent;
    color: var(--cc-primary);
  }

  .mobile-search-overlay__content .tsh-search-panel {
    position: static;
    width: 100%;
    transform: none;
    box-shadow: none;
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px 14px;
    opacity: 1;
    visibility: visible;
    display: block;
    max-width: calc(100vw - 30px);
    margin-top: -5px !important;
  }

  .mobile-search-overlay.is-open .tsh-search-panel {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .mobile-search-overlay__content .tsh-search-panel h3 {
    color: var(--cc-primary);
    font-size: 1.05rem;
    font-weight: 800;
    text-align: center;
    margin: 4px 0 12px;
  }

  .mobile-search-overlay__content .tsh-destination-grid,
  .mobile-search-overlay__content .tsh-results-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* gap: 12px 16px; */
  }

  .mobile-search-overlay__content .tsh-destination-item strong,
  .mobile-search-overlay__content .tsh-result-item strong {
    font-size: 14px;
  }

  .mobile-search-overlay__content .tsh-destination-item span,
  .mobile-search-overlay__content .tsh-result-item span {
    font-size: 12px;
  }

  .mobile-search-overlay__content .tsh-show-all {
    width: 100%;
    border-color: var(--cc-primary);
    color: var(--cc-primary);
    margin-top: 12px;
  }
}
