/**
 * 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;
}

/* Text logo used in place of the original (blank/placeholder) logo images */
.bestsoft-logo {
  display: inline-block;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0.3px;
  color: #d90c11;
  line-height: 1.2;
  white-space: nowrap;
}
.footer_logo .bestsoft-logo,
footer .bestsoft-logo {
  color: #ffffff;
  font-size: 28px;
}
.headerfixed .bestsoft-logo {
  font-size: 22px;
}

/* Static address block replacing the external Google Maps embed */
.bestsoft-address-block {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Poppins", Arial, sans-serif;
}
.bestsoft-address-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #17160f;
}
.bestsoft-address-row i {
  color: #d90c11;
  font-size: 18px;
  width: 22px;
  text-align: center;
}

/* Local placeholder shown instead of an externally-hosted YouTube embed */
.bestsoft-video-placeholder {
  max-width: 560px;
  height: 280px;
  margin: 0 auto;
  background: #17160f;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #ffffff;
}
.bestsoft-video-placeholder i {
  font-size: 56px;
  color: #d90c11;
}
.bestsoft-video-placeholder span {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.3px;
}
