/* Floating WhatsApp button */
.floating-btn-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: transform 0.2s ease;
}

.floating-btn-left:hover {
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
}

@media (max-width: 600px) {
    .floating-btn-left {
        width: 55px;
        height: 55px;
        bottom: 15px;
        left: 15px;
    }
    .whatsapp-icon {
        width: 45px;
        height: 45px;
    }
}

/* AI Human blue logo next to Wealth logo */
.mk-header-logo {
    display: flex !important;
    align-items: center !important;
}

.mk-header-logo::after {
    content: '';
    display: inline-block;
    width: 65px;
    height: 65px;
    background-image: url('https://eagle888.co/wp-content/uploads/2026/03/AI-Human_Eagle888_-logo-26-02-2026.pdf-2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}

#mk-header .mk-header-logo a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#mk-header .mk-header-logo a::after {
    content: '';
    display: inline-block !important;
    width: 65px !important;
    height: 65px !important;
    background-image: url(https://eagle888.co/wp-content/uploads/2026/03/AI-Human_Eagle888_-logo-26-02-2026.pdf-2.jpg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    flex-shrink: 0 !important;
}

/* CRITICAL FIX: Hide the Jupiter page-introduce banner */
/* This banner was causing blank spaces and nav overlaps on all pages */
#mk-page-introduce {
    display: none !important;
}

/* Ensure header auto-sizes for single-row navigation */
#mk-header-1 {
    height: auto !important;
}

#mk-header-1 .mk-header-holder {
    height: auto !important;
}

/* Fix top content overlap on newer HTML pages (Our Team, Eagle888 AI Human) */
.page-id-8681 #theme-page,
.page-id-8624 #theme-page {
    padding-top: 30px !important;
}

/* Pricing/Subscribe page - make GET STARTED button prominent */
.page-id-8633 .wpb_wrapper,
.page-id-8642 .wpb_wrapper {
    padding-top: 20px !important;
}

/* Fix Our Team page top content - add top margin to custom team section */
.page-id-8681 .eagle-team-section {
    margin-top: 20px !important;
}

/* Fix Eagle888 AI Human page - add top padding to VC content */
.page-id-8624 .vc_row:first-child {
    padding-top: 100 !important;
}

/* Increase top margin for Our Team page to fully clear the nav */
.page-id-8681 #theme-page .eagle-team-section {
    margin-top: 50px !important;
    padding-top: 10px !important;
}

/* Fix About page - HTML content with top spacer */
.page-id-571 #theme-page {
    padding-top: 30px !important;
}

/* Fix homepage hero heading cut-off by sticky nav */
.vc_custom_hero {
    padding-top: 160px !important;
}

/* Reduce nav tab spacing for symmetry */
#mk-header .mk-nav ul li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Blue AI Human logo after last nav item */
#mk-header .mk-nav ul li:last-child {
    display: inline-flex !important;
    align-items: center !important;
}

#mk-header .mk-nav ul li:last-child::after {
    content: '';
    display: inline-block !important;
    width: 45px !important;
    height: 45px !important;
    background-image: url('https://eagle888.co/wp-content/uploads/2026/03/AI-Human_Eagle888_-logo-26-02-2026.pdf-2.jpg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 12px !important;
    flex-shrink: 0 !important;
}

/* Fix nav overflow to show blue logo */
#mk-header .mk-nav ul {
    overflow: visible !important;
}
#mk-header .mk-nav {
    overflow: visible !important;
}
#mk-header nav {
    overflow: visible !important;
}
.tabs-container,
.elementor-tabs-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 24px;
}/* Eagle888 Dynamic Tabs Container */
.eagle-tabs-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 1200px;
    margin: 20px auto;
    padding: 15px;
}

/* Tab Navigation Buttons */
.eagle-tab-nav {
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 25px;
}

.eagle-tab-btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.eagle-tab-btn:hover {
    color: #000;
}

.eagle-tab-btn.active {
    color: #0056b3;
    border-bottom-color: #0056b3;
}

/* Tab Content Visibility */
.eagle-tab-content {
    display: none;
}

.eagle-tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Professional Financial Tables */
.eagle-data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px 0;
    font-size: 15px;
    text-align: left;
}

.eagle-data-table th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 700;
    padding: 12px 15px;
    border-bottom: 2px solid #dee2e6;
}

.eagle-data-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
    color: #495057;
}

.eagle-data-table tbody tr:hover {
    background-color: #f1f3f5;
}

/* Callout Highlights & Guardrails */
.eagle-callout-box {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.eagle-callout-title {
    font-weight: 700;
    color: #856404;
    margin-bottom: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .eagle-tab-nav {
        flex-direction: column;
        gap: 0;
    }
    .eagle-tab-btn {
        text-align: left;
        border-bottom: none;
        border-left: 3px solid transparent;
    }
    .eagle-tab-btn.active {
        border-left-color: #0056b3;
    }
    .eagle-data-table {
        display: block;
        overflow-x: auto;
    }
}