.trendy-destination-archive,
.trendy-destination-archive__hero {
  --td-blue: #0b57b7;
  --td-blue-dark: #073f8f;
  --td-ink: #10254f;
  --td-muted: #64748b;
  --td-line: #d9e4f5;
  --td-sun: #f6b21a;
  --td-cyan: #1db8d6;
  --td-soft: #f4f8ff;
  color: var(--td-ink);
  background: #fff;
  font-family: inherit;
}

.trendy-destination-archive *,
.trendy-destination-archive__hero * {
  box-sizing: border-box;
}

.trendy-destination-archive a,
.trendy-destination-archive__hero a {
  color: inherit;
  text-decoration: none;
}

.trendy-destinations-index {
  --td-blue: #0b57b7;
  --td-blue-dark: #073f8f;
  --td-ink: #10254f;
  --td-muted: #64748b;
  --td-line: #d9e4f5;
  --td-soft: #f4f8ff;
  overflow: hidden;
  color: var(--td-ink);
  background: #fff;
  font-family: inherit;
}

.img-banner-destinations{
  height: 100%;
  border-radius: 0 0 99px 99px;
}

.trendy-destinations-index a {
  color: inherit;
  text-decoration: none;
}

.trendy-destinations-index svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.trendy-destinations-index-catalog h2 {
  margin: 0;
  color: var(--wp--preset--color--secondary);
  line-height: 1.15;
  letter-spacing: 0;
}

.trendy-destinations-index-catalog {
  padding: 26px 0 80px;
}

.trendy-destinations-index-catalog__head {
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.trendy-destinations-index-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.trendy-destinations-index-tabs a {
  min-width: 136px;
  padding: 9px 20px;
  border: 1px solid #dce7f5;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(10, 60, 130, .06);
  color: #274366;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.trendy-destinations-index-tabs a.is-active,
.trendy-destinations-index-tabs a:hover {
  color: #fff;
  background: var(--td-blue);
}

.trendy-destinations-index-group {
  margin-top: 30px;
}

.trendy-destinations-index-group__head {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.trendy-destinations-index-group__head h3 {
  margin: 0;
  color: #18345e;
  font-size: 28px;
  letter-spacing: 0;
}

.trendy-destinations-index-group__head a {
  color: var(--td-blue);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.trendy-destinations-index-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.trendy-destinations-index-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dde8f6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 55, 115, .08);
}

.trendy-destinations-index-card__media {
  display: block;
  aspect-ratio: 1.35;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe, #f8fbff);
}

.trendy-destinations-index-card__image,
.trendy-destinations-index-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trendy-destinations-index-card__body {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.trendy-destinations-index-card h4 {
  margin: 0;
  color: #142d54;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
}

.trendy-destinations-index-card p {
  min-height: 38px;
  margin: 0;
  color: #516782;
  font-size: 13px;
  line-height: 1.48;
}

.trendy-destinations-index-card__services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #445b79;
  font-size: 12px;
  font-weight: 700;
}

.trendy-destinations-index-card__services span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.trendy-destinations-index-card__services svg {
  width: 14px;
  height: 14px;
}

.trendy-destinations-index-card__link {
  display: grid;
  place-items: center;
  min-height: 38px;
  border-radius: 8px;
  color: var(--td-blue);
  background: #f3f8ff;
  font-size: 13px;
  font-weight: 800;
}

.trendy-destinations-index-empty {
  padding: 40px;
  border: 1px dashed #cbd9ee;
  border-radius: 14px;
  color: var(--td-muted);
  text-align: center;
}

.trendy-destination-archive__hero {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background: #123c73;
}

.trendy-destination-archive__hero-media,
.trendy-destination-archive__hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.trendy-destination-archive__hero-media img {
  object-fit: cover;
}

.trendy-destination-archive__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 38, 86, .88) 0%, rgba(5, 49, 103, .68) 44%, rgba(5, 49, 103, .2) 100%);
}

.trendy-destination-archive__hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 34px;
  color: #fff;
}

.trendy-destination-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: rgba(255, 255, 255, .82);
}

.trendy-destination-breadcrumbs li + li::before {
  content: ">";
  margin-right: 8px;
  color: rgba(255, 255, 255, .5);
}

.trendy-destination-archive__hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 7vw, 86px);
  line-height: .98;
  letter-spacing: 0;
}

.trendy-destination-archive__location {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 20px 0 0;
  font-size: 17px;
  font-weight: 600;
}

.trendy-destination-archive svg,
.trendy-destination-archive__hero svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.trendy-destination-archive__summary {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  line-height: 1.65;
}

.trendy-destination-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 850px;
  margin-top: 28px;
}

.trendy-destination-fact {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  min-height: 70px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(10px);
}

.trendy-destination-fact svg {
  grid-row: span 2;
}

.trendy-destination-fact span {
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  line-height: 1.25;
}

.trendy-destination-fact strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}



