.karir-card {
            border-radius: 14px;
            transition: 0.3s;
            overflow: hidden;
        }

        .karir-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        }
.apply-card {
            border-radius: 16px;
            overflow: hidden;
        }

        .apply-card .card-header {
            background: linear-gradient(135deg, #6a11cb, #8e2de2);
            color: #fff;
            padding: 15px;
        }

        .apply-card .btn {
            border-radius: 10px;
            padding: 10px;
            font-weight: 600;
        }

        img {
            border-radius: 12px;
        }