.elementor-681 .elementor-element.elementor-element-fb280bc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-59f4ed6 *//* ================================
   GLOBAL LUXURY GOLD TEXT EFFECT
   ================================ */

/* Body text – soft premium gold */
body, p, li {
  background: linear-gradient(
    180deg,
    #f5f5f5 0%,
    #e6c86e 35%,
    #c9a227 65%,
    #8a6f1a 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Headings – strong royal gold */
h1, h2, h3, h4, h5, h6 {
  background: linear-gradient(
    180deg,
    #fff6cc 0%,
    #ffd700 40%,
    #b8860b 70%,
    #7a5c12 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* Neon luxury glow */
  text-shadow:
    0 0 6px rgba(255, 215, 0, 0.6),
    0 0 14px rgba(255, 200, 80, 0.4);
}

/* Strong & emphasis text */
strong, span {
  background: linear-gradient(
    180deg,
    #fff1b8,
    #ffd700,
    #b8860b
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Links – golden hover effect */
a {
  background: linear-gradient(
    180deg,
    #ffeaa0,
    #ffd700,
    #b8860b
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

a:hover {
  text-shadow:
    0 0 8px rgba(255, 215, 0, 0.8),
    0 0 16px rgba(255, 180, 50, 0.6);
}/* End custom CSS */