#sp-menu .sp-menu-item a {
  font-size: 20px !important;
  font-family: 'Moderrat', serif !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/* Initial state (transparent) */
#sp-header {
    background: transparent !important;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 9999;
}

/* When scrolling (Helix adds this class) */
#sp-header.header-sticky {
    background: #007BFF !important; /* blue */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.bt1{
background-color: #24272F;
}



.sp-copyright {
  font-size: 20px !important;
}


.social-icons a {
  font-size: 28px;
}

#sp-slider-inner-item-tSX4HZS8_MPpq95qOm1Gz-num-0-key {
  color: #ffffff;
  animation: glow 1.5s infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #2D9CFA;
  }
  to {
    text-shadow: 0 0 10px #fff, 0 0 20px #2D9CFA, 0 0 40px #2D9CFA;
  }
}


@media (max-width: 768px) {
  .prev-control.nav-control,
  .next-control.nav-control {
    display: none !important;
  }
}


