.gold-text-gradient {
    background: linear-gradient(135deg, #FFE082 0%, #D4AF37 45%, #AA771C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gold-border-glow {
    box-shadow: 0 0 25px -5px rgba(212, 175, 55, 0.15);
}
.hero-heading {
    line-height: 1.28 !important;
}

.gold-border-glow:hover {
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.25);
}