/* Tour Destination module — mirrors tour package detail look without editing global page styles */

.td-page {
  --tpd-green: #173508;
  --tpd-gold: #c8993a;
  --tpd-ivory: #f8f6f1;
  --tpd-muted: #5c6356;
  font-family: "Inter", sans-serif;
  color: #1c1c1c;
  overflow: visible;
}

.td-page h1,
.td-page h2,
.td-page h3,
.td-page .tpd-block__title,
.td-page .tpd-cta__title,
.td-hub__title {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.td-page .tpd-hero {
  height: 350px;
}

.td-page .td-hero--solid {
  position: relative;
  height: auto;
  min-height: 168px;
  background: linear-gradient(125deg, #173508 0%, #0f2405 48%, #1a4209 100%);
  overflow: hidden;
  border-bottom: 3px solid rgba(200, 153, 58, 0.55);
}

.td-page .td-hero__bg,
.td-page .td-hero__floats {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.td-page .td-hero__bg {
  z-index: 0;
}

.td-page .td-hero__floats {
  z-index: 1;
}

.td-page .td-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
}

.td-page .td-hero__glow--gold {
  width: 220px;
  height: 220px;
  top: -70px;
  right: 8%;
  background: rgba(200, 153, 58, 0.35);
}

.td-page .td-hero__glow--green {
  width: 180px;
  height: 180px;
  bottom: -60px;
  left: 12%;
  background: rgba(82, 160, 48, 0.22);
}

.td-page .td-hero__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image:
    radial-gradient(circle at 20% 30%, #fff 0 1px, transparent 1px),
    radial-gradient(circle at 70% 65%, #fff 0 1px, transparent 1px);
  background-size: 28px 28px, 34px 34px;
}

.td-page .td-hero__float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  animation: td-hero-float 5.5s ease-in-out infinite;
}

.td-page .td-hero__float i {
  font-size: 1.15rem;
  line-height: 1;
}

.td-page .td-hero__float--1 { top: 18%; right: 6%; animation-delay: 0s; }
.td-page .td-hero__float--2 { top: 62%; right: 14%; animation-delay: 0.8s; width: 2.2rem; height: 2.2rem; }
.td-page .td-hero__float--3 { top: 28%; right: 22%; animation-delay: 1.4s; opacity: 0.75; }
.td-page .td-hero__float--4 { top: 52%; right: 3%; animation-delay: 2s; opacity: 0.65; }
.td-page .td-hero__float--5 { top: 14%; right: 18%; animation-delay: 2.6s; opacity: 0.6; width: 2rem; height: 2rem; }
.td-page .td-hero__float--6 { top: 70%; right: 24%; animation-delay: 3.2s; color: #e0b55a; background: rgba(200, 153, 58, 0.16); border-color: rgba(200, 153, 58, 0.28); }

@keyframes td-hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (prefers-reduced-motion: reduce) {
  .td-page .td-hero__float {
    animation: none;
  }
}

.td-page .td-hero--solid .cu-hero__inner {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 0;
  padding: 1.05rem 1rem 1.35rem;
  gap: 0.65rem;
}

.td-page .td-hero--solid .cu-breadcrumb__list {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
}

.td-page .td-hero--solid .cu-breadcrumb__list a {
  color: rgba(255, 255, 255, 0.78);
}

.td-page .td-hero--solid .cu-breadcrumb__list a:hover {
  color: #e0b55a;
}

.td-page .td-hero--solid .cu-breadcrumb__list li[aria-current="page"] {
  color: rgba(255, 255, 255, 0.95);
}

.td-page .td-hero--solid .cu-hero__content {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  flex: 0 0 auto;
}

.td-page .td-hero__copy {
  min-width: 0;
  max-width: min(100%, 820px);
}

.td-page .td-hero--solid .cu-hero__title {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  letter-spacing: 0.02em;
  text-transform: none;
  margin: 0 0 0.4rem;
  line-height: 1.28;
}

.td-page .td-hero__title-text {
  flex: 1;
  min-width: 0;
  padding-top: 0.2rem;
}

.td-page .td-hero__title-icon-wrap {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-top: 0.02rem;
}

.td-page .td-hero__title-icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16) 0%, rgba(200, 153, 58, 0.32) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: rotate(-8deg);
}

.td-page .td-hero__title-icon-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  z-index: 2;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: -0.2rem;
  border-radius: 50%;
  background: #e0b55a;
  box-shadow: 0 0 0 4px rgba(224, 181, 90, 0.18);
  animation: td-pin-dot 2.8s ease-in-out infinite;
}

.td-page .td-hero__title-icon-ring {
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 2px solid rgba(224, 181, 90, 0.55);
  animation: td-pin-ring 2.6s ease-out infinite;
}

