/* ── Layout ────────────────────────────────────────────────── */

.tb-slider-type-1-wrapper {
  overflow: hidden;
}

.tb-slider-type-1-layout {
  align-items: stretch;
}

/* ── Left Column ───────────────────────────────────────────── */

.tb-slider-type-1-left {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}


.tb-slider-type-1-label {
  color: #9D7F67;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.tb-slider-type-1-title {
  color: #1a2e50;
  font-family: "Cutive Mono", monospace;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.tb-slider-type-1-description {
  color: #1a2e50;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* ── Arrows ────────────────────────────────────────────────── */

.tb-slider-type-1-arrows {
  align-items: center;
  gap: 12px;
}

.tb-slider-type-1-arrows .slick-arrow {
  align-items: center;
  background: #9D7F67;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex !important;
  font-size: 1rem;
  height: 44px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 44px;
}

.tb-slider-type-1-arrows .slick-arrow:hover {
  background: #1a2e50;
  color: #ffffff;
}

/* ── Right Column / Slider ─────────────────────────────────── */

.tb-slider-type-1-right {
  padding-left: 0;
}

.tb-slider-type-1-inner {
  margin: 0 -8px;
}

/* ── Slide Cards ───────────────────────────────────────────── */

.tb-slider-type-1-slide {
  padding: 0 8px;
}

.tb-slider-type-1-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tb-slider-type-1-card-image-wrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2 / 3;
  max-height: calc(100vh - 350px);
}

.tb-slider-type-1-card-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tb-slider-type-1-card-content {
  flex: 1;
  padding: 20px 0 0;
}

.tb-slider-type-1-card-category {
  color: #9D7F67;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tb-slider-type-1-card-description {
  color: #1a2e50;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* ── Responsive ────────────────────────────────────────────── */

@media (max-width: 991px) {
  .tb-slider-type-1-left {
    padding-right: 15px;
    margin-bottom: 32px;
  }

  .tb-slider-type-1-arrows {
    margin-top: 24px;
  }

  .tb-slider-type-1-right {
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .tb-slider-type-1-title {
    font-size: 2rem;
  }
}
