/*
Theme Name: Avismedia
Description: Avismedia Theme
Author: Avismedia
Template: hello-biz
Version: 999.99.99
Tags: 
*/

/* BASE */


/** Front Page **/

/*
/* =============================================
   ELEMENTOR STICKY HEADER – Ultra Smooth
   ============================================= 
   
.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent !important;
  padding: 22px 0;
  transition: 
    background 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    backdrop-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background, padding, box-shadow;
}

.elementor-location-header.scrolled {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  padding: 10px 0;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.04),
    0 4px 24px rgba(0, 0, 0, 0.06),
    0 12px 48px rgba(0, 0, 0, 0.04);
}
*/