.theme6-destination.tg-location-area {
  padding-top: clamp(3.5rem, 7vw, 5.25rem) !important;
  padding-bottom: clamp(3.25rem, 6vw, 4.5rem) !important;
}

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

.theme6-destination .theme6-destination__subtitle {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(15, 23, 42, 0.68);
}

.theme6-destination .theme6-destination__title {
  font-size: clamp(1.65rem, 3.2vw, 2.3rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0f172a;
  font-weight: 700;
}

.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.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.theme6-destination .tg-location-3-btn .tg-btn:hover,
.theme6-destination .tg-location-3-btn .tg-btn:focus-visible {
  background: #2a8489 !important;
  border-color: #2a8489 !important;
  color: #fff !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 24px rgba(42, 132, 137, 0.28);
}

.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: 18px;
  box-shadow: 0 6px 20px rgba(17, 24, 39, 0.07);
  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(-7px);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.14);
}
@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: 11px 11px 13px !important;
  border-radius: 18px !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: 170px;
  border-radius: 14px !important;
  overflow: hidden;
  background: linear-gradient(145deg, #eef2f6 0%, #e2e8f0 100%);
}
@media (min-width: 576px) {
  .theme6-destination-card .tg-location-thumb {
    height: 186px;
  }
}
@media (min-width: 1200px) {
  .theme6-destination-card .tg-location-thumb {
    height: 178px;
  }
}

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

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

@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: 12px 6px 3px !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: 11.5px !important;
  font-weight: 600 !important;
  padding: 6px 12px !important;
  line-height: 1.2 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #2a8489 0%, #236d71 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(42, 132, 137, 0.34);
}

.theme6-destination-card .tg-location-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !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;
}
