.elementor .glass-tab-custom{/* Glassmorphism Effect for the Tab */
root {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 12px 24px !important;
  transition: all 0.3s ease-in-out;
}

/* Hover & Active State - Premium Golden Touch */
root:hover, 
root.active {
  background: rgba(205, 170, 124, 0.15) !important; /* #cdaa7c with transparency */
  border: 1px solid #cdaa7c !important; /* Our Brand Gold */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

/* Typography settings for the Tab Text */
root span, root a {
  color: #ffffff !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}\n}