/*
 * Best Soft Company - demo mode popup styles
 * info@bestsoftcompany.com
 */
.bestsoft-demo-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.bestsoft-demo-modal {
  background: #fff;
  max-width: 440px;
  width: 100%;
  border-radius: 14px;
  padding: 30px 26px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  text-align: center;
  font-family: "DM Sans", Arial, sans-serif;
}
.bestsoft-demo-modal h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #0f172a;
}
.bestsoft-demo-modal p {
  margin: 0 0 22px;
  color: #475569;
  line-height: 1.55;
  font-size: 15px;
}
.bestsoft-demo-modal button {
  background: #CA1C10;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 11px 24px;
  cursor: pointer;
  font-size: 14px;
}
.bestsoft-demo-modal button:hover { opacity: 0.92; }

/* flyscreen1: white inline SVG logo */
.site-logo .bestsoft-logo-svg {
  display: inline-block !important;
  width: 260px;
  max-width: 260px !important;
  height: 52px;
  max-height: 52px !important;
  min-width: 160px;
  vertical-align: middle;
  background: transparent !important;
}
.site-logo .bestsoft-logo-light {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}
.site-header.is-scrolled .bestsoft-logo-light {
  filter: none;
}
.text-logo,
.site-logo .text-logo {
  display: none !important;
}
.site-logo .bestsoft-logo-link {
  display: inline-block;
  line-height: 0;
}