.td-page .td-hero__title-icon {
  position: relative;
  z-index: 1;
  font-size: 1.45rem;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.22));
  animation: td-pin-bob 3.2s ease-in-out infinite;
}

@keyframes td-pin-ring {
  0% {
    transform: scale(0.88);
    opacity: 0.75;
  }

  75%,
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@keyframes td-pin-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes td-pin-dot {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.25);
    opacity: 0.75;
  }
}

@media (prefers-reduced-motion: reduce) {
  .td-page .td-hero__title-icon-ring,
  .td-page .td-hero__title-icon,
  .td-page .td-hero__title-icon-wrap::after {
    animation: none;
  }
}

.td-page .td-hero--solid .cu-hero__sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
  max-width: 640px;
}

.td-page .td-hero--solid .td-hero__eyebrow {
  margin: 0 0 0.45rem;
  padding: 0.28rem 0.7rem;
  font-size: 0.68rem;
  color: #fff;
  background: rgba(200, 153, 58, 0.22);
  border-color: rgba(200, 153, 58, 0.38);
}

.td-page .tpd-hero__overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.42));
}

.td-hero__eyebrow {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(200, 153, 58, 0.28);
  border: 1px solid rgba(200, 153, 58, 0.45);
}

.td-body,
.td-body > .container,
.td-body > .container > .row {
  overflow: visible;
}

.td-body {
  padding: 3.25rem 0 3.75rem;
  background: #fff;
}

@media (min-width: 992px) {
  .td-body > .container > .row {
    align-items: stretch;
  }
  .td-page .sidebar-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: max(6.25rem, calc(env(safe-area-inset-top, 0px) + 5.5rem));
    z-index: 2;
  }
}

body.page-destination .swosti-site-header.sticky-top {
  z-index: 1030;
}

body.page-destination .swosti-site-header .dropdown-menu {
  z-index: 1040;
}

@media (max-width: 991.98px) {
  .td-page .sidebar-wrapper {
    position: relative;
    top: auto;
  }
}

.td-page .sidebar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.td-page .tpd-sidebar-card {
  background: #fff;
  border: 1px solid rgba(23, 53, 8, 0.06);
  border-radius: 14px;
  padding: 1.15rem 1.1rem;
  box-shadow: 0 4px 18px rgba(23, 53, 8, 0.06);
}

.td-page .tpd-sidebar-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--tpd-green);
  margin: 0 0 0.85rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(200, 153, 58, 0.28);
  letter-spacing: 0.03em;
}

.td-page .tpd-viewalso {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.td-page .tpd-viewalso__link {
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  padding: 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(23, 53, 8, 0.05);
  background: #fafaf8;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.td-page .tpd-viewalso__link:hover,
.td-page .tpd-viewalso__link.is-current {
  background: var(--tpd-ivory);
  box-shadow: 0 6px 16px rgba(28, 28, 28, 0.06);
  border-color: rgba(200, 153, 58, 0.35);
}

.td-page .tpd-viewalso__thumb {
  flex: 0 0 72px;
  border-radius: 8px;
  overflow: hidden;
}

.td-page .tpd-viewalso__thumb--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 56px;
  flex: 0 0 72px;
  background: linear-gradient(135deg, rgba(23, 53, 8, 0.06), rgba(200, 153, 58, 0.12));
  border: 1px solid rgba(23, 53, 8, 0.06);
}

.td-page .tpd-viewalso__thumb--icon i {
  font-size: 1.45rem;
  line-height: 1;
  color: #c8993a;
}

.td-page .tpd-viewalso__thumb img {
  width: 100%;
  height: 56px;
  object-fit: cover;
  display: block;
}

.td-page .tpd-viewalso__name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--tpd-green);
  line-height: 1.35;
}

.td-page .tpd-viewalso__meta {
  font-size: 0.75rem;
  color: var(--tpd-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.td-page .tpd-viewalso__btn {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--tpd-gold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.td-contact-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.td-contact-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--tpd-muted);
}

.td-contact-list i {
  color: var(--tpd-gold);
  font-size: 1.1rem;
  margin-top: 0.1rem;
}

.td-contact-list a {
  color: var(--tpd-green);
  text-decoration: none;
  font-weight: 600;
}

.td-contact-list a:hover {
  color: var(--tpd-gold);
}

.td-help-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.td-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--tpd-muted);
  margin-bottom: 1.75rem;
}

.td-page .tpd-block {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(23, 53, 8, 0.06);
}

.td-page .tpd-block:last-child {
  border-bottom: 0;
}

.td-page .tpd-block__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--tpd-green);
  margin-bottom: 0.85rem;
}

.td-block__subtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tpd-green);
  margin: 1.15rem 0 0.55rem;
}

