.errors ul {
  list-style: none;
  padding: 0;
}
.errors ul li {
  color: red;
  font-size: 16px;
  text-align: center;
}

.language-active {
  height: 50px;
  width: 50px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.language-active:hover {
  background: #c83f02;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  right: 167px;
  margin-top: 0.5rem;
  list-style: none;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 50px;
  background: #829756;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
}

.language-dropdown li a {
  display: block;
  padding: 0.8rem 0.6rem;
  text-decoration: none;
  color: inherit;
}

.language-dropdown li a:hover {
  background: #667743;
}

/* Prevent flash before Alpine loads */
[x-cloak] {
  display: none;
}

.category-page .categories-row .service-grid .service-item .cover img.default-img {
  object-fit: contain;
}

.homepage-top.demo {
  height: auto;
}
.homepage-top.demo .h-bg {
  position: absolute;
}
.homepage-top.demo .homepage-row {
  position: relative;
  height: auto;
  top: 0;
  margin: 80px 0;
}

.demo-wrapper {
  width: 100%;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(175, 175, 175, 0.07);
  padding-top: 40px;
  padding-bottom: 40px;
}
.demo-wrapper h2 {
  text-align: center;
  font-size: min(22px, 46px);
}
.demo-wrapper .content-matrix {
  margin-bottom: 0;
}
.demo-wrapper .content-matrix > hr {
  width: 100%;
  margin: 40px 0;
  border-lef: 0;
  border-right: 0;
  border-bottom: 0;
}
.demo-wrapper .content-matrix form hr {
  width: 100%;
}

footer .footer-content .col {
  gap: 16px;
}

@media (max-width: 860px) {
  .language-active {
    height: 46px;
    width: 46px;
  }

  .language-dropdown {
    right: 192px;
  }
}
@media (max-width: 560px) {
  .language-active {
    display: none;
  }
}

/*# sourceMappingURL=updates.css.map */