.trendy-destination-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 54px;
  align-items: start;
  margin-bottom: 34px;
}

.trendy-destination-intro h2,
.trendy-destination-section h2 {
  margin: 0;
  color: var(--td-ink);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

.trendy-destination-intro h2::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  margin-left: 12px;
  vertical-align: middle;
  background: var(--td-blue);
}

.trendy-destination-intro__text {
  margin-top: 16px;
  color: #294269;
  font-size: 16px;
  line-height: 1.8;
}

.trendy-destination-intro__text p {
  margin: 0 0 16px;
}

.trendy-destination-insights {
  overflow: hidden;
  border: 1px solid var(--td-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 55, 115, .08);
}

.trendy-destination-insight {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--td-line);
}

.trendy-destination-insight:last-child {
  border-bottom: 0;
}

.trendy-destination-insight > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--td-blue);
  background: #edf5ff;
}

.trendy-destination-insight strong {
  display: block;
  margin-bottom: 4px;
  color: var(--td-blue);
  font-size: 14px;
}

.trendy-destination-insight p {
  margin: 0;
  color: #41577d;
  font-size: 13px;
  line-height: 1.55;
}

.trendy-destination-section {
  margin-top: 30px;
}

.trendy-destination-section__head {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.trendy-destination-section__head a {
  color: var(--td-blue);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.trendy-destination-rail {
  position: relative;
  overflow: hidden;
  padding: 2px 2px 34px;
}

.trendy-destination-rail__track {
  align-items: stretch;
}

.trendy-destination-rail__slide {
  display: flex;
  height: auto;
}

.trendy-destination-rail__slide > * {
  width: 100%;
  height: 100%;
}

.trendy-destination-rail__slide .trendy-tour-box,
.trendy-destination-rail__slide .trendy-hotel-box,
.trendy-destination-rail__slide .trendy-attraction-box {
  height: 100%;
}

.trendy-destination-rail__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--td-line);
  border-radius: 50%;
  color: var(--td-blue);
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 55, 110, .18);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.trendy-destination-rail__nav--prev {
  left: 10px;
}

.trendy-destination-rail__nav--next {
  right: 10px;
}

.trendy-destination-rail__nav::after {
  display: none;
}

.trendy-destination-rail__nav span {
  display: block;
  margin-top: -3px;
}

.trendy-destination-rail__pagination {
  bottom: 0 !important;
}

.trendy-destination-rail__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(21, 95, 205, .35);
  opacity: 1;
}

.trendy-destination-rail__pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 999px;
  background: var(--td-blue);
}

.trendy-destination-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--td-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 55, 115, .08);
}

.trendy-destination-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1.55;
  overflow: hidden;
  background: #e8eef7;
}

.trendy-destination-card--hotel .trendy-destination-card__media {
  aspect-ratio: 1.95;
}

.trendy-destination-card__image,
.trendy-destination-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trendy-destination-card__placeholder {
  background: linear-gradient(135deg, #d9e8fb, #f8d783);
}

.trendy-destination-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 9px;
  border-radius: 6px;
  color: #fff;
  background: var(--td-blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.trendy-destination-card__body {
  display: grid;
  gap: 7px;
  padding: 12px 13px 14px;
}

.trendy-destination-card h3 {
  display: -webkit-box;
  min-height: 40px;
  margin: 0;
  overflow: hidden;
  color: var(--td-ink);
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trendy-destination-card__rating {
  display: flex;
  gap: 2px;
}

.trendy-destination-card__rating span {
  width: 12px;
  height: 12px;
  background: var(--td-sun);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.trendy-destination-card__meta {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--td-muted);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trendy-destination-card__meta svg {
  width: 14px;
  height: 14px;
  color: var(--td-blue);
}

.trendy-destination-card__price {
  margin: 3px 0 0;
  color: var(--td-muted);
  font-size: 12px;
}

.trendy-destination-card__price strong {
  color: var(--td-blue-dark);
  font-size: 16px;
}

@media (max-width: 1024px) {
  .trendy-destinations-index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trendy-destination-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trendy-destination-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .trendy-destinations-index-grid {
    grid-template-columns: 1fr;
  }

  .trendy-destinations-index-group__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .trendy-destination-archive__hero {
    min-height: 520px;
  }

  .trendy-destination-archive__hero-overlay {
    background: linear-gradient(180deg, rgba(5, 38, 86, .9), rgba(5, 49, 103, .6));
  }

  .trendy-destination-archive__hero-inner,
  .trendy-destination-archive__main {
    width: min(100% - 24px, 1180px);
  }

  .trendy-destination-archive__hero h1 {
    font-size: 50px;
  }

  .trendy-destination-facts {
    grid-template-columns: 1fr;
  }

  .trendy-destination-intro h2,
  .trendy-destination-section h2 {
    font-size: 23px;
  }

  .trendy-destination-rail__nav {
    display: none;
  }

}
