html, body { height: 100%; }

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  background: url(assets/untitled1of13.jpg) no-repeat center center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
}

.hero-fudoshin {
  font-size: 0.85rem;
  opacity: 0.7;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.hero-sub {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 520px;
}

/* Sections */
.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-row {
  min-height: 100vh;
}

.about-text {
  padding: 0;
}

.about-text-inner {
  max-width: 520px;
  padding: 5rem 4rem 5rem 5rem;
}

@media (max-width: 767px) {
  .about-text-inner {
    padding: 3rem 1.5rem;
  }
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

/* Page container */
.page-container {
  height: 100%;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.map { color: red; }

.kendo-img:hover { opacity: 0.7; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.training-time-map {
  margin-top: 15px;
}

.card-img-top {
  height: 20em;
  overflow-y: hidden;
  object-fit: cover;
}
