
/* Sticky Header */
.header__area {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
