.txt-primary{
  color: #473253 !important;
}

.txt-secondary{
  color: #ffa630 !important;
}

.txt-white {
  color: #ffffff !important;
}

.btn-primary{
  background-color: #473253 !important;
  color: #ffffff !important;
  border:none !important;
}

.btn-primary:hover{
  color: #ffa630 !important;
}


.btn-secondary{
  background-color: #ffa630 !important;
  color: #ffffff !important;
  border:none !important;
}

.btn-secondary:hover{
  color: #473253 !important;
}

.bg-secondary{
  background-color: #ffa630 !important;
  color: #ffffff !important;
}

.section-demo{
  padding: 55px 0;
  background-color: #f9f9f9;
}

.online-demo-card{
  background-color: #ffffff !important;
  border-top: 4px solid #473253;
}

.online-demo-card p{
  font-size: 14px;
}

.onsite-demo-card {
  background-color: #ffffff !important;
  border-top: 4px solid #ffa630;
}

.onsite-demo-card p {
  font-size: 14px;
}


.section-features {
  padding: 55px 0;
}

.section-clients{
  padding: 55px;
  /* background-color: #f9f9f9; */
}

.feature-list-items{
  background-color: #4f4f4f;
  padding: 5px;
  margin: 5px !important;
}

.card-pricing__price span{
  font-size: 14px;
  color:#4e9743;
}

.f-12{
  font-size: 12px !important;
}

li.unvalid{
  text-decoration: line-through;
  opacity: 0.7;
}

/* =================== WHATSAPP ==================== */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-button img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.whatsapp-button img:hover {
  transform: scale(1.1);
}
/* =================== WHATSAPP ==================== */

