.expand-content {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.expand-toggle {
    display: inline-block;
	margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #3a3a3a;
    color: white;
    border: none;
    font-size: 14px;
    border-radius: 30px;
    font-weight: bold;
    font-family: century-gothic, "Century Gothic", "Apple Gothic", "AppleGothic", "URW Gothic L", "Avant Garde", "Futura", sans-serif !important;
    padding: 13px 29px;
    height: 45px;
    width: 200px;
}

.expand-hidden {
    display: none;
}

.expand-toggle:hover {
    background-color: #C80A0A;
}


/* Infinite Tech Hover - 20250913 - Bianca */

.hover-tech {
	background: linear-gradient(90deg,rgba(25, 71, 142, 1) 0%, rgba(11, 127, 107, 1) 100%);
}

.hover-tech:hover {
    background: #19478E !important;
}


/* hover class */
.hover-bitcoin:hover {
    background-color: #EA963D !important;
}

.hover-millennial:hover,
.hover-tivp:hover {
    background-color: #EFC042 !important;
}

.hover-real-estate:hover {
    background-color: #10C68C !important;
}

.hover-richer-wiser:hover {
    background-color: #00B5E2 !important;
}

.hover-good-life:hover {
    background-color: #B05781 !important;
}

.hover-silicon-valley:hover {
    background-color: #1088C6 !important;
}

.hover-default:hover {
    background-color: #C80A0A !important;
}

