.elementor-3 .elementor-element.elementor-element-51ab9891{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */#site-footer {
    display: none !important;
}

/* ============================================
   AloRentaCar - Orders Page BACKGROUND ONLY
   Dark gradient with animated elements
   ============================================ */

/* ===== PAGE BACKGROUND ===== */
.page-id-3,
.page-id-3 body,
.page-id-3 .site-main,
.page-id-3 main {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
    background-color: #1a1a1a !important;
    position: relative;
    min-height: 100vh;
}

/* Page content - NO overflow hidden, NO position relative */
.page-id-3 .page-content,
.page-id-3 .plugin-container {
    background: transparent !important;
    background-color: transparent !important;
    padding: 40px 20px;
    min-height: 100vh;
}

/* Force remove any white backgrounds from WordPress containers */
.page-id-3 .elementor,
.page-id-3 .elementor-section,
.page-id-3 .site-content,
.page-id-3 .content-area,
.page-id-3 article,
.page-id-3 .entry-content {
    background: transparent !important;
    background-color: transparent !important;
}

/* Animated background elements - FIXED TO BODY/HTML */
body.page-id-3::before {
    content: '';
    position: fixed;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 104, 2, 0.1) 0%, transparent 70%);
    top: -300px;
    right: -300px;
    animation: pulse-bg-orders 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

body.page-id-3::after {
    content: '';
    position: fixed;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 34, 34, 0.08) 0%, transparent 70%);
    bottom: -250px;
    left: -250px;
    animation: pulse-bg-orders 10s ease-in-out infinite reverse;
    pointer-events: none;
    z-index: 0;
}

@keyframes pulse-bg-orders {
    0%, 100% { 
        transform: scale(1); 
        opacity: 0.5; 
    }
    50% { 
        transform: scale(1.1); 
        opacity: 0.8; 
    }
}

/* Make content appear above background */
.page-id-3 .plugin-container,
.page-id-3 .wrap {
    position: relative;
    z-index: 1;
}

.vrc-orders-list-table-body .vrc-orders-list-table-row {
    border: unset;
}


.trp-switcher-position-top.trp-floating-switcher {
    right: 0vw !important;
    top: 3vw !important;
}

@media (max-width: 1379px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 7vw  !important;
    }
}

@media (max-width: 1189px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 8vw  !important;
    }
}

@media (max-width: 1012px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 9vw  !important;
    }
}

@media (max-width: 897px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 10vw  !important;
    }
}

@media (max-width: 779px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 12vw  !important;
    }
}

@media (max-width: 679px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 14vw  !important;
    }
}

@media (max-width: 679px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 16vw  !important;
    }
}

@media (max-width: 519px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 18vw  !important;
    }
}

@media (max-width: 431px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 20vw  !important;
    }
}

@media (max-width: 381px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 23vw  !important;
    }
}

@media (max-width: 326px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 26vw  !important;
    }
}

@media (max-width: 276px) {
    .trp-switcher-position-top.trp-floating-switcher {
        top: 29vw  !important;
    }
}/* End custom CSS */