.elementor-443 .elementor-element.elementor-element-5da2ee4{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-443 .elementor-element.elementor-element-5da2ee4:not(.elementor-motion-effects-element-type-background), .elementor-443 .elementor-element.elementor-element-5da2ee4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-f0fa5e2 */<style>
    .footer-bottom {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 25px 5%;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        flex-direction: row !important; /* Forces one line */
        flex-wrap: nowrap !important;   /* Prevents wrapping */
        justify-content: space-between;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-size: 0.75rem;
        color: #888;
        background: #000;
        box-sizing: border-box;
    }

    .prestige-credit {
        text-decoration: none;
        color: #888 !important; 
        transition: 0.3s ease;
    }

    /* FORCED HOVER COLOR - NO BLUE */
    .prestige-credit:hover {
        color: #ffffff !important;
        text-shadow: 0 0 8px #c9b083;
    }

    .prestige-credit span {
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        display: inline-block;
        background: linear-gradient(90deg, #c9b083 0%, #fff 50%, #c9b083 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: sparkleSweep 3s linear infinite;
    }

    @keyframes sparkleSweep {
        to { background-position: 200% center; }
    }

    /* Mobile specific adjustment to keep it on one line but keep font legible */
    @media (max-width: 600px) {
        .footer-bottom {
            font-size: 0.65rem;
            padding: 20px 3%;
        }
    }
</style>/* End custom CSS */