* {
    padding: 0;
    margin: 0;
}

#xrnumber-footer2-20260613 {
    /* background: #0f0f0f; */
    padding: 30px 5% 20px;
    text-align: center;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

#xrnumber-footer2-20260613 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

#xrnumber-footer2-20260613 a:hover {
    color: #00d4ff;
}

#xrnumber-footer2-20260613 img {
    max-width: 150px;
    height: auto;
}

#xrnumber-footer2-20260613 .xrdate-brand-20260613 {
    margin-bottom: 20px;
}

#xrnumber-footer2-20260613 .xrdate-brand-20260613 h4 {
    font-size: 16px;
    margin-bottom: 16px;
}

#xrnumber-footer2-20260613 .xrdate-brand-20260613 img {
    margin-bottom: 15px;
}

#xrnumber-footer2-20260613 .xrdate-desc-20260613 {
    max-width: 600px;
    margin: 0 auto;
    color: #ddd;
}

#xrnumber-footer2-20260613 .xrdate-links-row-20260613 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

#xrnumber-footer2-20260613 .xrdate-link-item-20260613 {
    font-size: 16px;
}

#xrnumber-footer2-20260613 .xrdate-contact-row-20260613 {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 20px 0;
    flex-wrap: wrap;
}

#xrnumber-footer2-20260613 .xrdate-contact-item-20260613 {
    color: #ccc;
}

#xrnumber-footer2-20260613 .xrdate-contact-item-20260613 span {
    color: #00d4ff;
    margin-right: 8px;
}

#xrnumber-footer2-20260613 .xrdate-bottom-20260613 {
    margin-top: 20px;
    font-size: 15px;
    color: #ddd;
}

@media(max-width:768px) {
    #xrnumber-footer2-20260613 .xrdate-contact-row-20260613 {
        gap: 16px;
    }

    #xrnumber-footer2-20260613 .xrdate-contact-row-20260613 {
        flex-direction: column;
    }
}

.xlbutton20260221_container {
    position: fixed !important;
    bottom: 60px !important;
    right: 30px !important;
    z-index: 9999999 !important;
    display: none;
    opacity: 0.7;
    transition: all 0.3s ease !important;
}

.xlbutton20260221_container:hover {
    opacity: 1 !important;
    transform: translateY(-5px) !important;
}


.xlbutton20260221_body {
    width: 62px !important;
    height: 62px !important;
    background: #111111 !important;
    border: 2px solid #ceae5f !important;
    border-radius: 14px !important;
    cursor: pointer !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6) !important;
    padding: 0 !important;
    outline: none !important;
    overflow: hidden !important;
}


.xlbutton20260221_shine {
    content: '' !important;
    position: absolute !important;
    top: -100% !important;
    left: -100% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(45deg,
            transparent 0%,
            rgba(206, 174, 95, 0.2) 45%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(206, 174, 95, 0.2) 55%,
            transparent 100%) !important;
    transform: rotate(45deg) !important;
    animation: xlbutton_shine_20260221 5s infinite !important;
    pointer-events: none !important;
}

@keyframes xlbutton_shine_20260221 {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    15%,
    100% {
        transform: translate(50%, 50%) rotate(45deg);
    }
}


.xlbutton20260221_arrow {
    width: 32px !important;
    height: 32px !important;
    fill: #ceae5f !important;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5)) !important;
    margin-bottom: -2px !important;
}

.xlbutton20260221_label {
    font-size: 11px !important;
    color: #ceae5f !important;
    font-weight: 900 !important;
    font-family: 'Arial Black', Gadget, sans-serif !important;
    letter-spacing: 0.5px !important;
}

.old-back-to-top,
.backtop,
#scrollUp {
    display: none !important;
}