.static-form-feedback {
  margin-top: 12px;
  font-family: "Calibri", Sans-serif;
  color: #000;
}

.elementor-location-header .elementor-widget-theme-site-logo img {
  width: 220px !important;
  height: auto !important;
  max-width: 100%;
}

.elementor-location-header .elementor-element-b195519,
.elementor-location-header .elementor-element-b195519.elementor-invisible,
.elementor-location-header .elementor-element-b195519 .elementor-widget-container,
.elementor-location-header .elementor-element-b195519 a {
  visibility: visible !important;
  opacity: 1 !important;
}

.elementor-location-header .elementor-element-b195519 a {
  display: inline-block;
}

.elementor-location-header .elementor-element-b195519 img {
  display: inline-block !important;
  width: 109px !important;
  height: auto !important;
  max-width: 100%;
}

@media (max-width: 767px) {
  .elementor-location-header .elementor-widget-theme-site-logo img {
    width: 160px !important;
  }

  .elementor-location-header .elementor-element-b195519 img {
    width: 100px !important;
  }
}

.static-form-feedback.is-success {
  color: #1b5e20;
}

.static-form-feedback.is-error {
  color: #a61c00;
}

/* Elementor normally builds these image backgrounds at runtime. Render them here
   so imported galleries remain visible without Elementor's JavaScript. */
.elementor-widget-gallery .elementor-gallery__container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.elementor-widget-gallery .e-gallery-item {
  display: block;
  min-height: 180px;
  background: #eee;
}

.elementor-widget-gallery .e-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
  .elementor-widget-gallery .elementor-gallery__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .elementor-widget-gallery .elementor-gallery__container {
    grid-template-columns: 1fr;
  }
}

.static-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: grid;
  place-items: center;
  padding: 72px;
  background: rgba(0, 0, 0, 0.92);
}

.static-gallery-lightbox[hidden] {
  display: none;
}

.static-gallery-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 144px);
  object-fit: contain;
}

.static-gallery-lightbox button {
  position: absolute;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.static-gallery-close {
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  font-size: 30px;
}

.static-gallery-previous,
.static-gallery-next {
  top: 50%;
  width: 52px;
  height: 72px;
  font-size: 52px;
  line-height: 1;
  transform: translateY(-50%);
}

.static-gallery-previous {
  left: 18px;
}

.static-gallery-next {
  right: 18px;
}

.static-gallery-counter {
  position: absolute;
  bottom: 18px;
  margin: 0;
  color: #fff;
  font-family: "Calibri", Sans-serif;
}

@media (max-width: 767px) {
  .static-gallery-lightbox {
    padding: 52px 12px;
  }

  .static-gallery-image {
    max-height: calc(100vh - 104px);
  }

  .static-gallery-previous,
  .static-gallery-next {
    width: 40px;
    height: 56px;
    font-size: 42px;
  }

  .static-gallery-previous {
    left: 4px;
  }

  .static-gallery-next {
    right: 4px;
  }
}

input[name="website"] {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.static-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.static-popup.is-open {
  display: flex;
}

.static-popup > section,
.static-popup > .elementor-section {
  max-width: 100%;
  max-height: 100vh;
  overflow: auto;
}

.static-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 100000;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.static-popup[data-elementor-id="466"] {
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.8);
}

.static-popup[data-elementor-id="466"] > section,
.static-popup[data-elementor-id="466"] > .elementor-section {
  position: relative;
  width: min(500px, calc(100vw - 24px));
  height: 100vh;
  margin-left: auto;
  background-color: var(--e-global-color-090a5d6, #f8f2ea);
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.45s ease;
}

.static-popup[data-elementor-id="466"].is-open > section,
.static-popup[data-elementor-id="466"].is-open > .elementor-section {
  transform: translateX(0);
}

.static-popup[data-elementor-id="466"] .static-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

@media (max-width: 767px) {
  .static-popup[data-elementor-id="466"] > section,
  .static-popup[data-elementor-id="466"] > .elementor-section {
    width: min(500px, 100vw);
  }
}

body.popup-open {
  overflow: hidden;
}

body.static-lightbox-open {
  overflow: hidden;
}
