body.elementor-page-184553:not(.elementor-motion-effects-element-type-background), body.elementor-page-184553 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-9b7cffa *//* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f0f0f0;
  font-family: Arial, sans-serif;
}

.flipbook-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}

.flipbook {
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  transition: transform 0.4s ease;
}

canvas {
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease; /* Smooth fade transition */
}

/* Navigation Controls */
.nav-controls {
  display: flex;
  justify-content: space-/* End custom CSS */