.elementor-160 .elementor-element.elementor-element-7b7d356{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-160 .elementor-element.elementor-element-3f4c161{margin:-4px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-160 .elementor-element.elementor-element-3f4c161{margin:-6px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-3f4c161 *//* ========================================================
   HTML WIDGET FROSTED GLASS EFFECT
   ======================================================== */

.insta-glass-header-wrapper {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  
  /* Semi-transparent background */
  background: rgba(255, 255, 255, 0.65) !important;
  
  /* High quality blur + saturation boost */
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  
  /* Crystal glass edge effect */
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 8px 32px 0 rgba(15, 23, 42, 0.05),
              inset 0 1px 0 0 rgba(255, 255, 255, 0.8) !important;
              
  transition: all 0.3s ease-in-out !important;
}

/* Content Links Styling */
.insta-glass-nav a {
  position: relative;
  transition: color 0.25s ease;
}

.insta-glass-nav a:hover {
  color: #6366F1 !important;
}/* End custom CSS */