/* Start custom CSS for html, class: .elementor-element-edd6369 */:root{
  --heroTitle: rgba(255,255,255,.92);  /* softer than #fff */
  --heroTitle2: rgba(242,213,138,.95); /* your gold */
}

/* HERO title */
.vd-know__h1{
  margin:0 0 16px;
  max-width: 920px;
  font-size:46px;
  line-height:1.08;
  letter-spacing:-0.02em;
  font-weight:900;

  color: var(--heroTitle);
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

/* Optional: make one keyword pop (wrap it in a span) */
.vd-know__h1 .accent{
  color: var(--heroTitle2);
}

/* Mobile */
@media (max-width: 768px){
  .vd-know__h1{font-size:32px;}
}/* End custom CSS */