.hs-06-main-container { width: 100%; max-width: 1200px; margin: 30px auto; }
.hs-06-header { margin-bottom: 20px; }
.hs-06-main-title { margin: 0; font-size: 28px; font-weight: 500; color: #2E2D30; }

.hs-06-outer-wrapper { display: flex; flex-direction: column; gap: 20px; }

.hs-06-wrapper {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  overflow: hidden;
}

.hs-06-slider-track { display: flex; transition: transform 1.6s ease-in-out !important; }

.hs-06-slide { min-width: 100%; display: flex; align-items: stretch; min-height: 400px; }

.hs-06-text-col {
  flex: 1;
  padding: 48px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hs-06-img-col { width: 50%; flex-shrink: 0; overflow: hidden; line-height: 0; }
.hs-06-img-col img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hs-06-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #0e6941;
  background: #e8f5ee;
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 14px;
  width: fit-content;
}

.hs-06-slide-title { margin: 0 0 12px; font-size: 28px; font-weight: 500; line-height: 1.2; color: #2E2D30; }
.hs-06-body { font-size: 18px; line-height: 1.4; color: #2E2D30; margin: 0 0 30px; }

.hs-06-cta {
  display: inline-flex;
  align-items: center;
  background: #0e6941;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  padding: 12px 28px;
  width: fit-content;
  transition: opacity 0.2s;
}
.hs-06-cta:hover { opacity: 0.9; color: #ffffff; }

.hs-06-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hs-06-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
  background: #ffffff;
  color: #0e6941;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05);
  transition: all 0.2s;
  flex-shrink: 0;
}
.hs-06-nav:hover { background: #0e6941; color: #ffffff; }

.hs-06-dots { display: flex; gap: 10px; align-items: center; }
.hs-06-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c5e3d0;
  cursor: pointer;
  transition: all 0.3s;
}
.hs-06-dot.active { background: #0e6941; transform: scale(1.2); }

@media (max-width: 768px) {
  .hs-06-slide { flex-direction: column; }
  .hs-06-img-col { width: 100%; height: 250px; order: -1; }
  .hs-06-text-col { padding: 30px 20px; }
  .hs-06-controls { padding: 0 20px;}
  .hs-06-main-container { padding: 0 20px; }