.elementor-28 .elementor-element.elementor-element-dcf2040{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-6da6624 *//* --- YouTube-Inspired Mobile Footer CSS --- */

/* 1. Visibility: Only show on mobile devices (Tablets and below) */
@media (min-width: 768px) {
    .mobile-nav-footer { display: none !important; }
}

@media (max-width: 767px) {
    /* Main Bar Container */
    .mobile-nav-footer {
        font-family: 'Poppins', sans-serif;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #0f0f0f; /* Dark Theme */
        z-index: 9999;
        padding-bottom: env(safe-area-inset-bottom);
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        border-top: 1px solid #333;
    }

    .nav-container {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    /* Individual Nav Links */
    .nav-item {
        color: #ffffff;
        text-decoration: none;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
        flex: 1;
        transition: color 0.3s ease;
        padding-top: 8px;
    }

    /* Active Page Indicator */
    .nav-item.active {
        color: #3ea6ff; /* Highlight Blue */
    }

    /* The "Hero" (Plus) Button Styling */
    .hero-btn {
        background-color: #ffffff;
        color: #0f0f0f;
        font-size: 28px;
        font-weight: 600;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-top: -25px; /* Lifts button out of the bar */
        border: 4px solid #0f0f0f;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 auto;
        padding-top: 0;
    }
}

/* 2. Prevent content cutoff by adding padding to the base of the page */
body {
    padding-bottom: 60px;
}/* End custom CSS */