.animate-on-scroll {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateX(0);
}

.onyx-features-section {
    padding: 40px 20px;
    color:#fff !important;
    max-width: 800px;
    margin: auto;
    text-align: left;
}

.onyx-features-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: left;
	color:#f4ab29 !important;
}

.onyx-features-section ul {
    list-style: none;
    padding: 0;
}

.onyx-features-section li {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}

.tick-icon {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 4px;
}
