/* Best time to visit */
.tas-dest-best-time {
  padding: clamp(10px, 5vw, 24px) 0;
  background: var(--white);
}

.tas-dest-best-time__title {
  color: var(--primary);
}

.tas-dest-best-time__title-icon {
  color: var(--primary);
}

.tas-dest-best-time__intro {
  color: var(--text-muted);
  max-width: 800px;
  margin: 0 auto;
}

.tas-dest-best-time__card {
  background: linear-gradient(135deg, var(--accent-glow-sm) 0%, var(--accent-glow-md) 100%);
  border-radius: 16px;
  border: 2px solid var(--accent-divider);
  height: 100%;
  padding: 1.5rem;
}

.tas-dest-best-time__icon-wrap {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--white);
}

.tas-dest-best-time__icon-wrap svg,
.tas-dest-best-time__icon-wrap i {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 1;
  color: var(--white);
  fill: var(--white);
}

.tas-dest-best-time__icon-wrap svg:not(.e-font-icon-svg) :where(path, circle, rect, polygon, polyline, ellipse) {
  fill: currentColor;
}

.tas-dest-best-time__season-title {
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 700;
}

.tas-dest-best-time__climate {
  background: var(--accent-glow-sm);
  border-radius: 12px;
  padding: 1.25rem;
}

.tas-dest-best-time__climate-label {
  color: var(--primary);
  font-weight: 700;
}

/* Must-visit attractions */
.tas-dest-attractions {
  padding: clamp(40px, 5vw, 64px) 0;
  background: var(--white);
}

.tas-dest-attractions__title {
  color: var(--primary);
}

.tas-dest-attractions__title-icon {
  color: var(--primary);
}

.tas-dest-attractions__card {
  border-left: 4px solid var(--primary);
  background: var(--accent-glow-sm);
  padding: 0.75rem 1rem;
  /* Contain floated media so short copy doesn't leave the image outside the card bg */
  overflow: hidden;
}

.tas-dest-attractions__card-title {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
}

.tas-dest-attractions__card-title i {
  color: var(--primary);
}

.tas-dest-attractions__media {
  float: left;
  width: 100px;
  height: 100px !important;
  margin: 2px 12px 8px 0 !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  border: 1px solid rgba(var(--primary-rgb), 0.2) !important;
}

.tas-dest-attractions__card p {
  margin-bottom: 0;
  line-height: 1.6;
  color: var(--text-muted);
}

/* Hub highlights / B2B benefits */
.tas-dest-hub-highlights {
  padding: clamp(20px, 5vw, 34px) 0;
  background: var(--white);
}

.tas-dest-hub-highlights__panel {
  background: linear-gradient(135deg, var(--accent-glow-sm) 0%, var(--accent-glow-md) 100%);
  border-radius: 20px;
  border: 2px solid var(--accent-divider);
  padding: clamp(24px, 4vw, 40px);
}

.tas-dest-hub-highlights__title {
  color: var(--primary);
}

.tas-dest-hub-highlights__title-icon {
  color: var(--primary);
}

.tas-dest-hub-highlights__intro {
  color: var(--text-muted);
  max-width: 900px;
  margin: 0 auto;
}

.tas-dest-hub-highlights__icon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  font-size: 24px;
}

.tas-dest-hub-highlights__icon svg:not(.e-font-icon-svg),
.tas-dest-hub-highlights__icon .e-font-icon-svg,
.tas-dest-hub-highlights__icon i {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  color: inherit;
}

.tas-dest-hub-highlights__icon svg:not(.e-font-icon-svg) :where(path, circle, rect, polygon, polyline, ellipse) {
  fill: currentColor;
}

.tas-dest-hub-highlights__item-title {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
}

/* Testimonials carousel */
.tas-dest-testimonials {
  padding: clamp(48px, 6vw, 72px) 0;
}

.tas-dest-testimonials__title {
  color: var(--primary);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.tas-dest-testimonials__subtitle {
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto;
}

.tas-dest-testimonials__card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tas-dest-testimonials__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(var(--primary-rgb), 0.12);
}

.tas-dest-testimonials__stars {
  color: var(--accent);
  margin-bottom: 1rem;
}

.tas-dest-testimonials__stars i {
  color: var(--accent);
}

.tas-dest-testimonials__text {
  font-style: italic;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.tas-dest-testimonials__author {
  display: flex;
  align-items: center;
}

.tas-dest-testimonials__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  margin-right: 1rem;
  overflow: hidden;
}

.tas-dest-testimonials__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tas-dest-testimonials__author-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 0.25rem;
}

.tas-dest-testimonials__author-title {
  color: var(--text-muted);
}

.tas-dest-testimonials .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  margin: 0 4px;
}

.tas-dest-testimonials .carousel-indicators button.active {
  background-color: var(--primary);
  opacity: 1;
}

@media (max-width: 767.98px) {
  .tas-dest-attractions__media {
    width: 88px;
    height: 88px;
    margin-right: 10px;
  }

  .tas-dest-testimonials__card {
    padding: 1.5rem;
  }
}
