.ultra-gloss {
  position: relative;
  padding: 14px 28px;
  background: linear-gradient(#6ec0ff, #1a82e2);
  border-radius: 20px;
  color: white;
  border: 1px solid #0f5fb3;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.ultra-gloss::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  height: 45%;
  background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.1));
  border-radius: 18px;
}
.topbar {
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, #ffffff, #d0e7ff, #fafafa);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.topbar .logo {
  font-family: "Tahoma";
  font-size: 22px;
  font-weight: bold;
  color: #003366;
}
.topbar .nav a {
  margin-left: 20px;
  text-decoration: none;
  font-family: "Tahoma";
  color: #003366;
  font-weight: 500;
}
.topbar .nav a:hover {
  text-decoration: underline;
}

.vitrox-menu {
    position: fixed;
    top: 80px; 
    right: 20px;
    width: 220px;
    padding: 20px;

    
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);

    font-family: "Segoe UI", Tahoma, sans-serif;
}

.vitrox-menu h3 {
    margin-top: 0;
    font-size: 20px;
    color: #003366;
}

.vitrox-menu a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    color: #003366;
    font-weight: 500;
}

.vitrox-menu a:hover {
    text-decoration: underline;
}

.vitrox-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35%;
    background: rgba(255,255,255,0.35);
    border-radius: 18px;
    pointer-events: none;
}

.vitrox-marquee {
    display: block;
    width: 100%;
    padding: 30px 0;
    margin-top: 590px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    border-top: 1px solid rgba(255,255,255,0.4);
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #003366;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.vitrox-marquee {
    border-bottom: 2px solid #4affff;
}


