@font-face {
    font-family: 'Chunk';
    src: url('../font/chunk-master/Chunk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

#floatingSoundControl {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 15px;
    cursor: pointer;
    box-shadow: 6px 6px 0px #000000;
    transition: all 0.3s ease;
}

#floatingSoundControl .fas {
    color: #1DB954;
    font-size: 20px;
}

.elementor-element-7032a20 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.the-brain-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 120px;
}

.the-brain-layout img {
    justify-content: center;
    align-items: center;
    max-width: 200px !important;
    height: auto;
    object-fit: contain;
}

.elementor-heading-title a {
    color: inherit !important;
    text-decoration: none !important;
}

.elementor-element-7163a00 h3,
.elementor-element-7163a00 h2 {
    color: #000000;
    text-align: center;
}

/* YouTube Video Image */
.elementor-element-b7b9a45 {
    text-align: center;
}

.elementor-element-b7b9a45 img {
    display: block;
    margin: 0 auto;
}

/* Wikipedia Icon */
[data-id="wikipedia-btn"] img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* CA Container */
.ca-container {
    background: #f8f9fa;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 15px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}

.ca-text {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #000000;
    word-break: break-all;
}

.copy-button {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 12px;
    display: none;
    align-items: center;
    gap: 5px;
}

/* BRAINFLOW GIF Container */
.root-gif-container {
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #000000;
}

.live-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0000;
    color: white;
    padding: 5px 12px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.gif-title {
    text-align: center;
    margin-bottom: 15px;
}

.gif-title h3 {
    font-family: 'Chunk', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.wp-image-root {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0px;
}

/* Memes Section Divider */
.memes-divider {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    text-align: center;
    padding: 20px 0;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    margin-top: 0;
    margin-bottom: 0;
}

.memes-divider h2 {
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    color: #000000;
    margin: 0;
}

/* Footer Rights Paragraph */
.elementor-element-d392889 p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin: 20px 0;
}

/* Audio Control Button Styles - Using Elementor Button */
#audioControlButton {
    cursor: pointer;
}

/* Chunk Font for all headings */
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.elementor-heading-title * {
    font-family: 'Chunk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* I'M BRAIN Text Styling - Override all previous colors */
.elementor-element-7032a20 .elementor-heading-title,
.elementor-element-7032a20 h2,
.elementor-element-7032a20 h2.elementor-heading-title,
.elementor-widget-heading.elementor-element-7032a20 .elementor-heading-title,
.elementor-element-7032a20 * {
    color: #000000 !important;
    /* Hitam */
    text-shadow: 2px 2px 0px #1DB954, -2px -2px 0px #1DB954, 2px -2px 0px #1DB954, -2px 2px 0px #1DB954 !important;
    /* Green outline */
}

/* Black Background for Header Section */
.elementor-element-039112b {
    background: #000000 !important;
    background-image: none !important;
    position: relative !important;
}

.elementor-element-039112b .elementor-background-overlay {
    background-color: transparent !important;
}

/* Alternative selector for more specificity */
.elementor-section.elementor-element-039112b {
    background: #000000 !important;
    background-image: none !important;
}

/* Override Gradient Colors for News Panels - Custom Green */
.elementor-element-0e2d0d5,
.elementor-element-4d1ac81,
.elementor-element-79067eb,
.elementor-element-704d4ad,
.elementor-element-9c92b8e {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%) !important;
}

/* Override all gradient backgrounds with green theme */
[data-settings*="gradient"] {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%) !important;
}

/* Specific gradient overrides */
.elementor-section[data-settings*="gradient"],
.elementor-column[data-settings*="gradient"] {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%) !important;
}

/* News Panel Styling */
.elementor-element-0e2d0d5 .elementor-heading-title,
.elementor-element-4d1ac81 .elementor-heading-title,
.elementor-element-79067eb .elementor-heading-title,
.elementor-element-704d4ad .elementor-heading-title,
.elementor-element-9c92b8e .elementor-heading-title {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Chunk', sans-serif !important;
}

/* Ticker Animation */
.ticker {
    overflow: hidden;
    white-space: nowrap;
    animation: ticker 30s linear infinite;
}

.ticker-item {
    display: inline-block;
    margin-right: 50px;
}

@keyframes ticker {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Screen Overlay with Multiply Mode - Scrollable */
body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/ove.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.8;
}

/* Alternative overlay for better browser support - Scrollable */
.overlay-multiply {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/ove.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.8;
}

/* Ensure body has relative positioning for overlay */
body {
    position: relative;
    min-height: 100vh;
}

/* Override gradient for specific sections - make them white */
.elementor-element-9c92b8e,
.elementor-element-4d1ac81 {
    background: #ffffff !important;
    background-image: none !important;
}

/* Force white background with higher specificity */
.elementor-column.elementor-element-9c92b8e,
.elementor-column.elementor-element-4d1ac81 {
    background: #ffffff !important;
    background-image: none !important;
}

/* Override data-settings gradient */
.elementor-column[data-id="9c92b8e"],
.elementor-column[data-id="4d1ac81"] {
    background: #ffffff !important;
    background-image: none !important;
}

