#menu-top-menu-1 svg.icon.icon-angle-down {
  display: none;
}

.side-menu-wrapper #menu-top-menu-1 .menu-item-has-children {
  display: block !important;
}

#menu-top-menu-1 .sub-toggle {
  position: absolute;
  top: 0;
  right: 19px;
  color: #fff;
  font-size: 26px;
}

#menu-top-menu-1 .sub-toggle i {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}

#menu-top-menu-1 span.sub-toggle {
  margin-right: 10px;
}

ul#menu-top-menu-1 li ul {
  position: static;
  padding: 0px !important;
}

ul#menu-top-menu-1 li a {
  padding: 0.6em 1.5em !important;
}

ul#menu-top-menu-1 li a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  transform: translateX(-50%) scaleX(0);
  background: #c7dbff;
  bottom: 1px;
  left: 50%;
  transition: all 0.3s ease-out;
}

.welcome.pt-pb .google-review-img {
  margin: auto;
  display: block;
}

img.google-review-img {
  background: #492427;
}

section.clients_review_section {
  padding: 40px 0px;
  background: url(/wp-content/uploads/2025/06/evergreen.png) no-repeat;
  background-position: center top;
  background-size: cover;
}

.clients_review_heading {
  text-align: center;
}

.clients_review_heading h2 {
  font-size: 46px;
  font-weight: 500;
}

.clients_review_heading p i {
  font-size: 20px;
  color: #f6bb06;
}

.ginnystate-team {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin: 40px auto;
}

.ginnystate-card {
  width: 340px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ginnystate-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
}

.ginnystate-card-image {
  height: 260px;
  overflow: hidden;
}

.ginnystate-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ginnystate-card:hover img {
  transform: scale(1.05);
}

.ginnystate-card-content {
  padding: 20px;
  text-align: center;
}

.ginnystate-card-content h3 {
  margin: 0;
  font-size: 24px;
  color: #222;
  font-weight: 600;
}

.ginnystate-card-content p {
  margin: 8px 0 0;
  font-size: 16px;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .ginnystate-team {
    flex-direction: column;
    align-items: center;
  }

  .ginnystate-card {
    width: 100%;
    max-width: 360px;
  }

  .ginnystate-card-image {
    height: 240px;
  }
}

@media screen and (max-width: 812px) {
  body .uwy.userway_p2 .userway_buttons_wrapper {
    top: auto !important;
    bottom: 0px !important;
    left: 10px !important;
    transform: scale(0.85) !important;
  }
}
