/**
 * Author: Best Soft Company
 * Email: 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: "Poppins", 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: #d90c11;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 11px 24px;
  cursor: pointer;
  font-size: 14px;
}
.bestsoft-demo-modal button:hover {
  opacity: 0.92;
}

/* hs016: white Best Soft logo (header6 / dark slider) */
.bestsoft-logo-svg,
.bestsoft-logo-img {
  display: inline-block !important;
  width: 300px;
  max-width: 300px !important;
  height: 60px;
  max-height: 60px !important;
  min-width: 180px;
  min-height: 40px;
  vertical-align: middle;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.65));
}
.header6 .bestsoft-logo-svg,
.headerabs .bestsoft-logo-svg,
.headerfixed .bestsoft-logo-svg {
  width: 260px;
  max-width: 260px !important;
  height: 52px;
  max-height: 52px !important;
}
.footer_logo .bestsoft-logo-svg {
  width: 320px;
  max-width: 320px !important;
  height: 68px;
  max-height: 68px !important;
}
.logodiv .logo {
  display: inline-block;
  line-height: 0;
  min-height: 40px;
  background: transparent !important;
}
.logodiv { min-width: 180px; }
.bestsoft-logo {
  display: none !important;
}
