/* Plugin CSS for WhatsApp Button */

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #116257, #8d5813);
  color: #fff;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  line-height: 1;
}

.whatsapp-btn svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
}

.whatsapp-text {
  text-transform: uppercase;
  font-size: 13px;
}

.wp-wa-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,#0b5bd7 0%, #f0a23b 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  z-index: 99999;
  text-decoration: none;
}

.wp-wa-floating svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.wp-wa-label-screen-reader {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.login-btn {
   background-color:#353535 !important
    color: #fff !important;
    border-color: #353535E6 !important;
    border-radius: unset;
    margin-bottom: .5rem !important;
    width: 100% !important;
}  
.login-demo {
    display: inline-block;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0.25rem;
    border: 1px solid #007bff;
    background-color:transparent!important;
    color: #007bff;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
    margin-bottom: .5rem !important;
    width: 100% !important;
}