/* Kotak decoration fix */
    .hero-box {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