.td-block__list {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
  color: var(--tpd-muted);
  line-height: 1.75;
}

.td-block__list li + li {
  margin-top: 0.45rem;
}

.td-block__sub + .td-block__sub {
  margin-top: 0.35rem;
}

.td-page .tpd-block p {
  color: var(--tpd-muted);
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.td-page .tpd-block a,
a.td-autolink,
a.tp-autolink {
  color: var(--tpd-green);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(200, 153, 58, 0.55);
}

a.td-autolink:hover,
a.tp-autolink:hover {
  color: var(--tpd-gold);
}

.td-gallery__item {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f1ec;
}

.td-gallery__item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.td-faq .accordion-button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: var(--tpd-green);
}

.td-page .tpd-cta {
  background: linear-gradient(120deg, #173508 0%, #1f4a0c 55%, #2a5d12 100%);
  color: #fff;
  padding: 3.25rem 0;
}

.td-page .tpd-cta__title {
  color: #fff;
  margin-bottom: 0.75rem;
}

.td-page .tpd-cta__text {
  color: rgba(255, 255, 255, 0.85);
  max-width: 640px;
  margin: 0 auto 1.35rem;
}

.td-page .tpd-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* Hub / listing pages */
.td-hub-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0a0a0a;
}

.td-hub-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.td-hub-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.12) 100%);
}

.td-hub-hero__inner {
  position: relative;
  z-index: 2;
  padding: 3.5rem 0 2.75rem;
  color: #fff;
}

.td-hub__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e0b55a;
  margin-bottom: 0.65rem;
}

.td-hub__title {
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 800;
  margin-bottom: 0.85rem;
  color: #fff;
}

.td-hub__sub {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  margin-bottom: 0;
}

.td-hub-section {
  padding: 3.25rem 0;
  background: #fff;
}

.td-hub-section--ivory {
  background: #f8f6f1;
}

.td-state-card,
.td-place-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(23, 53, 8, 0.07);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(23, 53, 8, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.td-state-card:hover,
.td-place-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(23, 53, 8, 0.1);
  color: inherit;
}

.td-state-card__media,
.td-place-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee;
}

.td-place-card__media--icon {
  aspect-ratio: auto;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(23, 53, 8, 0.06), rgba(200, 153, 58, 0.12));
  border-bottom: 1px solid rgba(23, 53, 8, 0.06);
}

.td-place-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: #fff;
  color: #173508;
  box-shadow: 0 8px 20px rgba(23, 53, 8, 0.08);
}

.td-place-card__icon i {
  font-size: 1.65rem;
  line-height: 1;
  color: #c8993a;
}

.td-state-card__media img,
.td-place-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.td-state-card__body,
.td-place-card__body {
  padding: 1.15rem 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.td-state-card__title,
.td-place-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #173508;
  margin: 0;
}

.td-state-card__text,
.td-place-card__text {
  font-size: 0.9rem;
  color: #5c6356;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

.td-place-card__meta {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c8993a;
}

.td-place-card__cta {
  font-size: 0.82rem;
  font-weight: 700;
  color: #173508;
}

.td-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  align-items: center;
}

.td-filters__search {
  flex: 1 1 220px;
  min-width: 200px;
}

.td-filters__search input,
.td-filters select {
  border-radius: 10px;
  border: 1px solid rgba(23, 53, 8, 0.12);
  padding: 0.7rem 0.9rem;
  width: 100%;
  font-size: 0.92rem;
}

.td-filters select {
  flex: 0 1 180px;
  min-width: 150px;
  background: #fff;
}

.td-empty {
  display: none;
  text-align: center;
  padding: 2rem 1rem;
  color: #5c6356;
}

.td-empty.is-visible {
  display: block;
}

@media (max-width: 575.98px) {
  .td-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .td-filters select {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }

  .td-page .tpd-hero,
  .td-hub-hero {
    min-height: 300px;
    height: 300px;
  }

  .td-page .td-hero--solid,
  .td-page .td-hero--solid.tpd-hero {
    min-height: 152px;
    height: auto;
  }

  .td-page .td-hero--solid .cu-hero__inner {
    padding: 0.9rem 0.85rem 1.1rem;
  }

  .td-page .td-hero__title-icon-wrap {
    width: 2.65rem;
    height: 2.65rem;
  }

  .td-page .td-hero__title-icon {
    font-size: 1.2rem;
  }

  .td-page .td-hero__title-text {
    padding-top: 0.1rem;
  }

  .td-page .td-hero--solid .cu-hero__title {
    gap: 0.7rem;
    font-size: 1.22rem;
  }

  .td-page .td-hero--solid .cu-hero__sub {
    font-size: 0.84rem;
  }

  .td-page .td-hero__float--3,
  .td-page .td-hero__float--4,
  .td-page .td-hero__float--5 {
    display: none;
  }

  .td-page .tpd-cta__actions .btn {
    width: 100%;
  }
}

