/*
Theme Name: Koduõpetaja
Theme URI: 
Author: Koduõpetaja (AI)
Author URI: 
Description: Kohandatud WordPressi teema Koduõpetaja jaoks.
Version: 1.0.0
Text Domain: koduopetaja
*/

/* Kohandatud stiilid ja animatsioonid */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hero-pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%235FA758' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Animatsiooniklassid algselt peidetud oleku jaoks JS-iga */
.js-enabled .animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.js-enabled .animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Ajastused kangelase sektsioonile */
.delay-100 {
  transition-delay: 100ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}

.card-hover {
  transition: all 0.3s ease;
}
.card-hover:hover {
  transform: translateY(-5px);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Tsitaadi taust + muster */
.chalkboard-bg {
  background-image: url("assets/tsitaat.jpg");
  background-color: #1f2937; /* Fallback värv kui pilti ei leita */
  background-size: cover;
  background-position: center;
}
.chalkboard-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.4)
  );
}
.folk-pattern {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='16'%3E%3Cpath fill='%23ffffff' d='M32 0l4 4-4 4-4-4 4-4zm-16 0l4 4-4 4-4-4 4-4zm32 0l4 4-4 4-4-4 4-4zM8 8l4 4-4 4-4-4 4-4zm16 0l4 4-4 4-4-4 4-4zm16 0l4 4-4 4-4-4 4-4zm16 0l4 4-4 4-4-4 4-4z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 64px 16px;
}
.text-shadow-custom {
  text-shadow:
    0 10px 30px rgba(0, 0, 0, 0.55),
    0 4px 12px rgba(0, 0, 0, 0.35);
}
