.upgrade span.wpcf7-not-valid-tip {
  display: none;
}

.sent .wpcf7-response-output {
  color: green !important;
}

.sub-nav {
  top: 80%;
  left: 0;
  margin-top: 0.5rem;
  width: 15rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color: #fff;
}

ul.sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
}

ul.sub-menu li:hover a {
  color: #f57c00;
  transition: all 0.3s ease;
}

ul.sub-menu li > a {
  font-size: 1rem;
  width: 100%;
}

.menu-header li.menu-item {
  padding: 0 !important;
  display: block !important;
}

.menu-header li.menu-item > div.uk-active,
.menu-header li.menu-item > div:hover {
  background-color: #fff7ed;
  transition-duration: 150ms;
}

.menu-header li.menu-item.uk-active,
.menu-header li.menu-item:hover {
  background-color: unset !important;
  transition-duration: 150ms;
}

.sub-menu li a {
  font-size: 1rem;
}

/* team */

.item-team {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #f57c00;
  transition: all 0.3s ease;
}

.item-team:hover {
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.item-team-img {
  position: relative;
  height: 280px;
  width: 280px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f57c00;
}
.item-team-img img {
  transition: transform 0.3s ease;
}

.item-team:hover .item-team-img img {
  transform: scale(1.05);
}

.team-btn a {
  position: relative;
  background: #f46822;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  border: none;
  padding: 12px 20px;
  min-height: 44px;
}
