body { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; }

.wp-site-blocks {
  padding:0 !important;
}
.has-global-padding {
  padding:0;
}
/* popup button */

/* Styling for the floating button */
.popmake-50 {
    position: fixed;
    bottom: 20px; /* Adjust the distance from the bottom */
    right: 20px; /* Adjust the distance from the right */
    background: white; /* Button background color */
    border: none;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}

.popmake-50 img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.popmake-50:hover {
  background: #FCB647;
  transition-duration: 0.5s;
}

.pum-container.pum-responsive img {
  max-width: 100%;
  max-height: 85vh;
  height: auto;
  width: auto;
}