/* =========================================================================
   Venus Pioneers — minor polish overrides
   Loaded last, on top of the original theme CSS. Non-destructive: only
   adjusts a few legibility/consistency details, no layout restructuring.
   ========================================================================= */

/* Smooth scrolling for the in-page anchor navigation (Home / About / Contact) */
html {
  scroll-behavior: smooth;
}

/* Legibility: lift very-low-contrast helper text (#6b6969 ≈ 2.3:1 on black)
   to a readable grey while keeping it visually secondary. */
.elementor-element-13f4fa5 p {            /* "Our Product Services" eyebrow */
  color: #a8a8a8 !important;
  letter-spacing: 0.18em;
}

.wp-block-paragraph a {                    /* footer links (View Directions, email) */
  color: #d0d0d0 !important;
  transition: color 0.2s ease;
}
.wp-block-paragraph a:hover {
  color: #ffffff !important;
}
