.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS */.custom-hero-text {
  position: relative;
  padding-right: 40px;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #ad8c2f;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  left: -50px;
  top: 20px;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #d1a73f;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #b9891f;
}/* End custom CSS */