/* Main CSS file - Azino777 KZ */
/* Version 1.7.3 */

/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
}
.fade-in {
  animation: fadeIn 0.4s ease forwards;
}

/* Utility classes */
.text-center {
  text-align: center;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.hidden {
  display: none;
}

/* Print styles */
@media print {
  .sticky-widget-9k2m,
  .header-wrapper-4k2m {
    display: none;
  }
}

/* WordPress theme compatibility */
.wp-block-group {
  margin: 0;
  padding: 0;
}
.elementor-section {
  width: 100%;
}
.elementor-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Unused selectors */
.flavor-module-x {
  position: static;
}
.flavor-widget-y {
  visibility: visible;
}