/* Ensure white background for nested sections */
.elementor-element-9c92b8e .elementor-background-overlay,
.elementor-element-4d1ac81 .elementor-background-overlay {
    background-color: transparent !important;
}

/* Nuclear option - force white for all child elements */
.elementor-element-9c92b8e *,
.elementor-element-4d1ac81 * {
    background: #ffffff !important;
    background-image: none !important;
}

/* I'M BRAIN Text Styling */
.elementor-element-7032a20 .elementor-heading-title {
    color: #000000 !important;
    /* Hitam */
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 200px !important;
    font-family: 'Chunk', sans-serif !important;
    text-shadow: 2px 2px 0px #1DB954, -2px -2px 0px #1DB954, 2px -2px 0px #1DB954, -2px 2px 0px #1DB954 !important;
    /* Green outline */
    font-size: 3rem !important;
    font-weight: bold !important;
}

/* Container alignment for vertical center */
.elementor-element-7032a20 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 200px !important;
}

/* THE BRAIN Layout Styling */
.the-brain-layout {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 200px !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.brain-text {
    font-family: 'Chunk', sans-serif !important;
    font-size: 3rem !important;
    font-weight: bold !important;
    color: #000000 !important;
    text-shadow: 2px 2px 0px #8B2C7A, -2px -2px 0px #8B2C7A, 2px -2px 0px #8B2C7A, -2px 2px 0px #8B2C7A !important;
    white-space: nowrap !important;
}

.brain-gif {
    flex-shrink: 0 !important;
}

.brain-gif img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .brain-text {
        font-size: 2rem !important;
    }

    .brain-gif img {
        width: 60px !important;
        height: 60px !important;
    }

    .the-brain-layout {
        gap: 15px !important;
    }
}

@media (max-width: 480px) {
    .brain-text {
        font-size: 1.5rem !important;
    }

    .brain-gif img {
        width: 50px !important;
        height: 50px !important;
    }

    .the-brain-layout {
        gap: 10px !important;
    }
}

/* Lightbox Modal Styles - Enhanced with Better Container */
.lightbox-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.95) !important;
    z-index: 10000 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

.lightbox-overlay.active {
    display: flex !important;
}

