/*
Theme Name: astra-child
Template: astra
*/

.floating-contact{position:fixed;bottom:40px;left:20px;display:flex;flex-direction:column;gap:12px;z-index:99999;}
.float-btn{width:40px;height:40px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:25px;text-decoration:none;box-shadow:0 4px 10px rgba(0,0,0,.3);}
.whatsapp{background:#25D366;}
.call{background:#0A66C2;}
.email{background:#FF5722;}
#popupOverlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  z-index:999999;
}
#popupBox{
  background:#fff;
  width:90%;
  max-width:420px;
  margin:8% auto;
  padding:25px;
  border-radius:12px;
  position:relative;
}
#popupClose{
  position:absolute;
  right:15px;
  top:10px;
  font-size:24px;
  cursor:pointer;
}

.ast-container {
    max-width: 100% !important;
}

.ast-theme-transparent-header #masthead {
    position: relative !important;
    top: 0 !important;
    background: #ffffff !important;
}

#masthead.site-header,
.ast-mobile-header-wrap,
.site-above-header-wrap {
    position: sticky !important;
    top: 0 !important;
    z-index: 999999 !important;
    background: #ffffff !important;
    border-bottom: 0.5px solid black !important;
}

.ast-builder-grid-row-container {
    position: static !important;
}

.site-header-section > div:first-child {
    padding-left: 25px;
}