/* Start custom CSS for html, class: .elementor-element-969cd3e */.open-btn {
    padding: 15px 25px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    background-color: #ff3c3c;
    color: white;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1001; /* above canvas */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3); /* semi-transparent black */
    backdrop-filter: blur(6px); /* slight blur */
  }

  .modal-content {
    position: relative;
    background: white; /* solid white */
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    color: #111;
    max-width: 500px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }

  .close-btn {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background: #f44336;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }

  #fireworksCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; /* behind modal */
    pointer-events: none;
    background: transparent;
  }/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-da7528b */#hidden-buttons {
    visibility: hidden;
}/* End custom CSS */