/* CoinCoach Custom Styles - Dark Crypto Theme */

/* Global Dark Background */
body {
    background-color: #0a0a0a !important;
}

/* Main container backgrounds */
.lqd-site-content,
.e-con,
.elementor-section {
    background-color: #0a0a0a !important;
}

/* Darker overlay for sections */
.lqd-site-footer-default {
    background-color: #111111 !important;
}

/* Text color adjustments for better contrast */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

p {
    color: #e0e0e0 !important;
}

/* Hero section specific */
#lqd-page-footer-wrap {
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%) !important;
}

/* Gradient overlays for depth */
.lqd-container {
    position: relative;
}

/* Crypto-themed accent colors */
.elementor-widget-lqd-text [data-item-mask] {
    background: linear-gradient(90deg, #00d4ff 0%, #00ff88 50%, #00d4ff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Button styling */
.elementor-widget-lqd-button .lqd-btn {
    background: linear-gradient(135deg, #00d4ff 0%, #00ff88 100%) !important;
    color: #0a0a0a !important;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3) !important;
    transition: all 0.3s ease !important;
}

.elementor-widget-lqd-button .lqd-btn:hover {
    box-shadow: 0 6px 25px rgba(0, 212, 255, 0.5) !important;
    transform: translateY(-2px) !important;
}

/* Feature cards dark theme */
.lqd-iconbox {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

.lqd-iconbox:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: #00d4ff !important;
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.2) !important;
}

/* Navigation adjustments */
.lqd-header-menu > li > a {
    color: #e0e0e0 !important;
}

.lqd-header-menu > li > a:hover {
    color: #00d4ff !important;
}

/* Glow effects enhancement */
.lqd-glow {
    opacity: 0.3 !important;
}

/* Dashboard image container */
[data-element_type="widget"][data-widget_type="lqd-image"] img {
    border: 1px solid rgba(0, 212, 255, 0.2) !important;
    box-shadow: 0 10px 40px rgba(0, 212, 255, 0.15) !important;
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 10px;
    background-color: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00d4ff 0%, #00ff88 100%);
    border-radius: 5px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    body {
        background-color: #0a0a0a !important;
    }
    
    .elementor-widget-lqd-text {
        text-align: center !important;
    }
}

/* Additional crypto-themed elements */
.crypto-highlight {
    background: linear-gradient(90deg, #00d4ff, #00ff88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
}

/* Dark mode adjustments for better readability */
.opacity-60 {
    opacity: 0.8 !important;
    color: #00ff88 !important;
}