.btn-outline-members {
background-color: transparent !important;
border-radius: 0px !important;
border: 2px solid #41000C !important;
color: #41000C !important;
font-family: "Cormorant Garamond", serif;
padding: 7px 15px !important;
font-size: 15px;
font-weight: 500 !important;
cursor: pointer;
transition: all 0.3s ease;
display: inline-block;
text-decoration: none !important;
}

.btn-outline-members:hover {
background-color: #41000C !important;
color: #ffffff !important;
}

/* Outline button */
.btn-outline {
  background: transparent;
  border: 1px solid #41000C;
  color: #41000C;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-outline:hover {
  background: #41000C;
  color: white;
  text-decoration: none;
   transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* White Outline button */
.btn-outline-white {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 14px 36px;
  font-size: 22px;
  font-weight: 500;
}

.btn-outline-white:hover {
  background: #ffffff;
  color: #41000C;
}     