html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

#menu-toggle i {
    color: #fff;
}

#mobile-menu nav a {
    color: #000;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

header {
    background-color: #000;
}

#albums img {
    height: 400px;
}

#influence img {
    height: 400px;
}

.text-pink-600 {
    color: #ff007f;
}

.bg-pink-600 {
    background-color: #ff007f;
}

.border-pink-600 {
    border-color: #ff007f;
}

.text-yellow-400 {
    color: #ccff00;
}

.bg-yellow-50 {
    background-color: #fefce8;
}

.bg-yellow-100 {
    background-color: #fef9c3;
}

#hero-canvas {
    pointer-events: none;
}

.collapse-title:after {
    color: #ff007f;
}

.nav-link-active {
    color: #ff007f;
    border-bottom: 2px solid #ff007f;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem !important;
    }

    h2 {
        font-size: 1.8rem !important;
    }
}

.shadow-neon {
    box-shadow: 0 0 20px rgba(255, 0, 127, 0.3);
}

img {
    transition: transform 0.5s ease;
}

img:hover {
    transform: scale(1.02);
}

/* Main container spacing */
.infoGuardBlock {
    margin-top: 40px;
    padding: 0 20px;
    color: #333333;
    /* Dark text for light theme */
    line-height: 1.6;
}

header nav a {
    color: #fff;
}

/* Moderate sizes for headings */
.infoGuardBlock h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.infoGuardBlock h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #222222;
}

.infoGuardBlock h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
}

.infoGuardBlock h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.infoGuardBlock h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Paragraph styling */
.infoGuardBlock p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #444444;
}

/* List styling */
.infoGuardBlock ul {
    margin-bottom: 20px;
    padding-left: 25px;
    list-style-type: disc;
}

.infoGuardBlock li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #444444;
}

/* Optional: Last element margin reset */
.infoGuardBlock>*:last-child {
    margin-bottom: 0;
}