/* ==========================================================================
   Odisha Tour Places listing — icon / title / read-more cards
   ========================================================================== */

.td-places-page .td-places-section {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(200, 153, 58, 0.08), transparent 28%),
    linear-gradient(180deg, #faf9f6 0%, #ffffff 18%, #ffffff 100%);
}

.td-places-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  margin-bottom: 1.75rem;
}

.td-places-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.55rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #173508;
  background: rgba(200, 153, 58, 0.14);
  border: 1px solid rgba(200, 153, 58, 0.28);
}

.td-places-head__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  color: #173508;
  margin: 0 0 0.45rem;
}

.td-places-head__sub {
  max-width: 620px;
  margin: 0;
  color: #5c6356;
  line-height: 1.6;
  font-size: 0.95rem;
}

.td-places-filters {
  flex: 1 1 320px;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0.85rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(23, 53, 8, 0.08);
  box-shadow: 0 10px 28px rgba(23, 53, 8, 0.05);
}

.td-places-filters__search {
  position: relative;
}

.td-places-filters__search i {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c8993a;
  font-size: 1.05rem;
  pointer-events: none;
}

.td-places-filters__search input {
  padding-left: 2.55rem;
  background: #fafaf8;
}

.td-places-filters__select {
  background: #fafaf8;
}

#odisha-tour-places .td-place-card--compact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  min-height: 0;
  height: 100%;
  padding: 0.65rem 0.7rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(23, 53, 8, 0.08);
  box-shadow: 0 2px 10px rgba(23, 53, 8, 0.04);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#odisha-tour-places .td-place-card--compact .td-place-card__body {
  padding: 0;
  gap: 0.15rem;
  flex: 1;
}

#odisha-tour-places .td-place-card--compact:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 153, 58, 0.4);
  box-shadow: 0 6px 16px rgba(23, 53, 8, 0.08);
  color: inherit;
}

#odisha-tour-places .td-place-card__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: rgba(200, 153, 58, 0.1);
  border: 1px solid rgba(200, 153, 58, 0.18);
}

#odisha-tour-places .td-place-card__icon-wrap i {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--td-place-accent, #c8993a);
}

#odisha-tour-places .td-place-card__body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

#odisha-tour-places .td-place-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
  color: #173508;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#odisha-tour-places .td-place-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #c8993a;
  line-height: 1.2;
}

#odisha-tour-places .td-place-card__cta i {
  font-size: 0.82rem;
  transition: transform 0.2s ease;
}

#odisha-tour-places .td-place-card--compact:hover .td-place-card__cta {
  color: #173508;
}

#odisha-tour-places .td-place-card--compact:hover .td-place-card__cta i {
  transform: translateX(2px);
}

#odisha-tour-places .td-place-card[data-category="temples"] {
  --td-place-accent: #b8860b;
}

#odisha-tour-places .td-place-card[data-category="beaches"] {
  --td-place-accent: #1f8a8a;
}

#odisha-tour-places .td-place-card[data-category="wildlife"] {
  --td-place-accent: #2f7d43;
}

#odisha-tour-places .td-place-card[data-category="heritage"] {
  --td-place-accent: #8b5e34;
}

#odisha-tour-places .td-place-card[data-category="culture"] {
  --td-place-accent: #8f4d7d;
}

#odisha-tour-places .td-place-card[data-category="food"] {
  --td-place-accent: #c45c26;
}

#odisha-tour-places .td-place-card[data-category="festivals"] {
  --td-place-accent: #b03a48;
}

#odisha-tour-places .td-place-card[data-category="architecture"] {
  --td-place-accent: #4b6584;
}

.td-places-empty {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: #fafaf8;
  border: 1px dashed rgba(23, 53, 8, 0.12);
  font-size: 0.92rem;
}

.td-places-empty i {
  color: #c8993a;
  font-size: 1.1rem;
}

.td-places-empty.is-visible {
  display: flex;
}

@media (max-width: 575.98px) {
  #odisha-tour-places .td-place-card--compact {
    padding: 0.6rem 0.65rem;
  }

  #odisha-tour-places .td-place-card__icon-wrap {
    flex-basis: 2.35rem;
    width: 2.35rem;
    height: 2.35rem;
  }

  #odisha-tour-places .td-place-card__icon-wrap i {
    font-size: 1.1rem;
  }

  #odisha-tour-places .td-place-card__title {
    font-size: 0.86rem;
  }

  .td-places-head {
    margin-bottom: 1.15rem;
  }

  .td-places-filters {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}