.lightbox-content {
    position: relative !important;
    max-width: 95vw !important;
    max-height: 95vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 3px solid #000000 !important;
    border-radius: 0 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8) !important;
    padding: 20px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.lightbox-image-container {
    position: relative !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

.lightbox-image {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    margin: 0 auto !important;
}

.lightbox-close {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    background: #000000 !important;
    color: #ffffff !important;
    border: 3px solid #000000 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    font-size: 28px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    z-index: 10001 !important;
    box-shadow: 6px 6px 0px #000000 !important;
    font-family: Arial, sans-serif !important;
    line-height: 1 !important;
}

.lightbox-close:hover {
    background: #ff0000 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 8px 8px 0px #000000 !important;
}

.lightbox-close:active {
    transform: translateY(0) !important;
    box-shadow: 4px 4px 0px #000000 !important;
}

/* Responsive Lightbox */
@media (max-width: 768px) {
    .lightbox-content {
        max-width: 98vw !important;
        max-height: 98vh !important;
        padding: 15px !important;
    }

    .lightbox-close {
        width: 50px !important;
        height: 50px !important;
        font-size: 24px !important;
        top: -10px !important;
        right: -10px !important;
    }
}

@media (max-width: 480px) {
    .lightbox-content {
        max-width: 100vw !important;
        max-height: 100vh !important;
        padding: 10px !important;
        border: 2px solid #000000 !important;
    }

    .lightbox-close {
        width: 45px !important;
        height: 45px !important;
        font-size: 20px !important;
        top: -8px !important;
        right: -8px !important;
    }
}


/* Meme Image Clickable Styles */
.meme-image {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    overflow: hidden;
    border: 2px solid #000;
}

.meme-image:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.meme-image img {
    transition: all 0.3s ease;
}

.meme-image:hover img {
    filter: brightness(1.1);
}

/* Responsive Design for Lightbox */
@media (max-width: 768px) {
    .lightbox-content {
        max-width: 95vw;
        max-height: 95vh;
    }

    .lightbox-close {
        top: -40px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .lightbox-content {
        max-width: 100vw;
        max-height: 100vh;
    }

    .lightbox-close {
        top: -35px;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

/* Wikipedia Button Style */
[data-id="wikipedia-btn"] .elementor-button-text {
    color: #FFFFFF !important;
    /* White */
}

[data-id="wikipedia-btn"] .elementor-button-icon img {
    filter: brightness(0) invert(1) !important;
    /* White */
}

/* Copied from index.html style block */
.elementor-element-7032a20 .elementor-heading-title {
    color: #000000 !important;
    /* Hitam */
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 120px !important;
    font-family: 'Chunk', sans-serif !important;
    text-shadow: 2px 2px 0px #1DB954, -2px -2px 0px #1DB954, 2px -2px 0px #1DB954, -2px 2px 0px #1DB954 !important;
    /* Green outline */
    font-size: 3rem !important;
    font-weight: bold !important;
}

.elementor-element-7032a20 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 120px !important;
}

/* Chunk Font for all headings */
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.elementor-heading-title * {
    font-family: 'Chunk', sans-serif !important;
}

/* Force white background for specific sections */
.elementor-element-9c92b8e,
.elementor-element-4d1ac81 {
    background: #ffffff !important;
    background-image: none !important;
}

.elementor-column[data-id="9c92b8e"],
.elementor-column[data-id="4d1ac81"] {
    background: #ffffff !important;
    background-image: none !important;
}

/* THE BRAIN Layout - Force Override */
.the-brain-layout {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 200px !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.brain-text {
    font-family: 'Chunk', sans-serif !important;
    font-size: 3rem !important;
    font-weight: bold !important;
    color: #000000 !important;
    text-shadow: 2px 2px 0px #1DB954, -2px -2px 0px #1DB954, 2px -2px 0px #1DB954, 2px 2px 0px #1DB954 !important;
    white-space: nowrap !important;
}

.brain-gif {
    flex-shrink: 0 !important;
}

.brain-gif img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Force override for THE BRAIN section */
.elementor-element-4d1ac81 .the-brain-layout,
.elementor-element-4d1ac81 .brain-text,
.elementor-element-4d1ac81 .brain-gif {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-element-4d1ac81 .brain-text {
    font-family: 'Chunk', sans-serif !important;
    font-size: 3rem !important;
    font-weight: bold !important;
    color: #000000 !important;
    text-shadow: 2px 2px 0px #1DB954, -2px -2px 0px #1DB954, 2px -2px 0px #1DB954, 2px 2px 0px #1DB954 !important;
    white-space: nowrap !important;
}

/* Header THE BRAIN Layout */
.elementor-element-7032a20 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.elementor-element-7032a20 .the-brain-layout {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: auto !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
    padding: 20px 0 !important;
}

.elementor-element-7032a20 .the-brain-layout img {
    max-width: 420px !important;
    height: auto !important;
}

.elementor-element-7032a20 .brain-text {
    font-family: 'Chunk', sans-serif !important;
    font-size: 6rem !important;
    font-weight: bold !important;
    color: #ffffff !important;
    text-shadow: 4px 4px 0px #1DB954, -4px -4px 0px #1DB954, 4px -4px 0px #1DB954, -4px 4px 0px #1DB954 !important;
    white-space: nowrap !important;
}

.elementor-element-7032a20 .brain-gif {
    flex-shrink: 0 !important;
}

.elementor-element-7032a20 .brain-gif img {
    width: 160px !important;
    height: 160px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Root GIF Container Styling */
.root-gif-container {
    position: relative !important;
    padding: 20px !important;
    background: #ffffff !important;
    border-radius: 0px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    border: 3px solid #000000 !important;
}

.live-badge {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background: #ff0000 !important;
    color: white !important;
    padding: 5px 12px !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    z-index: 10 !important;
    animation: pulse 2s infinite !important;
}

.gif-title h3 {
    font-family: 'Chunk', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #000000 !important;
    margin: 0 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

/* Navigation Menu Center Fix */
.elementor-element-3e3e01e .elementor-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.elementor-element-3e3e01e .elementor-column {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.elementor-element-3e3e01e .elementor-heading-title {
    text-align: center !important;
    width: 100% !important;
}

/* Main Container Center Fix */
.elementor-7 .elementor-element.elementor-element-104f5f0.elementor-section>.elementor-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: transparent !important;
}

/* Navigation Section Background - FINAL SOLUTION */
.elementor-7 .elementor-element.elementor-element-104f5f0.elementor-section {
    position: relative !important;
    background: none !important;
}

.elementor-7 .elementor-element.elementor-element-104f5f0.elementor-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: url('../img/bgi.avif') center center / cover no-repeat !important;
    z-index: 0 !important;
}

.elementor-7 .elementor-element.elementor-element-104f5f0.elementor-section>.elementor-container {
    position: relative;
    z-index: 1;
}

/* Override Elementor Background Overlay for Navigation */
.elementor-7 .elementor-element.elementor-element-104f5f0.elementor-section>.elementor-background-overlay {
    background: none !important;
}


/* Remove All Padding from Header Section - Specific Override */
.elementor-element-039112b {
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-element-039112b .elementor-container {
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-element-039112b .elementor-column {
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-element-039112b .elementor-widget-wrap {
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-element-039112b .elementor-widget {
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-element-039112b .elementor-heading-title {
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-element-f7bc037 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

/* Skeuomorphism Card Styling - NO ROUNDED - BLACK BORDER */
.elementor-element-0a70896 .elementor-section {
    background: linear-gradient(145deg, #f0f0f0, #cacaca) !important;
    border-radius: 0 !important;
    box-shadow:
        20px 20px 60px #bebebe,
        -20px -20px 60px #ffffff,
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #000000 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

/* Removed universal section hover - causes conflicts with meme hover */

/* Card Inner Content */
.elementor-element-0a70896 .elementor-widget-wrap {
    padding: 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Card Images - Plastic Emboss - NO ROUNDED - BLACK BORDER */
.elementor-element-0a70896 .elementor-widget-image img {
    border-radius: 0 !important;
    box-shadow:
        10px 10px 20px rgba(0, 0, 0, 0.25),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.6),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #000000 !important;
    transition: all 0.4s ease !important;
    position: relative !important;
}

/* Removed universal image hover - causes conflicts with meme hover */

/* Card Headings - Plastic Emboss Effect - BLACK BORDER */
.elementor-element-0a70896 .elementor-heading-title {
    background: linear-gradient(145deg, #f5f5f5, #d0d0d0) !important;
    padding: 18px 25px !important;
    border-radius: 0 !important;
    box-shadow:
        inset 6px 6px 12px rgba(0, 0, 0, 0.15),
        inset -6px -6px 12px rgba(255, 255, 255, 0.9),
        0 4px 8px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #000000 !important;
    font-family: 'Chunk', sans-serif !important;
    font-weight: bold !important;
    color: #2c2c2c !important;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.3),
        -1px -1px 2px rgba(255, 255, 255, 0.9) !important;
    margin: 15px 0 !important;
    position: relative !important;
    letter-spacing: 0.5px !important;
}

/* Plastic Emboss Effect for Card Container - NO ROUNDED - BLACK BORDER */
.elementor-element-0a70896 .elementor-section {
    background: linear-gradient(145deg, #f8f8f8, #d8d8d8) !important;
    border-radius: 0 !important;
    box-shadow:
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #000000 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
}

/* Marquee Infinity Container */
.elementor-element-0a70896 {
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    width: 100% !important;
}

/* Duplicate container for seamless loop */
.elementor-element-0a70896 .elementor-container::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
}

.elementor-element-0a70896 .elementor-container {
    display: inline-flex !important;
    animation: marquee 40s linear infinite !important;
    width: max-content !important;
    gap: 0 !important;
    justify-content: flex-start !important;
}

/* Marquee Animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Grid Border Lines Between Cards - Small Cards */
.elementor-element-0a70896 .elementor-column {
    border-right: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    flex-shrink: 0 !important;
}

/* Remove right border from last column */
.elementor-element-0a70896 .elementor-column:last-child {
    border-right: none !important;
}

/* News Card Column Width - Square News Cards */
.elementor-element-meme1,
.elementor-element-meme2,
.elementor-element-meme3,
.elementor-element-meme4,
.elementor-element-meme5,
.elementor-element-meme6,
.elementor-element-meme7,
.elementor-element-meme8,
.elementor-element-meme9,
.elementor-element-meme10,
.elementor-element-meme11,
.elementor-element-meme12,
.elementor-element-meme13,
.elementor-element-meme14,
.elementor-element-meme15,
.elementor-element-meme16 {
    width: 400px !important;
    height: 400px !important;
    flex-shrink: 0 !important;
}

/* News Card Styling - Flat Design Neomorphism with Border - FORCE NO ROUNDED */
.elementor-element-meme1-section,
.elementor-element-meme2-section,
.elementor-element-meme3-section,
.elementor-element-meme4-section,
.elementor-element-meme5-section,
.elementor-element-meme6-section,
.elementor-element-meme7-section,
.elementor-element-meme8-section,
.elementor-element-meme9-section,
.elementor-element-meme10-section,
.elementor-element-meme11-section,
.elementor-element-meme12-section,
.elementor-element-meme13-section,
.elementor-element-meme14-section,
.elementor-element-meme15-section,
.elementor-element-meme16-section {
    background: #f0f0f0 !important;
    border-radius: 0 !important;
    box-shadow:
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.7) !important;
    border: 2px solid #000000 !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
}

/* News Card Hover Effect - Single Diagonal Solid Black Shadow */
.elementor-element-meme1-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme2-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme3-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme4-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme5-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme6-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme7-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme8-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme9-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme10-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme11-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme12-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme13-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme14-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme15-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

.elementor-element-meme16-section:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.7),
        8px 8px 0px #000000 !important;
    transform: translateY(-2px) !important;
}

/* FORCE OVERRIDE - NO ROUNDED CORNERS ANYWHERE */
.elementor-element-0a70896 * {
    border-radius: 0 !important;
}

.elementor-element-0a70896 .elementor-section,
.elementor-element-0a70896 .elementor-widget-image img,
.elementor-element-0a70896 .elementor-heading-title,
.elementor-element-0a70896 .elementor-divider-separator,
.elementor-element-0a70896 .elementor-video {
    border-radius: 0 !important;
}

/* FORCE OVERRIDE - ALL BORDERS BLACK */
.elementor-element-0a70896 .elementor-section,
.elementor-element-0a70896 .elementor-widget-image img,
.elementor-element-0a70896 .elementor-heading-title,
.elementor-element-0a70896 .elementor-divider-separator,
.elementor-element-0a70896 .elementor-video {
    border: 2px solid #000000 !important;
}

/* Specific overrides for different border widths */
.elementor-element-0a70896 .elementor-divider-separator {
    border: 1px solid #000000 !important;
}

/* Spotify Green Background for Connect Column */
.elementor-element-704d4ad {
    background: linear-gradient(135deg, #1DB954, #1ed760) !important;
    border-radius: 0 !important;
    border: 2px solid #000000 !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Override Elementor Background Overlay */
.elementor-element-704d4ad .elementor-background-overlay {
    background: linear-gradient(135deg, #1DB954, #1ed760) !important;
    opacity: 1 !important;
}

/* Spotify Column Hover Effect */
.elementor-element-704d4ad:hover {
    box-shadow:
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.8),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.1),
        10px 10px 0px #000000 !important;
    transform: translateY(-3px) !important;
}

/* Spotify Column Text Styling */
.elementor-element-704d4ad .elementor-heading-title {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
}



/* Global Button Styling - Black Background with Green Text */
.elementor-button {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #1DB954 !important;
    border: 2px solid #000000 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    padding: 12px 24px !important;
}

.elementor-button * {
    background: transparent !important;
    background-color: transparent !important;
}

.elementor-button:hover {
    background: #1DB954 !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 6px 6px 0px #000000 !important;
}

.elementor-button-icon svg {
    fill: #1DB954 !important;
}

.elementor-button:hover .elementor-button-icon svg {
    fill: #000000 !important;
}

.elementor-button-icon img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(100%) saturate(1000%) hue-rotate(90deg) brightness(0.8) contrast(1.2) !important;
}

.elementor-button:hover .elementor-button-icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important;
}

/* CA Container Full Width */
.ca-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Button Centering */
.elementor-element-telegram-col,
.elementor-element-x-col {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.elementor-element-telegram-col .elementor-widget-wrap,
.elementor-element-x-col .elementor-widget-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.elementor-element-telegram-col .elementor-widget,
.elementor-element-x-col .elementor-widget {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Copy Button Styling */
.copy-button {
    background: #000000 !important;
    color: #1DB954 !important;
    border: 2px solid #000000 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.copy-button:hover {
    background: #1DB954 !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 6px 6px 0px #000000 !important;
}

.copy-button i {
    color: #1DB954 !important;
}

.copy-button:hover i {
    color: #000000 !important;
}

/* Override Elementor Button Styles */
.elementor-button-link {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #1DB954 !important;
    border: 2px solid #000000 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    padding: 12px 24px !important;
}

.elementor-button-link * {
    background: transparent !important;
    background-color: transparent !important;
}

.elementor-button-link:hover {
    background: #1DB954 !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 6px 6px 0px #000000 !important;
}

/* Override any remaining Elementor button styles */
a.elementor-button {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #1DB954 !important;
    border: 2px solid #000000 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    padding: 12px 24px !important;
}

a.elementor-button * {
    background: transparent !important;
    background-color: transparent !important;
}

a.elementor-button:hover {
    background: #1DB954 !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 6px 6px 0px #000000 !important;
}

/* Override Elementor Button Content Wrapper */
.elementor-button-content-wrapper {
    background: transparent !important;
    background-color: transparent !important;
}

.elementor-button-text {
    background: transparent !important;
    background-color: transparent !important;
}

.elementor-button-icon {
    background: transparent !important;
    background-color: transparent !important;
}

/* Buy Button Pink Styling */
[data-id="buy-now-btn"] .elementor-button,
[data-id="buy-btn"] .elementor-button,
[data-id="e84b569"] .elementor-button {
    background: #EA71CE !important;
    background-color: #EA71CE !important;
    color: #ffffff !important;
    border: 2px solid #EA71CE !important;
    border-radius: 0 !important;
    padding: 12px 24px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

[data-id="buy-now-btn"] .elementor-button:hover,
[data-id="buy-btn"] .elementor-button:hover,
[data-id="e84b569"] .elementor-button:hover {
    background: #8638B9 !important;
    background-color: #8638B9 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 6px 6px 0px #000000 !important;
}

[data-id="buy-now-btn"] .elementor-button *,
[data-id="buy-btn"] .elementor-button *,
[data-id="e84b569"] .elementor-button * {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

[data-id="buy-now-btn"] .elementor-button-icon svg,
[data-id="buy-btn"] .elementor-button-icon svg,
[data-id="e84b569"] .elementor-button-icon svg {
    fill: #ffffff !important;
}

[data-id="buy-now-btn"] .elementor-button:hover .elementor-button-icon svg,
[data-id="buy-btn"] .elementor-button:hover .elementor-button-icon svg,
[data-id="e84b569"] .elementor-button:hover .elementor-button-icon svg {
    fill: #ffffff !important;
}

/* Wikipedia Button Vertical Align */
.elementor-element-0f70185 .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    background-color: transparent !important;
}

.elementor-element-0f70185 .elementor-button-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 8px !important;
    background: transparent !important;
    background-color: transparent !important;
}

.elementor-element-0f70185 .elementor-button-icon img {
    vertical-align: middle !important;
    display: block !important;
}

/* Floating Sound Control Button */
#floatingSoundControl {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    background: #000000 !important;
    border: 2px solid #000000 !important;
    border-radius: 0 !important;
    padding: 15px !important;
    cursor: pointer !important;
    box-shadow: 6px 6px 0px #000000 !important;
    transition: all 0.3s ease !important;
}

#floatingSoundControl:hover {
    background: #1DB954 !important;
    transform: translateY(-2px) !important;
    box-shadow: 8px 8px 0px #000000 !important;
}

#floatingSoundControl i {
    color: #1DB954 !important;
    font-size: 20px !important;
    transition: color 0.3s ease !important;
}

#floatingSoundControl:hover i {
    color: #000000 !important;
}

/* News Card Content Layout */
.news-card-content {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
}

/* News Image Container - Full Card */
.news-image-container {
    width: 100% !important;
    height: 100% !important;
    /* Full card height */
    overflow: hidden !important;
    flex-shrink: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    aspect-ratio: 1 / 1 !important;
}

/* News Image Styling */
.news-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    display: block !important;
    margin: 0 !important;
    border: none !important;
}

/* Hide Text Container */
.news-text-container {
    display: none !important;
}

/* News Title Styling */
.news-title {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #000000 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* News Caption Styling */
.news-caption {
    font-size: 10px !important;
    color: #666666 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    flex: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}



/* Meme Card Border Lines */
.elementor-element-meme1,
.elementor-element-meme2,
.elementor-element-meme3,
.elementor-element-meme4,
.elementor-element-meme5,
.elementor-element-meme6,
.elementor-element-meme7,
.elementor-element-meme8,
.elementor-element-meme9,
.elementor-element-meme10,
.elementor-element-meme11,
.elementor-element-meme11,
.elementor-element-meme12,
.elementor-element-meme13,
.elementor-element-meme14,
.elementor-element-meme15,
.elementor-element-meme16 {
    border-right: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
}

/* Remove right border from last column */
.elementor-element-meme16 {
    border-right: none !important;
}



/* Card Dividers - Plastic Emboss - BLACK BORDER */
.elementor-element-0a70896 .elementor-divider-separator {
    background: linear-gradient(90deg, transparent, #bbb, transparent) !important;
    height: 3px !important;
    border-radius: 0 !important;
    box-shadow:
        inset 2px 2px 4px rgba(0, 0, 0, 0.15),
        inset -2px -2px 4px rgba(255, 255, 255, 0.9),
        0 1px 2px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #000000 !important;
    display: block !important;
    width: 100% !important;
    margin: 15px 0 !important;
}

/* Ensure original card dividers are visible */
.elementor-element-0a70896 .elementor-widget-divider {
    display: block !important;
    width: 100% !important;
    margin: 15px 0 !important;
}

.elementor-element-0a70896 .elementor-divider {
    display: block !important;
    width: 100% !important;
}

/* Video Card - Plastic Emboss - NO ROUNDED - BLACK BORDER */
.elementor-element-0a70896 .elementor-video {
    border-radius: 0 !important;
    box-shadow:
        10px 10px 20px rgba(0, 0, 0, 0.25),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.6),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #000000 !important;
    transition: all 0.3s ease !important;
}

/* Video Card Hover Effect - Single Diagonal Solid Black Shadow */
.elementor-element-0a70896 .elementor-video:hover {
    box-shadow:
        12px 12px 24px rgba(0, 0, 0, 0.3),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.6),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1),
        6px 6px 0px #000000 !important;
    transform: scale(1.02) !important;
}

/* Removed universal section hover - causes conflicts with meme hover */

/* Removed universal heading hover - causes conflicts with meme hover */

/* Additional Cards (Card 5-8) - Same Emboss Effect - BLACK BORDER */
.elementor-element-card5-section,
.elementor-element-card6-section,
.elementor-element-card7-section,
.elementor-element-card8-section {
    background: linear-gradient(145deg, #f8f8f8, #d8d8d8) !important;
    border-radius: 0 !important;
    box-shadow:
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #000000 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
}

/* Additional Cards Hover Effect - Single Diagonal Solid Black Shadow */
.elementor-element-card5-section:hover,
.elementor-element-card6-section:hover,
.elementor-element-card7-section:hover,
.elementor-element-card8-section:hover {
    box-shadow:
        20px 20px 40px rgba(0, 0, 0, 0.2),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 4px 4px 8px rgba(255, 255, 255, 0.7),
        inset -4px -4px 8px rgba(0, 0, 0, 0.1),
        12px 12px 0px #000000 !important;
    transform: translateY(-3px) !important;
}



/* Additional Cards Headings - BLACK BORDER */
.elementor-element-card5-heading .elementor-heading-title,
.elementor-element-card6-heading .elementor-heading-title,
.elementor-element-card7-heading .elementor-heading-title,
.elementor-element-card8-heading .elementor-heading-title {
    background: linear-gradient(145deg, #f5f5f5, #d0d0d0) !important;
    padding: 18px 25px !important;
    border-radius: 0 !important;
    box-shadow:
        inset 6px 6px 12px rgba(0, 0, 0, 0.15),
        inset -6px -6px 12px rgba(255, 255, 255, 0.9),
        0 4px 8px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #000000 !important;
    font-family: 'Chunk', sans-serif !important;
    font-weight: bold !important;
    color: #2c2c2c !important;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.3),
        -1px -1px 2px rgba(255, 255, 255, 0.9) !important;
    margin: 15px 0 !important;
    position: relative !important;
    letter-spacing: 0.5px !important;
}

/* Additional Cards Images - BLACK BORDER */
.elementor-element-card5-image img,
.elementor-element-card6-image img,
.elementor-element-card7-image img,
.elementor-element-card8-image img {
    border-radius: 0 !important;
    box-shadow:
        10px 10px 20px rgba(0, 0, 0, 0.25),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.6),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #000000 !important;
    transition: all 0.4s ease !important;
    position: relative !important;
}

/* Additional Cards Dividers - BLACK BORDER */
.elementor-element-card5-divider .elementor-divider-separator,
.elementor-element-card6-divider .elementor-divider-separator,
.elementor-element-card7-divider .elementor-divider-separator,
.elementor-element-card8-divider .elementor-divider-separator {
    background: linear-gradient(90deg, transparent, #bbb, transparent) !important;
    height: 3px !important;
    border-radius: 0 !important;
    box-shadow:
        inset 2px 2px 4px rgba(0, 0, 0, 0.15),
        inset -2px -2px 4px rgba(255, 255, 255, 0.9),
        0 1px 2px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #000000 !important;
    display: block !important;
    width: 100% !important;
    margin: 15px 0 !important;
}

/* Ensure divider containers are visible */
.elementor-element-card5-divider,
.elementor-element-card6-divider,
.elementor-element-card7-divider,
.elementor-element-card8-divider {
    display: block !important;
    width: 100% !important;
    margin: 15px 0 !important;
}

.elementor-element-card5-divider .elementor-divider,
.elementor-element-card6-divider .elementor-divider,
.elementor-element-card7-divider .elementor-divider,
.elementor-element-card8-divider .elementor-divider {
    display: block !important;
    width: 100% !important;
}

/* BRAIN IS BACK - Force Black Color */
.elementor-element-25db460 .elementor-heading-title,
.elementor-element-25db460 h2,
.elementor-element-25db460 h2.elementor-heading-title,
.elementor-widget-heading.elementor-element-25db460 .elementor-heading-title,
.elementor-element-25db460 * {
    color: #000000 !important;
    background-color: transparent !important;
    background: none !important;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Navigation link styling */
.elementor-heading-title a {
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.elementor-heading-title a:hover {
    opacity: 0.7 !important;
    transform: translateY(-2px) !important;
}

/* Force Black Color for Specific Headings */
.elementor-element-64aa049 .elementor-heading-title,
.elementor-element-b961a21 .elementor-heading-title {
    color: #000000 !important;
}

/* Audio Control Button Styles - Using Elementor Button */
#audioControlButton {
    cursor: pointer;
}

/* Mission Text Links Styling */
.elementor-element-6837922 a {
    color: #1DB954 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}

.elementor-element-6837922 a:hover {
    color: #0d8a3a !important;
    text-decoration: none !important;
}

/* YouTube Image Link with Tooltip */
.youtube-image-link {
    position: relative !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.youtube-image-link:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.youtube-image-link::before {
    content: "▶ SEE BRAIN" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
    z-index: 1000 !important;
    pointer-events: none !important;
    border: 2px solid #ff0000 !important;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3) !important;
}

.youtube-image-link:hover::before {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1.1) !important;
}

.youtube-image-link img {
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
}

.youtube-image-link:hover img {
    filter: brightness(0.7) !important;
}

/* YouTube Popup Fullscreen */
.youtube-popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.95) !important;
    z-index: 10000 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.youtube-popup-overlay.active {
    display: flex !important;
}

.youtube-popup-content {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.youtube-popup-video {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.youtube-popup-video iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
}

/* YouTube Age Restriction Fallback */
.youtube-popup-video::after {
    content: "Video may be age-restricted. Click to open in YouTube." !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: rgba(0, 0, 0, 0.9) !important;
    color: #fff !important;
    padding: 20px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    text-align: center !important;
    display: none !important;
    z-index: 1000 !important;
    border: 2px solid #ff0000 !important;
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.3) !important;
}

.youtube-popup-video.error::after {
    display: block !important;
}

/* YouTube Fallback Button Styling */
.youtube-popup-video button {
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3) !important;
}

.youtube-popup-video button:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.5) !important;
    background: #cc0000 !important;
}

/* Popup Notification Styling */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Popup Window Styling */
.popup-window {
    border: 2px solid #ff0000 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

/* Social Buttons Full Width */
.elementor-element-telegram-col,
.elementor-element-x-col {
    width: 100% !important;
    flex: 1 !important;
}

.elementor-element-telegram-col .elementor-widget,
.elementor-element-x-col .elementor-widget {
    width: 100% !important;
}

.elementor-element-telegram-col .elementor-button,
.elementor-element-x-col .elementor-button {
    width: 100% !important;
    justify-content: center !important;
    display: flex !important;
}

/* Social Button Icons White */
.elementor-element-telegram-col .elementor-button-icon img,
.elementor-element-x-col .elementor-button-icon img {
    filter: brightness(0) invert(1) !important;
}

/* Mission Buttons Flex Container */
.mission-buttons-container {
    display: flex !important;
    gap: 15px !important;
    width: 100% !important;
    margin-top: 20px !important;
}

.mission-buttons-container .elementor-element-e84b569,
.mission-buttons-container .elementor-element-115a602 {
    flex: 1 !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

.mission-buttons-container .elementor-element-e84b569 .elementor-button,
.mission-buttons-container .elementor-element-115a602 .elementor-button {
    width: 100% !important;
    justify-content: center !important;
    display: flex !important;
    margin-bottom: 0 !important;
}

/* Responsive untuk mobile */
@media (max-width: 768px) {
    .mission-buttons-container {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

/* Anti-Cloning Protection CSS */
* {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Disable text selection on all elements */
body,
html,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
img,
button,
input,
textarea {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
}

/* Disable drag and drop */
img,
a,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
}

/* Re-enable pointer events for interactive elements */
button,
a,
input,
textarea,
select,
img[data-meme],
.meme-image,
.elementor-widget-image,
.elementor-image {
    pointer-events: auto !important;
}

/* Ensure meme hover effects work */
.elementor-widget-image img,
.elementor-image img,
img[data-meme],
.meme-image {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Re-enable hover effects for memes */
.elementor-widget-image:hover,
.elementor-image:hover {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Specific meme section hover effects - Individual selectors */
.elementor-element-meme1-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme2-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme3-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme4-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme5-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme6-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme7-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme8-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme9-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme10-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme11-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme12-section {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Ensure all meme images are clickable - Individual selectors */
.elementor-element-meme1-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme2-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme3-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme4-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme5-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme6-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme7-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme8-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme9-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme10-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme11-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-meme12-section img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Disable context menu */
body {
    -webkit-context-menu: none !important;
    -moz-context-menu: none !important;
    -ms-context-menu: none !important;
    context-menu: none !important;
}

/* Hide scrollbars but keep functionality */
::-webkit-scrollbar {
    display: none !important;
}

html {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}


.youtube-popup-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    font-size: 30px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    z-index: 10001 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
}

.youtube-popup-close:hover {
    background: #ff0000 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4) !important;
}

/* Responsive YouTube Popup */
@media (max-width: 768px) {
    .youtube-popup-close {
        width: 50px !important;
        height: 50px !important;
        font-size: 24px !important;
        top: 15px !important;
        right: 15px !important;
    }
}

/* Donate Button Styling */
[data-id="donate-btn"] .elementor-button {
    background: #ff0000 !important;
    background-color: #ff0000 !important;
    color: #ffffff !important;
    border: 2px solid #ff0000 !important;
    border-radius: 0 !important;
    padding: 12px 24px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

[data-id="donate-btn"] .elementor-button:hover {
    background: #cc0000 !important;
    background-color: #cc0000 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 6px 6px 0px #000000 !important;
}

[data-id="donate-btn"] .elementor-button * {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

[data-id="donate-btn"] .elementor-button-icon svg path {
    fill: #ffffff !important;
}

[data-id="donate-btn"] .elementor-button:hover .elementor-button-icon svg path {
    fill: #ffffff !important;
}

/* YouTube Button Styling */
[data-id="ab45c13"] .elementor-button-text {
    color: white !important;
}

[data-id="ab45c13"] .elementor-button-icon svg path {
    fill: #FF0000 !important;
    /* YouTube Red */
}

/* Telegram Button Styling */
[data-id="telegram-btn-main"] .elementor-button-icon svg path {
    fill: #24A1DE !important;
    /* Telegram Blue */
}

/* X/Twitter Button Styling */
[data-id="x-community-btn-main"] .elementor-button-text {
    color: white !important;
}

[data-id="x-community-btn-main"] .elementor-button-icon svg path {
    fill: #FFFFFF !important;
    /* White */
}

/* Global Button Styling */
.elementor-button .elementor-button-text {
    color: white !important;
}

/* DexScreener Embed Reset - Nuclear Option */
#dexscreener-embed,
#dexscreener-embed *,
#dexscreener-embed iframe,
#dexscreener-embed iframe *,
iframe[src*="dexscreener.com"],
iframe[src*="dexscreener.com"] * {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

#dexscreener-embed {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: block !important;
    overflow: visible !important;
    min-height: auto !important;
    max-height: none !important;
}

#dexscreener-embed iframe {
    position: relative !important;
    width: 100% !important;
    height: 500px !important;
    min-height: 400px !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    border: 2px solid #000000 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    transition: all 0.3s ease !important;
}

#dexscreener-embed iframe:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Responsive DexScreener */
@media(max-width: 768px) {
    #dexscreener-embed iframe {
        height: 400px !important;
        min-height: 300px !important;
    }
}

@media(max-width: 480px) {
    #dexscreener-embed iframe {
        height: 350px !important;
        min-height: 250px !important;
    }
}

/* Override any external DexScreener styles */
iframe[src*="dexscreener.com"] {
    border: 2px solid #000000 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* ==============================================================
   FOOTER HEIGHT ADJUSTMENT
   ============================================================== */
.elementor-element-95c1d7c {
    height: auto !important;
    min-height: auto !important;
    padding: 10px 0 !important;
}

.elementor-element-95c1d7c .elementor-container {
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
}

.elementor-element-95c1d7c .elementor-widget-wrap {
    align-content: center !important;
    align-items: center !important;
    padding: 0 !important;
}

/* ==============================================================
   MAIN SECTION CONTENT PADDING ADJUSTMENT
   ============================================================== */
.elementor-element-7df7ba9 {
    padding-bottom: 0 !important;
}