/* Static-host safeguards for the preserved quote forms. */
div.forminator-custom-form[data-form] {
  display: none !important;
}

form.forminator-custom-form {
  display: block !important;
}

.static-form-note {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-left: 4px solid #c9a23f;
  background: #f8f4e8;
  color: #161616;
  font-size: 14px;
  line-height: 1.5;
}

.static-form-note a {
  color: inherit;
  font-weight: 700;
}

/* Keep the legacy homepage slideshow from stacking during static hosting. */
.bdt-prime-slider-dragon .bdt-slideshow-items > .bdt-slideshow-item {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.bdt-prime-slider-dragon .bdt-slideshow-items > .bdt-slideshow-item:first-child {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

.bdt-prime-slider-dragon .bdt-slideshow-nav {
  display: none !important;
}

.bdt-prime-slider-dragon .bdt-ps-dragon-bg {
  position: absolute !important;
}
