/* FIXED BACKGROUND IMAGE CODE */
body, 
.main-wrapper, 
main, 
#app,
.site-content {
    background-image: url('https://www.joinillluminatiworld.site/storage/gemini-generated-image-6n1eu56n1eu56n1e.png') !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
/* THE PERFECT SCROLLING MOBILE FIX */
@media (max-width: 768px) {
    body, 
    .main-wrapper, 
    main, 
    #app,
    .site-content {
        background-attachment: scroll !important;
        background-size: 100% auto !important;
        background-repeat: repeat-y !important;
        background-position: center top !important;
    }
}



/* This clears out any white blocks that might block your image */
.card, 
section, 
.sidebar, 
.post-module {
    background-color: transparent !important;
}
/* Make all text and headers red */
body, h1, h2, h3, h4, h5, h6, p, span, a, li, label, div {
    color: #FF0000 !important;
}

/* Make form inputs, text boxes, and search bars red */
input, textarea, select {
    color: #FF0000 !important;
    border-color: #FF0000 !important;
    background-color: rgba(0, 0, 0, 0.5) !important; /* Semi-transparent dark background so text is readable */
}

/* Make buttons red */
button, input[type="submit"], .btn, .button {
    background-color: #FF0000 !important;
    color: #000000 !important; /* Makes button text black so it stands out */
    border-color: #FF0000 !important;
}

/* Make any remaining background panels transparent or red */
.card, .header, footer, .widget, .sidebar, section {
    background-color: transparent !important;
    border-color: #FF0000 !important;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 3px #000;
    z-index: 10000;
}
/* Hide social media icons from the top header */
.header-top .social-links, 
.header .social-icons, 
.top-bar .socials,
.header-sidebar-style-1 .social-network {
    display: none !important;
}