/* Lazy rendering */

.elementor-location-footer {
  content-visibility: auto;
  contain-intrinsic-height: 1500px;
}

@media (min-width: 768px) {
  .elementor-location-footer {
    contain-intrinsic-height: 850px;
  }
}

@media (min-width: 1024px) {
  .elementor-location-footer {
    contain-intrinsic-height: 925px;
  }
}

/* CSS Containment */

.elementor-element-4434423,
.elementor-element-592010f,
.elementor-widget-counter,
[data-widget_type="ucaddon_square_icon_box.default"] {
	contain: content;
}

.elementor-headline.e-animated {
	contain: layout style;
}

/* Custom chevron icon */

.icon-down-arrow1::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
  vertical-align: -7px;
}

.menu-item.elementskit-dropdown-has:hover .icon-down-arrow1::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path fill="%23309255" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
}

/* Fix unvisible menu images */

.elementskit-dropdown-has:not(:hover) img {
  display: none !important;
}

/* Fix star ratings */

.elementor-star-full,
.elementor-star-5,
.elementor-star-full::before,
.elementor-star-5::before,
.elementor-star-rating i,
.elementor-star-rating i:before {
  content: "\f005" !important;
  font-weight: 900 !important;
  font-family: "Font Awesome 5 Free" !important;
}