.theme6-destination.tg-location-area {
  padding-top: clamp(3.25rem, 7vw, 5rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem) !important;
}

.theme6-destination .tg-location-section-title.mb-40,
.theme6-destination .tg-location-3-btn.mb-40 {
  margin-bottom: 1.5rem !important;
}

.theme6-destination .tg-location-3-btn .tg-btn {
  padding: 10px 18px !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  min-height: 0 !important;
  background: rgba(42, 132, 137, 0.1) !important;
  border: 1px solid rgba(42, 132, 137, 0.25) !important;
  color: #2a8489 !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.theme6-destination .tg-location-3-btn .tg-btn:hover,
.theme6-destination .tg-location-3-btn .tg-btn:focus-visible {
  background: rgba(42, 132, 137, 0.16) !important;
  border-color: rgba(42, 132, 137, 0.45) !important;
  color: #236d71 !important;
}

.theme6-destination .tg-location-3-btn .btn-icon svg {
  width: 16px !important;
  height: 14px !important;
}

.theme6-destination__cards.row {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}
@media (min-width: 992px) {
  .theme6-destination__cards.row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}

.theme6-destination-card {
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.06);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s ease;
  height: 100%;
}
.theme6-destination-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.1);
}
@media (prefers-reduced-motion: reduce) {
  .theme6-destination-card {
    transition: box-shadow 0.2s ease;
  }
  .theme6-destination-card:hover {
    transform: none;
  }
}

.theme6-destination-card .tg-location-wrap {
  margin-bottom: 0 !important;
  padding: 10px 10px 12px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(17, 24, 39, 0.07) !important;
  background: #fff !important;
}

.theme6-destination-card .tg-location-border {
  display: none !important;
}

.theme6-destination-card .tg-location-thumb {
  position: relative;
  height: 132px;
  border-radius: 12px !important;
  overflow: hidden;
  background: linear-gradient(145deg, #eef2f6 0%, #e2e8f0 100%);
}
@media (min-width: 576px) {
  .theme6-destination-card .tg-location-thumb {
    height: 148px;
  }
}
@media (min-width: 1200px) {
  .theme6-destination-card .tg-location-thumb {
    height: 138px;
  }
}

.theme6-destination-card .tg-location-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  border-radius: 12px !important;
  display: block;
  transition: transform 0.35s ease;
}

.theme6-destination-card:hover .tg-location-thumb img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .theme6-destination-card:hover .tg-location-thumb img {
    transform: none;
  }
}
.theme6-destination-card .tg-location-content {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  padding: 10px 4px 2px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 1;
}

.theme6-destination-card .tg-location-time {
  transform: none !important;
  margin: 0 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 5px 12px !important;
  line-height: 1.2 !important;
  border-radius: 999px !important;
  background: #2a8489 !important;
  color: #fff !important;
}

.theme6-destination-card .tg-location-title {
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}

.theme6-destination-card .tg-location-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.theme6-destination-card .tg-location-title a:hover,
.theme6-destination-card .tg-location-title a:focus-visible {
  color: #2a8489 !important;
}
