/* css styles */

/* global */
p {
  text-align: justify;
}

/* Override for team page member text */
.text-center p {
  text-align: center;
}

/* team photos */

.team-photo {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}
.team-photo:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* hero banner */

.hero-text {
  margin-top: -120px; /* Adjust depending on image height */
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-text h1 {
  margin: 0;
  font-size: 2em;
}

.hero-text p {
  margin-top: 0.5em;
  font-size: 1.1em;
}

/* pura */

.pura-intro {
  text-align: center;
  margin: 2rem auto;
  max-width: 600px;
  padding: 1rem;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.pura-intro p {
  margin: 0.5em 0;
  font-size: 1.3em;
  line-height: 1.4;
}

.pura-intro .script {
  display: block;
  font-size: 1em;
  margin-top: 0.3em;
  opacity: 0.8;
}

.pura-intro .khmer-first {
  font-size: 1em;
  font-style: italic;
  color: #555;
  margin-top: 0.5em;
}
