.glamour-bar-v2 a.btn{
   border: 2px solid #fff; 
   transition: all 0.7s ease-out;
} 

.glamour-bar.bg-overlay {
  position: relative;    
}

.glamour-bar.bg-overlay::before {
  content: '';
  position: absolute;
  inset: 0;                     
  background: rgba(0, 0, 0, 0.2); 
  z-index: 0;               
}

.glamour-bar.bg-overlay > * {    
  position: relative;
  z-index: 1;
}
