/*
 * 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", sans-serif;
}
.bestsoft-demo-modal h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #211c42;
}
.bestsoft-demo-modal p {
  margin: 0 0 22px;
  color: #475569;
  line-height: 1.55;
  font-size: 15px;
}
.bestsoft-demo-modal button {
  background: #f28b00;
  color: #fff;
  border: 0;
  border-radius: 30px;
  padding: 11px 28px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.bestsoft-demo-modal button:hover {
  opacity: 0.92;
}

.bestsoft-map-block {
  background: #211c42;
  color: #ffffff;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
}
.bestsoft-map-block i {
  font-size: 34px;
  color: #f28b00;
  margin-bottom: 12px;
  display: inline-block;
}
.bestsoft-map-block h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #ffffff;
}
.bestsoft-map-block p {
  margin: 4px 0;
  color: #d7d5e6;
}

/* hs029: white Best Soft logo on dark header/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,
.headerfixed .bestsoft-logo-img {
  width: 260px;
  max-width: 260px !important;
  height: 52px;
  max-height: 52px !important;
}
.footer_logo .bestsoft-logo-svg,
.footer_logo .bestsoft-logo-img {
  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; }
