/* Hallmark · macrostructure: Gadden Home 3 (user-preserved) · tone: original template · anchor hue: original forest green */
/* Hallmark · pre-emit critique: P5 H4 E5 S5 R5 V4 */
/* Preserve Home 3's original media boxes when HV photos have different source ratios. */
.header-three .brand-logo img {
  width: 220px;
  height: 105px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.header-three .header-navigation .site-branding {
  max-width: 230px;
}

.footer-logo img {
  width: 280px;
  height: 166px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.features-thumb-item-two .thumb,
.single-service-item .service-img,
.single-pricing-item .pricing-img,
.single-blog-post-two .post-thumbnail,
.gallery-section .project-img,
.footer-gallery-widget .gallery-list li a {
  overflow: hidden;
}

.features-thumb-item-two .thumb img {
  aspect-ratio: 255 / 230;
  object-fit: cover;
  object-position: center;
}

.single-service-item .service-img img {
  aspect-ratio: 350 / 216;
  object-fit: cover;
  object-position: center;
}

.skill-two_image-box .skill-img-one {
  aspect-ratio: 370 / 555;
  object-fit: cover;
  object-position: center;
}

.skill-two_image-box .skill-img-two {
  aspect-ratio: 300 / 420;
  object-fit: cover;
  object-position: center;
}

.gallery-section .project-img img {
  aspect-ratio: 422 / 500;
  object-fit: cover;
  object-position: center;
}

.single-pricing-item .pricing-img img {
  aspect-ratio: 350 / 132;
  object-fit: cover;
  object-position: center;
}

.testimonial-wrapper .shape.shape-one img {
  width: 190px;
  height: 160px;
  object-fit: cover;
}

.testimonial-wrapper .shape.shape-two img {
  width: 295px;
  height: 245px;
  object-fit: cover;
}

.testimonial-wrapper .shape.shape-three img {
  width: 245px;
  height: 225px;
  object-fit: cover;
}

.single-blog-post-two .post-thumbnail img {
  aspect-ratio: 350 / 250;
  object-fit: cover;
  object-position: center;
}

.single-partner-item img {
  width: 140px;
  height: 40px;
  object-fit: contain;
}

.footer-gallery-widget .gallery-list li a img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.post-navigation .navigation-item .thumb {
  overflow: hidden;
  border-radius: 20px;
}

.post-navigation .navigation-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sidebar-widget-area .widget-banner .banner-content > img {
  width: 100%;
  aspect-ratio: 291 / 190;
  object-fit: cover;
  object-position: center;
}

.service-process-section .row.justify-content-center > [class*="col-"] {
  display: flex;
}

.service-process-section .single-pricing-item {
  width: 100%;
}

.service-process-section .pricing-body {
  display: flex;
  flex-direction: column;
  min-height: 430px;
}

.service-process-section .pricing-button {
  margin-top: auto;
}

.hv-doodle-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hv-doodle-bg::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: url('/images/brand/landscaping-doodle.jpg');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  opacity: 0.11;
  pointer-events: none;
}

.hv-google-reviews-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  padding: 22px 26px;
  border: 1px solid rgba(11, 73, 55, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(11, 73, 55, 0.08);
}

.hv-google-reviews-link h3,
.hv-google-reviews-link p { margin-bottom: 0; }

.hv-google-reviews-link h3 i { margin-right: 10px; color: #4285f4; }

@media (max-width: 767px) {
  .hv-google-reviews-link { align-items: flex-start; flex-direction: column; }
}

.hero-wrapper-three .image-layer {
  display: none;
}

.hv-hero-video,
.hv-hero-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hv-hero-video {
  z-index: 0;
  object-fit: cover;
}

.hv-hero-video-overlay {
  z-index: 1;
  background: rgba(4, 35, 25, 0.66);
  pointer-events: none;
}

.hero-wrapper-three .hero-slider-two {
  position: relative;
  z-index: 2;
}

.hero-wrapper-three .hero-waves {
  z-index: 3;
}

.back-to-top {
  bottom: 96px;
}

.hv-whatsapp {
  position: fixed;
  right: 25px;
  bottom: 22px;
  z-index: 998;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 31px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.social-link.hv-social-icons,
.hv-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-link.hv-social-icons a,
.hv-footer-social a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #0b4937;
  background: rgba(143, 204, 64, 0.18);
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.social-link.hv-social-icons a:hover,
.hv-footer-social a:hover {
  color: #fff;
  background: #258a31;
  transform: translateY(-2px);
}

.hv-footer-social { margin-top: 18px; }

.hv-footer-social a { color: #fff; background: rgba(255, 255, 255, .13); }

.hv-whatsapp::before,
.hv-whatsapp::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  border: 2px solid #25d366;
  border-radius: inherit;
  opacity: 0;
  animation: hv-whatsapp-shockwave 2.4s ease-out infinite;
}

.hv-whatsapp::after {
  animation-delay: 1.2s;
}

.hv-whatsapp:hover,
.hv-whatsapp:focus-visible {
  background: #128c4a;
  color: #fff;
}

.hv-whatsapp:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@keyframes hv-whatsapp-shockwave {
  0% { opacity: 0.55; transform: scale(1); }
  75%, 100% { opacity: 0; transform: scale(1.65); }
}

.hv-review-system {
  background: #f7faf7;
}

.hv-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 48px;
  align-items: start;
}

.hv-review-list {
  display: grid;
  gap: 24px;
}

.hv-review-card,
.hv-review-form-wrap {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(11, 61, 44, 0.09);
}

.hv-review-card {
  padding: 30px;
}

.hv-review-card .review-photo {
  width: 100%;
  max-height: 320px;
  margin-bottom: 22px;
  border-radius: 14px;
  object-fit: cover;
}

.hv-review-card .stars {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  color: #f4a100;
}

.hv-review-card blockquote {
  margin: 0 0 18px;
  color: #484848;
  font-size: 17px;
  line-height: 1.75;
}

.hv-review-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.hv-review-source {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  color: #2a7d2e;
  font-size: 13px;
  font-weight: 700;
}

.hv-review-form-wrap {
  position: sticky;
  top: 115px;
  padding: 36px;
}

.hv-review-form-wrap h3 {
  margin-bottom: 10px;
}

.hv-review-form-wrap > p {
  margin-bottom: 24px;
}

.hv-review-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hv-review-field {
  display: grid;
  gap: 7px;
}

.hv-review-field.full {
  grid-column: 1 / -1;
}

.hv-review-field label {
  color: #0b3d2c;
  font-weight: 700;
}

.hv-review-field input,
.hv-review-field select,
.hv-review-field textarea {
  width: 100%;
  border: 1px solid #d9e5da;
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
}

.hv-review-field textarea {
  min-height: 130px;
  resize: vertical;
}

.hv-review-field input:focus-visible,
.hv-review-field select:focus-visible,
.hv-review-field textarea:focus-visible {
  border-color: #2a7d2e;
  outline: 2px solid rgba(42, 125, 46, 0.3);
  outline-offset: 1px;
}

.hv-review-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  font-weight: 600;
}

.hv-review-status.is-success { color: #17723a; }
.hv-review-status.is-error { color: #b42318; }
.hv-review-empty { padding: 30px; border-radius: 18px; background: #fff; }
.hv-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }

@media (max-width: 991px) {
  .hv-review-grid { grid-template-columns: 1fr; }
  .hv-review-form-wrap { position: static; }
}

@media (max-width: 1199px) {
  .header-three .brand-logo img {
    width: 190px;
    height: 92px;
  }

  .header-three .header-navigation .site-branding {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .header-three .brand-logo img {
    width: 160px;
    height: 82px;
  }

  .header-three .header-navigation .site-branding {
    max-width: 170px;
  }

  .footer-logo img {
    width: 230px;
    height: 136px;
  }

  .hv-review-form { grid-template-columns: 1fr; }
  .hv-review-field.full { grid-column: auto; }
  .hv-review-form-wrap { padding: 26px 20px; }
  .hv-whatsapp { right: 18px; width: 56px; height: 56px; font-size: 28px; }
}

/* Preserve the template drawer, while making it a full mobile navigation layer. */
@media (max-width: 1199px) {
  /* The Home 3 hero uses positioned/animated content.  Raise the header's
     complete stacking context so no hero control can render above the drawer. */
  .header-area.header-three {
    position: relative;
    z-index: 10000;
    isolation: isolate;
  }

  .header-area.header-three .header-navigation {
    position: relative;
    z-index: 10000;
  }

  .header-navigation .nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: min(88vw, 380px);
    width: calc(100vw - min(88vw, 380px));
    height: 100dvh;
    z-index: 9998;
    background: rgba(2, 24, 16, 0.64);
  }

  .header-navigation.breakpoint-on .nav-menu {
    left: calc(-1 * min(88vw, 380px));
    width: min(88vw, 380px);
    height: 100dvh;
    min-height: 100vh;
    z-index: 9999;
    isolation: isolate;
    pointer-events: auto;
    padding: calc(28px + env(safe-area-inset-top)) 20px calc(32px + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
  }

  .header-navigation.breakpoint-on .nav-menu.menu-on {
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hv-whatsapp::before,
  .hv-whatsapp::after {
    animation: none;
  }
}
