

.site-header img{
   
}
@font-face {
  font-family: 'Waltograph';
  src: url('font/WaltographUI-Bold.eot');
  src: local('Waltograph UI Bold'), local('WaltographUI-Bold'),
      url('font/WaltographUI-Bold.eot?#iefix') format('embedded-opentype'),
      url('font/WaltographUI-Bold.woff2') format('woff2'),
      url('font/WaltographUI-Bold.woff') format('woff'),
      url('font/WaltographUI-Bold.ttf') format('truetype'),
      url('font/WaltographUI-Bold.svg#WaltographUI-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1,h2{
    font-family: Waltograph;
    font-weight: normal;
    line-height: unset !important;
}






.features-scroll-container {
    position: relative;
  }
  
  .feature-scroll-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50vh;
    position: sticky;
    top: 0;
    z-index: 0;
  }
  
  .feature-scroll-row:nth-child(2) {
    z-index: 1;
  }
  .feature-scroll-row:nth-child(3) {
    z-index: 2;
  }
  .feature-scroll-row:nth-child(4) {
    z-index: 3;
  }
  .feature-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    transition: all 0.3s ease-in-out;
  }
  
  .feature-content {
    max-width: 90%;
    text-align: center;
  }
  
  .feature-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
   
    margin-bottom: 0.5rem;
  }
  
  .feature-content p {
   
    font-size: 0.95rem;
    line-height: 1.6;
  }
  



  .wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  border: solid 1px #ddd; padding:5px; margin-bottom:10px; margin-top:5px; width:100%;
}

.wpcf7-form input[type="submit"] {
  padding:7px 15px; background: #4756a2; color:#fff; border-radius:7px;
}

.text-blue-600, .text-blue-700{
  color:#4756a2; 
}
.to-blue-800, .to-indigo-600 {
  --tw-gradient-to: oklch(0.48 0.12 272.58);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), oklch(0.34 0.09 272.3) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-blue-100 {
  background-color: oklch(0.93 0.02 283.28);
}



.page  .site-header{
  position: relative; 
  background: #673AB7;
  margin-bottom: 15px;
}

.page h1, .page h2{
  font-size: 200%;
  margin-top:25px;
}



/*contact*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db; /* Tailwind gray-300 */
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.wpcf7-submit {
  background-color: #3b82f6; /* Tailwind blue-500 */
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 9999px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #2563eb; /* Tailwind blue-600 */
}





@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }

@keyframes spin-slow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.animate-spin-slow {
  animation: spin-slow 30s linear infinite;
}


@keyframes blob {
  0%, 100% { transform: scale(1) translate(0, 0); }
  50% { transform: scale(1.05) translate(20px, -20px); }
}
.animate-blob-slow {
  animation: blob 12s infinite ease-in-out;
}
.animate-bounce-in {
  animation: bounceIn 0.9s ease-in-out both;
}
@keyframes bounceIn {
  0% { transform: scale(0.9); opacity: 0; }
  60% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); }
}





.aspect-w-16.aspect-h-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.aspect-w-16.aspect-h-9 iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}
