.transparent-header-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.transparent-header-active.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.elementor-section:first-of-type {
  margin-top: 120px;
}
