/* FORCE STICKY HEADER – ASTRA (DESKTOP + MOBILE) */
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
     background-color:#4B0082;
}

/* Keep Astra transparent header behavior */
.ast-theme-transparent-header #masthead {
    position: fixed;
     background-color: #4B0082;
}

/* Push page content below fixed header */

/* WordPress admin bar fix */
.admin-bar #masthead {
    top: 32px;
}
	
@media (max-width: 782px) {
    .admin-bar #masthead {
        top: 46px;
    }
}

/* FLOATING WHATSAPP BUTTON – ICON VERSION */
a.wa-float-btn {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 56px !important;
    height: 56px !important;
    background-color: #25D366 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    z-index: 999999 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35) !important;
}

/* WhatsApp icon size */
a.wa-float-btn i {
    font-size: 28px !important;
}

/* Hover effect */
a.wa-float-btn:hover {
    background-color: #1ebe5d !important;
    color: #ffffff !important;
}

/* ===== Ultra Compact Fluent Form (Mobile) ===== */
@media (max-width: 767px) {

  /* Text & select inputs */
  .fluentform input,
  .fluentform select {
    height: 34px !important;
    padding: 4px 8px !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
  }

  /* Textarea – Type in your requirements (REDUCED BY HALF) */
  .fluentform textarea {
    min-height: 26px !important;
    max-height: 28px !important;
    padding: 4px 8px !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    resize: none !important;
  }

  /* Reduce space between fields */
  .fluentform .ff-el-group {
    margin-bottom: 6px !important;
  }

  /* Reduce label spacing */
  .fluentform .ff-el-input--label {
    margin-bottom: 2px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  /* Compact submit button */
  .fluentform button.ff-btn-submit {
    padding: 8px 12px !important;
    font-size: 13px !important;
    min-height: 36px !important;
  }
}


