/* Copyright (c) 2026 Sanka Darshana / Sakviti (Pvt) Ltd.
 * Licensed under the Business Source License 1.1 (BSL 1.1).
 * See project license terms for full details.
 */

/* Landing pages historically render content visible before the shared script runs. */
.fade-up {
    opacity: 1;
    transform: translateY(0);
}
