.footer-width-fixer {
    width: 100%;
}

/* Container fix for genesis themes */

.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

/* Container fix for generatepress theme */

.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
    width: 100%;
    padding: 0;
    max-width: 100%;
    background-color: transparent !important; /* override generatepress default white color for header */
}

.bhf-hidden {
    display: none
}

/* Fix: Header hidden below the page content */
.ehf-header #masthead {
	z-index: 99;
    position: relative;
}




 /* ========== FLOATING BUTTONS ========== */
  .floating-button-left,
  .floating-button-right {
    position: fixed;
    bottom: 80px;
    z-index: 1000;
  }

  .col-bla {
    color: rgb(255, 255, 255);
  }

  .floating-button-left {
    left: 20px;
  }

  .floating-button-right {
    right: 20px;
  }

  .floating-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 24px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .call-btn {
    background: linear-gradient(#e35f14, #e35f14);
  }

  .whatsapp-btn {
    background-color: #25D366;
  }

  .floating-btn:hover {
    transform: scale(1.15);
  }

  /* Always show buttons */
  @media (max-width: 1200px) {

    .floating-button-left,
    .floating-button-right {
      display: flex;
    }
  }

  @media (min-width: 0px) {

    .floating-button-left,
    .floating-button-right {
      display: flex;
    }
  }
