.elementor-22 .elementor-element.elementor-element-293dc70{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-22 .elementor-element.elementor-element-293dc70:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-293dc70 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050505;}.elementor-22 .elementor-element.elementor-element-387ab91{z-index:1;}.elementor-22 .elementor-element.elementor-element-bede17d{--display:flex;}.elementor-22 .elementor-element.elementor-element-49d2a1f{--display:flex;--min-height:0px;--justify-content:flex-end;--z-index:10;}.elementor-22 .elementor-element.elementor-element-49d2a1f.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-22 .elementor-element.elementor-element-75ca456{text-align:center;}.elementor-22 .elementor-element.elementor-element-75ca456 .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-size:36px;font-weight:800;font-style:normal;letter-spacing:-1px;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 12px rgba(211.99999999999997, 175.00000000000009, 54.99999999999999, 0);color:#F5E6BE;}.elementor-22 .elementor-element.elementor-element-74d3c1e{--display:flex;}.elementor-22 .elementor-element.elementor-element-ac03854{--display:flex;}@media(min-width:768px){.elementor-22 .elementor-element.elementor-element-49d2a1f{--width:77;}}/* Start custom CSS for heading, class: .elementor-element-75ca456 *//* This targets the specific word and runs automatically */
.pulse-gold {
    animation: gold-glow 3s infinite ease-in-out;
    display: inline-block; /* Ensures the animation stays smooth */
}

@keyframes gold-glow {
    0% {
        opacity: 1;
        text-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
    }
    50% {
        opacity: 0.7;
        text-shadow: 0 0 20px rgba(212, 175, 55, 1);
    }
    100% {
        opacity: 1;
        text-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
    }
}/* End custom CSS */