/* Kanaiya homepage hero — 1280×400 display images */
#kt-hero.kt-hero {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #0b2a55;
  line-height: 0;
}

#kt-hero .kt-hero-slide {
  display: none;
  margin: 0;
  padding: 0;
}

#kt-hero .kt-hero-slide.is-active {
  display: block;
}

#kt-hero .kt-hero-slide > a.kt-hero-link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-decoration: none;
  background: #0b2a55;
}

#kt-hero img.kt-hero-banner {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 1280px !important;
  max-height: 400px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #0b2a55;
}

#kt-hero .kt-hero-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0b2a55;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

#kt-hero .kt-hero-btn:hover {
  background: #fff;
}

#kt-hero .kt-hero-prev { left: 10px; }
#kt-hero .kt-hero-next { right: 10px; }

#kt-hero .kt-hero-dots {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(11, 42, 85, 0.45);
}

#kt-hero .kt-hero-dot {
  pointer-events: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

#kt-hero .kt-hero-dot.is-active {
  background: #f97316;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  #kt-hero .kt-hero-btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  #kt-hero img.kt-hero-banner {
    max-height: 200px !important;
  }
}
