.elementor-15710 .elementor-element.elementor-element-80bf914{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2c45a22 */<style>
.leaf-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.leaf {
  position: absolute;
  font-size: 2rem;
  opacity: 0.7;
  animation-name: floatLeaf;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.leaf1 { left: 5%; animation-delay: 0s; }
.leaf2 { left: 25%; animation-delay: 3s; }
.leaf3 { left: 50%; animation-delay: 6s; }
.leaf4 { left: 70%; animation-delay: 9s; }
.leaf5 { left: 90%; animation-delay: 12s; }

@keyframes floatLeaf {
  0%   { top: -10%; transform: rotate(0deg) scale(1); opacity: 0; }
  10%  { opacity: 0.5; }
  50%  { transform: rotate(180deg) scale(1.1); }
  90%  { opacity: 0.3; }
  100% { top: 110%; transform: rotate(360deg) scale(1); opacity: 0; }
}
</style>/* End custom CSS */